From c6a79a3cff1b6b0e68c37a6cc232161973ecaf96d5fe151e76d17d7a3842f447 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 13 Dec 2024 11:38:50 +0100 Subject: [PATCH] Sync from SUSE:SLFO:Main python-jaraco.text revision 59a3e9c3b4218fe7b4aa3211036d5de6 --- jaraco.text-3.11.1.tar.gz | 3 --- jaraco_text-3.14.0.tar.gz | 3 +++ python-jaraco.text.changes | 18 ++++++++++++++++-- python-jaraco.text.spec | 10 +++++----- 4 files changed, 24 insertions(+), 10 deletions(-) delete mode 100644 jaraco.text-3.11.1.tar.gz create mode 100644 jaraco_text-3.14.0.tar.gz diff --git a/jaraco.text-3.11.1.tar.gz b/jaraco.text-3.11.1.tar.gz deleted file mode 100644 index d94070d..0000000 --- a/jaraco.text-3.11.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:333a5df2148f7139718607cdf352fe1d95162971a7299c380dcc24dab0168980 -size 16083 diff --git a/jaraco_text-3.14.0.tar.gz b/jaraco_text-3.14.0.tar.gz new file mode 100644 index 0000000..c8ed724 --- /dev/null +++ b/jaraco_text-3.14.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed14e4df7753e40fdef3ca0eb53f6be9f5ef97481806e96de26c3a72e9c293f6 +size 16824 diff --git a/python-jaraco.text.changes b/python-jaraco.text.changes index ce6476e..f654712 100644 --- a/python-jaraco.text.changes +++ b/python-jaraco.text.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed Oct 23 20:22:20 UTC 2024 - Dirk Müller + +- update to 3.14.0: + * Add new 'clean' function, extracted from 'yield_lines'. + * Fix EncodingWarning. + * Add 'lines_from' function. + +------------------------------------------------------------------- +Sun Dec 17 01:44:48 UTC 2023 - Dirk Müller + +- update to 3.12.0: + * Require Python 3.8 or later. + ------------------------------------------------------------------- Sat Jun 10 09:20:42 UTC 2023 - ecsos @@ -6,7 +20,7 @@ Sat Jun 10 09:20:42 UTC 2023 - ecsos ------------------------------------------------------------------- Thu Jun 1 20:38:04 UTC 2023 - Dirk Müller -- use python3 module python for sle15 +- use python3 module python for sle15 ------------------------------------------------------------------- Tue May 9 21:30:06 UTC 2023 - Dirk Müller @@ -17,7 +31,7 @@ Tue May 9 21:30:06 UTC 2023 - Dirk Müller ------------------------------------------------------------------- Tue Dec 6 03:48:18 UTC 2022 - Yogalakshmi Arunachalam -- Update to version 3.11.0 +- Update to version 3.11.0 * Added strip-prefix script. ------------------------------------------------------------------- diff --git a/python-jaraco.text.spec b/python-jaraco.text.spec index 08eb116..17f9478 100644 --- a/python-jaraco.text.spec +++ b/python-jaraco.text.spec @@ -1,7 +1,7 @@ # # spec file for package python-jaraco.text # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,12 @@ %{?sle15_python_module_pythons} Name: python-jaraco.text -Version: 3.11.1 +Version: 3.14.0 Release: 0 Summary: Tools to work with text License: MIT URL: https://github.com/jaraco/jaraco.text -Source0: https://files.pythonhosted.org/packages/source/j/jaraco.text/jaraco.text-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/j/jaraco.text/jaraco_text-%{version}.tar.gz BuildRequires: %{python_module autocommand} BuildRequires: %{python_module importlib_resources if %python-base < 3.9} BuildRequires: %{python_module inflect} @@ -55,7 +55,7 @@ line continuation, indentation, comment processing, identifier processing, values parsing, case insensitive comparison, and more. %prep -%setup -q -n jaraco.text-%{version} +%setup -q -n jaraco_text-%{version} %build %pyproject_wheel @@ -76,7 +76,7 @@ fi %files %{python_files} %license LICENSE -%doc README.rst CHANGES.rst +%doc README.rst %{python_sitelib}/jaraco/text %{python_sitelib}/jaraco.text-%{version}.dist-info