17
0

- 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: fix warning about \( and \o being invalid sequences
  * Fix serialization of unknown rules containing comments
- drop relax_error_msg_check.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-css-parser?expand=0&rev=9
This commit is contained in:
2022-10-03 15:53:35 +00:00
committed by Git OBS Bridge
parent 9ab301dea6
commit 70d429526e
5 changed files with 15 additions and 1292 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
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: fix warning about \( and \o being invalid sequences
* Fix serialization of unknown rules containing comments
- drop relax_error_msg_check.patch (upstream)
-------------------------------------------------------------------
Tue Jan 25 22:45:54 UTC 2022 - Matej Cepl <mcepl@suse.com>