17
0

7 Commits

Author SHA256 Message Date
662d775815 Accepting request 1266239 from devel:languages:python
- Make it compatible with older setuptools

- Normalize metadata directory name.

OBS-URL: https://build.opensuse.org/request/show/1266239
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.text?expand=0&rev=17
2025-04-11 14:45:11 +00:00
876a37fc7b - Make it compatible with older setuptools
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.text?expand=0&rev=36
2025-04-01 15:40:29 +00:00
e52ef8ee34 - Normalize metadata directory name.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.text?expand=0&rev=35
2025-03-26 05:51:21 +00:00
803de08aab Accepting request 1219186 from devel:languages:python
- update to 4.0.0:
  * Made 'inflect' an optional dependency. The show-newlines
    script now will crash unless jaraco.text[inflect] is
    installed.

OBS-URL: https://build.opensuse.org/request/show/1219186
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.text?expand=0&rev=16
2024-10-30 16:33:08 +00:00
85136ac773 - update to 4.0.0:
* Made 'inflect' an optional dependency. The show-newlines
    script now will crash unless jaraco.text[inflect] is
    installed.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.text?expand=0&rev=33
2024-10-29 21:12:23 +00:00
ebe9eb712d Accepting request 1217420 from devel:languages:python
- update to 3.14.0:
  * Add new 'clean' function, extracted from 'yield_lines'.
  * Fix EncodingWarning.
  * Add 'lines_from' function.

OBS-URL: https://build.opensuse.org/request/show/1217420
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.text?expand=0&rev=15
2024-10-25 17:18:34 +00:00
0dff5e1871 - update to 3.14.0:
* Add new 'clean' function, extracted from 'yield_lines'.
  * Fix EncodingWarning.
  * Add 'lines_from' function.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.text?expand=0&rev=31
2024-10-23 20:23:51 +00:00
4 changed files with 34 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:389e25c8d4b32e9715bf530596fab0f5cd3aa47296e43969392e18a541af592c
size 16329

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

Binary file not shown.

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-jaraco.text
#
# Copyright (c) 2023 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,12 +18,12 @@
%{?sle15_python_module_pythons}
Name: python-jaraco.text
Version: 3.12.0
Version: 4.0.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
@@ -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