forked from pool/python-css-parser
Accepting request 1124874 from devel:languages:python
- update to 1.0.10: * Fix selector specificity calculation for pseudo-classes * replace deprecated use of cgi.parse_header * tests: adjust exception string checks for python 3.11 OBS-URL: https://build.opensuse.org/request/show/1124874 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-css-parser?expand=0&rev=7
This commit is contained in:
3
python-css-parser-1.0.10.tar.gz
Normal file
3
python-css-parser-1.0.10.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0b1fe5771cf4dcecf1c63502331a3b628fc99507f0d1b5b893a8a6b292d7f3e0
|
||||
size 349906
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:45230ee0e71088816bba910d888b6cf0808f359549237e5e0851306c2feb0cc3
|
||||
size 349845
|
||||
@@ -1,8 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 10 12:20:45 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.0.10:
|
||||
* Fix selector specificity calculation for pseudo-classes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 7 18:46:29 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.0.9:
|
||||
* replace deprecated use of cgi.parse_header
|
||||
* replace deprecated use of cgi.parse_header
|
||||
* drop python 3.6 support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
@@ -11,7 +17,7 @@ Mon Oct 3 15:50:22 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
- update to 1.0.8:
|
||||
* Replace removed assertEquals with assertEqual
|
||||
* Upgrade other unittest asserts for clearer error messages
|
||||
* tests: adjust exception string checks for python 3.11
|
||||
* tests: adjust exception string checks for python 3.11
|
||||
* tests: fix warning about \( and \o being invalid sequences
|
||||
* Fix serialization of unknown rules containing comments
|
||||
- drop relax_error_msg_check.patch (upstream)
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-css-parser
|
||||
Version: 1.0.9
|
||||
Version: 1.0.10
|
||||
Release: 0
|
||||
Summary: CSS related utilities (parsing, serialization, etc) for python
|
||||
License: LGPL-3.0-or-later
|
||||
|
||||
Reference in New Issue
Block a user