19
0

Compare commits

2 Commits

Author SHA256 Message Date
e6991b7048 Accepting request 1218111 from devel:languages:python
- update to 1.3.2:
  * Added official support for the upcoming Python 3.13
  * Removed ``w3lib`` from direct dependencies (it's not used
    directly but is an indirect dependency via ``parsel``)

OBS-URL: https://build.opensuse.org/request/show/1218111
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-itemloaders?expand=0&rev=8
2024-10-25 17:19:45 +00:00
76d541ced4 - update to 1.3.2:
* Added official support for the upcoming Python 3.13
  * Removed ``w3lib`` from direct dependencies (it's not used
    directly but is an indirect dependency via ``parsel``)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-itemloaders?expand=0&rev=15
2024-10-24 19:07:51 +00:00
4 changed files with 12 additions and 6 deletions

View File

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

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:798c1196ef54592c19242272d5ef7ffe6c35fdee05fbbf9f3e8132864a33fa33
size 29748

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Oct 24 19:06:05 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.3.2:
* Added official support for the upcoming Python 3.13
* Removed ``w3lib`` from direct dependencies (it's not used
directly but is an indirect dependency via ``parsel``)
-------------------------------------------------------------------
Wed Jun 19 07:18:31 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-itemloaders
Version: 1.3.1
Version: 1.3.2
Release: 0
Summary: Base library for scrapy's ItemLoader
License: BSD-3-Clause
@@ -33,14 +33,12 @@ BuildRequires: python-rpm-macros
Requires: python-itemadapter >= 0.1.0
Requires: python-jmespath >= 0.9.5
Requires: python-parsel >= 1.8.1
Requires: python-w3lib >= 1.17.0
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module itemadapter >= 0.1.0}
BuildRequires: %{python_module jmespath >= 0.9.5}
BuildRequires: %{python_module parsel >= 1.8.1}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module w3lib >= 1.17.0}
# /SECTION
%python_subpackages