Marcel Telka
2023-12-13 86dc9197177977bbc71d366918d15708f0245dc4
python/distlib: update to 0.3.8

6 files modified
29 ■■■■■ changed files
components/python/distlib/Makefile 6 ●●●● patch | view | raw | blame | history
components/python/distlib/history 2 ●●● patch | view | raw | blame | history
components/python/distlib/patches/01-test-depends-on-home.patch 4 ●●●● patch | view | raw | blame | history
components/python/distlib/patches/02-test-verbose.patch 12 ●●●● patch | view | raw | blame | history
components/python/distlib/python-integrate-project.conf 4 ●●●● patch | view | raw | blame | history
components/python/distlib/test/results-all.master 1 ●●●● patch | view | raw | blame | history
components/python/distlib/Makefile
@@ -19,13 +19,13 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        distlib
HUMAN_VERSION =            0.3.7
HUMAN_VERSION =            0.3.8
COMPONENT_SUMMARY =        distlib - Distribution utilities
COMPONENT_PROJECT_URL =        https://github.com/pypa/distlib
COMPONENT_ARCHIVE_URL =        \
    https://github.com/pypa/distlib/archive/refs/tags/$(HUMAN_VERSION).tar.gz
    https://files.pythonhosted.org/packages/c4/91/e2df406fb4efacdf46871c25cde65d3c6ee5e173b7e5a4547a47bae91920/distlib-0.3.8.tar.gz
COMPONENT_ARCHIVE_HASH =    \
    sha256:2502e77afc319529e623dd7bfa29a92cb309656a0597b2c14e62090bbf439d13
    sha256:1530ea13e350031b6312d8580ddb6b27a104275a31106523b8f123787f494f64
COMPONENT_LICENSE =        PSF-2.0
COMPONENT_LICENSE_FILE =    LICENSE.txt
components/python/distlib/history
@@ -1,2 +1,2 @@
library/python/distlib-35@0.3.4,5.11-2022.0.0.1 noincorporate
library/python/distlib-35@0.3.4,5.11-2022.0.0.2
library/python/distlib-37@0.3.6,5.11-2022.0.0.1 noincorporate
components/python/distlib/patches/01-test-depends-on-home.patch
@@ -1,5 +1,5 @@
--- distlib-0.3.7/tests/test_util.py.orig
+++ distlib-0.3.7/tests/test_util.py
--- distlib-0.3.8/tests/test_util.py.orig
+++ distlib-0.3.8/tests/test_util.py
@@ -98,6 +98,7 @@
         self.assertIs(resolve('logging', 'root'), logging.root)
         self.assertEqual(resolve('logging', 'root.debug'), logging.root.debug)
components/python/distlib/patches/02-test-verbose.patch
@@ -1,8 +1,8 @@
--- distlib-0.3.7/tox.ini.orig
+++ distlib-0.3.7/tox.ini
@@ -6,4 +6,4 @@
 setenv =
     PYTHONHASHSEED=0
 passenv = APPVEYOR
--- distlib-0.3.8/tox.ini.orig
+++ distlib-0.3.8/tox.ini
@@ -8,4 +8,4 @@
 passenv =
     APPVEYOR
     SSL_CERT_DIR
-commands = python tests/test_all.py
+commands = python tests/test_all.py -v
components/python/distlib/python-integrate-project.conf
@@ -16,10 +16,6 @@
%patch% 01-test-depends-on-home.patch
%patch% 02-test-verbose.patch
%hook-begin%
# https://github.com/pypa/distlib/issues/206
DOWNLOAD_URL='https://github.com/pypa/distlib/archive/refs/tags/$(HUMAN_VERSION).tar.gz'
%include-2%
# This component is required by following bootstrapped components so it must be
# bootstrapped too.
components/python/distlib/test/results-all.master
@@ -1,4 +1,3 @@
ROOT: tox-gh-actions won't override envlist because tox is not running in GitHub Actions
py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
py$(PYV): commands[0]> python tests/test_all.py -v
test_base (test_resources.CacheTestCase) ... ok