- 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:
Dirk Mueller 2024-05-14 07:57:52 +00:00 committed by Git OBS Bridge
parent f9b09bef24
commit c408c492a9
4 changed files with 17 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3895c24d2b80015ca9b8422211d753afd172a1205b00b9f5aa71f258222f9c90
size 17140

3
itemadapter-0.9.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2d848f6a9815161d97aaa18c663766e045c3daa92f98d921a3cd594b6161972f
size 17324

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>

View File

@ -25,11 +25,9 @@
%define psuffix %{nil}
%bcond_with test
%endif
%define skip_python2 1
# Scrapy on TW has disabled python36 due to uvloop
%define skip_python36 1
%{?sle15_python_module_pythons}
Name: python-itemadapter%{psuffix}
Version: 0.8.0
Version: 0.9.0
Release: 0
Summary: Wrapper for data container objects
License: BSD-3-Clause