pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-urllib3



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jul 27 10:06:52 UTC 2020

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

Log Message:
py-urllib3: updated to 1.25.10

1.25.10

* Added support for ``SSLKEYLOGFILE`` environment variable for
  logging TLS session keys with use with programs like
  Wireshark for decrypting captured web traffic

* Fixed loading of SecureTransport libraries on macOS Big Sur
  due to the new dynamic linker cache

* Collapse chunked request bodies data and framing into one
  call to ``send()`` to reduce the number of TCP packets by 2-4x

* Don't insert ``None`` into ``ConnectionPool`` if the pool
  was empty when requesting a connection

* Avoid ``hasattr`` call in ``BrotliDecoder.decompress()``


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/www/py-urllib3/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-urllib3/PLIST
cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/py-urllib3/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-urllib3/Makefile
diff -u pkgsrc/www/py-urllib3/Makefile:1.22 pkgsrc/www/py-urllib3/Makefile:1.23
--- pkgsrc/www/py-urllib3/Makefile:1.22 Sat May 16 18:02:59 2020
+++ pkgsrc/www/py-urllib3/Makefile      Mon Jul 27 10:06:52 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2020/05/16 18:02:59 adam Exp $
+# $NetBSD: Makefile,v 1.23 2020/07/27 10:06:52 adam Exp $
 
-DISTNAME=      urllib3-1.25.9
+DISTNAME=      urllib3-1.25.10
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=u/urllib3/}

Index: pkgsrc/www/py-urllib3/PLIST
diff -u pkgsrc/www/py-urllib3/PLIST:1.9 pkgsrc/www/py-urllib3/PLIST:1.10
--- pkgsrc/www/py-urllib3/PLIST:1.9     Thu Oct  3 08:57:48 2019
+++ pkgsrc/www/py-urllib3/PLIST Mon Jul 27 10:06:52 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2019/10/03 08:57:48 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2020/07/27 10:06:52 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -10,6 +10,9 @@ ${PYSITELIB}/urllib3/__init__.pyo
 ${PYSITELIB}/urllib3/_collections.py
 ${PYSITELIB}/urllib3/_collections.pyc
 ${PYSITELIB}/urllib3/_collections.pyo
+${PYSITELIB}/urllib3/_version.py
+${PYSITELIB}/urllib3/_version.pyc
+${PYSITELIB}/urllib3/_version.pyo
 ${PYSITELIB}/urllib3/connection.py
 ${PYSITELIB}/urllib3/connection.pyc
 ${PYSITELIB}/urllib3/connection.pyo

Index: pkgsrc/www/py-urllib3/distinfo
diff -u pkgsrc/www/py-urllib3/distinfo:1.19 pkgsrc/www/py-urllib3/distinfo:1.20
--- pkgsrc/www/py-urllib3/distinfo:1.19 Thu Apr 16 18:30:05 2020
+++ pkgsrc/www/py-urllib3/distinfo      Mon Jul 27 10:06:52 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2020/04/16 18:30:05 adam Exp $
+$NetBSD: distinfo,v 1.20 2020/07/27 10:06:52 adam Exp $
 
-SHA1 (urllib3-1.25.9.tar.gz) = ba2fe93723d407905f507be960c554f5b17d65b1
-RMD160 (urllib3-1.25.9.tar.gz) = 8e110cf646403b479129233ce7c16cff4f935576
-SHA512 (urllib3-1.25.9.tar.gz) = 505f1d9137e469a48ee0de417f2be36946cf1d9bbcf1233280be399a6c6d8650b5b3c6cfcf884b04e0156974da703f48843381b9aab377738a2e60f7d2d3799b
-Size (urllib3-1.25.9.tar.gz) = 254921 bytes
+SHA1 (urllib3-1.25.10.tar.gz) = 71f01909d2713c7f51c423f29939cd556cf1c7b5
+RMD160 (urllib3-1.25.10.tar.gz) = 4cdf1de72e5872e1c317efa072f8ebcf30578265
+SHA512 (urllib3-1.25.10.tar.gz) = 5718dab472a476bfd555753758ceef46c81dc358131205b6db05d186a66f397dc07252eda1622d12586390ccf14e8e17acdb9486c17cb7d34e323287a67373af
+Size (urllib3-1.25.10.tar.gz) = 256875 bytes



Home | Main Index | Thread Index | Old Index