14
0

- update to 2.10.2:

* Remove optional dependency only required on unsupported
    Python versions.
  * Replace xunit-style setup with pytest fixtures.
  * getPropertyValue now allows specifying a default value.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cssutils?expand=0&rev=61
This commit is contained in:
2024-04-20 13:28:26 +00:00
committed by Git OBS Bridge
parent 8156c6c67d
commit 55aee10b3e
4 changed files with 20 additions and 19 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Apr 20 13:26:58 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.10.2:
* Remove optional dependency only required on unsupported
Python versions.
* Replace xunit-style setup with pytest fixtures.
* getPropertyValue now allows specifying a default value.
-------------------------------------------------------------------
Sat Nov 25 14:09:13 UTC 2023 - Dirk Müller <dmueller@suse.com>