From 42615d439af159fa4f8d45b5bc54e798eb6c4bc3fc5a73066465c340c9fad367 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 25 Nov 2023 14:09:31 +0000 Subject: [PATCH] - 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 --- cssutils-2.7.1.tar.gz | 3 --- cssutils-2.9.0.tar.gz | 3 +++ python-cssutils.changes | 14 +++++++++++--- python-cssutils.spec | 2 +- 4 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 cssutils-2.7.1.tar.gz create mode 100644 cssutils-2.9.0.tar.gz diff --git a/cssutils-2.7.1.tar.gz b/cssutils-2.7.1.tar.gz deleted file mode 100644 index 0c56267..0000000 --- a/cssutils-2.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:340ecfd9835d21df8f98500f0dfcea0aee41cb4e19ecbc2cf94f0a6d36d7cb6c -size 724365 diff --git a/cssutils-2.9.0.tar.gz b/cssutils-2.9.0.tar.gz new file mode 100644 index 0000000..2ab5664 --- /dev/null +++ b/cssutils-2.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89477b3d17d790e97b9fb4def708767061055795aae6f7c82ae32e967c9be4cd +size 723452 diff --git a/python-cssutils.changes b/python-cssutils.changes index 6b037af..c7872fe 100644 --- a/python-cssutils.changes +++ b/python-cssutils.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Nov 25 14:09:13 UTC 2023 - Dirk Müller + +- 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 @@ -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 * added cssutils.css.CSSStyleSheet.variables * cssutils.ser.prefs.resolveVariables switchable diff --git a/python-cssutils.spec b/python-cssutils.spec index 87c76ee..feeb541 100644 --- a/python-cssutils.spec +++ b/python-cssutils.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-cssutils -Version: 2.7.1 +Version: 2.9.0 Release: 0 Summary: A CSS Cascading Style Sheets library for Python License: LGPL-3.0-or-later