debian/0000755000000000000000000000000012250175167007174 5ustar debian/rules0000755000000000000000000000027312247416061010253 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 export PYBUILD_NAME=awsauth %: dh $@ --with python2,python3 --buildsystem=pybuild debian/compat0000644000000000000000000000000212244731177010374 0ustar 9 debian/copyright0000644000000000000000000000346112244731177011135 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: requests-aws Upstream-Contact: Paul Tax Source: http://pypi.python.org/pypi/requests-aws Files: * Copyright: 2011-2013, Kenneth Reitz License: BSD-3-clause Files: debian/* Copyright: 2013, Thomas Bechtold License: BSD-3-clause License: BSD-3-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . 3. Neither the name of Infrae nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL INFRAE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/clean0000644000000000000000000000003012244731177010174 0ustar requests_aws.egg-info/* debian/control0000644000000000000000000000361512247722561010606 0ustar Source: requests-aws Maintainer: Debian Python Modules Team Uploaders: Thomas Bechtold Section: python Priority: optional Build-Depends: debhelper (>= 9), dh-python, python-all (>= 2.6.6-3~), python-setuptools, python3-all, python3-setuptools, python-requests (>= 0.14.0), python3-requests (>= 0.14.0), Standards-Version: 3.9.5 X-Python-Version: >= 2.7 X-Python3-Version: >= 3.3 Homepage: https://github.com/tax/python-requests-aws Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/requests-aws/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/requests-aws/trunk/ Package: python-awsauth Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-requests (>= 0.14.0), Description: AWS authentication for Amazon S3 for the python-requests module Requests allow you to send HTTP/1.1 requests. You can add headers, form data, multipart files, and parameters with simple Python dictionaries, and access the response data in the same way. It's powered by httplib and urllib3, but it does all the hard work and crazy hacks for you. . This module adds AWS authentication for Amazon S3 based on the python-requests module. Package: python3-awsauth Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, python3-requests (>= 0.14.0), Description: AWS authentication for Amazon S3 for the python3-requests module Requests allow you to send HTTP/1.1 requests. You can add headers, form data, multipart files, and parameters with simple Python dictionaries, and access the response data in the same way. It's powered by httplib and urllib3, but it does all the hard work and crazy hacks for you. . This module adds AWS authentication for Amazon S3 based on the python3-requests module. debian/python-awsauth.examples0000644000000000000000000000001312247722561013723 0ustar example.py debian/watch0000644000000000000000000000013412244731177010225 0ustar version=3 https://pypi.python.org/packages/source/r/requests-aws/requests-aws-(.*)\.tar\.gz debian/source/0000755000000000000000000000000012244731177010476 5ustar debian/source/format0000644000000000000000000000001412244731177011704 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000024712244731177011053 0ustar requests-aws (0.1.5-1) unstable; urgency=low * Initial release (Closes: #729951) -- Thomas Bechtold Tue, 19 Nov 2013 10:44:06 +0100