15
0

- update to 0.9.0:

* Dropped Python 3.7 support, added official Python 3.12
    support
  * Updated the documentation and the type hint about
    `ItemAdapter.ADAPTER_CLASSES` to say that subclasses can
    use any iterable, not just `collections.deque`
  * Documented that `Pydantic >= 2` is not supported yet
  * Updated CI configuration

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-itemadapter?expand=0&rev=12
This commit is contained in:
2024-05-14 07:57:52 +00:00
committed by Git OBS Bridge
parent 74c550ea6b
commit 6cf118340b
4 changed files with 17 additions and 7 deletions
+12
View File
@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue May 14 07:56:28 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.9.0:
* Dropped Python 3.7 support, added official Python 3.12
support
* Updated the documentation and the type hint about
`ItemAdapter.ADAPTER_CLASSES` to say that subclasses can
use any iterable, not just `collections.deque`
* Documented that `Pydantic >= 2` is not supported yet
* Updated CI configuration
-------------------------------------------------------------------
Wed Mar 20 13:31:31 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>