forked from pool/python-boltons
Accepting request 615080 from home:jengelh:branches:devel:languages:python
- Use a description that actually says what the package is about. OBS-URL: https://build.opensuse.org/request/show/615080 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-boltons?expand=0&rev=6
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 7 20:48:58 UTC 2018 - jengelh@inai.de
|
||||
|
||||
- Use a description that actually says what the package is about.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 3 14:07:08 UTC 2018 - toddrme2178@gmail.com
|
||||
|
||||
|
||||
@@ -20,30 +20,24 @@
|
||||
Name: python-boltons
|
||||
Version: 18.0.0
|
||||
Release: 0
|
||||
Summary: Boltons should be builtins
|
||||
Summary: The "Boltons" utility package for Python
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/mahmoud/boltons
|
||||
Source: https://files.pythonhosted.org/packages/source/b/boltons/boltons-%{version}.tar.gz
|
||||
Source10: https://raw.githubusercontent.com/mahmoud/boltons/%{version}/LICENSE
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
Functionality that should be in the standard library. Like
|
||||
builtins, but Boltons.
|
||||
|
||||
Otherwise known as, "everyone's util.py," but cleaned up and
|
||||
tested.
|
||||
|
||||
Contains over 160 BSD-licensed utility types and functions that can be
|
||||
used as a package or independently. `Extensively documented on Read
|
||||
the Docs: http://boltons.readthedocs.org.
|
||||
Boltons is a package containing over 160 utility types and functions
|
||||
that can be used as a package or independently. Documentation is on
|
||||
http://boltons.readthedocs.org.
|
||||
|
||||
%prep
|
||||
%setup -q -n boltons-%{version}
|
||||
|
||||
Reference in New Issue
Block a user