diff --git a/boltons-19.1.0.tar.gz b/boltons-19.1.0.tar.gz deleted file mode 100644 index b59203b..0000000 --- a/boltons-19.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae59ff28466caacaa0b55a536d41c37c11192475804bdbfeb076172e80a5c1b1 -size 222813 diff --git a/boltons-20.0.0.tar.gz b/boltons-20.0.0.tar.gz new file mode 100644 index 0000000..901af5f --- /dev/null +++ b/boltons-20.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b63d07f93ddc9aa502404cba574e81995b8522de07a787e70519208344678c28 +size 229893 diff --git a/python-boltons.changes b/python-boltons.changes index 7c192d0..63342c2 100644 --- a/python-boltons.changes +++ b/python-boltons.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Jan 22 15:50:52 UTC 2020 - Marketa Calabkova + +- 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 diff --git a/python-boltons.spec b/python-boltons.spec index 52e8882..af179b8 100644 --- a/python-boltons.spec +++ b/python-boltons.spec @@ -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