15
0

- 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
This commit is contained in:
2024-10-24 19:07:51 +00:00
committed by Git OBS Bridge
parent 33e4aaf956
commit 76d541ced4
4 changed files with 12 additions and 6 deletions

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>