14
0

- 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
This commit is contained in:
2024-10-23 20:23:51 +00:00
committed by Git OBS Bridge
parent 7303363f0a
commit 0dff5e1871
4 changed files with 15 additions and 7 deletions

View File

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