From dcbbe853e442a73bc9826517d345611283f1435a37830963ba80f0d5d34a55a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Sat, 17 May 2025 15:47:37 +0200 Subject: [PATCH] Sync from SUSE:SLFO:Main python-jaraco.text revision 3e1152181fe559ee57ed81d2fdc31a3f --- jaraco_text-3.14.0.tar.gz | 3 --- jaraco_text-4.0.0.tar.gz | 3 +++ python-jaraco.text.changes | 18 ++++++++++++++++++ python-jaraco.text.spec | 6 +++--- 4 files changed, 24 insertions(+), 6 deletions(-) delete mode 100644 jaraco_text-3.14.0.tar.gz create mode 100644 jaraco_text-4.0.0.tar.gz diff --git a/jaraco_text-3.14.0.tar.gz b/jaraco_text-3.14.0.tar.gz deleted file mode 100644 index c8ed724..0000000 --- a/jaraco_text-3.14.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed14e4df7753e40fdef3ca0eb53f6be9f5ef97481806e96de26c3a72e9c293f6 -size 16824 diff --git a/jaraco_text-4.0.0.tar.gz b/jaraco_text-4.0.0.tar.gz new file mode 100644 index 0000000..a942a0c --- /dev/null +++ b/jaraco_text-4.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b71fecea69ab6f939d4c906c04fee1eda76500d1641117df6ec45b865f10db0 +size 17009 diff --git a/python-jaraco.text.changes b/python-jaraco.text.changes index f654712..07ad61d 100644 --- a/python-jaraco.text.changes +++ b/python-jaraco.text.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Apr 1 15:35:41 UTC 2025 - Markéta Machová + +- Make it compatible with older setuptools + +------------------------------------------------------------------- +Wed Mar 26 05:48:35 UTC 2025 - Steve Kowalik + +- Normalize metadata directory name. + +------------------------------------------------------------------- +Tue Oct 29 21:12:05 UTC 2024 - Dirk Müller + +- update to 4.0.0: + * Made 'inflect' an optional dependency. The show-newlines + script now will crash unless jaraco.text[inflect] is + installed. + ------------------------------------------------------------------- Wed Oct 23 20:22:20 UTC 2024 - Dirk Müller diff --git a/python-jaraco.text.spec b/python-jaraco.text.spec index 17f9478..e140514 100644 --- a/python-jaraco.text.spec +++ b/python-jaraco.text.spec @@ -1,7 +1,7 @@ # # spec file for package python-jaraco.text # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-jaraco.text -Version: 3.14.0 +Version: 4.0.0 Release: 0 Summary: Tools to work with text License: MIT @@ -78,6 +78,6 @@ fi %license LICENSE %doc README.rst %{python_sitelib}/jaraco/text -%{python_sitelib}/jaraco.text-%{version}.dist-info +%{python_sitelib}/jaraco[_.]text-%{version}.dist-info %changelog