1
0

Accepting request 1254703 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1254703
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cssselect2?expand=0&rev=9
This commit is contained in:
2025-03-21 19:21:29 +00:00
committed by Git OBS Bridge
4 changed files with 12 additions and 5 deletions

BIN
cssselect2-0.7.0.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
cssselect2-0.8.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-cssselect2
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-cssselect2
Version: 0.7.0
Version: 0.8.0
Release: 0
Summary: CSS selectors for Python ElementTree
License: BSD-3-Clause