pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-requests



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jun  5 08:03:58 UTC 2024

Modified Files:
        pkgsrc/devel/py-requests: Makefile distinfo

Log Message:
py-requests: updated to 2.32.3

2.32.3 (2024-05-29)

**Bugfixes**
- Fixed bug breaking the ability to specify custom SSLContexts in sub-classes of
  HTTPAdapter.
- Fixed issue where Requests started failing to run on Python versions compiled
  without the `ssl` module.


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/devel/py-requests/Makefile
cvs rdiff -u -r1.50 -r1.51 pkgsrc/devel/py-requests/distinfo

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

Modified files:

Index: pkgsrc/devel/py-requests/Makefile
diff -u pkgsrc/devel/py-requests/Makefile:1.62 pkgsrc/devel/py-requests/Makefile:1.63
--- pkgsrc/devel/py-requests/Makefile:1.62      Fri May 24 16:44:07 2024
+++ pkgsrc/devel/py-requests/Makefile   Wed Jun  5 08:03:57 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.62 2024/05/24 16:44:07 adam Exp $
+# $NetBSD: Makefile,v 1.63 2024/06/05 08:03:57 adam Exp $
 
-DISTNAME=      requests-2.32.2
+DISTNAME=      requests-2.32.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/requests/}

Index: pkgsrc/devel/py-requests/distinfo
diff -u pkgsrc/devel/py-requests/distinfo:1.50 pkgsrc/devel/py-requests/distinfo:1.51
--- pkgsrc/devel/py-requests/distinfo:1.50      Fri May 24 16:44:07 2024
+++ pkgsrc/devel/py-requests/distinfo   Wed Jun  5 08:03:57 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.50 2024/05/24 16:44:07 adam Exp $
+$NetBSD: distinfo,v 1.51 2024/06/05 08:03:57 adam Exp $
 
-BLAKE2s (requests-2.32.2.tar.gz) = 55ffa05c4e1d1667cdecf5bef6bd3c9a4a8db51dfb265b31e676733d35d1348a
-SHA512 (requests-2.32.2.tar.gz) = 6f85e41f30d8bdf8d3343092d7fc163342c22c21cf0490eabd65cb66b59a464fbd6a4cd28f1f3ab1eac636adff2a8d55ded54c40351df93deafeb2aba62bcbde
-Size (requests-2.32.2.tar.gz) = 130327 bytes
+BLAKE2s (requests-2.32.3.tar.gz) = df09009dff4a4736dcd203611b857750c9cfbac7fb480434c13cfb735a806968
+SHA512 (requests-2.32.3.tar.gz) = 20d413597ff4803a62156ada25ef2e8a5edd0d4dbf7d79cc7fcd88d51a76e019a7dacf41d7c3d546306f37c506ede68f16b9afea57c918db64e702382b1ae420
+Size (requests-2.32.3.tar.gz) = 131218 bytes



Home | Main Index | Thread Index | Old Index