forked from pool/python-python-utils
Accepting request 626372 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/626372 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-utils?expand=0&rev=2
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 29 11:23:17 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Ensure neutrality/relevance of description.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 24 17:40:45 UTC 2018 - toddrme2178@gmail.com
|
Thu May 24 17:40:45 UTC 2018 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@@ -13,16 +13,17 @@
|
|||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-python-utils
|
Name: python-python-utils
|
||||||
Version: 2.3.0
|
Version: 2.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
|
Summary: Utilities not included with the standard Python install
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Summary: Convenient utilities not included with the standard Python install
|
|
||||||
Url: https://github.com/WoLpH/python-utils
|
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
|
Url: https://github.com/WoLpH/python-utils
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/python-utils/python-utils-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/p/python-utils/python-utils-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module pytest-runner}
|
BuildRequires: %{python_module pytest-runner}
|
||||||
@@ -39,10 +40,8 @@ BuildArch: noarch
|
|||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Python Utils is a collection of small Python functions and
|
Python Utils is a collection of Python functions and
|
||||||
classes which make common patterns shorter and easier. It is by no means a
|
classes which make common patterns shorter and easier.
|
||||||
complete collection but it has served me quite a bit in the past and I will
|
|
||||||
keep extending it.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n python-utils-%{version}
|
%setup -q -n python-utils-%{version}
|
||||||
|
Reference in New Issue
Block a user