forked from pool/python-boltons
Accepting request 766370 from home:mcalabkova:branches:devel:languages:python
- update to 20.0.0 * New module pathutils * add strutils.unwrap_text which does what you think to wrapped text * iterutils.chunked to work with the bytes type * funcutils.format_invocation for formatting simple function calls func(pos1, pos2, kw_k=kw_v) * A bunch of small fixes and enhancements. * many more in upstream CHANGELOG.md OBS-URL: https://build.opensuse.org/request/show/766370 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-boltons?expand=0&rev=12
This commit is contained in:
committed by
Git OBS Bridge
parent
0c16d5fa66
commit
b49053d311
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-boltons
|
||||
#
|
||||
# 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,13 +18,13 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-boltons
|
||||
Version: 19.1.0
|
||||
Version: 20.0.0
|
||||
Release: 0
|
||||
Summary: The "Boltons" utility package for Python
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/mahmoud/boltons
|
||||
Source: https://github.com/mahmoud/boltons/archive/19.1.0.tar.gz#/boltons-%{version}.tar.gz
|
||||
URL: https://github.com/mahmoud/boltons
|
||||
Source: https://github.com/mahmoud/boltons/archive/%{version}.tar.gz#/boltons-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
@@ -48,7 +48,7 @@ http://boltons.readthedocs.org.
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
%python_exec -m pytest
|
||||
%pytest
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
|
||||
Reference in New Issue
Block a user