15
0

Accepting request 615170 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/615170
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-boltons?expand=0&rev=2
This commit is contained in:
2018-06-13 13:37:32 +00:00
committed by Git OBS Bridge
2 changed files with 11 additions and 12 deletions

View File

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

View File

@@ -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}