Mon Feb 1 13:23:57 2016 UTC ()
Update py-requests-toolbelt to 0.6.0:

0.6.0 -- 2016-01-27
-------------------

More information about this release can be found on the `0.6.0 milestone`_.

New Features
~~~~~~~~~~~~

- Add ``AppEngineAdapter`` to support developers using Google's AppEngine
  platform with Requests.

- Add ``GuessProxyAuth`` class to support guessing between Basic and Digest
  Authentication for proxies.

Fixed Bugs
~~~~~~~~~~

- Ensure that proxies use the correct TLS version when using the
  ``SSLAdapter``.

- Fix an ``AttributeError`` when using the ``HTTPProxyDigestAuth`` class.

Miscellaneous
~~~~~~~~~~~~~

- Drop testing support for Python 3.2. virtualenv and pip have stopped
  supporting it meaning that it is harder to test for this with our CI
  infrastructure. Moving forward we will make a best-effort attempt to
  support 3.2 but will not test for it.

.. _0.6.0 milestone:
    https://github.com/sigmavirus24/requests-toolbelt/milestones/0.6.0


(wiz)
diff -r1.6 -r1.7 pkgsrc/devel/py-requests-toolbelt/Makefile
diff -r1.6 -r1.7 pkgsrc/devel/py-requests-toolbelt/distinfo
diff -r1.4 -r1.5 pkgsrc/devel/py-requests-toolbelt/PLIST

