Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| e6991b7048 | |||
| 76d541ced4 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a986e0e3b6d41f6ff159e5f2fd5376762659c8ef927fab610e3f1dd68d8b53ba
|
||||
size 29532
|
||||
3
itemloaders-1.3.2-gh.tar.gz
Normal file
3
itemloaders-1.3.2-gh.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:798c1196ef54592c19242272d5ef7ffe6c35fdee05fbbf9f3e8132864a33fa33
|
||||
size 29748
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user