14
0

- update to 2.9.0:

* Made URL fetcher lenient to missing metadata.
  * Require Python 3.8 or later.
  * Made some unreachable tests reachable.
  * No changelog provided
- Remove BuildRequires: python-2to3, useless since included in main
- new features:

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cssutils?expand=0&rev=57
This commit is contained in:
2023-11-25 14:09:31 +00:00
committed by Git OBS Bridge
parent c404392feb
commit 42615d439a
4 changed files with 15 additions and 7 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Nov 25 14:09:13 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.9.0:
* Made URL fetcher lenient to missing metadata.
* Require Python 3.8 or later.
* Made some unreachable tests reachable.
-------------------------------------------------------------------
Sun Aug 20 10:01:21 UTC 2023 - ecsos <ecsos@opensuse.org>
@@ -93,12 +101,12 @@ Thu Oct 24 11:00:55 UTC 2013 - speilicke@suse.com
Wed Apr 17 13:34:47 UTC 2013 - toddrme2178@gmail.com
- Update to version 0.9.10:
* No changelog provided
* No changelog provided
-------------------------------------------------------------------
Tue Apr 16 15:30:10 UTC 2013 - p.drouand@gmail.com
- Remove BuildRequires: python-2to3, useless since included in main
- Remove BuildRequires: python-2to3, useless since included in main
python devel package
- Add Requires: python3; fix build for OpenSUSE <= 12.2
@@ -162,7 +170,7 @@ Tue May 18 14:53:05 CEST 2010 - prusnak@suse.cz
* CSSRule values changed: NAMESPACE_RULE, COMMENT, VARIABLES_RULE
* CSSStyleSheet.setSerializer and CSSStyleSheet.setSerializerPref DEPRECATED
- compliance to http://dev.w3.org/csswg/cssom improved.
- new features:
- new features:
* Started CSS Variables <http://disruptive-innovations.com/zoo/cssvariables/>
* added cssutils.css.CSSStyleSheet.variables
* cssutils.ser.prefs.resolveVariables switchable