14
0

Accepting request 1244174 from home:glaubitz:branches:devel:languages:python

- Update to 0.11.0
  * Removed functions deprecated in 0.5.0: (#93)
    - `itemadapter.utils.is_attrs_instance()`
    - `itemadapter.utils.is_dataclass_instance()`
    - `itemadapter.utils.is_pydantic_instance()`
    - `itemadapter.utils.is_scrapy_item()`
  * Added support for Pydantic 2 (#91).
  * Added `__all__` to the top-level module to improve type checks (#90).
  * Improved `pre-commit` and CI configuration (#91), (#92).
- from version 0.10.0
  * Dropped Python 3.8 support, added official Python
    3.13 and PyPy 3.10 support (#79), (#87).
  * Fixed the typing check when run with Scrapy 2.12.0+ (#88).
  * Fixed `MANIFEST.in` that was missing some files (#84).
  * Enabled `pre-commit` (#85).
- Drop pydantic2.patch, fixed upstream
- Set BuildArch to noarch

OBS-URL: https://build.opensuse.org/request/show/1244174
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-itemadapter?expand=0&rev=16
This commit is contained in:
2025-02-07 19:05:49 +00:00
committed by Git OBS Bridge
parent b9142bb89f
commit 2fe242a6cc
5 changed files with 27 additions and 155 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Fri Feb 7 15:04:35 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.11.0
* Removed functions deprecated in 0.5.0: (#93)
- `itemadapter.utils.is_attrs_instance()`
- `itemadapter.utils.is_dataclass_instance()`
- `itemadapter.utils.is_pydantic_instance()`
- `itemadapter.utils.is_scrapy_item()`
* Added support for Pydantic 2 (#91).
* Added `__all__` to the top-level module to improve type checks (#90).
* Improved `pre-commit` and CI configuration (#91), (#92).
- from version 0.10.0
* Dropped Python 3.8 support, added official Python
3.13 and PyPy 3.10 support (#79), (#87).
* Fixed the typing check when run with Scrapy 2.12.0+ (#88).
* Fixed `MANIFEST.in` that was missing some files (#84).
* Enabled `pre-commit` (#85).
- Drop pydantic2.patch, fixed upstream
- Set BuildArch to noarch
-------------------------------------------------------------------
Tue May 14 07:56:28 UTC 2024 - Dirk Müller <dmueller@suse.com>