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:           Mon Sep 22 10:51:15 UTC 2025

Modified Files:
        pkgsrc/www/py-starlette: Makefile distinfo

Log Message:
py-starlette: updated to 0.48.0

0.48.0

Added

Add official Python 3.14 support.

Changed

Implement RFC9110 http status names.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/py-starlette/Makefile
cvs rdiff -u -r1.11 -r1.12 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.12 pkgsrc/www/py-starlette/Makefile:1.13
--- pkgsrc/www/py-starlette/Makefile:1.12       Tue Aug 26 09:20:11 2025
+++ pkgsrc/www/py-starlette/Makefile    Mon Sep 22 10:51:15 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2025/08/26 09:20:11 adam Exp $
+# $NetBSD: Makefile,v 1.13 2025/09/22 10:51:15 adam Exp $
 
-DISTNAME=      starlette-0.47.3
+DISTNAME=      starlette-0.48.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/starlette/}
@@ -25,11 +25,11 @@ USE_LANGUAGES=      # none
 # python core dump in thread trampoline
 
 .include "../../lang/python/pyversion.mk"
-.if ${PYTHON_VERSION} < 310
-DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=3.10.0:../../devel/py-typing-extensions
+.if ${PYTHON_VERSION} < 313
+DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=4.10.0:../../devel/py-typing-extensions
 .else
 # TODO: shouldn't be necessary, report upstream
-TEST_DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.10.0:../../devel/py-typing-extensions
+TEST_DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=4.10.0:../../devel/py-typing-extensions
 .endif
 
 .include "../../lang/python/wheel.mk"

Index: pkgsrc/www/py-starlette/distinfo
diff -u pkgsrc/www/py-starlette/distinfo:1.11 pkgsrc/www/py-starlette/distinfo:1.12
--- pkgsrc/www/py-starlette/distinfo:1.11       Tue Aug 26 09:20:11 2025
+++ pkgsrc/www/py-starlette/distinfo    Mon Sep 22 10:51:15 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2025/08/26 09:20:11 adam Exp $
+$NetBSD: distinfo,v 1.12 2025/09/22 10:51:15 adam Exp $
 
-BLAKE2s (starlette-0.47.3.tar.gz) = 089302ef40aa2d9c27d7ed704c61f3d65bb8e9dbfbbeb94e43fc71e8ca83b6a3
-SHA512 (starlette-0.47.3.tar.gz) = 265bbcb814e902ce25e25d3fe3abf00fef083aa09bb643cdb229d44f2df7863b26909555a29e5c234ef9a7d335f70c05f92b1a2bfbf987bbebcfe0480009ac65
-Size (starlette-0.47.3.tar.gz) = 2584144 bytes
+BLAKE2s (starlette-0.48.0.tar.gz) = 87a794690767299c1219735272951fb762f0ec77a63038efddd9ca203a9af85f
+SHA512 (starlette-0.48.0.tar.gz) = 30fbfa6e676ae9a94aa2b4104b8ac3127d119b54ea18d354fb5e4379e7c5863ec90b55cd8b0c9d18c6d6715acc78a9f593ec9ebb451fd272005ab34ba4f3a92c
+Size (starlette-0.48.0.tar.gz) = 2652949 bytes



Home | Main Index | Thread Index | Old Index