pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/py-annotated-types



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jul 27 14:45:01 UTC 2026

Modified Files:
        pkgsrc/lang/py-annotated-types: Makefile distinfo

Log Message:
py-annotated-types: update to 0.8.0.

    Rename DocInfo to Doc by @zen-xu in #80
    Add support for Python 3.13 by @hugovk in #83
    Fix docstring of Timezone by @Viicos in #84
    Update license-files to be PEP-639 compliant (#85) by @shoeffner in #86
    fix: typo in README.md by @camiloaz in #87
    add CI for PyPy3.11 and fix test (issue 71) by @mattip in #88
    Fix string predicate names in doc by @leogermond in #90
    Add SPDX license expression by @wichert in #92
    Added Python 3.14 to the test matrix by @imtoopunkforyou in #96
    Add support for Python 3.14 and drop EOL 3.8-3.9 by @hugovk in #97
    Fix typo in Len docstring by @Dutcho in #100
    Prepare for 0.8.0 release by @adriangb in #103


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/py-annotated-types/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/py-annotated-types/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/py-annotated-types/Makefile
diff -u pkgsrc/lang/py-annotated-types/Makefile:1.3 pkgsrc/lang/py-annotated-types/Makefile:1.4
--- pkgsrc/lang/py-annotated-types/Makefile:1.3 Mon Oct 14 06:08:40 2024
+++ pkgsrc/lang/py-annotated-types/Makefile     Mon Jul 27 14:45:01 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2024/10/14 06:08:40 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2026/07/27 14:45:01 wiz Exp $
 
-DISTNAME=      annotated_types-0.7.0
+DISTNAME=      annotated_types-0.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    lang python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/annotated-types/}

Index: pkgsrc/lang/py-annotated-types/distinfo
diff -u pkgsrc/lang/py-annotated-types/distinfo:1.2 pkgsrc/lang/py-annotated-types/distinfo:1.3
--- pkgsrc/lang/py-annotated-types/distinfo:1.2 Mon Jul 29 06:59:24 2024
+++ pkgsrc/lang/py-annotated-types/distinfo     Mon Jul 27 14:45:01 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2024/07/29 06:59:24 wiz Exp $
+$NetBSD: distinfo,v 1.3 2026/07/27 14:45:01 wiz Exp $
 
-BLAKE2s (annotated_types-0.7.0.tar.gz) = f6ea87e0bcbaee95b1d516915e803bb018e206503cc405f0a33fb96ff5e1e3ed
-SHA512 (annotated_types-0.7.0.tar.gz) = 8a6dd7274270397f7779fc4ca242997ad2ea739b530be5abcc30a72d1e4042fc08753ab432c3d9c7a53c7474b3794504062f68235885cfb6c688cce0700d8758
-Size (annotated_types-0.7.0.tar.gz) = 16081 bytes
+BLAKE2s (annotated_types-0.8.0.tar.gz) = 9b18ca639900bd52a259ef48f60beb3e9d98470414df4a5ca5bfe7bf0d97ac44
+SHA512 (annotated_types-0.8.0.tar.gz) = 68ca95ae9ce0991e7d2851ccc1bff58bf775ac8daa1e0049617a689d9060edd9782eaa37cb40c8337affcdffb246be0efc18af6ece1af37fb24fdaccff679a71
+Size (annotated_types-0.8.0.tar.gz) = 15893 bytes



Home | Main Index | Thread Index | Old Index