pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-httplib2 py-httplib2: updated to 0.11.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fa9c9bfc2ab6
branches:  trunk
changeset: 378149:fa9c9bfc2ab6
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Apr 02 13:03:50 2018 +0000

description:
py-httplib2: updated to 0.11.3

0.11.3
  No changes, just reupload of 0.11.2 after fixing automatic release conditions in Travis.

0.11.2
  proxy: py3 NameError basestring

0.11.1
  Fix HTTP(S)ConnectionWithTimeout AttributeError proxy_info

0.11.0
  Add DigiCert Global Root G2 serial 033af1e6a711a9a0bb2864b11d09fae5

  python3 proxy support

  If no_proxy environment value ends with comma then proxy is not used

  fix UnicodeDecodeError using socks5 proxy

  Respect NO_PROXY env var in proxy_info_from_url

  NO_PROXY=bar was matching foobar (suffix without dot delimiter)
  New behavior matches curl/wget:
  - no_proxy=foo.bar will only skip proxy for exact hostname match
  - no_proxy=.wild.card will skip proxy for any.subdomains.wild.card

  Bugfix for Content-Encoding: deflate

diffstat:

 www/py-httplib2/Makefile |   4 ++--
 www/py-httplib2/PLIST    |   8 ++++----
 www/py-httplib2/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 11 deletions(-)

diffs (46 lines):

diff -r d62e46fe0db1 -r fa9c9bfc2ab6 www/py-httplib2/Makefile
--- a/www/py-httplib2/Makefile  Mon Apr 02 12:58:33 2018 +0000
+++ b/www/py-httplib2/Makefile  Mon Apr 02 13:03:50 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2017/05/09 12:33:46 adam Exp $
+# $NetBSD: Makefile,v 1.11 2018/04/02 13:03:50 adam Exp $
 
-DISTNAME=      httplib2-0.10.3
+DISTNAME=      httplib2-0.11.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/httplib2/}
diff -r d62e46fe0db1 -r fa9c9bfc2ab6 www/py-httplib2/PLIST
--- a/www/py-httplib2/PLIST     Mon Apr 02 12:58:33 2018 +0000
+++ b/www/py-httplib2/PLIST     Mon Apr 02 13:03:50 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2014/06/08 23:26:35 rodent Exp $
+@comment $NetBSD: PLIST,v 1.5 2018/04/02 13:03:50 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -10,6 +10,6 @@
 ${PYSITELIB}/httplib2/iri2uri.py
 ${PYSITELIB}/httplib2/iri2uri.pyc
 ${PYSITELIB}/httplib2/iri2uri.pyo
-${PLIST.py2x}${PYSITELIB}/httplib2/socks.py
-${PLIST.py2x}${PYSITELIB}/httplib2/socks.pyc
-${PLIST.py2x}${PYSITELIB}/httplib2/socks.pyo
+${PYSITELIB}/httplib2/socks.py
+${PYSITELIB}/httplib2/socks.pyc
+${PYSITELIB}/httplib2/socks.pyo
diff -r d62e46fe0db1 -r fa9c9bfc2ab6 www/py-httplib2/distinfo
--- a/www/py-httplib2/distinfo  Mon Apr 02 12:58:33 2018 +0000
+++ b/www/py-httplib2/distinfo  Mon Apr 02 13:03:50 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2017/05/09 12:33:46 adam Exp $
+$NetBSD: distinfo,v 1.8 2018/04/02 13:03:50 adam Exp $
 
-SHA1 (httplib2-0.10.3.tar.gz) = 79fef92f4a5c121adcb7be0cd7c43f4d8328a299
-RMD160 (httplib2-0.10.3.tar.gz) = 11438da47881a68c5b22cfa772e89c19565c894a
-SHA512 (httplib2-0.10.3.tar.gz) = d024986ffd577858017d7a8cfcae98a6cd04b8c89634ea302df4c1443eb2381cecca6ffbb631c9d4260335a3462df6d5604ec485aa591a05cb0231a3f6745aaa
-Size (httplib2-0.10.3.tar.gz) = 204500 bytes
+SHA1 (httplib2-0.11.3.tar.gz) = 45abaec7c9d7e1a37933f4f6bf7b5dabf92efd5e
+RMD160 (httplib2-0.11.3.tar.gz) = c8c524c2fd7edca575db197da82b71c23c7f128c
+SHA512 (httplib2-0.11.3.tar.gz) = e74be0ba945aaf5836ef14f4b8262e2be4b7f2a1df52b60f8ae7109d9727e117a69a8b7e4f524fb91997781af031a8a7c2112a7ab2b5d9f5c94b04a56aa04659
+Size (httplib2-0.11.3.tar.gz) = 215815 bytes



Home | Main Index | Thread Index | Old Index