Marcel Telka
2023-11-24 ef805b053d47760560762f05114fa7e8a4496230
python/wcwidth: update to 0.2.12

4 files modified
18 ■■■■ changed files
components/python/wcwidth/Makefile 6 ●●●● patch | view | raw | blame | history
components/python/wcwidth/patches/01-tox-virtualenv.patch 4 ●●●● patch | view | raw | blame | history
components/python/wcwidth/patches/02-tox.ini-requirements.patch 4 ●●●● patch | view | raw | blame | history
components/python/wcwidth/patches/03-test-drop-unused-reqs.patch 4 ●●●● patch | view | raw | blame | history
components/python/wcwidth/Makefile
@@ -19,13 +19,13 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        wcwidth
HUMAN_VERSION =            0.2.11
HUMAN_VERSION =            0.2.12
COMPONENT_SUMMARY =        wcwidth - Measures the displayed width of unicode strings in a terminal
COMPONENT_PROJECT_URL =        https://github.com/jquast/wcwidth
COMPONENT_ARCHIVE_URL =        \
    https://files.pythonhosted.org/packages/ae/d0/1e5f254ca6e68057f938a9bdf95cc66536a3a005e93b5cf48003214a1a91/wcwidth-0.2.11.tar.gz
    https://files.pythonhosted.org/packages/d7/12/63deef355537f290d5282a67bb7bdd165266e4eca93cd556707a325e5a24/wcwidth-0.2.12.tar.gz
COMPONENT_ARCHIVE_HASH =    \
    sha256:25eb3ecbec328cdb945f56f2a7cfe784bdf7a73a8197398c7a7c65e7fe93e9ae
    sha256:f01c104efdf57971bcb756f054dd58ddec5204dd15fa31d6503ea57947d97c02
COMPONENT_LICENSE =        MIT
COMPONENT_LICENSE_FILE =    LICENSE
components/python/wcwidth/patches/01-tox-virtualenv.patch
@@ -1,7 +1,7 @@
We do not support obsoleted Python versions
--- wcwidth-0.2.11/tox.ini.orig
+++ wcwidth-0.2.11/tox.ini
--- wcwidth-0.2.12/tox.ini.orig
+++ wcwidth-0.2.12/tox.ini
@@ -1,8 +1,7 @@
 [tox]
 envlist = update, compile, autopep8, docformatter, isort, pylint, flake8, pydocstyle, docs, verify_tables, py{27, 35, 36, 37, 38, 39, 310, 311, 312}, pypy{27, 36, 37, 38, 39, 310}
components/python/wcwidth/patches/02-tox.ini-requirements.patch
@@ -1,5 +1,5 @@
--- wcwidth-0.2.11/tox.ini.orig
+++ wcwidth-0.2.11/tox.ini
--- wcwidth-0.2.12/tox.ini.orig
+++ wcwidth-0.2.12/tox.ini
@@ -7,7 +7,7 @@
 pip_compile_command = pip-compile --resolver=backtracking --strip-extras --no-emit-index-url --allow-unsafe --upgrade
 
components/python/wcwidth/patches/03-test-drop-unused-reqs.patch
@@ -1,7 +1,7 @@
Drop requirements that are needed only for testenvs we do not run.
--- wcwidth-0.2.11/requirements-tests39.in.orig
+++ wcwidth-0.2.11/requirements-tests39.in
--- wcwidth-0.2.12/requirements-tests39.in.orig
+++ wcwidth-0.2.12/requirements-tests39.in
@@ -1,15 +1,7 @@
 # For Python 3.9 *and newer*
 pytest>=7.4.2