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:           Tue Mar 31 04:33:45 UTC 2026

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

Log Message:
py-requests: updated to 2.33.1

2.33.1 (2026-03-30)

**Bugfixes**
- Fixed test cleanup for CVE-2026-25645 to avoid leaving unnecessary
  files in the tmp directory.
- Fixed Content-Type header parsing for malformed values.
- Improved error consistency for malformed header values.


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/devel/py-requests/Makefile
cvs rdiff -u -r1.54 -r1.55 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.69 pkgsrc/devel/py-requests/Makefile:1.70
--- pkgsrc/devel/py-requests/Makefile:1.69      Sun Mar 29 18:34:21 2026
+++ pkgsrc/devel/py-requests/Makefile   Tue Mar 31 04:33:45 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.69 2026/03/29 18:34:21 wiz Exp $
+# $NetBSD: Makefile,v 1.70 2026/03/31 04:33:45 adam Exp $
 
-DISTNAME=      requests-2.33.0
+DISTNAME=      requests-2.33.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/requests/}
@@ -11,10 +11,10 @@ COMMENT=    HTTP library, written in Python
 LICENSE=       apache-2.0
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
-DEPENDS+=      ${PYPKGPREFIX}-certifi>=2017.4.17:../../security/py-certifi
+DEPENDS+=      ${PYPKGPREFIX}-certifi>=2023.5.7:../../security/py-certifi
 DEPENDS+=      ${PYPKGPREFIX}-charset-normalizer>=2:../../converters/py-charset-normalizer
 DEPENDS+=      ${PYPKGPREFIX}-idna>=2.5:../../www/py-idna
-DEPENDS+=      ${PYPKGPREFIX}-urllib3>=1.21.1:../../www/py-urllib3
+DEPENDS+=      ${PYPKGPREFIX}-urllib3>=1.26:../../www/py-urllib3
 TEST_DEPENDS+= ${PYPKGPREFIX}-Socks>=1.5.8:../../net/py-Socks
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-httpbin>=2.0.0:../../www/py-test-httpbin

Index: pkgsrc/devel/py-requests/distinfo
diff -u pkgsrc/devel/py-requests/distinfo:1.54 pkgsrc/devel/py-requests/distinfo:1.55
--- pkgsrc/devel/py-requests/distinfo:1.54      Sun Mar 29 18:34:21 2026
+++ pkgsrc/devel/py-requests/distinfo   Tue Mar 31 04:33:45 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.54 2026/03/29 18:34:21 wiz Exp $
+$NetBSD: distinfo,v 1.55 2026/03/31 04:33:45 adam Exp $
 
-BLAKE2s (requests-2.33.0.tar.gz) = 558ce271c828381831706df71f67e085f251d0ea356936c928abd4b08dbfb730
-SHA512 (requests-2.33.0.tar.gz) = 7e45bc18ec111da5831c45682297ada47a33ef804ce9d97d15e7f2b3cfb0a5784285239debb00fd346179f527fdd04a815373aefb87158930eedca39de182cfb
-Size (requests-2.33.0.tar.gz) = 134232 bytes
+BLAKE2s (requests-2.33.1.tar.gz) = 1c05f5206b460db167716abf75a5e357240b5a6dc95f2f4901344ab2916dafec
+SHA512 (requests-2.33.1.tar.gz) = 058dc417085f8be99c2ea79fffecce833068d9342c925a8d8bd1b10c171e52fda5d4bdd8ae1a93b05b111e275c29b705ec79ac0c365fb10f6f81c49e6d839483
+Size (requests-2.33.1.tar.gz) = 134120 bytes



Home | Main Index | Thread Index | Old Index