[python-requests] Updated to version 0.8.2

Arun SAG sagarun at fedoraproject.org
Sun Nov 27 10:42:23 UTC 2011


commit 67a4111537d3f47bf50a4418a66c2445007c5e35
Author: Arun SAG <sagarun at gmail.com>
Date:   Sun Nov 27 16:11:55 2011 +0530

    Updated to version 0.8.2

 .gitignore           |    1 +
 python-requests.spec |   13 ++++++++++---
 sources              |    2 +-
 3 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8c520d6..8b1c43b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /requests-0.6.1.tar.gz
 /requests-0.6.6.tar.gz
 /requests-0.7.6.tar.gz
+/requests-0.8.2.tar.gz
diff --git a/python-requests.spec b/python-requests.spec
index 7dccc51..6217e2a 100644
--- a/python-requests.spec
+++ b/python-requests.spec
@@ -1,5 +1,5 @@
 Name:           python-requests
-Version:        0.7.6
+Version:        0.8.2
 Release:        1%{?dist}
 Summary:        HTTP library, written in Python, for human beings
 
@@ -35,14 +35,21 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/*.egg-info
 %dir %{python_sitelib}/requests
 %dir %{python_sitelib}/requests/packages
-%dir %{python_sitelib}/requests/packages/poster
+%dir %{python_sitelib}/requests/packages/oreos
+%dir %{python_sitelib}/requests/packages/urllib3
 %{python_sitelib}/requests/packages/*.py*
-%{python_sitelib}/requests/packages/poster/*.py*
+%{python_sitelib}/requests/packages/oreos/*.py*
+%{python_sitelib}/requests/packages/urllib3/*.py*
 %{python_sitelib}/requests/*.py*
 
 
 
 %changelog
+* Sun Nov 27 2011 Arun SAG <sagarun at gmail.com> - 0.8.2-1
+- New upstream version
+- keep alive support
+- complete removal of cookiejar and urllib2
+
 * Thu Nov 10 2011 Arun SAG <sagarun at gmail.com> - 0.7.6-1
 - Updated to new upstream release 0.7.6
 
diff --git a/sources b/sources
index 4fbdca8..3ab0047 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-728b21bf3914d69a4ff1012c66d9b6ba  requests-0.7.6.tar.gz
+bdbbd7f45688e23e87eec52835959943  requests-0.8.2.tar.gz


More information about the scm-commits mailing list