forked from pool/python-jaraco.text
- 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:
committed by
Git OBS Bridge
parent
e28428f626
commit
b2ec156bb2
@@ -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
3
jaraco.text-3.2.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e5078b1126cc0f166c7859aa75103a56c0d0f39ebcafc21695615472e0f810ec
|
||||||
|
size 14279
|
||||||
@@ -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>
|
Tue Mar 26 14:34:01 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-jaraco.text
|
# 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
|
# 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,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-jaraco.text
|
Name: python-jaraco.text
|
||||||
Version: 3.0
|
Version: 3.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tools to work with text
|
Summary: Tools to work with text
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -31,12 +31,15 @@ BuildRequires: %{python_module pytest}
|
|||||||
BuildRequires: %{python_module setuptools_scm}
|
BuildRequires: %{python_module setuptools_scm}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: python-importlib_resources
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-jaraco.base >= 6.1
|
Requires: python-jaraco.base >= 6.1
|
||||||
Requires: python-jaraco.collections
|
|
||||||
Requires: python-jaraco.functools
|
Requires: python-jaraco.functools
|
||||||
Requires: python-six
|
Requires: python-six
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
%ifpython2
|
||||||
|
Requires: python-importlib_resources
|
||||||
|
%endif
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -44,7 +47,7 @@ jaraco.text Tools for working with text.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n jaraco.text-%{version}
|
%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
|
rm -rf jaraco.text.egg-info
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@@ -67,7 +70,6 @@ $python -O -m compileall -d %{$python_sitelib} %{buildroot}%{$python_sitelib}/ja
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc docs/*.rst README.rst CHANGES.rst
|
%doc docs/*.rst README.rst CHANGES.rst
|
||||||
%{python_sitelib}/jaraco.text-%{version}-py*.egg-info
|
%{python_sitelib}/jaraco.text-%{version}-py*.egg-info
|
||||||
%{python_sitelib}/jaraco/text.py*
|
%{python_sitelib}/jaraco*
|
||||||
%pycache_only %{python_sitelib}/jaraco/__pycache__/text*.py*
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user