14
0

- Update to 3.2.0:

* Added normalize_newlines function.
  * Added wrap and unwrap functions and lorem_ipsum attribute containing the Lorem Ipsum sample text.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.text?expand=0&rev=8
This commit is contained in:
Tomáš Chvátal
2020-01-16 09:54:18 +00:00
committed by Git OBS Bridge
parent e28428f626
commit b2ec156bb2
4 changed files with 18 additions and 9 deletions

View File

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

3
jaraco.text-3.2.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Jan 16 09:44:33 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 3.2.0:
* Added normalize_newlines function.
* Added wrap and unwrap functions and lorem_ipsum attribute containing the Lorem Ipsum sample text.
-------------------------------------------------------------------
Tue Mar 26 14:34:01 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-jaraco.text
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 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 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-jaraco.text
Version: 3.0
Version: 3.2.0
Release: 0
Summary: Tools to work with text
License: MIT
@@ -31,12 +31,15 @@ BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-importlib_resources
BuildRequires: python-rpm-macros
Requires: python-jaraco.base >= 6.1
Requires: python-jaraco.collections
Requires: python-jaraco.functools
Requires: python-six
BuildArch: noarch
%ifpython2
Requires: python-importlib_resources
%endif
%python_subpackages
%description
@@ -44,7 +47,7 @@ jaraco.text Tools for working with text.
%prep
%setup -q -n jaraco.text-%{version}
sed -i 's/--flake8//' pytest.ini
sed -i 's/--flake8 --black --cov//' pytest.ini
rm -rf jaraco.text.egg-info
%build
@@ -67,7 +70,6 @@ $python -O -m compileall -d %{$python_sitelib} %{buildroot}%{$python_sitelib}/ja
%license LICENSE
%doc docs/*.rst README.rst CHANGES.rst
%{python_sitelib}/jaraco.text-%{version}-py*.egg-info
%{python_sitelib}/jaraco/text.py*
%pycache_only %{python_sitelib}/jaraco/__pycache__/text*.py*
%{python_sitelib}/jaraco*
%changelog