[python-anyjson/el6] * Wed May 14 2014 Fabian Affolter <mail at fabian-affolter.ch> - 0.3.3-1 - Update to new upstream versi

Fabian Affolter fab at fedoraproject.org
Wed May 14 11:16:58 UTC 2014


commit a5775b7a328514a731cf7ea2b76a99c3691b583e
Author: Fabian Affolter <mail at fabian-affolter.ch>
Date:   Wed May 14 13:16:44 2014 +0200

    * Wed May 14 2014 Fabian Affolter <mail at fabian-affolter.ch> - 0.3.3-1
    - Update to new upstream version 0.3.3

 .gitignore          |    1 +
 python-anyjson.spec |   33 +++++++++------------------------
 sources             |    2 +-
 3 files changed, 11 insertions(+), 25 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2585b9e..d8b5d1f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ anyjson-0.2.4.tar.gz
 /anyjson-0.3.tar.gz
 /anyjson-0.3.1.tar.gz
 >>>>>>> master
+/anyjson-0.3.3.tar.gz
diff --git a/python-anyjson.spec b/python-anyjson.spec
index 811aaa2..b0c373d 100644
--- a/python-anyjson.spec
+++ b/python-anyjson.spec
@@ -1,63 +1,48 @@
-%if ! (0%{?fedora} > 12 || 0%{?rhel} > 5)
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%endif
-
 %global srcname anyjson
 
 Name:           python-%{srcname}
-Version:        0.3.1
+Version:        0.3.3
 Release:        1%{?dist}
 Summary:        Wraps the best available JSON implementation available
 
-Group:          Development/Languages
 License:        BSD
 URL:            http://pypi.python.org/pypi/anyjson
 Source0:        http://pypi.python.org/packages/source/a/%{srcname}/%{srcname}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 
-
 %description
 Anyjson loads whichever is the fastest JSON module installed and
 provides a uniform API regardless of which JSON implementation is used.
 
-
 %prep
 %setup -q -n %{srcname}-%{version}
 
-
 %build
 %{__python} setup.py build
 
-
 %install
-rm -rf %{buildroot}
 %{__python} setup.py install --skip-build --root %{buildroot}
 
- 
-%clean
-rm -rf %{buildroot}
-
-
 %files
-%defattr(-,root,root,-)
 %doc CHANGELOG LICENSE README
 %{python_sitelib}/%{srcname}/
 %{python_sitelib}/%{srcname}*.egg-info
 
-
 %changelog
-* Sun Apr 03 2011 Fabian Affolter <fabian at bernewireless.net> - 0.3.1-1
-- Updated to new upstream version 0.3.1
+* Wed May 14 2014 Fabian Affolter <mail at fabian-affolter.ch> - 0.3.3-1
+- Update to new upstream version 0.3.3
+
+* Sun Apr 03 2011 Fabian Affolter <mail at fabian-affolter.ch> - 0.3.1-1
+- Update to new upstream version 0.3.1
 
-* Thu Jan 27 2011 Fabian Affolter <fabian at bernewireless.net> - 0.3-1
-- Updated to new upstream version 0.3
+* Thu Jan 27 2011 Fabian Affolter <mail at fabian-affolter.ch> - 0.3-1
+- Update to new upstream version 0.3
 
 * Sat Jul 31 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.2.4-2
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 
-* Sat Jul 03 2010 Fabian Affolter <fabian at bernewireless.net> - 0.2.4-1
+* Sat Jul 03 2010 Fabian Affolter <mail at fabian-affolter.ch> - 0.2.4-1
 - Initial package
diff --git a/sources b/sources
index db358a3..070c198 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2b53b5d53fc40af4da7268d3c3e35a50  anyjson-0.3.1.tar.gz
+2ea28d6ec311aeeebaf993cb3008b27c  anyjson-0.3.3.tar.gz


More information about the scm-commits mailing list