Cssutils

Latest version: v2.11.1

Safety actively analyzes 682404 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 21

2.2.0

======

Minor cleanup.

Restored package version reporting when fetching URLs.

2.1.0

======

Adopted `jaraco/skeleton <https://github.com/jaraco/skeleton>`_.

Delinted codebase.

Removed ``cssutils.VERSION`` and ``cssutils.__version__``.
Consumers wishing to know the version should use
``importlib.metadata.version('cssutils')``.

2.0.0

======

New `maintainer <https://pypi.org/user/jaraco>`_ revives the project
and moves `hosting <https://github.com/jaraco/cssutils>`_ with
continuous integration testing.

Refreshed packaging.

Project now requires Python 3.6 or later.

1.0.2

======

Undocumented changes.

1.0.1

======

Undocumented changes.

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::

bottom: var(b);
color: var(theme-colour-1, rgb(14,14,14));
left: var(L, 1px);
z-index: var(L, 1);
top: var(T, calc( 2 * 1px ));
background: var(U, url(example.png));
border-color: var(C, f00)

- FEATURE: (Bitbucket 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 Bitbucket 20 and Bitbucket 35 (Test fail CSSParser.parseUrl() error with Python 3.3)

- FIXED Bitbucket 21: (almost all) deprecation warning in Py 3.3 fixed.

- FIXED Bitbucket 30 (Test failed)

- FIXED Bitbucket 33 (well kinda): Added that cssutils is **not** threadsafe!

- FIXED Bitbucket 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).

Page 4 of 21

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.