pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-httpcore
Module Name: pkgsrc
Committed By: adam
Date: Mon Oct 30 09:16:30 UTC 2023
Modified Files:
pkgsrc/www/py-httpcore: Makefile distinfo
Log Message:
py-httpcore: updated to 1.0.0
1.0.0 (October 6th, 2023)
>From version 1.0 our async support is now optional, as the package has minimal dependencies by default.
For async support use either pip install 'httpcore[asyncio]' or pip install 'httpcore[trio]'.
The project versioning policy is now explicitly governed by SEMVER. See https://semver.org/.
Async support becomes fully optional.
Add support for Python 3.12.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/www/py-httpcore/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/www/py-httpcore/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-httpcore/Makefile
diff -u pkgsrc/www/py-httpcore/Makefile:1.28 pkgsrc/www/py-httpcore/Makefile:1.29
--- pkgsrc/www/py-httpcore/Makefile:1.28 Sat Oct 28 19:57:23 2023
+++ pkgsrc/www/py-httpcore/Makefile Mon Oct 30 09:16:30 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2023/10/28 19:57:23 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2023/10/30 09:16:30 adam Exp $
-DISTNAME= httpcore-0.18.0
+DISTNAME= httpcore-1.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/httpcore/}
@@ -13,11 +12,12 @@ LICENSE= modified-bsd
TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-fancy-pypi-readme-[0-9]*:../../devel/py-hatch-fancy-pypi-readme
-DEPENDS+= ${PYPKGPREFIX}-anyio>=3.0:../../devel/py-anyio
DEPENDS+= ${PYPKGPREFIX}-certifi-[0-9]*:../../security/py-certifi
DEPENDS+= ${PYPKGPREFIX}-h11>=0.13:../../www/py-h11
+# asyncio
+DEPENDS+= ${PYPKGPREFIX}-anyio>=4.0:../../devel/py-anyio
+# http2
DEPENDS+= ${PYPKGPREFIX}-h2>=3.0:../../www/py-h2
-DEPENDS+= ${PYPKGPREFIX}-sniffio>=1.0.0:../../misc/py-sniffio
USE_LANGUAGES= # none
Index: pkgsrc/www/py-httpcore/distinfo
diff -u pkgsrc/www/py-httpcore/distinfo:1.27 pkgsrc/www/py-httpcore/distinfo:1.28
--- pkgsrc/www/py-httpcore/distinfo:1.27 Wed Sep 13 07:24:33 2023
+++ pkgsrc/www/py-httpcore/distinfo Mon Oct 30 09:16:30 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2023/09/13 07:24:33 adam Exp $
+$NetBSD: distinfo,v 1.28 2023/10/30 09:16:30 adam Exp $
-BLAKE2s (httpcore-0.18.0.tar.gz) = 96dcace26b7e008668b68d34db78fb789e9aeab6a2d56f50240c7a59c794b35b
-SHA512 (httpcore-0.18.0.tar.gz) = 69251f47bf7d4d94c8dbe9620c8d1309ca5c7dfce35cdb2864f44e38fefc950302351c55eb50b2f0f64a6317579134c2757295051a1cde9496f7a17274933f48
-Size (httpcore-0.18.0.tar.gz) = 60360 bytes
+BLAKE2s (httpcore-1.0.0.tar.gz) = 8aa4c16de63fb66f2c3968a258160ff4c064ecf178ee1bfa1544e3b36825dcdc
+SHA512 (httpcore-1.0.0.tar.gz) = 83224b648bc40ee3368468645477b804f0adab1fa1e775953336946cc10ad645a52360da61f459c5c52471e7018ebc2fde615c18a55fba35f15510c82a368fd5
+Size (httpcore-1.0.0.tar.gz) = 80613 bytes
Home |
Main Index |
Thread Index |
Old Index