pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-httplib2



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Apr  2 13:03:50 UTC 2018

Modified Files:
        pkgsrc/www/py-httplib2: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-httplib2/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-httplib2/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-httplib2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-httplib2/Makefile
diff -u pkgsrc/www/py-httplib2/Makefile:1.10 pkgsrc/www/py-httplib2/Makefile:1.11
--- pkgsrc/www/py-httplib2/Makefile:1.10        Tue May  9 12:33:46 2017
+++ pkgsrc/www/py-httplib2/Makefile     Mon Apr  2 13:03:50 2018
@@ -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/}

Index: pkgsrc/www/py-httplib2/PLIST
diff -u pkgsrc/www/py-httplib2/PLIST:1.4 pkgsrc/www/py-httplib2/PLIST:1.5
--- pkgsrc/www/py-httplib2/PLIST:1.4    Sun Jun  8 23:26:35 2014
+++ pkgsrc/www/py-httplib2/PLIST        Mon Apr  2 13:03:50 2018
@@ -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/cacerts.txt
 ${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

Index: pkgsrc/www/py-httplib2/distinfo
diff -u pkgsrc/www/py-httplib2/distinfo:1.7 pkgsrc/www/py-httplib2/distinfo:1.8
--- pkgsrc/www/py-httplib2/distinfo:1.7 Tue May  9 12:33:46 2017
+++ pkgsrc/www/py-httplib2/distinfo     Mon Apr  2 13:03:50 2018
@@ -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