Update to 2.3.0 -- behaviour changing bugfixes

epel8
Toshio Kuratomi 13 years ago
parent ce8bf285a7
commit 959c58785c

2
.gitignore vendored

@ -3,3 +3,5 @@ simplejson-2.1.1.tar.gz
/simplejson-2.1.3.tar.gz /simplejson-2.1.3.tar.gz
/simplejson-2.1.5.tar.gz /simplejson-2.1.5.tar.gz
/simplejson-2.1.6.tar.gz /simplejson-2.1.6.tar.gz
/simplejson-2.2.1.tar.gz
/simplejson-2.3.0.tar.gz

@ -1,10 +1,10 @@
%if 0%{?fedora} < 13 || 0%{?rhel} < 6 %if 0%{?rhel} && 0%{?rhel} < 6
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%endif %endif
Name: python-simplejson Name: python-simplejson
Version: 2.1.6 Version: 2.3.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Simple, fast, extensible JSON encoder/decoder for Python Summary: Simple, fast, extensible JSON encoder/decoder for Python
@ -17,7 +17,7 @@ Source0: http://pypi.python.org/packages/source/s/simplejson/simplejson-%
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: python2-devel BuildRequires: python2-devel
BuildRequires: python-setuptools-devel BuildRequires: python-setuptools
BuildRequires: python-nose BuildRequires: python-nose
BuildRequires: python-sphinx BuildRequires: python-sphinx
@ -73,6 +73,9 @@ rm -rf %{buildroot}
%changelog %changelog
* Fri Dec 9 2011 Toshio Kuratomi <toshoi@fedoraproject.org> - 2.3.0-1
- Update to 2.3.0 -- behaviour changing bugfixes
* Mon May 9 2011 Toshio Kuratomi <toshoi@fedoraproject.org> - 2.1.6-1 * Mon May 9 2011 Toshio Kuratomi <toshoi@fedoraproject.org> - 2.1.6-1
- Update to 2.1.6 for a segfault fix - Update to 2.1.6 for a segfault fix

@ -1 +1 @@
2f8351f6e6fe7ef25744805dfa56c0d5 simplejson-2.1.6.tar.gz aa4a2558247caef13815c7598e7d072f simplejson-2.3.0.tar.gz

Loading…
Cancel
Save