]> git.pld-linux.org Git - packages/python3-requests.git/commitdiff
- up to 2.7.0; switch back to bundled (it's hard to track incompatibilities)
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 16 May 2015 11:18:01 +0000 (13:18 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 16 May 2015 11:18:01 +0000 (13:18 +0200)
python-requests.spec

index ae7bac0152fbebc6427b63214d46bfe0f4f4e6e2..732936ad4ccfa799860bf7eb8bc733350f918d1b 100644 (file)
@@ -3,19 +3,19 @@
 %bcond_with    tests   # perform "make test"
 %bcond_without python2 # CPython 2.x module
 %bcond_without python3 # CPython 3.x module
-%bcond_with    bundled # bundled libraries
+%bcond_without bundled # bundled libraries
 #
-%define                urllib3ver      1.10.1
+%define                urllib3ver      1.10.4
 %define        module  requests
 Summary:       HTTP library for Python 2
 Summary(pl.UTF-8):     Biblioteka HTTP dla Pythona 2
 Name:          python-%{module}
-Version:       2.5.3
+Version:       2.7.0
 Release:       1
 License:       Apache2
 Group:         Development/Languages/Python
 Source0:       https://pypi.python.org/packages/source/r/requests/%{module}-%{version}.tar.gz
-# Source0-md5: 23bf4fcc89ea8d353eb5353bb4a475b1
+# Source0-md5: 29b173fd5fa572ec0764d1fd7b527260
 URL:           http://python-requests.org
 # find . -name '*.py' -exec sed -i -e 's#requests\.packages\.urllib3#urllib3#g' "{}" ";"
 # find . -name '*.py' -exec sed -i -e 's#\.packages\.urllib3#urllib3#g' "{}" ";"
This page took 0.128362 seconds and 4 git commands to generate.