14
0

- update to 1.2.0:

* Added official support for Python 3.12 and PyPy 3.10
  * Removed official support for Python 3.7
  * Improved performance of ``itemloaders.utils.arg_to_iter``
  * Fixed test expectations on recent Python versions

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-itemloaders?expand=0&rev=8
This commit is contained in:
2024-04-20 15:45:19 +00:00
committed by Git OBS Bridge
parent 3cb2ef42f4
commit 9f88b4e28d
4 changed files with 13 additions and 4 deletions

View File

@@ -21,7 +21,7 @@
# Scrapy and thus itemadapter on TW have disabled python36 due to uvloop
%define skip_python36 1
Name: python-itemloaders
Version: 1.1.0
Version: 1.2.0
Release: 0
Summary: Base library for scrapy's ItemLoader
License: BSD-3-Clause