14
0
Commit Graph

21 Commits

Author SHA256 Message Date
bfcd42c323 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
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
736a362ac7 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
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
26f19e13c9 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
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
4170698189 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
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
9a44bf56e4 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
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
f86b8142a0 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
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
a41739b055 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
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
34623f9914 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
f89d424c20 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
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
9d033ad272 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
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