[packages/python-simplejson] - updated to 3.8.0
qboosh
qboosh at pld-linux.org
Tue Oct 13 18:24:00 CEST 2015
commit 1e95f9d10132c839837b890cabc96882f784f9d2
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Tue Oct 13 18:24:56 2015 +0200
- updated to 3.8.0
python-simplejson.spec | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/python-simplejson.spec b/python-simplejson.spec
index 2a5f9ee..f541bd0 100644
--- a/python-simplejson.spec
+++ b/python-simplejson.spec
@@ -7,13 +7,14 @@
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.6.5
-Release: 2
+Version: 3.8.0
+Release: 1
License: MIT or AFL v2.1
Group: Libraries
+#Source0Download: https://pypi.python.org/pypi/simplejson
Source0: https://pypi.python.org/packages/source/s/simplejson/%{module}-%{version}.tar.gz
-# Source0-md5: b65dc21c7aaad14c6b4ad0d9179e437d
-URL: http://undefined.org/python/#simplejson
+# Source0-md5: 72f3b93a6f9808df81535f79e79565a2
+URL: http://simplejson.readthedocs.org/
%if %{with python2}
BuildRequires: python >= 1:2.5
BuildRequires: python-devel >= 1:2.5
@@ -97,7 +98,7 @@ rm -rf $RPM_BUILD_ROOT
%doc CHANGES.txt LICENSE.txt README.rst
%dir %{py_sitedir}/simplejson
%{py_sitedir}/simplejson/*.py[co]
-%attr(755,root,root) %{py_sitedir}/simplejson/*.so
+%attr(755,root,root) %{py_sitedir}/simplejson/_speedups.so
%{py_sitedir}/simplejson-%{version}-py*.egg-info
%endif
@@ -107,6 +108,6 @@ rm -rf $RPM_BUILD_ROOT
%dir %{py3_sitedir}/simplejson
%{py3_sitedir}/simplejson/__pycache__
%{py3_sitedir}/simplejson/*.py
-%attr(755,root,root) %{py3_sitedir}/simplejson/*.so
+%attr(755,root,root) %{py3_sitedir}/simplejson/_speedups.cpython-*.so
%{py3_sitedir}/simplejson-%{version}-py*.egg-info
%endif
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-simplejson.git/commitdiff/1e95f9d10132c839837b890cabc96882f784f9d2
More information about the pld-cvs-commit
mailing list