Marcel Telka
2023-12-23 5cfcc8f7081ce9e0ae771b5cef2b411c30cb0125
python/jaraco.develop: update to 8.6.0

3 files modified
16 ■■■■■ changed files
components/python/jaraco.develop/Makefile 6 ●●●● patch | view | raw | blame | history
components/python/jaraco.develop/patches/01-no-ruff.patch 4 ●●●● patch | view | raw | blame | history
components/python/jaraco.develop/test/results-all.master 6 ●●●●● patch | view | raw | blame | history
components/python/jaraco.develop/Makefile
@@ -19,13 +19,13 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        jaraco.develop
HUMAN_VERSION =            8.5.0
HUMAN_VERSION =            8.6.0
COMPONENT_SUMMARY =        jaraco.develop - Development utilities by jaraco
COMPONENT_PROJECT_URL =        https://github.com/jaraco/jaraco.develop
COMPONENT_ARCHIVE_URL =        \
    https://files.pythonhosted.org/packages/e9/fe/91dc81ab9b22c81ac54003d6b4c99efc01438ccc87acdecbfb6861c5e343/jaraco.develop-8.5.0.tar.gz
    https://files.pythonhosted.org/packages/5c/1c/600555b7a9fab81118e4520e5aa679c8726f87aa6cdf5873178fd449a49f/jaraco.develop-8.6.0.tar.gz
COMPONENT_ARCHIVE_HASH =    \
    sha256:2d94fb72c78cc9155d78baf53c2ab1dc5703cb6b3f455da9b1eaa607f2931716
    sha256:d3ebc0a55bee14f89222f3ddcfc03fd01d5cd7b2b60c1105b0e77151a9756b1d
COMPONENT_LICENSE =        MIT
COMPONENT_LICENSE_FILE =    LICENSE
components/python/jaraco.develop/patches/01-no-ruff.patch
@@ -1,8 +1,8 @@
We have no pytest-ruff support yet.
see https://github.com/tikv/jemallocator/issues/58
--- jaraco.develop-8.5.0/setup.cfg.orig
+++ jaraco.develop-8.5.0/setup.cfg
--- jaraco.develop-8.6.0/setup.cfg.orig
+++ jaraco.develop-8.6.0/setup.cfg
@@ -47,7 +47,6 @@
     pytest-mypy >= 0.9.1; \
     python_implementation != "PyPy"
components/python/jaraco.develop/test/results-all.master
@@ -5,7 +5,7 @@
cachedir: .tox/py$(PYV)/.pytest_cache
rootdir: $(@D)
configfile: pytest.ini
collecting ... collected 61 items
collecting ... collected 63 items
::project PASSED
conftest.py::black PASSED
@@ -49,6 +49,8 @@
jaraco/develop/macos-build-python.py::mypy PASSED
jaraco/develop/merge.py::black PASSED
jaraco/develop/merge.py::develop.merge.Conflict PASSED
jaraco/develop/merge.py::develop.merge._enable_rtd PASSED
jaraco/develop/merge.py::develop.merge._retain_rtd PASSED
jaraco/develop/merge.py::mypy PASSED
jaraco/develop/print-meta.py::black PASSED
jaraco/develop/print-meta.py::mypy PASSED
@@ -71,6 +73,6 @@
===================================== mypy =====================================
Success: no issues found in 25 source files
======== 60 passed ========
======== 62 passed ========
  py$(PYV): OK
  congratulations :)