15
0

- Update to 21.0.0:

* Fix OMD.addlist when the added list is empty
  * Add funcutils.noop, satisfying PEP 559
  * Support lists for iterutils.bucketize
  * Python 3.9 test fixes for OMD (PEP 584, see #271)
  * Make typeutils.make_sentinel more pickleable
  * jsonutils.reverse_iter_lines now works on Py3 and Windows 
- Drop boltons-pr271-py39-frozendict.patch:
  * Included upstream.
- Add patch fix-ecoutil-imports.patch:
  * Support Python 3.10.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-boltons?expand=0&rev=18
This commit is contained in:
2021-12-13 00:06:07 +00:00
committed by Git OBS Bridge
parent df6ea864b0
commit ebd4c43268
6 changed files with 138 additions and 69 deletions

View File

@@ -18,15 +18,14 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-boltons
Version: 20.2.1
Version: 21.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/%{version}.tar.gz#/boltons-%{version}.tar.gz
# PATCH-FIX-UPSTREAM boltons-pr271-py39-frozendict.patch -- gh#mahmoud/boltons#271, gh#mahmoud/boltons#283
Patch0: boltons-pr271-py39-frozendict.patch
# PATCH-FIX-UPSTREAM Support Python 3.10 gh#mahmoud/boltons#270e974975984f662f998c8f6eb0ebebd964de82
Patch0: fix-ecoutil-imports.patch
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes