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 29 06:59:24 UTC 2024
Modified Files:
pkgsrc/lang/py-annotated-types: Makefile distinfo
Log Message:
py-annotated-types: update to 0.7.0.
Allow tzinfo objects for Timezone by @Viicos in #56
add URLs to pyproject.toml by @samuelcolvin in #58
suggested fix on typo by @PelicanQ in #60
Correct misstatement in README by @Zac-HD in #62
Fix IsDigit -> IsDigits by @toriningen in #63
Add Unit type by @tlambert03 in #65
Improve handling of GroupedMetadata (First try) by @cksleigen in #69
Prepare for 0.7.0 release by @adriangb in #70
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/py-annotated-types/Makefile \
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.1 pkgsrc/lang/py-annotated-types/Makefile:1.2
--- pkgsrc/lang/py-annotated-types/Makefile:1.1 Tue Jan 30 21:04:34 2024
+++ pkgsrc/lang/py-annotated-types/Makefile Mon Jul 29 06:59:24 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2024/01/30 21:04:34 adam Exp $
+# $NetBSD: Makefile,v 1.2 2024/07/29 06:59:24 wiz Exp $
-DISTNAME= annotated_types-0.6.0
+DISTNAME= annotated_types-0.7.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.1 pkgsrc/lang/py-annotated-types/distinfo:1.2
--- pkgsrc/lang/py-annotated-types/distinfo:1.1 Tue Jan 30 21:04:34 2024
+++ pkgsrc/lang/py-annotated-types/distinfo Mon Jul 29 06:59:24 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2024/01/30 21:04:34 adam Exp $
+$NetBSD: distinfo,v 1.2 2024/07/29 06:59:24 wiz Exp $
-BLAKE2s (annotated_types-0.6.0.tar.gz) = 43bcd5b5e66102afb7063039f880c1ba439c813375ffd81318a1437a03b54a76
-SHA512 (annotated_types-0.6.0.tar.gz) = 6b7f6fa23f47758d955822564227173951d6ddd854397b0c996bb6adeadd9caebfab6d193595be17003c1ef0e81a6bd8e20ec8221a70ffa35f9a4414300e788d
-Size (annotated_types-0.6.0.tar.gz) = 14670 bytes
+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
Home |
Main Index |
Thread Index |
Old Index