python3-webcolors: 1.12 -> 1.13

This commit is contained in:
Tim Biermann 2023-03-31 15:48:16 +02:00
parent 8951a36962
commit a0f58574d5
3 changed files with 29 additions and 19 deletions

View File

@ -2,12 +2,23 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python3.10/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/__pycache__/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/__pycache__/webcolors.cpython-310.pyc
drwxr-xr-x root/root usr/lib/python3.10/site-packages/webcolors-1.12-py3.10.egg-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/webcolors-1.12-py3.10.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.10/site-packages/webcolors-1.12-py3.10.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/webcolors-1.12-py3.10.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/webcolors-1.12-py3.10.egg-info/not-zip-safe
-rw-r--r-- root/root usr/lib/python3.10/site-packages/webcolors-1.12-py3.10.egg-info/top_level.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/webcolors.py
drwxr-xr-x root/root usr/lib/python3.10/site-packages/webcolors-1.13.dist-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/webcolors-1.13.dist-info/LICENSE
-rw-r--r-- root/root usr/lib/python3.10/site-packages/webcolors-1.13.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.10/site-packages/webcolors-1.13.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.10/site-packages/webcolors-1.13.dist-info/WHEEL
-rw-r--r-- root/root usr/lib/python3.10/site-packages/webcolors-1.13.dist-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.10/site-packages/webcolors/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/webcolors/__init__.py
drwxr-xr-x root/root usr/lib/python3.10/site-packages/webcolors/__pycache__/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/webcolors/__pycache__/__init__.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/webcolors/__pycache__/constants.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/webcolors/__pycache__/conversion.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/webcolors/__pycache__/html5.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/webcolors/__pycache__/normalization.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/webcolors/__pycache__/types.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/webcolors/constants.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/webcolors/conversion.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/webcolors/html5.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/webcolors/normalization.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/webcolors/types.py

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF30NcIP9kXFVZNC7xx0eLnqjABGU0mGWUi+UOYUqrWKeUCPJ3IiA89MpY7LEp150Y0XaF/+LNRMyvD6QXuEi60AQ=
SHA256 (Pkgfile) = 390193870672e7ed4dfce07b036836779e4a7539645d9085b76de558f961f6ba
SHA256 (.footprint) = 26eec6242f5ea3cfb38450ff7893b3aa0f067835066d062c0010b860c581f36c
SHA256 (webcolors-1.12.tar.gz) = 16d043d3a08fd6a1b1b7e3e9e62640d09790dce80d2bdd4792a175b35fe794a9
RWSagIOpLGJF3+yif8zEUNX4XqeoiO6tMYR3TY4XTLkb75otbCYJ3tFJJA5KtiIUX8UU3xRTVOlVEHMMXwLkp+ih1LfhFQ83ygI=
SHA256 (Pkgfile) = 4f43aca7db5d08089eaa022a779aff84b186d282bb6d6b4c3a233afffaafd7ea
SHA256 (.footprint) = bb37fd6f5f8d757ea4277b5d4e939020722b253614519a5c2d92ec610e19f80f
SHA256 (webcolors-1.13.tar.gz) = c225b674c83fa923be93d235330ce0300373d02885cef23238813b0d5668304a

View File

@ -1,17 +1,16 @@
# Description: A library for working with color names and color value formats defined by the HTML and CSS specifications for use in documents on the Web
# URL: https://github.com/ubernostrum/webcolors
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-setuptools
# Depends on: python3-build python3-installer
name=python3-webcolors
version=1.12
version=1.13
release=1
source=(https://pypi.io/packages/source/w/webcolors/webcolors-$version.tar.gz)
build() {
cd webcolors-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --prefix=/usr \
--root=$PKG \
--skip-build
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
}