435e31df38
- Update to 1.1.0 * Add support for Python 3.14, PyPy 3.11 (#225) * Drop support for Python 3.8, PyPy 3.8 (#225) * Add experimental (untested!) support for free-threading, including building wheels (#225, #228) * Update to match toolz 1.1.0 (#225) * Faster concat (#218) * Improve performance by avoiding global lookups (#219) * Modernization (#225, #226, #227) * Now PEP 517-compliant; use pyproject.toml and setuptools.build_meta build backend * Use setuptools-git-versioning instead of versioneer.py for versioning * Use Trusted Publishing between Github and PyPI to publish releases to PyPI * Generate artifact attestation for sdist and wheel * Build wheels for more platforms (172 wheels built for this release!) * Add git pre-commit checks (but this isn't documented for contributors) * These also get run in CI * Including validate-pyproject, pyupgrade, actionlint, yamllint, zizmor - Move tests into different directory so pytest can find them - Remove C source code files from site-packages directory - Update BuildRequires from pyproject.toml - Update name for dist directory in %files section
Markéta Machová2025-10-29 13:33:48 +00:00
7888df5f05
Accepting request 1239865 from devel:languages:python
Ana Guerrero2025-01-23 17:05:52 +00:00
ba7a534312
- Update to 1.0.1 * Add support for Python 3.13 - Switch package to modern Python Stack on SLE-15 * Use Python 3.11 on SLE-15 by default * Drop support for older Python versions - Switch build system from setuptools to pyproject.toml * Add python-pip and python-wheel to BuildRequires * Replace %python_build with %pyproject_wheel * Replace %python_install with %pyproject_install
Markéta Machová2025-01-23 12:57:22 +00:00
2ae99c98ba
Accepting request 1206741 from devel:languages:python
Ana Guerrero2024-10-10 20:15:04 +00:00
84821b29a2
- update to 1.0.0: * Test fixes for Python 3.13 * Drop Python 3.7 * Bump `cibuildwheel` in CI
Dirk Mueller2024-10-10 15:41:17 +00:00
6ac9df627c
Accepting request 1142760 from devel:languages:python
Ana Guerrero2024-01-30 17:26:39 +00:00
e54e855cbd
- update to 0.12.3: * Add support for Python 3.12, PyPy 3.9, and PyPy 3.10 * Update to match toolz 0.12.1 - Use pytest instead of nose
Dirk Mueller2024-01-30 11:54:39 +00:00
eae4039d74
Accepting request 1100893 from devel:languages:python
Ana Guerrero2023-07-27 14:51:52 +00:00
556d3deec0
- update to 0.12.2: * Support Cython 3.0 (#199) * Stop building wheels for PyPy 3.9 and PyPy 3.10, which stopped working for some reason (#199)
Dirk Mueller2023-07-26 16:00:41 +00:00
0dbc6bfc8b
- Update to 0.12.1 * Support Python 3.11 (including wheels) * Drop Python 3.5 support - 0.12.0 * Update to toolz 0.12.0 (#170) * See toolz release notes: https://github.com/pytoolz/toolz/releases/tag/0.12.0 * Build wheels automatically with cibuildwheel! (#167, #168, #169, #170) * Support newer Python versions (#165, don't use inspect.getargspec in tests) * Improve import times * Use versioneer.py to manage versions * __version__ and __toolz_version__ are no longer available from cytoolz._version--use cython.__toolz_version__ instead.
Daniel Garcia2023-03-01 09:45:32 +00:00