14
0

27 Commits

Author SHA256 Message Date
0891304026 - Convert to libalternatives
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cssutils?expand=0&rev=66
2025-07-08 08:07:44 +00:00
509381116f Accepting request 1288651 from home:glaubitz:branches:devel:languages:python
- Update to 2.11.1
  * Consolidated license to simply LGPL 3. (#52)
- from version 2.11.0
  * Reduced cyclomatic complexity in selector module. (#47)
- from version 2.10.3
  * Fixed DeprecationWarning with cgi module.
- Replace COPYING and COPYING.LESSER with LICENSE in %license field

OBS-URL: https://build.opensuse.org/request/show/1288651
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cssutils?expand=0&rev=63
2025-06-27 14:24:56 +00:00
55aee10b3e - 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
2024-04-20 13:28:26 +00:00
42615d439a - 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
2023-11-25 14:09:31 +00:00
c404392feb Accepting request 1104872 from home:ecsos:python
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1104872
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cssutils?expand=0&rev=55
2023-08-20 17:31:12 +00:00
e357b3e38b - update to 2.7.1:
* #36: Refactored to restore docs builds without warning-
    errors.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cssutils?expand=0&rev=53
2023-06-20 16:19:06 +00:00
4f9ad65021 - update to 2.7.0:
* Updated deprecated usage of ``cgi`` module.
  * Updated deprecated setup/teardown from ``nose`` in
    tests.
  * Other miscellaneous cleanup and packaging updates.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cssutils?expand=0&rev=51
2023-06-11 09:08:52 +00:00
c29c45f264 Accepting request 1002281 from home:badshah400:branches:devel:languages:python
- Update to version 2.0.6.
- Generate a basic setup.py file in-place to use with %%python_setup; upstream no longer supplies one.
- Use fdupes to link duplicate files.
- Add %{name}.rpmlintrc file to suppress errors about zero-length files which are nevertheless required.
- Update URL to new upstream home.

OBS-URL: https://build.opensuse.org/request/show/1002281
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cssutils?expand=0&rev=49
2022-09-14 08:06:19 +00:00
cf02f15aa3 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cssutils?expand=0&rev=46
2018-12-04 13:22:10 +00:00
Jan Matejek
fabc7b4ab9 Accepting request 519965 from devel:languages:python:singlespec-staging
- singlespec auto-conversion
- update to version 1.0.2:
  * Fixed issue #61: Nesting of `@media` rules
  * Fixed issue #51 and #56: Slow font-family regex
  * Fixed issue #68: failing tests on Python 3
  * Fixed issue #69: our DOM implementation now delegates unsupported
    methods
  * Fixed issue #72: importing now faster since regexes are no longer
    pre-cached on import time
- update to version 1.0.1:
  * Fixed Python 3.5 compatibility
- update to version 1.0:
  * EXPERIMENTAL: Variable references may have a fallback value now
    (as implemented in Firefox 29). It is available as
    CSSVariable.fallback and example are:
  * FEATURE: (issue #37) Implemented parsing of CSSCalc values.
    General syntax is checked but not if operators in calc are
    actually the right kind like DIMENSION * DIMENSION. Also Values
    using calc do not validate in cssutils but are actually valid.
  * FIXED issue #20 and #35 (Test fail CSSParser.parseUrl() error
    with Python 3.3)
  * FIXED issue #21: (almost all) deprecation warning in Py 3.3
    fixed.
  * FIXED issue #30 (Test failed)
  * FIXED issue #33 (well kinda): Added that cssutils is **not**
    threadsafe!
  * FIXED issue #34: More complext MediaQueries should be parsable
    now. A few slight changes in behavior are:
    - xml.dom.SyntaxErr raised instead of
      xml.dom.InvalidCharacterErr for an unknown media type
    - removed handheld media type special case (for old Opera).
- Require python-setuptools instead of distribute (upstreams merged)
- Update to version 0.9.10:
  * No changelog provided 
- Remove BuildRequires: python-2to3, useless since included in main 
  python devel package
- Add Requires: python3; fix build for OpenSUSE <= 12.2
- Initial python3 support
- Update to version 9.9.9:
  * No changelog provided
- Obsolete/Provide python-cssutils-doc
- Update to version 0.9.8a3:
  * No HTML docs anymore
- Spec file cleanup
- Update to version 0.9.8a1
  * BUGFIX: fixes issue #41, #42, #45, #46
- Update to 0.9.7b4
  * improves parsing of MS specific (and probably invalid!) values
- Make package own the documentation subdir.
- Mark documentation as such.
- update to 0.9.7b3
- several changes (see CHANGELOG.txt), just random picks:
  * Massive speed improvement of handling of CSSVariables of a stylesheet
  * CSSFunction value parameters may contain HASH values like ``#fff`` now
  * Changed parameters of script/utility function ``csscombine``.
- sphinx conf no longer provided
- Update to 0.9.7a4
- cleanup spec file
- api changes:
  * 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: 
   * Started CSS Variables <http://disruptive-innovations.com/zoo/cssvariables/>
   * added cssutils.css.CSSStyleSheet.variables
   * cssutils.ser.prefs.resolveVariables switchable
   * cssutils.ser.prefs.normalizedVarNames switchable
   * Added new options to cssutils.script.csscombine: cssText=None, href=None
   * Added CSSRuleList.rulesOfType(type)
- Update to 0.9.7a3 as needed for FATE#309541
- Added build requirement for python-sphinx
- Added patch for copy.py (sphinx documentation)
- Rebuild HTML documentation with sphinx
- Better separate documentation package from main package
- Initial package.

OBS-URL: https://build.opensuse.org/request/show/519965
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cssutils?expand=0&rev=44
2017-09-01 14:31:41 +00:00
Thorsten Behrens
d7669aefc6 Accepting request 492539 from home:netsroth:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/492539
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cssutils?expand=0&rev=43
2017-05-02 22:47:29 +00:00
Denisart Benjamin
a9e4fb133c Accepting request 305073 from home:benoit_monin:branches:devel:languages:python
update to version 1.0

OBS-URL: https://build.opensuse.org/request/show/305073
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cssutils?expand=0&rev=41
2015-05-03 10:18:39 +00:00
Sascha Peilicke
773811c2cf - Require python-setuptools instead of distribute (upstreams merged)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cssutils?expand=0&rev=39
2013-10-24 11:00:56 +00:00
Todd R
edd58cec74 Accepting request 171294 from home:TheBlackCat:branches:devel:languages:python
Update to version 0.9.10

This fixes the file conflict in factory

OBS-URL: https://build.opensuse.org/request/show/171294
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cssutils?expand=0&rev=35
2013-04-17 14:05:30 +00:00
Denisart Benjamin
1f381b3f34 Accepting request 171153 from home:posophe:branches:devel:languages:python
remove py2to3 and add requires: python3

OBS-URL: https://build.opensuse.org/request/show/171153
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cssutils?expand=0&rev=33
2013-04-16 16:24:22 +00:00
Sascha Peilicke
057bdfff0e Accepting request 148419 from home:posophe:branches:devel:languages:python
Made required changes

OBS-URL: https://build.opensuse.org/request/show/148419
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cssutils?expand=0&rev=30
2013-01-15 13:49:53 +00:00
Sascha Peilicke
e800db26d9 - Update to version 9.9.9:
* No changelog provided

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cssutils?expand=0&rev=28
2012-03-12 20:48:02 +00:00
Sascha Peilicke
43f8a077d0 - Obsolete/Provide python-cssutils-doc
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cssutils?expand=0&rev=25
2011-09-07 14:43:35 +00:00
Sascha Peilicke
9d0c4a29e8 - Update to version 0.9.8a3:
* No HTML docs anymore
- Spec file cleanup

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cssutils?expand=0&rev=23
2011-09-02 09:35:26 +00:00
Sascha Peilicke
5c880265b5 Removed double spec-file entries. Cleeaned up changes file.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cssutils?expand=0&rev=21
2011-01-11 13:17:03 +00:00
b7177e99b6 Accepting request 57269 from home:snowman1967
reviewed ok.

OBS-URL: https://build.opensuse.org/request/show/57269
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cssutils?expand=0&rev=20
2011-01-11 07:25:28 +00:00
Stephan Kulow
e7a034b30e OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cssutils?expand=0&rev=17 2010-11-09 15:37:30 +00:00
Stephan Kulow
8e9758d665 Accepting request 52458 from home:snowman1967
OBS-URL: https://build.opensuse.org/request/show/52458
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cssutils?expand=0&rev=16
2010-11-09 15:37:05 +00:00
Philipp Thomas
93d86cd160 - Make package own the documentation subdir.
- Mark documentation as such.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cssutils?expand=0&rev=14
2010-11-08 13:21:06 +00:00
OBS User autobuild
fc3cbd6c61 Accepting request 48084 from devel:languages:python
Copy from devel:languages:python/python-cssutils based on submit request 48084 from user coolo

OBS-URL: https://build.opensuse.org/request/show/48084
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cssutils?expand=0&rev=7
2010-09-14 11:18:32 +00:00
OBS User autobuild
eb04141b26 Accepting request 40387 from devel:languages:python
Copy from devel:languages:python/python-cssutils based on submit request 40387 from user prusnak

OBS-URL: https://build.opensuse.org/request/show/40387
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cssutils?expand=0&rev=4
2010-05-19 18:56:48 +00:00
OBS User unknown
30f2d56a9c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cssutils?expand=0&rev=1 2008-09-18 02:45:36 +00:00