Sync from SUSE:SLFO:Main python-jaraco.text revision 3e1152181fe559ee57ed81d2fdc31a3f

This commit is contained in:
2025-05-17 15:47:37 +02:00
parent c6a79a3cff
commit dcbbe853e4
4 changed files with 24 additions and 6 deletions

BIN
jaraco_text-3.14.0.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
jaraco_text-4.0.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Apr 1 15:35:41 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Make it compatible with older setuptools
-------------------------------------------------------------------
Wed Mar 26 05:48:35 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Normalize metadata directory name.
-------------------------------------------------------------------
Tue Oct 29 21:12:05 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

@@ -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