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 May 12 06:22:39 UTC 2026

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

Log Message:
py-requests: updated to 2.34.0

2.34.0 (2026-05-11)

**Announcements**
- Requests 2.34.0 introduces inline types, replacing those provided by
  typeshed. Public API types should be fully compatible with mypy, pyright,
  and ty. We believe types are comprehensive but if you find issues, please
  report them to the pinned tracking issue.

  Special thanks to @bastimeyer, @cthoyt, @edgarrmondragon, and @srittau for
  helping review and test the types ahead of the release.

**Improvements**
- Digest Auth hashing algorithms have added `usedforsecurity=False` to clarify
  security considerations.
- Requests added support for Python 3.15 based on beta1. Downstream projects
  should be able to start testing prior to its release in October.
- Requests added support for Python 3.14t.

**Bugfixes**
- ``Response.history`` no longer contains a reference to itself, preventing
  accidental looping when traversing the history list.
- Requests no longer performs greedy matching on no_proxy domains. The
  proxy_bypass implementation has been updated with CPython's fix from
  bpo-39057.
- Requests no longer incorrectly strips duplicate leading slashes in
  URI paths. This should address user issues with specific presigned
  URLs. Note the full fix requires urllib3 2.7.0+.


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/devel/py-requests/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-requests/PLIST
cvs rdiff -u -r1.55 -r1.56 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.70 pkgsrc/devel/py-requests/Makefile:1.71
--- pkgsrc/devel/py-requests/Makefile:1.70      Tue Mar 31 04:33:45 2026
+++ pkgsrc/devel/py-requests/Makefile   Tue May 12 06:22:39 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.70 2026/03/31 04:33:45 adam Exp $
+# $NetBSD: Makefile,v 1.71 2026/05/12 06:22:39 adam Exp $
 
-DISTNAME=      requests-2.33.1
+DISTNAME=      requests-2.34.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/requests/}

Index: pkgsrc/devel/py-requests/PLIST
diff -u pkgsrc/devel/py-requests/PLIST:1.16 pkgsrc/devel/py-requests/PLIST:1.17
--- pkgsrc/devel/py-requests/PLIST:1.16 Sun Mar 29 18:34:21 2026
+++ pkgsrc/devel/py-requests/PLIST      Tue May 12 06:22:39 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2026/03/29 18:34:21 wiz Exp $
+@comment $NetBSD: PLIST,v 1.17 2026/05/12 06:22:39 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -14,6 +14,9 @@ ${PYSITELIB}/requests/__version__.pyo
 ${PYSITELIB}/requests/_internal_utils.py
 ${PYSITELIB}/requests/_internal_utils.pyc
 ${PYSITELIB}/requests/_internal_utils.pyo
+${PYSITELIB}/requests/_types.py
+${PYSITELIB}/requests/_types.pyc
+${PYSITELIB}/requests/_types.pyo
 ${PYSITELIB}/requests/adapters.py
 ${PYSITELIB}/requests/adapters.pyc
 ${PYSITELIB}/requests/adapters.pyo
@@ -47,6 +50,7 @@ ${PYSITELIB}/requests/models.pyo
 ${PYSITELIB}/requests/packages.py
 ${PYSITELIB}/requests/packages.pyc
 ${PYSITELIB}/requests/packages.pyo
+${PYSITELIB}/requests/py.typed
 ${PYSITELIB}/requests/sessions.py
 ${PYSITELIB}/requests/sessions.pyc
 ${PYSITELIB}/requests/sessions.pyo

Index: pkgsrc/devel/py-requests/distinfo
diff -u pkgsrc/devel/py-requests/distinfo:1.55 pkgsrc/devel/py-requests/distinfo:1.56
--- pkgsrc/devel/py-requests/distinfo:1.55      Tue Mar 31 04:33:45 2026
+++ pkgsrc/devel/py-requests/distinfo   Tue May 12 06:22:39 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.55 2026/03/31 04:33:45 adam Exp $
+$NetBSD: distinfo,v 1.56 2026/05/12 06:22:39 adam Exp $
 
-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
+BLAKE2s (requests-2.34.0.tar.gz) = 22a1c700cbe7af4abc598f49195343d511881d91bb502f4e29e9f9a25c16af68
+SHA512 (requests-2.34.0.tar.gz) = 4e3b5c40489b682225667cf46e36058bc22dce6b580e3d01962ea7fa46517e15a775458ebeb970b53fb2f87048f3f09bf09ac599b66c36827622fea7c17e83b6
+Size (requests-2.34.0.tar.gz) = 142436 bytes



Home | Main Index | Thread Index | Old Index