diff --git a/python-webcolors.changes b/python-webcolors.changes index dc5d163..66f728b 100644 --- a/python-webcolors.changes +++ b/python-webcolors.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed May 3 09:20:57 UTC 2023 - Dirk Müller + +- 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 + ------------------------------------------------------------------- Fri Apr 21 12:38:42 UTC 2023 - Dirk Müller diff --git a/python-webcolors.spec b/python-webcolors.spec index b5a0e17..bdc8288 100644 --- a/python-webcolors.spec +++ b/python-webcolors.spec @@ -20,14 +20,15 @@ %global skip_python2 1 %{?sle15_python_module_pythons} Name: python-webcolors -Version: 1.12 +Version: 1.13 Release: 0 Summary: Support for color names and value formats defined by the HTML License: BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/ubernostrum/webcolors Source: https://files.pythonhosted.org/packages/source/w/webcolors/webcolors-%{version}.tar.gz -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros # test requirements @@ -58,10 +59,10 @@ Full documentation is `available online `_. %setup -q -n webcolors-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check diff --git a/webcolors-1.12.tar.gz b/webcolors-1.12.tar.gz deleted file mode 100644 index 1a1236c..0000000 --- a/webcolors-1.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16d043d3a08fd6a1b1b7e3e9e62640d09790dce80d2bdd4792a175b35fe794a9 -size 38112 diff --git a/webcolors-1.13.tar.gz b/webcolors-1.13.tar.gz new file mode 100644 index 0000000..40e1356 --- /dev/null +++ b/webcolors-1.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c225b674c83fa923be93d235330ce0300373d02885cef23238813b0d5668304a +size 41152