14
0
forked from pool/python-toolz

- update to 0.12.1:

* Add support for Python 3.12 and PyPy 3.10
  * Drop support for Python 3.5 and 3.6
  * Fix typos
  * Use codecov for coverage instead of coveralls
- update to version 0.12.0
  * drop python 2.x

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-toolz?expand=0&rev=25
This commit is contained in:
2024-03-16 13:43:55 +00:00
committed by Git OBS Bridge
parent d9698cd94b
commit 2b3947709f
4 changed files with 16 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-toolz
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python3-%{**}}
%global skip_python2 1
Name: python-toolz
Version: 0.12.0
Version: 0.12.1
Release: 0
Summary: List processing tools and functional utilities for python
License: BSD-3-Clause