]> git.pld-linux.org Git - packages/python-simplejson.git/commitdiff
- updated to 3.6.5 auto/th/python-simplejson-3.6.5-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 17 May 2015 06:55:58 +0000 (08:55 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 17 May 2015 06:55:58 +0000 (08:55 +0200)
python-simplejson.spec

index 079896b8bdb2d0738f3472fd44ad95903d07b513..493e1eefd6727690d8ef573078dea73c02f8a072 100644 (file)
@@ -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
This page took 0.160527 seconds and 4 git commands to generate.