Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
acc22df3be |
BIN
jaraco.text-3.11.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
jaraco.text-3.11.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
jaraco_text-4.0.0.tar.gz
(Stored with Git LFS)
BIN
jaraco_text-4.0.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
@@ -1,35 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
|
||||||
|
|
||||||
- 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 <dmueller@suse.com>
|
|
||||||
|
|
||||||
- update to 3.12.0:
|
|
||||||
* Require Python 3.8 or later.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jun 10 09:20:42 UTC 2023 - ecsos <ecsos@opensuse.org>
|
Sat Jun 10 09:20:42 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||||
|
|
||||||
@@ -38,7 +6,7 @@ Sat Jun 10 09:20:42 UTC 2023 - ecsos <ecsos@opensuse.org>
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 1 20:38:04 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Thu Jun 1 20:38:04 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
- use python3 module python for sle15
|
- use python3 module python for sle15
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 9 21:30:06 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Tue May 9 21:30:06 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
@@ -49,7 +17,7 @@ Tue May 9 21:30:06 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 6 03:48:18 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
Tue Dec 6 03:48:18 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
- Update to version 3.11.0
|
- Update to version 3.11.0
|
||||||
* Added strip-prefix script.
|
* Added strip-prefix script.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-jaraco.text
|
# spec file for package python-jaraco.text
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,12 +18,12 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-jaraco.text
|
Name: python-jaraco.text
|
||||||
Version: 4.0.0
|
Version: 3.11.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tools to work with text
|
Summary: Tools to work with text
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/jaraco/jaraco.text
|
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 autocommand}
|
||||||
BuildRequires: %{python_module importlib_resources if %python-base < 3.9}
|
BuildRequires: %{python_module importlib_resources if %python-base < 3.9}
|
||||||
BuildRequires: %{python_module inflect}
|
BuildRequires: %{python_module inflect}
|
||||||
@@ -55,7 +55,7 @@ line continuation, indentation, comment processing, identifier processing,
|
|||||||
values parsing, case insensitive comparison, and more.
|
values parsing, case insensitive comparison, and more.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n jaraco_text-%{version}
|
%setup -q -n jaraco.text-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
@@ -76,8 +76,8 @@ fi
|
|||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.rst
|
%doc README.rst CHANGES.rst
|
||||||
%{python_sitelib}/jaraco/text
|
%{python_sitelib}/jaraco/text
|
||||||
%{python_sitelib}/jaraco[_.]text-%{version}.dist-info
|
%{python_sitelib}/jaraco.text-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user