[python-anyjson] update to anyjson 0.3.3

Matthias Runge mrunge at fedoraproject.org
Fri Aug 3 05:59:51 UTC 2012


commit 73db7b7edb0ab4b4e85be67de75669e3a47236ef
Author: Matthias Runge <mrunge at matthias-runge.de>
Date:   Fri Aug 3 07:59:34 2012 +0200

    update to anyjson 0.3.3

 .gitignore          |    1 +
 python-anyjson.spec |    8 +++++---
 sources             |    2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6f97cb0..4aa9607 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 anyjson-0.2.4.tar.gz
 /anyjson-0.3.tar.gz
 /anyjson-0.3.1.tar.gz
+/anyjson-0.3.3.tar.gz
diff --git a/python-anyjson.spec b/python-anyjson.spec
index 80248a5..781662a 100644
--- a/python-anyjson.spec
+++ b/python-anyjson.spec
@@ -7,15 +7,14 @@
 %global srcname anyjson
 
 Name:           python-%{srcname}
-Version:        0.3.1
-Release:        4%{?dist}
+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:  python2-devel
@@ -76,6 +75,9 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Fri Aug 03 2012 Matthias Runge <mrunge at matthias-runge.de> - 0.3.3-1
+- update to 0.3.3
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
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