14
0
forked from pool/python-toolz

4 Commits

Author SHA256 Message Date
e6061d131c Accepting request 1313945 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1313945
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-toolz?expand=0&rev=12
2025-10-28 13:47:52 +00:00
715c688429 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-toolz?expand=0&rev=33
2025-10-27 22:59:39 +00:00
d2cd9f76e9 Accepting request 1218880 from devel:languages:python
- update to 1.0.0:
  * Test fixes for changes in recent upstream Python
  * Drop Python 3.7
  * Test against Python 3.13
  * Update docs

OBS-URL: https://build.opensuse.org/request/show/1218880
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-toolz?expand=0&rev=11
2024-10-29 13:35:30 +00:00
d480633943 - update to 1.0.0:
* Test fixes for changes in recent upstream Python
  * Drop Python 3.7
  * Test against Python 3.13
  * Update docs

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-toolz?expand=0&rev=31
2024-10-28 22:07:13 +00:00
4 changed files with 17 additions and 5 deletions

View File

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

View File

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

View File

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

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