14
0

Accepting request 1181212 from devel:languages:python

- 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/request/show/1181212
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-annotated-types?expand=0&rev=3
This commit is contained in:
2024-06-17 17:27:32 +00:00
committed by Git OBS Bridge
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:563339e807e53ffd9c267e99fc6d9ea23eb8443c08f112651963e24e22f84a5d
size 14670

BIN
annotated_types-0.7.0.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Jun 17 05:48:32 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <ecsos@opensuse.org>
@@ -6,4 +18,4 @@ Sat Mar 9 13:13:15 UTC 2024 - ecsos <ecsos@opensuse.org>
-------------------------------------------------------------------
Thu Mar 7 00:46:14 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Initial release of 0.6.0
- Initial release of 0.6.0

View File

@@ -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