14
0
Commit Graph

13 Commits

Author SHA256 Message Date
42cef3530b - update to 24.6.0:
* Supported Python versions are now 3.8, 3.9, 3.10, and 3.11.
  * Running the unit tests no longer uses a third-party test
    runner; the standard-library unittest module's runner is used
    instead.
  * Documentation of the HTML5 color algorithms has been updated
    to emphasize which HTML5 spec is used (the WHATWG spec, which
    is now the only canonical and maintained HTML5 spec) and
    comments in the implementations have been updated to include
    the latest prose description of the HTML5 algorithms from the
    spec. These updates do not change the behavior of the HTML5
    algorithms, and are only for clarity of documentation and
    explanation.
  * Adopted CalVer versioning.
  * The raw mappings of color names/values are no longer publicly
    exposed; use the appropriate normalizing conversion functions
    instead of accessing the mappings directly.

- update to 24.6.0:
  * to use a CalVer version number was 24.6.0.
  * The API stability/deprecation policy for this library is as
    follows:
  * The supported stable public API of this library is the set of
    symbols which are exported by its __all__ declaration and
    which are documented in this documentation. For classes
    exported there, the supported stable public API is the set of
    methods and attributes of those classes whose names do not
    begin with one or more underscore (_) characters and which
    are documented in this documentation.
  * When a public API is to be removed, or undergo a backwards-

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-webcolors?expand=0&rev=24
2024-06-30 09:15:49 +00:00
f78a884671 - Include in SLE-15 (bsc#1176785, jsc#ECO-3105, jsc#PM-2352)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-webcolors?expand=0&rev=22
2023-09-06 21:46:56 +00:00
a291ff1bca - update to 1.13:
* Supported Python versions are now 3.7, 3.8, 3.9, 3.10, and
    3.11.  The codebase was significantly reorganized and modernized.
    Public API is unchanged. Imports should continue to be directly
    from the top-level ``webcolors`` module; attempting to import
    from submodules is not supported.
  * Now packaging declaratively via ``pyproject.toml`` with `PEP
    517

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-webcolors?expand=0&rev=20
2023-05-03 09:21:30 +00:00
055bd3f9f1 Accepting request 1081693 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081693
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-webcolors?expand=0&rev=18
2023-04-21 13:28:25 +00:00
50644cfecd - update to 1.12:
* CI only fixes, no bug fixes or new features

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-webcolors?expand=0&rev=16
2022-10-01 14:04:10 +00:00
27037de98e - update to 1.11.1:
* Python 2 has reached the end of its support cycle from the Python
    core team; accordingly, Python 2 support is dropped. Supported
    Python versions are now 3.5, 3.6, 3.7, and 3.8.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-webcolors?expand=0&rev=14
2020-03-09 16:18:53 +00:00
Tomáš Chvátal
db2e5808eb - Update to 1.10:
*  Similar to the change in version 1.9 which normalized conversions to named
    colors

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-webcolors?expand=0&rev=12
2019-09-16 10:19:52 +00:00
Tomáš Chvátal
45119a6c53 Accepting request 709951 from home:mcalabkova:branches:devel:languages:python
- update to 1.9.1
  * When asked to provide a color name, using the CSS3/SVG set of names, for
    the hexadecimal value #808080, the integer triplet rgb(128, 128, 128), or
    the percentage triplet rgb(50%, 50%, 50%), webcolors now always returns
    u'gray', never u'grey'.
  * Added a set of constants to use when referring to specifications that 
    define color names <spec-constants>.

OBS-URL: https://build.opensuse.org/request/show/709951
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-webcolors?expand=0&rev=10
2019-06-14 11:45:20 +00:00
Tomáš Chvátal
4d827746f4 Accepting request 689871 from home:pgajdos
- version update to 1.8.1
  * Introduce namedtuples to represent tuple data types.
  * Get the definition-parsing test working on Python 3. 
  * Documentation updates.

OBS-URL: https://build.opensuse.org/request/show/689871
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-webcolors?expand=0&rev=8
2019-03-29 13:59:30 +00:00
ecf058b34a Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-webcolors?expand=0&rev=5
2018-12-04 14:13:42 +00:00
Todd R
f65785038b Accepting request 489435 from home:TheBlackCat:branches:devel:languages:python
implement single-spec version

OBS-URL: https://build.opensuse.org/request/show/489435
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-webcolors?expand=0&rev=3
2017-04-19 19:52:01 +00:00
0d5f3708fa Accepting request 440175 from home:termim:branches:devel:languages:python
update to 1.5

OBS-URL: https://build.opensuse.org/request/show/440175
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-webcolors?expand=0&rev=2
2016-11-15 09:07:00 +00:00
ec25b63866 Accepting request 342801 from home:awissu:branches:science
OBS-URL: https://build.opensuse.org/request/show/342801
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-webcolors?expand=0&rev=1
2015-11-09 10:57:44 +00:00