14
0

Accepting request 1178615 from devel:languages:python

- update to 1.3.0:
  * Added support for method chaining to the `add_*` and
    `replace_*` methods
  * Added type hints and `py.typed`
  * Made the docs builds reproducible

OBS-URL: https://build.opensuse.org/request/show/1178615
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-itemloaders?expand=0&rev=6
This commit is contained in:
2024-06-05 15:42:16 +00:00
committed by Git OBS Bridge
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:9bbb16a2b01b2f9f0d6e84bf360edc49a152063cc9533d7fd0ba75598b82d6f5
size 28184

View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Jun 4 20:38:34 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.3.0:
* Added support for method chaining to the `add_*` and
`replace_*` methods
* Added type hints and `py.typed`
* Made the docs builds reproducible
-------------------------------------------------------------------
Sat Apr 20 15:44:50 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-itemloaders
Version: 1.2.0
Version: 1.3.0
Release: 0
Summary: Base library for scrapy's ItemLoader
License: BSD-3-Clause