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

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:90ee4d2cbdbd5a83f9620692d5073549c2ea479b180c9d8685912fca97850d95
size 27962

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9bbb16a2b01b2f9f0d6e84bf360edc49a152063cc9533d7fd0ba75598b82d6f5
size 28184

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Apr 20 15:44:50 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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
-------------------------------------------------------------------
Sat Jan 6 20:29:36 UTC 2024 - Dirk Müller <dmueller@suse.com>

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