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 May 17 16:03:23 UTC 2026

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

Log Message:
py-requests: update to 2.34.2.

2.34.2 (2026-05-14)
-------------------
- Moved `headers` input type back to `Mapping` to avoid invariance issues
  with `MutableMapping` and inferred dict types. Users calling
  `Request.headers.update()` may need to narrow typing in their code. (#7441)

2.34.1 (2026-05-13)
-------------------

**Bugfixes**
- Widened `json` input type from `dict` and `list` to `Mapping`
  and `Sequence`. (#7436)
- Changed `headers` input type to MutableMapping and removed `None` from
  `Request.headers` typing to improve handling for users. (#7431)
- `Response.reason` moved from `str | None` to `str` to improve handling
  for users. (#7437)
- Fixed a bug where some bodies with custom `__getattr__` implementations
  weren't being properly detected as Iterables. (#7433)


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pkgsrc/devel/py-requests/Makefile
cvs rdiff -u -r1.56 -r1.57 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.71 pkgsrc/devel/py-requests/Makefile:1.72
--- pkgsrc/devel/py-requests/Makefile:1.71      Tue May 12 06:22:39 2026
+++ pkgsrc/devel/py-requests/Makefile   Sun May 17 16:03:23 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.71 2026/05/12 06:22:39 adam Exp $
+# $NetBSD: Makefile,v 1.72 2026/05/17 16:03:23 wiz Exp $
 
-DISTNAME=      requests-2.34.0
+DISTNAME=      requests-2.34.2
 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.56 pkgsrc/devel/py-requests/distinfo:1.57
--- pkgsrc/devel/py-requests/distinfo:1.56      Tue May 12 06:22:39 2026
+++ pkgsrc/devel/py-requests/distinfo   Sun May 17 16:03:23 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.56 2026/05/12 06:22:39 adam Exp $
+$NetBSD: distinfo,v 1.57 2026/05/17 16:03:23 wiz Exp $
 
-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
+BLAKE2s (requests-2.34.2.tar.gz) = 2cb1264ab975802fc3584f0ebc2937fa378de879c433b6c7e0f2803732a47ca9
+SHA512 (requests-2.34.2.tar.gz) = 106d99c51c7e76d35e27dd64988afb0cc339d4f05fabb3ba1a2480e34744b4a66393e0c7873d236a9f220f6a8990d5a45a251cdbe9ce25f01e1591e693b6c9e7
+Size (requests-2.34.2.tar.gz) = 142856 bytes



Home | Main Index | Thread Index | Old Index