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,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ae59ff28466caacaa0b55a536d41c37c11192475804bdbfeb076172e80a5c1b1
|
||||
size 222813
|
||||
3
boltons-20.0.0.tar.gz
Normal file
3
boltons-20.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b63d07f93ddc9aa502404cba574e81995b8522de07a787e70519208344678c28
|
||||
size 229893
|
||||
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 22 15:50:52 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 9 08:12:17 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
|
||||
@@ -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