From c21a1ae7ba836785dbd4c454a178af286325aab7 Mon Sep 17 00:00:00 2001
From: Marcel Telka <marcel@telka.sk>
Date: Wed, 27 Mar 2024 17:51:14 +0100
Subject: [PATCH] python/jaraco.develop: update to 8.10.0

---
 components/python/jaraco.develop/patches/01-no-ruff.patch      |    4 ++--
 components/python/jaraco.develop/jaraco.develop-PYVER.p5m      |    1 +
 components/python/jaraco.develop/Makefile                      |    4 ++--
 components/python/jaraco.develop/test/results-all.master       |    7 ++++---
 components/python/jaraco.develop/manifests/sample-manifest.p5m |    1 +
 5 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/components/python/jaraco.develop/Makefile b/components/python/jaraco.develop/Makefile
index f396239..b146f39 100644
--- a/components/python/jaraco.develop/Makefile
+++ b/components/python/jaraco.develop/Makefile
@@ -19,11 +19,11 @@
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME =		jaraco.develop
-HUMAN_VERSION =			8.9.1
+HUMAN_VERSION =			8.10.0
 COMPONENT_SUMMARY =		jaraco.develop - Development utilities by jaraco
 COMPONENT_PROJECT_URL =		https://github.com/jaraco/jaraco.develop
 COMPONENT_ARCHIVE_HASH =	\
-	sha256:cb65c0054956cbba2977e0bbf089836ce43ae67e61cd30a38fd535b7d0c3d603
+	sha256:df569bc62b5d9624caa29ae543e883ebd90043488ed7f10ae8db87b9bdd16219
 COMPONENT_LICENSE =		MIT
 COMPONENT_LICENSE_FILE =	LICENSE
 
diff --git a/components/python/jaraco.develop/jaraco.develop-PYVER.p5m b/components/python/jaraco.develop/jaraco.develop-PYVER.p5m
index 2e73310..56a319a 100644
--- a/components/python/jaraco.develop/jaraco.develop-PYVER.p5m
+++ b/components/python/jaraco.develop/jaraco.develop-PYVER.p5m
@@ -30,6 +30,7 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/jaraco/develop/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/jaraco/develop/add-github-secret.py
 file path=usr/lib/python$(PYVER)/vendor-packages/jaraco/develop/add-github-secrets.py
+file path=usr/lib/python$(PYVER)/vendor-packages/jaraco/develop/add-project.py
 file path=usr/lib/python$(PYVER)/vendor-packages/jaraco/develop/checkout-all.py
 file path=usr/lib/python$(PYVER)/vendor-packages/jaraco/develop/compiler.py
 file path=usr/lib/python$(PYVER)/vendor-packages/jaraco/develop/cpython-sync.py
diff --git a/components/python/jaraco.develop/manifests/sample-manifest.p5m b/components/python/jaraco.develop/manifests/sample-manifest.p5m
index 421a6c1..86781a9 100644
--- a/components/python/jaraco.develop/manifests/sample-manifest.p5m
+++ b/components/python/jaraco.develop/manifests/sample-manifest.p5m
@@ -30,6 +30,7 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/jaraco/develop/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/jaraco/develop/add-github-secret.py
 file path=usr/lib/python$(PYVER)/vendor-packages/jaraco/develop/add-github-secrets.py
+file path=usr/lib/python$(PYVER)/vendor-packages/jaraco/develop/add-project.py
 file path=usr/lib/python$(PYVER)/vendor-packages/jaraco/develop/checkout-all.py
 file path=usr/lib/python$(PYVER)/vendor-packages/jaraco/develop/compiler.py
 file path=usr/lib/python$(PYVER)/vendor-packages/jaraco/develop/cpython-sync.py
diff --git a/components/python/jaraco.develop/patches/01-no-ruff.patch b/components/python/jaraco.develop/patches/01-no-ruff.patch
index ae1a353..2a2e434 100644
--- a/components/python/jaraco.develop/patches/01-no-ruff.patch
+++ b/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.9.1/setup.cfg.orig
-+++ jaraco.develop-8.9.1/setup.cfg
+--- jaraco.develop-8.10.0/setup.cfg.orig
++++ jaraco.develop-8.10.0/setup.cfg
 @@ -38,7 +38,6 @@
  	pytest-cov
  	pytest-mypy
diff --git a/components/python/jaraco.develop/test/results-all.master b/components/python/jaraco.develop/test/results-all.master
index 9d30077..2dbe169 100644
--- a/components/python/jaraco.develop/test/results-all.master
+++ b/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 39 items
+collecting ... collected 40 items
 
 .::project PASSED
 .::project PASSED
@@ -15,6 +15,7 @@
 jaraco/develop/__init__.py::mypy PASSED
 jaraco/develop/add-github-secret.py::mypy PASSED
 jaraco/develop/add-github-secrets.py::mypy PASSED
+jaraco/develop/add-project.py::mypy PASSED
 jaraco/develop/checkout-all.py::mypy PASSED
 jaraco/develop/compiler.py::mypy PASSED
 jaraco/develop/cpython-sync.py::mypy PASSED
@@ -49,7 +50,7 @@
 
 ===================================== mypy =====================================
 
-Success: no issues found in 25 source files
-======== 39 passed ========
+Success: no issues found in 26 source files
+======== 40 passed ========
   py$(PYV): OK
   congratulations :)

--
Gitblit v1.9.3