Commit Graph

710004 Commits

Author SHA1 Message Date
Martin Weinelt
6297a64a36
python313Packages.audioop-lts: init at 0.2.1 2024-11-18 19:24:11 +01:00
Martin Weinelt
d0d62af653
python313Packages.hug: drop
Marked broken since 2021, still pins falcon==2.0.0 and we are at falcon>4
now.
2024-11-18 19:24:11 +01:00
Martin Weinelt
7e6ea1b67f
python313Packages.falcon: 3.1.3 -> 4.0.2
https://falcon.readthedocs.io/en/stable/changes/4.0.0.html
https://falcon.readthedocs.io/en/stable/changes/4.0.1.html
https://falcon.readthedocs.io/en/stable/changes/4.0.2.html
2024-11-18 19:24:10 +01:00
Robert Schütz
56224891d2
python313Packages.compreffor: 0.5.5 -> 0.5.6 2024-11-18 19:24:10 +01:00
Robert Schütz
73db954b5a
python313Packages.venusian: fix tests 2024-11-18 19:24:10 +01:00
Robert Schütz
926794941f
python313Packages.patsy: 0.5.6 -> 1.0.1
Diff: https://github.com/pydata/patsy/compare/refs/tags/v0.5.6...v1.0.1

Changelog: https://github.com/pydata/patsy/releases/tag/v1.0.0
           https://github.com/pydata/patsy/releases/tag/v1.0.1
