Marcel Telka
2023-12-06 a7f248764f45d1a161dee6de57fcda99348a45d5
python/jaraco.vcs: update to 2.0.0

3 files modified
17 ■■■■■ changed files
components/python/jaraco.vcs/Makefile 6 ●●●● patch | view | raw | blame | history
components/python/jaraco.vcs/patches/01-no-ruff.patch 6 ●●●● patch | view | raw | blame | history
components/python/jaraco.vcs/test/results-all.master 5 ●●●● patch | view | raw | blame | history
components/python/jaraco.vcs/Makefile
@@ -19,13 +19,13 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        jaraco.vcs
HUMAN_VERSION =            1.1.0
HUMAN_VERSION =            2.0.0
COMPONENT_SUMMARY =        jaraco.vcs - Facilities for working with VCS repositories
COMPONENT_PROJECT_URL =        https://github.com/jaraco/jaraco.vcs
COMPONENT_ARCHIVE_URL =        \
    https://files.pythonhosted.org/packages/98/cc/69165ff280444ca2876cac7ebca1340689738ec2b59a7ea30db8fae63d4f/jaraco.vcs-1.1.0.tar.gz
    https://files.pythonhosted.org/packages/e9/b7/8956035d36a8fc92a5bda79d0381614bc40c6f68fc8e9983038ab277c47f/jaraco.vcs-2.0.0.tar.gz
COMPONENT_ARCHIVE_HASH =    \
    sha256:fe1a75fdd95a6dfc8a2b5011c7057c691cd3619f1c70505db7715ddd5af0501e
    sha256:62d0353bd47732202ce1d3a3d666de15e7c0e854226d3e9fbd8e9bb481c6fbf6
COMPONENT_LICENSE =        MIT
COMPONENT_LICENSE_FILE =    LICENSE
components/python/jaraco.vcs/patches/01-no-ruff.patch
@@ -1,12 +1,12 @@
We have no pytest-ruff support yet.
see https://github.com/tikv/jemallocator/issues/58
--- jaraco.vcs-1.1.0/setup.cfg.orig
+++ jaraco.vcs-1.1.0/setup.cfg
--- jaraco.vcs-2.0.0/setup.cfg.orig
+++ jaraco.vcs-2.0.0/setup.cfg
@@ -40,7 +40,6 @@
     pytest-mypy >= 0.9.1; \
     python_implementation != "PyPy"
     pytest-enabler >= 1.3
     pytest-enabler >= 2.2
-    pytest-ruff
     
     pygments
components/python/jaraco.vcs/test/results-all.master
@@ -1,13 +1,10 @@
ROOT: tox-gh-actions won't override envlist because tox is not running in GitHub Actions
py$(PYV): remove tox env folder .tox/py$(PYV)
py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
py$(PYV): commands[0]> python -m pytest
============================= test session starts ==============================
platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python
cachedir: .tox/py$(PYV)/.pytest_cache
hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('$(@D)/.hypothesis/examples')
rootdir: $(@D)
configfile: pytest.ini
asyncio: mode=strict
collecting ... collected 56 items
::project PASSED