Marcel Telka
2024-03-14 93011c0dce8b802f3cd30fe631b6027f2eb6da7d
python/jaraco.develop: update to 8.8.1

2 files modified
12 ■■■■ changed files
components/python/jaraco.develop/Makefile 6 ●●●● patch | view | raw | blame | history
components/python/jaraco.develop/patches/01-no-ruff.patch 6 ●●●● patch | view | raw | blame | history
components/python/jaraco.develop/Makefile
@@ -19,11 +19,11 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        jaraco.develop
HUMAN_VERSION =            8.7.0
HUMAN_VERSION =            8.8.1
COMPONENT_SUMMARY =        jaraco.develop - Development utilities by jaraco
COMPONENT_PROJECT_URL =        https://github.com/jaraco/jaraco.develop
COMPONENT_ARCHIVE_HASH =    \
    sha256:2d47ffb88ab550156f4ec9832f1c3934e1906fb8be96202bfa1f63a19fe91493
    sha256:d06fc4e03279b38be91a151ba06559b86264912184a4add7b1825a15f5b466e9
COMPONENT_LICENSE =        MIT
COMPONENT_LICENSE_FILE =    LICENSE
@@ -51,6 +51,6 @@
TEST_REQUIRED_PACKAGES.python += library/python/pytest-checkdocs
TEST_REQUIRED_PACKAGES.python += library/python/pytest-cov
TEST_REQUIRED_PACKAGES.python += library/python/pytest-enabler
TEST_REQUIRED_PACKAGES.python += library/python/pytest-home
TEST_REQUIRED_PACKAGES.python += library/python/pytest-mypy
TEST_REQUIRED_PACKAGES.python += library/python/pytest-subprocess
TEST_REQUIRED_PACKAGES.python += library/python/types-requests
components/python/jaraco.develop/patches/01-no-ruff.patch
@@ -1,13 +1,13 @@
We have no pytest-ruff support yet.
see https://github.com/tikv/jemallocator/issues/58
--- jaraco.develop-8.7.0/setup.cfg.orig
+++ jaraco.develop-8.7.0/setup.cfg
--- jaraco.develop-8.8.1/setup.cfg.orig
+++ jaraco.develop-8.8.1/setup.cfg
@@ -39,7 +39,6 @@
     pytest-mypy; \
     python_implementation != "PyPy"
     pytest-enabler >= 2.2
-    pytest-ruff >= 0.2.1
     
     pytest-subprocess
     types-requests
     pytest-home