15
0

Accepting request 867974 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/867974
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-boltons?expand=0&rev=6
This commit is contained in:
2021-02-04 19:21:51 +00:00
committed by Git OBS Bridge
4 changed files with 33 additions and 6 deletions

View File

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

3
boltons-20.2.1.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Sat Jan 30 07:06:02 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
- 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 <mcalabkova@suse.com>

View File

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