15
0

Accepting request 1254658 from home:glaubitz:branches:devel:languages:python

- Update to 0.8.0
  * Drop support of Python 3.8 and 3.9, support 3.12 and 3.13
  * Handle case-sensitive and case-insensitive attribute selectors

OBS-URL: https://build.opensuse.org/request/show/1254658
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cssselect2?expand=0&rev=20
This commit is contained in:
2025-03-20 11:42:53 +00:00
committed by Git OBS Bridge
parent bb22837538
commit 2740119e8b
4 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Mar 20 09:11:37 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.8.0
* Drop support of Python 3.8 and 3.9, support 3.12 and 3.13
* Handle case-sensitive and case-insensitive attribute selectors
-------------------------------------------------------------------
Fri Apr 21 12:24:00 UTC 2023 - Dirk Müller <dmueller@suse.com>