Skip to content

Commit 9e9b2a8

Browse files
committed
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
1 parent 70d46cc commit 9e9b2a8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

lang/py-annotated-types/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.1 2024/01/30 21:04:34 adam Exp $
1+
# $NetBSD: Makefile,v 1.2 2024/07/29 06:59:24 wiz Exp $
22

3-
DISTNAME= annotated_types-0.6.0
3+
DISTNAME= annotated_types-0.7.0
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
55
CATEGORIES= lang python
66
MASTER_SITES= ${MASTER_SITE_PYPI:=a/annotated-types/}

lang/py-annotated-types/distinfo

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.1 2024/01/30 21:04:34 adam Exp $
1+
$NetBSD: distinfo,v 1.2 2024/07/29 06:59:24 wiz Exp $
22

3-
BLAKE2s (annotated_types-0.6.0.tar.gz) = 43bcd5b5e66102afb7063039f880c1ba439c813375ffd81318a1437a03b54a76
4-
SHA512 (annotated_types-0.6.0.tar.gz) = 6b7f6fa23f47758d955822564227173951d6ddd854397b0c996bb6adeadd9caebfab6d193595be17003c1ef0e81a6bd8e20ec8221a70ffa35f9a4414300e788d
5-
Size (annotated_types-0.6.0.tar.gz) = 14670 bytes
3+
BLAKE2s (annotated_types-0.7.0.tar.gz) = f6ea87e0bcbaee95b1d516915e803bb018e206503cc405f0a33fb96ff5e1e3ed
4+
SHA512 (annotated_types-0.7.0.tar.gz) = 8a6dd7274270397f7779fc4ca242997ad2ea739b530be5abcc30a72d1e4042fc08753ab432c3d9c7a53c7474b3794504062f68235885cfb6c688cce0700d8758
5+
Size (annotated_types-0.7.0.tar.gz) = 16081 bytes

0 commit comments

Comments
 (0)