diff --git a/boltons-20.0.0.tar.gz b/boltons-20.0.0.tar.gz deleted file mode 100644 index 901af5f..0000000 --- a/boltons-20.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b63d07f93ddc9aa502404cba574e81995b8522de07a787e70519208344678c28 -size 229893 diff --git a/boltons-20.2.1.tar.gz b/boltons-20.2.1.tar.gz new file mode 100644 index 0000000..2e0bc21 --- /dev/null +++ b/boltons-20.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5b63fba62bed021c5086e43b4cfdaf6c8396a3ae1ccdcb549b4eb2f36f8a794 +size 235150 diff --git a/python-boltons.changes b/python-boltons.changes index 63342c2..4aa9002 100644 --- a/python-boltons.changes +++ b/python-boltons.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Sat Jan 30 07:06:02 UTC 2021 - John Vandenberg + +- Include CHANGELOG.md & docs/*.rst +- Update to v20.2.1 + * Improve import time of iterutils + * Add custom repr parameter to funcutils.format_invocation +- from v20.2.0 + * Added iterutils.lstrip, iterutils.rstrip, iterutils.strip + * More robust and complete strutils.strip_ansi + * Add iterutils.untyped_sorted + * Fixes to IndexedSet rsub and index methods + * Expose text mode flag in fileutils.AtomicSaver + * Add strutils.int_list_complement and + strutils.int_list_to_int_tuples to the int_list suite + * Docs: intersphinx links finally point to Python 3 docs +- from v20.1.0 + * Add funcutils.update_wrapper, used to make a wrapper function + reflect various aspects of the wrapped function's API + * Fix FunctionBuilder handling of functions without __module__ + * Add partial support to FunctionBuilder + * Fix NetstringSocket's handling of arguments in read_ns + * Fix IndexedSet's index() method to account for removals + * Add seekable, readable, and writable to SpooledIOBase + * Add a special case to singularize + * Fix various warnings for Py3.9 + ------------------------------------------------------------------- Wed Jan 22 15:50:52 UTC 2020 - Marketa Calabkova diff --git a/python-boltons.spec b/python-boltons.spec index af179b8..d77904e 100644 --- a/python-boltons.spec +++ b/python-boltons.spec @@ -1,7 +1,7 @@ # # spec file for package python-boltons # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-boltons -Version: 20.0.0 +Version: 20.2.1 Release: 0 Summary: The "Boltons" utility package for Python License: BSD-3-Clause @@ -52,7 +52,7 @@ http://boltons.readthedocs.org. %files %{python_files} %license LICENSE -%doc README.md +%doc README.md CHANGELOG.md docs/*.rst %{python_sitelib}/* %changelog