cvs diff -r1.6 -r1.7 pkgsrc/devel/py-requests-toolbelt/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-requests-toolbelt/Makefile 2015/12/27 23:36:43 1.6
+++ pkgsrc/devel/py-requests-toolbelt/Makefile 2016/02/01 13:23:56 1.7
@@ -1,24 +1,21 @@ @@ -1,24 +1,21 @@
1# $NetBSD: Makefile,v 1.6 2015/12/27 23:36:43 wiz Exp $ 1# $NetBSD: Makefile,v 1.7 2016/02/01 13:23:56 wiz Exp $
2 2
3DISTNAME= requests-toolbelt-0.5.1 3DISTNAME= requests-toolbelt-0.6.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel 5CATEGORIES= devel
6MASTER_SITES= ${MASTER_SITE_PYPI:=r/requests-toolbelt/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=r/requests-toolbelt/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://pypi.python.org/pypi/requests-toolbelt 9HOMEPAGE= https://pypi.python.org/pypi/requests-toolbelt
10COMMENT= Utility belt for advanced users of python-requests 10COMMENT= Utility belt for advanced users of python-requests
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
13DEPENDS+= ${PYPKGPREFIX}-requests>=2.1.0:../../devel/py-requests 13DEPENDS+= ${PYPKGPREFIX}-requests>=2.1.0:../../devel/py-requests
14BUILD_DEPENDS+= ${PYPKGPREFIX}-betamax-[0-9]*:../../www/py-betamax 14BUILD_DEPENDS+= ${PYPKGPREFIX}-betamax-[0-9]*:../../www/py-betamax
15BUILD_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock 15BUILD_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
16BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test 16BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
17 17
18USE_LANGUAGES= # none 18USE_LANGUAGES= # none
19 19
20post-extract: 
21 ${RM} ${WRKSRC}/requests_toolbelt/multipart/.encoder.py.swp 
22 
23.include "../../lang/python/egg.mk" 20.include "../../lang/python/egg.mk"
24.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/devel/py-requests-toolbelt/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-requests-toolbelt/distinfo 2015/12/27 23:36:43 1.6
+++ pkgsrc/devel/py-requests-toolbelt/distinfo 2016/02/01 13:23:56 1.7
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.6 2015/12/27 23:36:43 wiz Exp $ 1$NetBSD: distinfo,v 1.7 2016/02/01 13:23:56 wiz Exp $
2 2
3SHA1 (requests-toolbelt-0.5.1.tar.gz) = 85c30b71e85927e04452834177edc281a1989a3a 3SHA1 (requests-toolbelt-0.6.0.tar.gz) = 0d32c27f3b3c8986ce91b0b0aaa9272ca2a3ac94
4RMD160 (requests-toolbelt-0.5.1.tar.gz) = cf33781803e7e94dc578af5bc121c111a68fcf46 4RMD160 (requests-toolbelt-0.6.0.tar.gz) = 701e1cd599d7a973abdf5b9fe23ffc5b1cbba12a
5SHA512 (requests-toolbelt-0.5.1.tar.gz) = fff70b7262efae616fe9fe8e25af9856d42ccecdaca71cfde0dd81c5d7c509aec30f7c99f4b886d844c168937197ed8287e873fffe6073e93e48412b5a902997 5SHA512 (requests-toolbelt-0.6.0.tar.gz) = 07d718de6fe0bbc7602fdad21a8f417c9fdf0e3281a96c556a1c6d829e8f08b504b7335349f9911fc39872515c81f7956dc733252e48f78fc264254946729881
6Size (requests-toolbelt-0.5.1.tar.gz) = 187981 bytes 6Size (requests-toolbelt-0.6.0.tar.gz) = 188848 bytes

cvs diff -r1.4 -r1.5 pkgsrc/devel/py-requests-toolbelt/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/py-requests-toolbelt/PLIST 2015/12/04 21:48:21 1.4
+++ pkgsrc/devel/py-requests-toolbelt/PLIST 2016/02/01 13:23:56 1.5
@@ -1,28 +1,31 @@ @@ -1,28 +1,31 @@
1@comment $NetBSD: PLIST,v 1.4 2015/12/04 21:48:21 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.5 2016/02/01 13:23:56 wiz Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
5${PYSITELIB}/${EGG_INFODIR}/requires.txt 5${PYSITELIB}/${EGG_INFODIR}/requires.txt
6${PYSITELIB}/${EGG_INFODIR}/top_level.txt 6${PYSITELIB}/${EGG_INFODIR}/top_level.txt
7${PYSITELIB}/requests_toolbelt/__init__.py 7${PYSITELIB}/requests_toolbelt/__init__.py
8${PYSITELIB}/requests_toolbelt/__init__.pyc 8${PYSITELIB}/requests_toolbelt/__init__.pyc
9${PYSITELIB}/requests_toolbelt/__init__.pyo 9${PYSITELIB}/requests_toolbelt/__init__.pyo
10${PYSITELIB}/requests_toolbelt/_compat.py 10${PYSITELIB}/requests_toolbelt/_compat.py
11${PYSITELIB}/requests_toolbelt/_compat.pyc 11${PYSITELIB}/requests_toolbelt/_compat.pyc
12${PYSITELIB}/requests_toolbelt/_compat.pyo 12${PYSITELIB}/requests_toolbelt/_compat.pyo
13${PYSITELIB}/requests_toolbelt/adapters/__init__.py 13${PYSITELIB}/requests_toolbelt/adapters/__init__.py
14${PYSITELIB}/requests_toolbelt/adapters/__init__.pyc 14${PYSITELIB}/requests_toolbelt/adapters/__init__.pyc
15${PYSITELIB}/requests_toolbelt/adapters/__init__.pyo 15${PYSITELIB}/requests_toolbelt/adapters/__init__.pyo
 16${PYSITELIB}/requests_toolbelt/adapters/appengine.py
 17${PYSITELIB}/requests_toolbelt/adapters/appengine.pyc
 18${PYSITELIB}/requests_toolbelt/adapters/appengine.pyo
16${PYSITELIB}/requests_toolbelt/adapters/fingerprint.py 19${PYSITELIB}/requests_toolbelt/adapters/fingerprint.py
17${PYSITELIB}/requests_toolbelt/adapters/fingerprint.pyc 20${PYSITELIB}/requests_toolbelt/adapters/fingerprint.pyc
18${PYSITELIB}/requests_toolbelt/adapters/fingerprint.pyo 21${PYSITELIB}/requests_toolbelt/adapters/fingerprint.pyo
19${PYSITELIB}/requests_toolbelt/adapters/socket_options.py 22${PYSITELIB}/requests_toolbelt/adapters/socket_options.py
20${PYSITELIB}/requests_toolbelt/adapters/socket_options.pyc 23${PYSITELIB}/requests_toolbelt/adapters/socket_options.pyc
21${PYSITELIB}/requests_toolbelt/adapters/socket_options.pyo 24${PYSITELIB}/requests_toolbelt/adapters/socket_options.pyo
22${PYSITELIB}/requests_toolbelt/adapters/source.py 25${PYSITELIB}/requests_toolbelt/adapters/source.py
23${PYSITELIB}/requests_toolbelt/adapters/source.pyc 26${PYSITELIB}/requests_toolbelt/adapters/source.pyc
24${PYSITELIB}/requests_toolbelt/adapters/source.pyo 27${PYSITELIB}/requests_toolbelt/adapters/source.pyo
25${PYSITELIB}/requests_toolbelt/adapters/ssl.py 28${PYSITELIB}/requests_toolbelt/adapters/ssl.py
26${PYSITELIB}/requests_toolbelt/adapters/ssl.pyc 29${PYSITELIB}/requests_toolbelt/adapters/ssl.pyc
27${PYSITELIB}/requests_toolbelt/adapters/ssl.pyo 30${PYSITELIB}/requests_toolbelt/adapters/ssl.pyo
28${PYSITELIB}/requests_toolbelt/auth/__init__.py 31${PYSITELIB}/requests_toolbelt/auth/__init__.py