2024-11-18 19:24:09 +01:00
Robert Schütz
738202573a
python313Packages.testfixtures: fix tests 2024-11-18 19:24:09 +01:00
Robert Schütz
964bd997f2
python313Packages.pyarrow: use Cython 3 2024-11-18 19:24:09 +01:00
Arne Keller
9018643afd
python3Packages.uvloop: use system libuv (#351870)
Co-Authored-By: Martin Weinelt <hexa@darmstadt.ccc.de>
2024-11-18 19:24:09 +01:00
Robert Schütz
562de2dd84
python313Packages.coloredlogs: use pep517 builder 2024-11-18 19:24:08 +01:00
Robert Schütz
8d171082ff
python313Packages.coloredlogs: replace pipes module usage
It was deprecated in 3.11 and removed in 3.13.
2024-11-18 19:24:08 +01:00
Martin Weinelt
c107d8c99b
python313Packages.aiohttp-zlib-ng: drop
Archived by upstream in favor of aiohttp-fast-zlib and ultimately broke
in the aiohttp 3.11.0 update.
2024-11-18 19:24:08 +01:00
Martin Weinelt
eb700290d7
python313Packages.aiogram: 3.13.1 -> 3.14.0
https://github.com/aiogram/aiogram/releases/tag/v3.14.0
2024-11-18 19:24:07 +01:00
Martin Weinelt
e057514118
python313Packages.aiohttp-fast-zlib: 0.1.1 -> 0.2.0
https://github.com/bdraco/aiohttp-fast-zlib/blob/v0.2.0/CHANGELOG.md
2024-11-18 19:24:07 +01:00
Martin Weinelt
6ad8b70417
python312Packages.elastic-transport: ignore deprecation warnings in tests 2024-11-18 19:24:07 +01:00
Martin Weinelt
dce41cc5e8
python313Packages.aioresponses: fix compat with aiohttp 3.11.0 2024-11-18 19:24:07 +01:00
Martin Weinelt
707d384892
python313Packages.aiohttp-fast-zlib: disable tests
API changes in aiohttp 3.11.0 caused the test suite to break.
2024-11-18 19:24:06 +01:00
Martin Weinelt
9d4db9409f
python313Packages.aiohttp: 3.10.10 -> 3.11.0
https://github.com/aio-libs/aiohttp/blob/v3.11.0/CHANGES.rst
2024-11-18 19:24:06 +01:00
Martin Weinelt
9ba1a70f7f
python313Packages.yarl: 1.13.1 -> 1.17.1
https://github.com/aio-libs/yarl/blob/v1.17.1/CHANGES.rst
2024-11-18 19:24:06 +01:00
Martin Weinelt
8fb80971fd
python313Packages.pytest-codspeed: init at 3.0.0 2024-11-18 19:24:05 +01:00
Martin Weinelt
635bae7444
python313Packages.djangorestframework: fix build
As coreapi does not support Python 3.13, make its consumption conditional
on the python version.
2024-11-18 19:24:05 +01:00
Martin Weinelt
407bf75ac5
python313Packages.coreapi: disable
Consumer of the retired cgi module. The upstream project is also
archived.
2024-11-18 19:24:05 +01:00
Martin Weinelt
860bdf3aba
python313Packages.python-json-logger: migrate to PEP517 build 2024-11-18 19:24:05 +01:00
Martin Weinelt
9e3e01e254
python313Packages.python-json-logger: disable failing test 2024-11-18 19:24:04 +01:00
Martin Weinelt
bb6c421786
python313Packages.future: disable
No compatibility has been established as of 2024-11.
2024-11-18 19:24:04 +01:00
Martin Weinelt
256fa808b5
python312Packages.pyvirtualdisplay: test without xdist
High core counts tend to produce hangs and defunct python processes. And
while upstream has put pytest-xdist into its test requirements they don't
actually use it themselves either.
2024-11-18 19:24:04 +01:00
Martin Weinelt
56053abb61
python312Packages.mxnet: relax numpy constraint 2024-11-18 19:24:03 +01:00
Martin Weinelt
1a671cd654
python313Packages.sqlalchemy-utils: disable failing test 2024-11-18 19:24:03 +01:00
Martin Weinelt
bdfcd349ba
python313Packages.pytest-benchmark: disable failing test 2024-11-18 19:24:03 +01:00
Martin Weinelt
c3f73ea908
python313Packages.pycurl: 7.45.3 -> 7.45.3-unstable-2024-10-17
Update to unstable version to relieve some compat issues and reenable
a number of tests.

The upstream unfortunately does not push out release very often anymore.
2024-11-18 19:24:03 +01:00
Martin Weinelt
2300738a41
python313Packages.css-inline: 0.14.1 -> 0.14.2
https://github.com/Stranger6667/css-inline/blob/python-v0.14.2/CHANGELOG.md
2024-11-18 19:24:02 +01:00
Robert Schütz
d08e1a3f61
python312Packages.graphql-core: 3.2.4 -> 3.2.5
Diff: https://github.com/graphql-python/graphql-core/compare/refs/tags/v3.2.4...v3.2.5

Changelog: https://github.com/graphql-python/graphql-core/releases/tag/v3.2.5
2024-11-18 19:24:02 +01:00
Martin Weinelt
e4c5bb4096
python312Packages.norfair: relax numpy constraint
and apply PEP517 lingo.
2024-11-18 19:24:02 +01:00
Martin Weinelt
7ae858a18a
python312Packages.filterpy: disable failing test
and make the derivation a PEP517 build with the relevant lingo.
2024-11-18 19:24:01 +01:00
Martin Weinelt
5690819d80
python313Packages.nbformat: disable failing tests 2024-11-18 19:24:01 +01:00
Martin Weinelt
e6dea5c44c
python312Packages.datalad: ignore deprecation warning in tests 2024-11-18 19:24:01 +01:00
Martin Weinelt
9d7feef61a
python312Packages.nbmake: create home for ipython tests 2024-11-18 19:24:00 +01:00
Martin Weinelt
a8e2237172
python313Packages.sphinx-autodoc-typehints: 2.4.4 -> 2.5.0
https://github.com/tox-dev/sphinx-autodoc-typehints/releases/tag/2.5.0
2024-11-18 19:24:00 +01:00
Martin Weinelt
bc05229e2e
python313Packages.aiohappyeyeballs: 2.4.2 -> 2.4.3
https://github.com/bdraco/aiohappyeyeballs/blob/v2.4.3/CHANGELOG.md
2024-11-18 19:24:00 +01:00
Robert Schütz
3c0f325d73
python312Packages.connexion: skip failing test 2024-11-18 19:24:00 +01:00
Robert Schütz
435f5fc0a7
python312Packages.a2wsgi: fix tests 2024-11-18 19:23:59 +01:00
Robert Schütz
195c2b5a51
python312Packages.baize: init at 0.22.2 2024-11-18 19:23:59 +01:00
Martin Weinelt
3b5710835c
python313Packages.hatchling: 1.25.0 -> 1.26.1
https://github.com/pypa/hatch/releases/tag/hatchling-v1.26.0
https://github.com/pypa/hatch/releases/tag/hatchling-v1.26.1
2024-11-18 18:36:56 +01:00
Martin Weinelt
ad54759c98
python313Packages.importlib-resources: backport 3.13 compat 2024-11-18 18:36:56 +01:00
Martin Weinelt
19908dd50f
python313Packages.django_4: disable failing test 2024-11-18 18:36:56 +01:00
Martin Weinelt
9967338857
python312Packages.pytest-benchmark: 4.0.0 -> 5.1.0
https://github.com/ionelmc/pytest-benchmark/blob/v5.1.0/CHANGELOG.rst
2024-11-18 18:36:56 +01:00
Martin Weinelt
0c2c3c8ee9
python313Packages.ml-dtypes: establish numpy2 compat 2024-11-18 18:36:55 +01:00
Martin Weinelt
052de9f597
python313Packagese.cattrs: disable failing tests, modernize 2024-11-18 18:36:55 +01:00
Martin Weinelt
e5c3b12b6a
python313Packages.pyodbc: 5.1.0 -> 5.2.0
https://github.com/mkleehammer/pyodbc/releases/tag/5.2.0
2024-11-18 18:36:55 +01:00
Martin Weinelt
59d7769817
python313Packages.pkginfo: 1.11.1 -> 1.11.2 2024-11-18 18:36:55 +01:00