From ca845d08a8cfa7ba785f287644fb140b547aed54a3db157a7b16382583172117 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 17 Jun 2024 05:48:49 +0000 Subject: [PATCH] - update to 0.7.0: * Allow `tzinfo` objects for `Timezone` * add URLs to `pyproject.toml` * suggested fix on typo * Correct misstatement in README * Fix IsDigit -> IsDigits * Add `Unit` type * Improve handling of GroupedMetadata (First try) - Initial release of 0.6.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-annotated-types?expand=0&rev=5 --- annotated_types-0.6.0.tar.gz | 3 --- annotated_types-0.7.0.tar.gz | 3 +++ python-annotated-types.changes | 14 +++++++++++++- python-annotated-types.spec | 2 +- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 annotated_types-0.6.0.tar.gz create mode 100644 annotated_types-0.7.0.tar.gz diff --git a/annotated_types-0.6.0.tar.gz b/annotated_types-0.6.0.tar.gz deleted file mode 100644 index fb341cf..0000000 --- a/annotated_types-0.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:563339e807e53ffd9c267e99fc6d9ea23eb8443c08f112651963e24e22f84a5d -size 14670 diff --git a/annotated_types-0.7.0.tar.gz b/annotated_types-0.7.0.tar.gz new file mode 100644 index 0000000..241d91c --- /dev/null +++ b/annotated_types-0.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aff07c09a53a08bc8cfccb9c85b05f1aa9a2a6f23728d790723543408344ce89 +size 16081 diff --git a/python-annotated-types.changes b/python-annotated-types.changes index 38fd52a..4c617fb 100644 --- a/python-annotated-types.changes +++ b/python-annotated-types.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Jun 17 05:48:32 UTC 2024 - Dirk Müller + +- update to 0.7.0: + * Allow `tzinfo` objects for `Timezone` + * add URLs to `pyproject.toml` + * suggested fix on typo + * Correct misstatement in README + * Fix IsDigit -> IsDigits + * Add `Unit` type + * Improve handling of GroupedMetadata (First try) + ------------------------------------------------------------------- Sat Mar 9 13:13:15 UTC 2024 - ecsos @@ -6,4 +18,4 @@ Sat Mar 9 13:13:15 UTC 2024 - ecsos ------------------------------------------------------------------- Thu Mar 7 00:46:14 UTC 2024 - Steve Kowalik -- Initial release of 0.6.0 +- Initial release of 0.6.0 diff --git a/python-annotated-types.spec b/python-annotated-types.spec index d317b6f..a53ab8a 100644 --- a/python-annotated-types.spec +++ b/python-annotated-types.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-annotated-types -Version: 0.6.0 +Version: 0.7.0 Release: 0 Summary: Reusable constraint types to use with typing.Annotated License: MIT