From cf51021cfb143a919a6c673ecd9fcc8b9172b7d7 Mon Sep 17 00:00:00 2001
From: Marcel Telka <marcel@telka.sk>
Date: Fri, 05 Apr 2024 08:11:42 +0200
Subject: [PATCH] python/path: update to 16.12.1

---
 components/python/path/manifests/sample-manifest.p5m |    1 -
 components/python/path/path-PYVER.p5m                |    1 -
 components/python/path/test/results-all.master       |    2 +-
 components/python/path/Makefile                      |    6 ++----
 components/python/path/patches/01-no-ruff.patch      |   10 +++++-----
 5 files changed, 8 insertions(+), 12 deletions(-)

diff --git a/components/python/path/Makefile b/components/python/path/Makefile
index 088ea0f..9df629a 100644
--- a/components/python/path/Makefile
+++ b/components/python/path/Makefile
@@ -19,13 +19,11 @@
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME =		path
-HUMAN_VERSION =			16.10.0
+HUMAN_VERSION =			16.12.1
 COMPONENT_SUMMARY =		path - A module wrapper for os.path
 COMPONENT_PROJECT_URL =		https://github.com/jaraco/path
-COMPONENT_ARCHIVE_URL =		\
-	https://files.pythonhosted.org/packages/19/a1/d1c9a2b4c1bbec0d0a22c7eb4c025c4de7a06dd6890c13fc3810262a2ce5/path-16.10.0.tar.gz
 COMPONENT_ARCHIVE_HASH =	\
-	sha256:b32b22b76fe810a8ded6d136268cc8b6698ae7c47c29b94a9ea12623f3051e46
+	sha256:c874277418e79ad95356d53dba9f8e14973b50f99cbf3365c852e830c2e9af1a
 COMPONENT_LICENSE =		MIT
 COMPONENT_LICENSE_FILE =	LICENSE
 
diff --git a/components/python/path/manifests/sample-manifest.p5m b/components/python/path/manifests/sample-manifest.p5m
index ceb917f..0e0d005 100644
--- a/components/python/path/manifests/sample-manifest.p5m
+++ b/components/python/path/manifests/sample-manifest.p5m
@@ -33,7 +33,6 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/path/classes.pyi
 file path=usr/lib/python$(PYVER)/vendor-packages/path/compat/py38.py
 file path=usr/lib/python$(PYVER)/vendor-packages/path/masks.py
-file path=usr/lib/python$(PYVER)/vendor-packages/path/masks.pyi
 file path=usr/lib/python$(PYVER)/vendor-packages/path/matchers.py
 file path=usr/lib/python$(PYVER)/vendor-packages/path/matchers.pyi
 file path=usr/lib/python$(PYVER)/vendor-packages/path/py.typed
diff --git a/components/python/path/patches/01-no-ruff.patch b/components/python/path/patches/01-no-ruff.patch
index 3625e3e..b372161 100644
--- a/components/python/path/patches/01-no-ruff.patch
+++ b/components/python/path/patches/01-no-ruff.patch
@@ -1,11 +1,11 @@
 We have no pytest-ruff support yet.
 see https://github.com/tikv/jemallocator/issues/58
 
---- path-16.10.0/setup.cfg.orig
-+++ path-16.10.0/setup.cfg
-@@ -37,7 +37,6 @@
- 	pytest-mypy; \
- 	python_implementation != "PyPy"
+--- path-16.12.1/setup.cfg.orig
++++ path-16.12.1/setup.cfg
+@@ -28,7 +28,6 @@
+ 	pytest-cov
+ 	pytest-mypy
  	pytest-enabler >= 2.2
 -	pytest-ruff >= 0.2.1
  	
diff --git a/components/python/path/path-PYVER.p5m b/components/python/path/path-PYVER.p5m
index ae2a199..05ab0ea 100644
--- a/components/python/path/path-PYVER.p5m
+++ b/components/python/path/path-PYVER.p5m
@@ -33,7 +33,6 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/path/classes.pyi
 file path=usr/lib/python$(PYVER)/vendor-packages/path/compat/py38.py
 file path=usr/lib/python$(PYVER)/vendor-packages/path/masks.py
-file path=usr/lib/python$(PYVER)/vendor-packages/path/masks.pyi
 file path=usr/lib/python$(PYVER)/vendor-packages/path/matchers.py
 file path=usr/lib/python$(PYVER)/vendor-packages/path/matchers.pyi
 file path=usr/lib/python$(PYVER)/vendor-packages/path/py.typed
diff --git a/components/python/path/test/results-all.master b/components/python/path/test/results-all.master
index f2713ba..09f3f3e 100644
--- a/components/python/path/test/results-all.master
+++ b/components/python/path/test/results-all.master
@@ -35,12 +35,12 @@
 path/__init__.pyi::mypy PASSED
 path/classes.pyi::mypy PASSED
 path/compat/py38.py::mypy PASSED
+path/masks.py::mypy PASSED
 path/masks.py::path.masks.Permissions PASSED
 path/masks.py::path.masks.compound PASSED
 path/masks.py::path.masks.gen_bit_values PASSED
 path/masks.py::path.masks.padded PASSED
 path/masks.py::path.masks.simple PASSED
-path/masks.pyi::mypy PASSED
 path/matchers.pyi::mypy PASSED
 test_path.py::TestBasics::test_chmod_str PASSED
 test_path.py::TestBasics::test_chown PASSED

--
Gitblit v1.9.3