09bb9a1bc1
Accepting request 1314386 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/1314386
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cytoolz?expand=0&rev=11
2025-10-29 20:09:02 +00:00
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
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cytoolz?expand=0&rev=22
2025-10-29 13:33:48 +00:00
7888df5f05
Accepting request 1239865 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/1239865
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cytoolz?expand=0&rev=10
2025-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
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cytoolz?expand=0&rev=20
2025-01-23 12:57:22 +00:00
2ae99c98ba
Accepting request 1206741 from devel:languages:python
...
- update to 1.0.0:
* Test fixes for Python 3.13
* Drop Python 3.7
* Bump ``cibuildwheel`` in CI
OBS-URL: https://build.opensuse.org/request/show/1206741
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cytoolz?expand=0&rev=9
2024-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
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cytoolz?expand=0&rev=18
2024-10-10 15:41:17 +00:00
6ac9df627c
Accepting request 1142760 from devel:languages:python
...
- 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
OBS-URL: https://build.opensuse.org/request/show/1142760
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cytoolz?expand=0&rev=8
2024-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
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cytoolz?expand=0&rev=16
2024-01-30 11:54:39 +00:00
eae4039d74
Accepting request 1100893 from devel:languages:python
...
- 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 )
OBS-URL: https://build.opensuse.org/request/show/1100893
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cytoolz?expand=0&rev=7
2023-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 )
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cytoolz?expand=0&rev=14
2023-07-26 16:00:41 +00:00
8e8c39082a
Accepting request 1068403 from devel:languages:python
...
- 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.
OBS-URL: https://build.opensuse.org/request/show/1068403
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cytoolz?expand=0&rev=6
2023-03-01 15:14:43 +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.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cytoolz?expand=0&rev=12
2023-03-01 09:45:32 +00:00
3c854320c4
Accepting request 945464 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/945464
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cytoolz?expand=0&rev=5
2022-01-11 20:19:49 +00:00
800a3c2866
Accepting request 945430 from home:bnavigator:branches:devel:languages:python
...
- Update to 0.11.2
* Support Python 3.10
- No further release notes found
* Dropped support for Python <= 3.4
* Officially uses pytest now
OBS-URL: https://build.opensuse.org/request/show/945430
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cytoolz?expand=0&rev=11
2022-01-11 00:13:10 +00:00
1a578f995e
Accepting request 789972 from devel:languages:python
...
- Use pytest instead of nose
OBS-URL: https://build.opensuse.org/request/show/789972
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cytoolz?expand=0&rev=4
2020-03-31 15:16:14 +00:00
Tomáš Chvátal
74bec26c72
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cytoolz?expand=0&rev=9
2020-03-31 07:09:08 +00:00
Tomáš Chvátal
5cfad4aaf6
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cytoolz?expand=0&rev=8
2020-03-31 07:08:39 +00:00
Tomáš Chvátal
5a68ea8fbe
Accepting request 789797 from home:polslinux:branches:devel:languages:python
...
- Use pytest instead of nose
OBS-URL: https://build.opensuse.org/request/show/789797
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cytoolz?expand=0&rev=7
2020-03-31 07:05:27 +00:00
45abaca52c
Accepting request 747342 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/747342
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cytoolz?expand=0&rev=3
2019-11-27 12:52:47 +00:00
Tomáš Chvátal
7f255df9d0
Accepting request 747010 from home:marec2000:branches:devel:languages:python
...
- version update to 0.10.1
OBS-URL: https://build.opensuse.org/request/show/747010
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cytoolz?expand=0&rev=5
2019-11-11 12:44:20 +00:00
e941f013f3
Accepting request 718198 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/718198
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cytoolz?expand=0&rev=2
2019-07-24 18:36:51 +00:00
Tomáš Chvátal
7f90099e51
Accepting request 718197 from home:pgajdos
...
- version update to 0.10.0
* no upstream change log found
- turn on testsuite
OBS-URL: https://build.opensuse.org/request/show/718197
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cytoolz?expand=0&rev=3
2019-07-24 11:56:12 +00:00
7010dfe74c
Accepting request 603501 from devel:languages:python
...
An optimized version of python-toolz that many packages that depend on python-toolz will use if it is available.
OBS-URL: https://build.opensuse.org/request/show/603501
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cytoolz?expand=0&rev=1
2018-05-15 08:06:09 +00:00
Todd R
fae0476cd1
Accepting request 603500 from devel:languages:python:misc
...
An optimized version of python-toolz that many packages that depend on python-toolz will use if it is available.
OBS-URL: https://build.opensuse.org/request/show/603500
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cytoolz?expand=0&rev=1
2018-05-03 06:28:21 +00:00