forked from pool/python-toolz
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| e6061d131c | |||
| 715c688429 | |||
| d2cd9f76e9 | |||
| d480633943 |
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 27 15:56:11 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- update to 1.1.0
|
||||
* Add support for Python 3.14, PyPy 3.11
|
||||
* Drop support for Python 3.8, PyPy 3.8
|
||||
* Add note about project status (alive and maintained, but inactive)
|
||||
* Use yield from in merge_sorted to improve performance
|
||||
* Fix bug in partition_all when __len__ is incorrect; now raise IndexError
|
||||
* Modernization
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 22:06:59 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-toolz
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# 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 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-toolz
|
||||
Version: 1.0.0
|
||||
Version: 1.1.0
|
||||
Release: 0
|
||||
Summary: List processing tools and functional utilities for python
|
||||
License: BSD-3-Clause
|
||||
@@ -26,6 +26,7 @@ Group: Development/Languages/Python
|
||||
URL: https://github.com/pytoolz/toolz/
|
||||
Source: https://files.pythonhosted.org/packages/source/t/toolz/toolz-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools-git-versioning}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2c86e3d9a04798ac556793bced838816296a2f085017664e4995cb40a1047a02
|
||||
size 66790
|
||||
3
toolz-1.1.0.tar.gz
Normal file
3
toolz-1.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:27a5c770d068c110d9ed9323f24f1543e83b2f300a687b7891c1a6d56b697b5b
|
||||
size 52613
|
||||
Reference in New Issue
Block a user