[packages/python-simplejson] - updated to 3.6.5
qboosh
qboosh at pld-linux.org
Sun May 17 08:54:14 CEST 2015
commit 5be726dead8e28ee255625868c2741ffba631f8a
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun May 17 08:55:58 2015 +0200
- updated to 3.6.5
python-simplejson.spec | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/python-simplejson.spec b/python-simplejson.spec
index 079896b..493e1ee 100644
--- a/python-simplejson.spec
+++ b/python-simplejson.spec
@@ -1,3 +1,4 @@
+#
# Conditional build:
%bcond_without python2 # Python 2.x module
%bcond_without python3 # Python 3.x module
@@ -6,21 +7,21 @@
Summary: Simple, fast, extensible JSON encoder/decoder for Python
Summary(pl.UTF-8): Prosty, szybki, rozszerzalny (de)koder JSON dla Pythona
Name: python-%{module}
-Version: 3.4.1
-Release: 2
+Version: 3.6.5
+Release: 1
License: MIT or AFL v2.1
Group: Libraries
-Source0: http://pypi.python.org/packages/source/s/simplejson/%{module}-%{version}.tar.gz
-# Source0-md5: 5ab77a58759fcdfc14ecbe62a0775847
+Source0: https://pypi.python.org/packages/source/s/simplejson/%{module}-%{version}.tar.gz
+# Source0-md5: b65dc21c7aaad14c6b4ad0d9179e437d
URL: http://undefined.org/python/#simplejson
%if %{with python2}
BuildRequires: python >= 1:2.5
-BuildRequires: python-devel
+BuildRequires: python-devel >= 1:2.5
BuildRequires: python-setuptools >= 0.6-0.c1
%endif
%if %{with python3}
-BuildRequires: python3 >= 1:3.0
-BuildRequires: python3-devel
+BuildRequires: python3 >= 1:3.3
+BuildRequires: python3-devel >= 1:3.3
%endif
BuildRequires: rpm-pythonprov
%pyrequires_eq python-libs
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-simplejson.git/commitdiff/5be726dead8e28ee255625868c2741ffba631f8a
More information about the pld-cvs-commit
mailing list