forked from pool/python-webcolors
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
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 3 09:20:57 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -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 <http://webcolors.readthedocs.org/>`_.
|
||||
%setup -q -n webcolors-%{version}
|
||||
|
||||
%build
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:16d043d3a08fd6a1b1b7e3e9e62640d09790dce80d2bdd4792a175b35fe794a9
|
||||
size 38112
|
||||
BIN
webcolors-1.13.tar.gz
LFS
Normal file
BIN
webcolors-1.13.tar.gz
LFS
Normal file
Binary file not shown.
Reference in New Issue
Block a user