pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-httpx2
Module Name: pkgsrc
Committed By: wiz
Date: Sun Aug 23 08:10:20 UTC 2026
Modified Files:
pkgsrc/www/py-httpx2: Makefile distinfo
Log Message:
py-httpx2: update to 2.12.0.
## 2.12.0 (August 18th, 2026)
### Changed
* Use `backports.zstd` for Zstandard decoding on Python 3.13 and earlier.
([#1146](https://github.com/pydantic/httpx2/pull/1146))
### Fixed
* Bound peak memory while streaming compressed responses and close response streams when decoding fails.
([#1126](https://github.com/pydantic/httpx2/pull/1126))
## 2.11.0 (August 18th, 2026)
### Added
* Add the public `Origin` value object and `URL.origin` property for normalized,
hashable origin comparisons. ([#1134](https://github.com/pydantic/httpx2/pull/1134))
### Changed
* Require Brotli 1.2.0 or later for the `brotli` extra. ([#1141](https://github.com/pydantic/httpx2/pull/1141))
### Fixed
* Restore deprecated status code aliases. ([#1135](https://github.com/pydantic/httpx2/pull/1135))
* Extract HTTP/2 release notes from changelog headings correctly. ([#1136](https://github.com/pydantic/httpx2/pull/1136))
* Respect explicit `Transfer-Encoding` headers and expose buffered request body lengths to WSGI applications.
([#1137](https://github.com/pydantic/httpx2/pull/1137))
* Validate multipart part header names and values before serialization.
([#1142](https://github.com/pydantic/httpx2/pull/1142))
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-httpx2/Makefile \
pkgsrc/www/py-httpx2/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-httpx2/Makefile
diff -u pkgsrc/www/py-httpx2/Makefile:1.4 pkgsrc/www/py-httpx2/Makefile:1.5
--- pkgsrc/www/py-httpx2/Makefile:1.4 Sun Aug 16 12:29:47 2026
+++ pkgsrc/www/py-httpx2/Makefile Sun Aug 23 08:10:20 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2026/08/16 12:29:47 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2026/08/23 08:10:20 wiz Exp $
-DISTNAME= httpx2-2.10.0
+DISTNAME= httpx2-2.12.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/httpx2/}
Index: pkgsrc/www/py-httpx2/distinfo
diff -u pkgsrc/www/py-httpx2/distinfo:1.4 pkgsrc/www/py-httpx2/distinfo:1.5
--- pkgsrc/www/py-httpx2/distinfo:1.4 Sun Aug 16 12:29:47 2026
+++ pkgsrc/www/py-httpx2/distinfo Sun Aug 23 08:10:20 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2026/08/16 12:29:47 wiz Exp $
+$NetBSD: distinfo,v 1.5 2026/08/23 08:10:20 wiz Exp $
-BLAKE2s (httpx2-2.10.0.tar.gz) = 85bd7be6fe9ecd5d099ccd2d684e508525b5bb6f90ec27dc1bc7072ea85f1cdf
-SHA512 (httpx2-2.10.0.tar.gz) = dc4af80d0c5d80e66731c5b16054835b0bbe1675beeb31dedb1bb26d32f88bf7e2f60cd4b2db4d952125b6bb72b46619b9884a7d843f8e3da13d50d11741628d
-Size (httpx2-2.10.0.tar.gz) = 98749 bytes
+BLAKE2s (httpx2-2.12.0.tar.gz) = 7f0ed96ebf4a6f26489f2b34066d94b1d9dd4b98b3b3d74fa9e577761c90debe
+SHA512 (httpx2-2.12.0.tar.gz) = ddf513868a1fb816df14661c2974e13018036b81ee0a48b700cd318009c268fa50d4898e9689533b59f7e56d241851e67462591f16173dac9592f5472358e3fc
+Size (httpx2-2.12.0.tar.gz) = 100040 bytes
Home |
Main Index |
Thread Index |
Old Index