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: wiz
Date: Sun Mar 29 18:34:21 UTC 2026
Modified Files:
pkgsrc/devel/py-requests: Makefile PLIST distinfo
Log Message:
py-requests: update to 2.33.0.
2.33.0 (2026-03-25)
--------------------
**Announcements**
- 📣 Requests is adding inline types. If you have a typed code base that
uses Requests, please take a look at #7271. Give it a try, and report
any gaps or feedback you may have in the issue. 📣
**Security**
- CVE-2026-25645 ``requests.utils.extract_zipped_paths`` now extracts
contents to a non-deterministic location to prevent malicious file
replacement. This does not affect default usage of Requests, only
applications calling the utility function directly.
**Improvements**
- Migrated to a PEP 517 build system using setuptools. (#7012)
**Bugfixes**
- Fixed an issue where an empty netrc entry could cause
malformed authentication to be applied to Requests on
Python 3.11+. (#7205)
**Deprecations**
- Dropped support for Python 3.9 following its end of support. (#7196)
**Documentation**
- Various typo fixes and doc improvements.
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/devel/py-requests/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-requests/PLIST
cvs rdiff -u -r1.53 -r1.54 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.68 pkgsrc/devel/py-requests/Makefile:1.69
--- pkgsrc/devel/py-requests/Makefile:1.68 Tue Aug 19 05:27:37 2025
+++ pkgsrc/devel/py-requests/Makefile Sun Mar 29 18:34:21 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.68 2025/08/19 05:27:37 adam Exp $
+# $NetBSD: Makefile,v 1.69 2026/03/29 18:34:21 wiz Exp $
-DISTNAME= requests-2.32.5
+DISTNAME= requests-2.33.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel www python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/requests/}
@@ -25,12 +25,9 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-trustme-[0
USE_LANGUAGES= # none
REPLACE_PYTHON+= requests/certs.py
-# as of 2.32.4
-# with default settings (no network access):
-# 143 failed, 452 passed, 15 skipped, 1 xfailed, 14 warnings
-# for testing:
-#ALLOW_NETWORK_ACCESS= yes
-# 595 passed, 15 skipped, 1 xpassed, 18 warnings
+.if make(test)
+ALLOW_NETWORK_ACCESS= yes
+.endif
.include "../../lang/python/application.mk"
.include "../../lang/python/wheel.mk"
Index: pkgsrc/devel/py-requests/PLIST
diff -u pkgsrc/devel/py-requests/PLIST:1.15 pkgsrc/devel/py-requests/PLIST:1.16
--- pkgsrc/devel/py-requests/PLIST:1.15 Sat Apr 12 20:13:33 2025
+++ pkgsrc/devel/py-requests/PLIST Sun Mar 29 18:34:21 2026
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.15 2025/04/12 20:13:33 adam Exp $
+@comment $NetBSD: PLIST,v 1.16 2026/03/29 18:34:21 wiz Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/NOTICE
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/requests/__init__.py
${PYSITELIB}/requests/__init__.pyc
Index: pkgsrc/devel/py-requests/distinfo
diff -u pkgsrc/devel/py-requests/distinfo:1.53 pkgsrc/devel/py-requests/distinfo:1.54
--- pkgsrc/devel/py-requests/distinfo:1.53 Tue Aug 19 05:27:37 2025
+++ pkgsrc/devel/py-requests/distinfo Sun Mar 29 18:34:21 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.53 2025/08/19 05:27:37 adam Exp $
+$NetBSD: distinfo,v 1.54 2026/03/29 18:34:21 wiz Exp $
-BLAKE2s (requests-2.32.5.tar.gz) = 489d1962616c86b3d0caa4339e8c9a9a5676f768989fbf6c901cceed75fed221
-SHA512 (requests-2.32.5.tar.gz) = 2fbc05f5b638cefe59b9edaac86d53666d0416cebdbe8343caa818cae677a733c1f3a9ae62ef5c880b77cf706a2e3da57e0783d8936bda128f071367524189de
-Size (requests-2.32.5.tar.gz) = 134517 bytes
+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
Home |
Main Index |
Thread Index |
Old Index