15
0

Accepting request 766377 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/766377
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-boltons?expand=0&rev=5
This commit is contained in:
2020-01-24 12:06:56 +00:00
committed by Git OBS Bridge
4 changed files with 19 additions and 8 deletions

View File

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

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b63d07f93ddc9aa502404cba574e81995b8522de07a787e70519208344678c28
size 229893

View File

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

View File

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