]> git.pld-linux.org Git - packages/python3-requests.git/commitdiff
Version 1.1.0. Builds, but not tested rel 0.1
authorMateusz Korniak <matkor@pld-linux.org>
Fri, 15 Feb 2013 14:58:02 +0000 (15:58 +0100)
committerMateusz Korniak <matkor@pld-linux.org>
Fri, 15 Feb 2013 14:58:02 +0000 (15:58 +0100)
python-requests.spec

index c6b08f50cae23cf8097f7097cf68bcd8680d999c..081e362c2a52c22902a197204d1fea2360afdf66 100644 (file)
 Summary:       HTTP library for Python
 Summary(pl.UTF-8):     Biblioteka HTTP dla Pythona
 Name:          python-%{module}
-Version:       0.14.2
-Release:       1
+Version:       1.1.0
+Release:       0.1
 License:       ISC
 Group:         Development/Languages/Python
 Source0:       https://github.com/kennethreitz/requests/tarball/v%{version}/%{module}-%{version}.tar.gz
-# Source0-md5: db8842dbb5daed7e1e3d220d324d830a
+# Source0-md5: 89b4958831c4c3276ffe5d21ed53dec8
 URL:           https://github.com/kennethreitz/requests
 BuildRequires: python >= 1:2.6
 BuildRequires: python3 >= 3.2
@@ -77,7 +77,8 @@ to perform the simplest of tasks. Things shouldn't be this way. Not in
 Python.
 
 %prep
-%setup -q -n kennethreitz-%{module}-63243b1
+# kennethreitz-requests-1a7c91f
+%setup -q -n kennethreitz-%{module}-1a7c91f
 
 # avoid "distutils.errors.DistutilsByteCompileError: byte-compiling is disabled."
 %{__sed} -i -e '/PYTHONDONTWRITEBYTECODE/d' setup.py
This page took 0.084471 seconds and 4 git commands to generate.