Marcel Telka
2024-04-01 8b81466c5260d9945b49594e5cc088e75ee18d44
python/jaraco.classes: update to 3.4.0

3 files modified
18 ■■■■ changed files
components/python/jaraco.classes/Makefile 4 ●●●● patch | view | raw | blame | history
components/python/jaraco.classes/history 2 ●●● patch | view | raw | blame | history
components/python/jaraco.classes/patches/01-no-ruff.patch 12 ●●●● patch | view | raw | blame | history
components/python/jaraco.classes/Makefile
@@ -19,11 +19,11 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        jaraco.classes
HUMAN_VERSION =            3.3.1
HUMAN_VERSION =            3.4.0
COMPONENT_SUMMARY =        jaraco.classes - Utility functions for Python class constructs
COMPONENT_PROJECT_URL =        https://github.com/jaraco/jaraco.classes
COMPONENT_ARCHIVE_HASH =    \
    sha256:cb28a5ebda8bc47d8c8015307d93163464f9f2b91ab4006e09ff0ce07e8bfb30
    sha256:47a024b51d0239c0dd8c8540c6c7f484be3b8fcf0b2d85c13825780d3b3f3acd
COMPONENT_LICENSE =        MIT
COMPONENT_LICENSE_FILE =    LICENSE
components/python/jaraco.classes/history
@@ -1 +1 @@
library/python/jaraco-classes-37@3.2.3,5.11-2023.0.0.1 noincorporate
library/python/jaraco-classes-37@3.2.3,5.11-2023.0.0.2
components/python/jaraco.classes/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.classes-3.3.1/setup.cfg.orig
+++ jaraco.classes-3.3.1/setup.cfg
@@ -26,7 +26,6 @@
     pytest-mypy; \
     python_implementation != "PyPy"
--- jaraco.classes-3.4.0/setup.cfg.orig
+++ jaraco.classes-3.4.0/setup.cfg
@@ -25,7 +25,6 @@
     pytest-cov
     pytest-mypy
     pytest-enabler >= 2.2
-    pytest-ruff >= 0.2.1
 docs = 
     sphinx >= 3.5
     sphinx < 7.2.5
     jaraco.packaging >= 9.3