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:           Tue Jun 10 19:12:23 UTC 2025

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

Log Message:
py-requests: update to 2.32.4.

2.32.4 (2025-06-10)
-------------------

**Security**
- CVE-2024-47081 Fixed an issue where a maliciously crafted URL and trusted
  environment will retrieve credentials for the wrong hostname/machine from a
  netrc file.

**Improvements**
- Numerous documentation improvements

**Deprecations**
- Added support for pypy 3.11 for Linux and macOS.
- Dropped support for pypy 3.9 following its end of support.


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/devel/py-requests/Makefile
cvs rdiff -u -r1.51 -r1.52 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.66 pkgsrc/devel/py-requests/Makefile:1.67
--- pkgsrc/devel/py-requests/Makefile:1.66      Sat Apr 12 18:28:42 2025
+++ pkgsrc/devel/py-requests/Makefile   Tue Jun 10 19:12:23 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.66 2025/04/12 18:28:42 pgoyette Exp $
+# $NetBSD: Makefile,v 1.67 2025/06/10 19:12:23 wiz Exp $
 
-DISTNAME=      requests-2.32.3
+DISTNAME=      requests-2.32.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    devel www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/requests/}
 
@@ -26,12 +25,12 @@ TEST_DEPENDS+=      ${PYPKGPREFIX}-trustme-[0
 USE_LANGUAGES=         # none
 REPLACE_PYTHON+=       requests/certs.py
 
-# as of 2.32.3
+# as of 2.32.4
 # with default settings (no network access):
-# 142 failed, 448 passed, 15 skipped, 1 xfailed, 14 warnings
+# 143 failed, 452 passed, 15 skipped, 1 xfailed, 14 warnings
 # for testing:
 #ALLOW_NETWORK_ACCESS= yes
-# 590 passed, 15 skipped, 1 xpassed, 18 warnings
+# 595 passed, 15 skipped, 1 xpassed, 18 warnings
 
 .include "../../lang/python/application.mk"
 .include "../../lang/python/wheel.mk"

Index: pkgsrc/devel/py-requests/distinfo
diff -u pkgsrc/devel/py-requests/distinfo:1.51 pkgsrc/devel/py-requests/distinfo:1.52
--- pkgsrc/devel/py-requests/distinfo:1.51      Wed Jun  5 08:03:57 2024
+++ pkgsrc/devel/py-requests/distinfo   Tue Jun 10 19:12:23 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.51 2024/06/05 08:03:57 adam Exp $
+$NetBSD: distinfo,v 1.52 2025/06/10 19:12:23 wiz Exp $
 
-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
+BLAKE2s (requests-2.32.4.tar.gz) = 56d4e34e82f8b97c1de999a3f7eee590ddfa53bf5b4274c165fe30ef993b5324
+SHA512 (requests-2.32.4.tar.gz) = 8308da5ec2b1bd4442497dc8ecb21d4c1d3aba82987a264bc0f55b75d2522b303e5779f704d1b557a0f7d8a8f0a3533925cc34a58d98a95ce463a0dd59c5ac2d
+Size (requests-2.32.4.tar.gz) = 135258 bytes



Home | Main Index | Thread Index | Old Index