17
0

27 Commits

Author SHA256 Message Date
e5dd5ef475 Accepting request 1194656 from devel:languages:python
- update to 24.8.0:
  * Added the :func:`~webcolors.names` function to allow
    retrieving lists of color names. The underlying mappings of
    color names/values still are not supported API; to obtain the
    color value corresponding to a name, use the appropriate
    conversion function.

OBS-URL: https://build.opensuse.org/request/show/1194656
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-webcolors?expand=0&rev=12
2024-08-20 14:12:47 +00:00
7a0b4851c8 - update to 24.8.0:
* Added the :func:`~webcolors.names` function to allow
    retrieving lists of color names. The underlying mappings of
    color names/values still are not supported API; to obtain the
    color value corresponding to a name, use the appropriate
    conversion function.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-webcolors?expand=0&rev=26
2024-08-19 07:42:47 +00:00
368c96c186 Accepting request 1184088 from devel:languages:python
- 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/request/show/1184088
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-webcolors?expand=0&rev=11
2024-07-01 09:19:29 +00:00
25c97e25c6 - 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
a66a6d6f6c Accepting request 1110959 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1110959
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-webcolors?expand=0&rev=10
2023-09-14 14:24:56 +00:00
fd16502d16 - 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
a4809f3307 Accepting request 1084230 from devel:languages:python
- 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/request/show/1084230
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-webcolors?expand=0&rev=9
2023-05-04 15:09:31 +00:00
d6263dfb41 - 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
b55d20fb1d Accepting request 1081727 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1081727
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-webcolors?expand=0&rev=8
2023-04-22 19:58:11 +00:00
4fbd518c4b 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
76c7ee2ea8 Accepting request 1007458 from devel:languages:python
- update to 1.12:
  * CI only fixes, no bug fixes or new features

OBS-URL: https://build.opensuse.org/request/show/1007458
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-webcolors?expand=0&rev=7
2022-10-03 11:44:33 +00:00
5e8e5e6f90 - 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
306e8d9cdb Accepting request 783014 from devel:languages:python
- 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/request/show/783014
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-webcolors?expand=0&rev=6
2020-04-19 19:36:03 +00:00
aeac06a995 - 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
267f6a6b84 Accepting request 731241 from devel:languages:python
- Update to 1.10:
 *  Similar to the change in version 1.9 which normalized conversions to named
    colors

OBS-URL: https://build.opensuse.org/request/show/731241
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-webcolors?expand=0&rev=5
2019-09-23 10:17:57 +00:00
Tomáš Chvátal
08ff25990c - 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
8f791e3b10 Accepting request 709953 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/709953
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-webcolors?expand=0&rev=4
2019-06-18 12:54:14 +00:00
Tomáš Chvátal
c8a21eb169 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
f7a6c9a82e Accepting request 689881 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/689881
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-webcolors?expand=0&rev=3
2019-04-01 10:38:12 +00:00
Tomáš Chvátal
f1077edbcf 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
36061b59c1 Accepting request 659752 from devel:languages:python
Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/659752
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-webcolors?expand=0&rev=2
2018-12-24 10:46:06 +00:00
ce41bac230 Clean up the SPEC file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-webcolors?expand=0&rev=6
2018-12-04 17:25:27 +00:00
99a16f968f 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
62c7b1997a Accepting request 531775 from devel:languages:python
Required by a bunch of python-sphinxcontrib packages.

OBS-URL: https://build.opensuse.org/request/show/531775
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-webcolors?expand=0&rev=1
2017-10-11 20:56:58 +00:00
Todd R
999670987b 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
9a3e1ddb15 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
0fb89b04ab 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