[python-restkit] Update to 4.2.2.

Bohuslav Kabrda bkabrda at fedoraproject.org
Thu Sep 26 10:59:36 UTC 2013


commit ac073a0746d964b9ffa0c38a7f0fd2b7ea30ab4b
Author: Bohuslav Kabrda <bkabrda at redhat.com>
Date:   Thu Sep 26 12:59:21 2013 +0200

    Update to 4.2.2.

 .gitignore          |    1 +
 python-restkit.spec |   15 +++++++++------
 sources             |    2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8e1e783..81c310b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /restkit-4.1.2.tar.gz
 /restkit-4.2.0.tar.gz
+/restkit-4.2.2.tar.gz
diff --git a/python-restkit.spec b/python-restkit.spec
index c6b33b7..018787f 100644
--- a/python-restkit.spec
+++ b/python-restkit.spec
@@ -1,8 +1,8 @@
 %global pypi_name restkit
 
 Name:           python-%{pypi_name}
-Version:        4.2.0
-Release:        3%{?dist}
+Version:        4.2.2
+Release:        1%{?dist}
 Summary:        Restkit is an HTTP resource kit for Python
 License:        MIT
 URL:            http://benoitc.github.com/restkit/
@@ -10,15 +10,15 @@ Source0:        http://pypi.python.org/packages/source/r/restkit/restkit-%{versi
 Patch0:         restkit-disable-tests-needing-internet-connection.patch
 BuildArch:      noarch
 
-Requires:  python-socketpool
-Requires:  python-http-parser >= 0.7.4
+Requires:  python-socketpool >= 0.5.3
+Requires:  python-http-parser >= 0.8.3
 Requires:  python-webob
 
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 BuildRequires:  python-nose
-BuildRequires:  python-socketpool
-BuildRequires:  python-http-parser >= 0.7.4
+BuildRequires:  python-socketpool >= 0.5.3
+BuildRequires:  python-http-parser >= 0.8.3
 BuildRequires:  python-webob
 
 %description
@@ -55,6 +55,9 @@ nosetests --exclude="009-test-oauth_filter"
 %exclude %{python_sitelib}/tests
 
 %changelog
+* Thu Sep 26 2013 Bohuslav Kabrda <bkabrda at redhat.com> - 4.2.2-1
+- Update to 4.2.2.
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.2.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 2040e2b..4291f41 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ebbdb1ef10b4e915ee918f6f2030f586  restkit-4.2.0.tar.gz
+99fb4e1af6e1b25c488dace620b4676f  restkit-4.2.2.tar.gz


More information about the scm-commits mailing list