forked from pool/python-cssutils
Accepting request 1128742 from devel:languages:python
- 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/request/show/1128742 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cssutils?expand=0&rev=36
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:340ecfd9835d21df8f98500f0dfcea0aee41cb4e19ecbc2cf94f0a6d36d7cb6c
|
||||
size 724365
|
||||
3
cssutils-2.9.0.tar.gz
Normal file
3
cssutils-2.9.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:89477b3d17d790e97b9fb4def708767061055795aae6f7c82ae32e967c9be4cd
|
||||
size 723452
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -26,6 +26,7 @@ Group: Development/Languages/Python
|
||||
URL: https://github.com/jaraco/cssutils
|
||||
Source0: https://files.pythonhosted.org/packages/source/c/cssutils/cssutils-%{version}.tar.gz
|
||||
Source1: %{name}.rpmlintrc
|
||||
BuildRequires: %{python_module base >= 3.8}
|
||||
BuildRequires: %{python_module setuptools_scm}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
|
||||
Reference in New Issue
Block a user