|
@@ -6,8 +6,8 @@
|
|
|
|
|
|
Name: python-simplejson
|
|
Name: python-simplejson
|
|
|
|
|
|
-Version: 2.1.2
|
|
|
|
-Release: 3%{?_dist_release}
|
|
|
|
|
|
+Version: 3.4.1
|
|
|
|
+Release: 1%{?_dist_release}
|
|
Summary: Simple, fast, extensible JSON encoder/decoder for Python
|
|
Summary: Simple, fast, extensible JSON encoder/decoder for Python
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
@@ -64,7 +64,7 @@ nosetests -q
|
|
|
|
|
|
%files
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
-%doc docs LICENSE.txt
|
|
|
|
|
|
+%doc CHANGES.txt LICENSE.txt
|
|
%dir %{python_sitearch}/simplejson
|
|
%dir %{python_sitearch}/simplejson
|
|
%{python_sitearch}/simplejson-*.egg-info
|
|
%{python_sitearch}/simplejson-*.egg-info
|
|
%{python_sitearch}/simplejson/*.py*
|
|
%{python_sitearch}/simplejson/*.py*
|
|
@@ -73,6 +73,9 @@ nosetests -q
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat May 03 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.4.1-1
|
|
|
|
+- new upstream release
|
|
|
|
+
|
|
* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.1.2-3
|
|
* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.1.2-3
|
|
- rebuild with VineSeed environment
|
|
- rebuild with VineSeed environment
|
|
|
|
|