From 7f60ead52389b75cda2f37804486f52f51b4196a Mon Sep 17 00:00:00 2001
From: Marcel Telka <marcel@telka.sk>
Date: Tue, 02 Apr 2024 08:08:11 +0200
Subject: [PATCH] python/inflect: update to 7.2.0

---
 components/python/inflect/patches/01-no-ruff.patch |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/components/python/inflect/patches/01-no-ruff.patch b/components/python/inflect/patches/01-no-ruff.patch
index cc76923..970396f 100644
--- a/components/python/inflect/patches/01-no-ruff.patch
+++ b/components/python/inflect/patches/01-no-ruff.patch
@@ -1,13 +1,13 @@
 We have no pytest-ruff support yet.
 see https://github.com/tikv/jemallocator/issues/58
 
---- inflect-6.1.0/setup.cfg.orig
-+++ inflect-6.1.0/setup.cfg
-@@ -43,7 +43,6 @@
- 	pytest-mypy >= 0.9.1; \
- 	python_implementation != "PyPy"
+--- inflect-7.2.0/setup.cfg.orig
++++ inflect-7.2.0/setup.cfg
+@@ -34,7 +34,6 @@
+ 	pytest-cov
+ 	pytest-mypy
  	pytest-enabler >= 2.2
--	pytest-ruff
+-	pytest-ruff >= 0.2.1
  	
  	pygments
  docs = 

--
Gitblit v1.9.3