- 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:
parent
d9698cd94b
commit
2b3947709f
@ -1,7 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 16 13:43:28 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 11 16:02:42 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- update to version 0.12.0
|
||||
- update to version 0.12.0
|
||||
* Add apply (#411)
|
||||
* Support newer Python versions--up to Python 3.11-alpha (#525, #527, #533)
|
||||
* Improve warning when using toolz.compatibility (#485)
|
||||
@ -20,7 +29,7 @@ Thu Jan 6 15:06:13 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
Mon Mar 8 22:48:28 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.11.1:
|
||||
* drop python 2.x
|
||||
* drop python 2.x
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 22 12:35:27 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
@ -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
|
||||
|
BIN
toolz-0.12.0.tar.gz
(Stored with Git LFS)
BIN
toolz-0.12.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
toolz-0.12.1.tar.gz
Normal file
3
toolz-0.12.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ecca342664893f177a13dac0e6b41cbd8ac25a358e5f215316d43e2100224f4d
|
||||
size 66550
|
Loading…
x
Reference in New Issue
Block a user