Updated to version 0.8.2
This commit is contained in:
parent
06f0a427da
commit
67a4111537
3 changed files with 12 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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@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@gmail.com> - 0.7.6-1
|
||||
- Updated to new upstream release 0.7.6
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
728b21bf3914d69a4ff1012c66d9b6ba requests-0.7.6.tar.gz
|
||||
bdbbd7f45688e23e87eec52835959943 requests-0.8.2.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue