Revisions of python-cssutils

buildservice-autocommit accepted request 1169356 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 62)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 61)
- 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.
buildservice-autocommit accepted request 1128742 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 60)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 57)
- 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:
buildservice-autocommit accepted request 1104928 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 56)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1104872 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 55)
- Add %{?sle15_python_module_pythons}
buildservice-autocommit accepted request 1094122 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 54)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 53)
- update to 2.7.1:
  * #36: Refactored to restore docs builds without warning-
    errors.
buildservice-autocommit accepted request 1093642 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 52)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 51)
- 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.
buildservice-autocommit accepted request 1003467 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 50)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1002281 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 49)
- 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.
buildservice-autocommit accepted request 653999 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 48)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 47)
Clean up the SPEC file
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 46)
Remove superfluous devel dependency for noarch package
buildservice-autocommit accepted request 520195 from Jan Matejek's avatar Jan Matejek (matejcik) (revision 45)
baserev update by copy to link target
Jan Matejek's avatar Jan Matejek (matejcik) accepted request 519965 from Todd R's avatar Todd R (TheBlackCat) (revision 44)
- 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.
Displaying revisions 1 - 20 of 62
openSUSE Build Service is sponsored by