pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-starlette
Module Name: pkgsrc
Committed By: adam
Date: Tue Jan 21 14:15:01 UTC 2025
Modified Files:
pkgsrc/www/py-starlette: Makefile PLIST distinfo
Log Message:
py-starlette: updated to 0.45.2
0.45.2 (January 4, 2025)
Fixed
* Make `create_memory_object_stream` compatible with old anyio versions once again, and bump anyio minimum version to 3.6.2
0.45.1 (December 30, 2024)
Fixed
* Close `MemoryObjectReceiveStream` left unclosed upon exception in `BaseHTTPMiddleware` children
* Collect errors more reliably from the WebSocket logic on the `TestClient`
Refactor
* Use a pair of memory object streams instead of two queues on the `TestClient`
0.45.0 (December 29, 2024)
Removed
* Drop Python 3.8 support
* Remove `ExceptionMiddleware` import proxy from `starlette.exceptions` module
* Remove deprecated `WS_1004_NO_STATUS_RCVD` and `WS_1005_ABNORMAL_CLOSURE`
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-starlette/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-starlette/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-starlette/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-starlette/Makefile
diff -u pkgsrc/www/py-starlette/Makefile:1.3 pkgsrc/www/py-starlette/Makefile:1.4
--- pkgsrc/www/py-starlette/Makefile:1.3 Sun Dec 15 11:38:40 2024
+++ pkgsrc/www/py-starlette/Makefile Tue Jan 21 14:15:01 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2024/12/15 11:38:40 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2025/01/21 14:15:01 adam Exp $
-DISTNAME= starlette-0.42.0
+DISTNAME= starlette-0.45.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/starlette/}
@@ -11,7 +11,7 @@ COMMENT= Little ASGI library that shines
LICENSE= modified-bsd
TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
-DEPENDS+= ${PYPKGPREFIX}-anyio>=3.4.0:../../devel/py-anyio
+DEPENDS+= ${PYPKGPREFIX}-anyio>=3.6.2:../../devel/py-anyio
TEST_DEPENDS+= ${PYPKGPREFIX}-httpx>=0.27.0:../../www/py-httpx
TEST_DEPENDS+= ${PYPKGPREFIX}-itsdangerous-[0-9]*:../../security/py-itsdangerous
TEST_DEPENDS+= ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
Index: pkgsrc/www/py-starlette/PLIST
diff -u pkgsrc/www/py-starlette/PLIST:1.1 pkgsrc/www/py-starlette/PLIST:1.2
--- pkgsrc/www/py-starlette/PLIST:1.1 Tue Dec 10 07:54:25 2024
+++ pkgsrc/www/py-starlette/PLIST Tue Jan 21 14:15:01 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2024/12/10 07:54:25 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2025/01/21 14:15:01 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -6,9 +6,6 @@ ${PYSITELIB}/${WHEEL_INFODIR}/licenses/L
${PYSITELIB}/starlette/__init__.py
${PYSITELIB}/starlette/__init__.pyc
${PYSITELIB}/starlette/__init__.pyo
-${PYSITELIB}/starlette/_compat.py
-${PYSITELIB}/starlette/_compat.pyc
-${PYSITELIB}/starlette/_compat.pyo
${PYSITELIB}/starlette/_exception_handler.py
${PYSITELIB}/starlette/_exception_handler.pyc
${PYSITELIB}/starlette/_exception_handler.pyo
Index: pkgsrc/www/py-starlette/distinfo
diff -u pkgsrc/www/py-starlette/distinfo:1.2 pkgsrc/www/py-starlette/distinfo:1.3
--- pkgsrc/www/py-starlette/distinfo:1.2 Sun Dec 15 09:47:18 2024
+++ pkgsrc/www/py-starlette/distinfo Tue Jan 21 14:15:01 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2024/12/15 09:47:18 adam Exp $
+$NetBSD: distinfo,v 1.3 2025/01/21 14:15:01 adam Exp $
-BLAKE2s (starlette-0.42.0.tar.gz) = 63158abf0ef8886e22448ce7997ff9a904e1c1e8d52a6c2d67292418b0bca148
-SHA512 (starlette-0.42.0.tar.gz) = 6d3da6a4bbc9f9248b9be749214747d93f66178c71328e5627b5be9635b13e70e2104ba2ac45348e974542aba8665562c4d58aabe8f64caba4eaab4c83d3e32a
-Size (starlette-0.42.0.tar.gz) = 2575136 bytes
+BLAKE2s (starlette-0.45.2.tar.gz) = 9d2c3a920429bd316aa716b049a6fefa4c6284dbb801303c5d3dcad0f340edb4
+SHA512 (starlette-0.45.2.tar.gz) = dabfcf0b66d58aec6d9d48e31e0c01966a83d497f7e709dd3fc38c68354490e9acd163beadeb5375693f9b755d7230f0fce2e4073eaed6dee7dcac059baf553f
+Size (starlette-0.45.2.tar.gz) = 2574026 bytes
Home |
Main Index |
Thread Index |
Old Index