Commit Graph
663569 Commits
Author SHA1 Message Date
Martin Weinelt f22f05aa07 python312Packages.chacha20poly1305-reuseable: 0.12.2 -> 0.13.2
https://github.com/bdraco/chacha20poly1305-reuseable/blob/v0.13.2/CHANGELOG.md
2024-08-06 18:18:50 +02:00
Martin Weinelt ae24278745 python312Packages.aiohttp-fast-zlib: 0.1.1 -> 0.1.1
https://github.com/bdraco/aiohttp-fast-zlib/blob/v0.1.1/CHANGELOG.md
2024-08-06 18:18:49 +02:00
Martin Weinelt 73e4481648 python312Packages.proxy-py: disable failing test 2024-08-06 18:18:49 +02:00
Martin Weinelt 2ebc3e2912 python312Packages.sure: propagate mock
Used but undeclared runtime dependency.
2024-08-06 18:18:49 +02:00
Martin Weinelt 96c7496c70 python312Packages.httpretty: fix build 2024-08-06 18:18:48 +02:00
Martin Weinelt 3c26a3a495 python312Packages.fastapi: 0.111.0 -> 0.112.0
https://github.com/tiangolo/fastapi/releases/tag/0.112.0
2024-08-06 18:18:48 +02:00
Martin Weinelt 26414d70af python312Packages.pillow: 10.3.0 -> 10.4.0 2024-08-06 18:18:48 +02:00
Martin Weinelt 287943d6dd python312Packages.hypothesis: 6.103.0 -> 6.108.5
https://hypothesis.readthedocs.io/en/latest/changes.html#v6-108-5
2024-08-06 18:18:47 +02:00
Martin Weinelt 717e520fa0 python312Packages.pytest: 8.2.2 -> 8.3.2
https://github.com/pytest-dev/pytest/releases/tag/8.3.0
https://github.com/pytest-dev/pytest/releases/tag/8.3.1
https://github.com/pytest-dev/pytest/releases/tag/8.3.2
2024-08-06 18:18:47 +02:00
Martin Weinelt 633d642f46 python312Packages.requests: fix ca loading regression in 2.32.3
Requests in 2.32.3 caused a regression in the code path that loads the
default certificate authorities, breaking downstream consumers like
httpie in the process.

The patch series fixing this is currently still a draft, since tests are
missing, but it at least fixes the reproducer and httpie.
2024-08-06 18:18:47 +02:00
natsukiumandMartin Weinelt e340c59f5e python311Packages.python-ulid: 2.2.0 -> 2.7.0
Diff: https://github.com/mdomke/python-ulid/compare/refs/tags/2.2.0...2.7.0

Changelog: https://github.com/mdomke/python-ulid/blob/refs/tags/2.7.0/CHANGELOG.rst
2024-08-06 18:18:47 +02:00
Robert SchützandMartin Weinelt da270cd575 python312Packages.av: 12.2.0 -> 12.3.0
Diff: https://github.com/mikeboers/PyAV/compare/refs/tags/v12.2.0...v12.3.0

Changelog: https://github.com/PyAV-Org/PyAV/blob/v12.3.0/CHANGELOG.rst
2024-08-06 18:18:46 +02:00
Robert SchützandMartin Weinelt 003b09912e python312Packages.starlette: fix tests 2024-08-06 18:18:46 +02:00
Robert SchützandMartin Weinelt c3dacd86f0 python312Packages.anyio: 4.3.0 -> 4.4.0
Diff: https://github.com/agronholm/anyio/compare/refs/tags/4.3.0...4.4.0

Changelog: https://github.com/agronholm/anyio/blob/refs/tags/4.4.0/docs/versionhistory.rst
2024-08-06 18:18:46 +02:00
Robert SchützandMartin Weinelt c8dd37a2a7 python312Packages.atpublic: 4.1.0 -> 5.0
Diff: https://gitlab.com/warsaw/public/-/compare/refs/tags/4.1.0...5.0

Changelog: https://gitlab.com/warsaw/public/-/blob/5.0/docs/NEWS.rst
2024-08-06 18:18:45 +02:00
Robert SchützandMartin Weinelt 7983e66e0e python312Packages.mocket: disable test failing due to DNS lookup 2024-08-06 18:18:45 +02:00
Robert SchützandMartin Weinelt 9cce6b2c48 python312Packages.async-upnp-client: 0.39.0 -> 0.40.0
Diff: https://github.com/StevenLooman/async_upnp_client/compare/refs/tags/0.39.0...0.40.0

Changelog: https://github.com/StevenLooman/async_upnp_client/blob/0.40.0/CHANGES.rst
2024-08-06 18:18:45 +02:00
Robert SchützandMartin Weinelt 45fd62a539 python312Packages.aiohttp-fast-url-dispatcher: 0.3.0 -> 0.3.1
Diff: https://github.com/bdraco/aiohttp-fast-url-dispatcher/compare/refs/tags/v0.3.0...v0.3.1

Changelog: https://github.com/bdraco/aiohttp-fast-url-dispatcher/blob/v0.3.1/CHANGELOG.md
2024-08-06 18:18:45 +02:00
Robert SchützandMartin Weinelt 6bd87a30bf python312Packages.aiohttp-fast-url-dispatcher: unpin aiohttp 2024-08-06 18:18:44 +02:00
Robert SchützandMartin Weinelt 1957bde1fb python312Packages.aiohappyeyeballs: enable previously broken test 2024-08-06 18:18:44 +02:00
Robert SchützandMartin Weinelt b9a16acbae python312Packages.uvloop: don't run aiohttp tests
Depending on aiohttp yields an infinite recursion.
2024-08-06 18:18:44 +02:00
Robert SchützandMartin Weinelt 0ab55a6ce8 python312Packages.aiohttp: 3.9.5 -> 3.10.0
Diff: https://github.com/aio-libs/aiohttp/compare/refs/tags/v3.9.5...v3.10.0

Changelog: https://github.com/aio-libs/aiohttp/blob/v3.10.0/CHANGES.rst
2024-08-06 18:18:43 +02:00
Martin Weinelt 1bf8aa3664 python312Packages.liblarch: test with pytest 2024-08-06 18:18:43 +02:00
Martin Weinelt cc2b171ac7 python312Packages.python-daemon: fix build
Accessing packaging via setuptools.extern is dead.
2024-08-06 18:18:43 +02:00
Martin Weinelt fddf1534d8 python312Packages.datasette: ignore deprecation warnings 2024-08-06 18:18:43 +02:00
Martin Weinelt e47d0b5400 electrum-ltc: disable failing and stuck tests
These tests have forced the hydra job for electrum-ltc to run into a
timeout.
2024-08-06 18:18:42 +02:00
Martin Weinelt ccd56ee7c3 python312Packages.pdm-backend: 2.3.1 -> 2.3.3
https://github.com/pdm-project/pdm-backend/releases/tag/2.3.2
https://github.com/pdm-project/pdm-backend/releases/tag/2.3.3
2024-08-06 18:18:42 +02:00
Martin Weinelt 7195f7421f python312Packages.myst-parser: disable failing tests 2024-08-06 18:18:42 +02:00
Martin Weinelt b1156644c8 python312Packages.pystray: run tests with pytest 2024-08-06 18:18:41 +02:00
Martin Weinelt 1b87ff961d python312Packages.pytest-fixture-config: patch out tests_require
The source is also reused in pytest-server-fixtures, pytest-shutil and
pytest-virtualenv, which now inherit the patch.
2024-08-06 18:18:41 +02:00
Martin Weinelt ab0e297286 python312Packages.scikit-build: 0.17.6 -> 0.18.0
https://github.com/scikit-build/scikit-build/releases/tag/0.18.0
2024-08-06 18:18:41 +02:00
Martin Weinelt a65d78dd31 python312Packages.intervaltree: migrate to pytest and pep517 lingo 2024-08-06 18:18:41 +02:00
Martin Weinelt 9253653383 python312Packages.setuptools: 70.0.0 -> 72.1.0
https://setuptools.pypa.io/en/stable/history.html#v72-1-0
2024-08-06 18:18:40 +02:00
Martin Weinelt 0b0dd33e0a python312Packages.setuptoolsCheckHook: remove
The hook relied on the `test` command passed to `setup.py`, which has
long been deprecated and finally removed in setuptools 72.0.
2024-08-06 18:18:40 +02:00
Martin Weinelt 976cb96fe0 python312Packages.serpent: test with pytest 2024-08-06 18:18:40 +02:00
Martin Weinelt 102305ea0b python312Packages.apsw: test with pytest 2024-08-06 18:18:40 +02:00
Martin Weinelt c4a5a7dd97 python312Packages.pycdio: fix tests on 3.12 2024-08-06 18:18:39 +02:00
Martin Weinelt 471d153824 whipper: test with pytest 2024-08-06 18:18:39 +02:00
Martin Weinelt df74f34c6d python312Packages.glyphtools: disable tests
The setup.py test command has been removed. This package had no tests in
the first place, so we reach partiy by import testing the module.
2024-08-06 18:18:39 +02:00
Vladimír Čunát 498bae0d0a Merge #319176: libtheora: adopt; modernize
...into staging
2024-08-06 18:04:01 +02:00
K900andGitHub a1ebb54903 Merge pull request #332732 from K900/mesa-vcn-fix
mesa: cherry-pick patch to fix broken video decoding on AMD iGPUs
2024-08-06 18:57:20 +03:00
Vladimír Čunát 25a5e57128 Merge #331589: pahole: fix clang kernel build
...into staging
2024-08-06 17:56:51 +02:00
Vladimír Čunát c67e45cd79 Merge #331569: mercurial: 6.8 -> 6.8.1
...into staging
2024-08-06 17:55:29 +02:00
Philip TaronandGitHub 3f3dd530bb Merge pull request #331560 from philiptaron/issue-328229/stdenv-spam-less-only
stdenv: only log hooks if $NIX_DEBUG >= 4
2024-08-06 08:53:17 -07:00
Vladimír Čunát 44a4c39bef Merge #331353: ffmpeg_4: 4.4.4 -> 4.4.5
...into staging
2024-08-06 17:50:19 +02:00
K900 b335dfdd9e mesa: cherry-pick patch to fix broken video decoding on AMD iGPUs 2024-08-06 16:59:45 +03:00
github-actions[bot]andGitHub 6c87856002 Merge staging-next into staging 2024-08-06 12:01:45 +00:00
github-actions[bot]andGitHub 500bcedc72 Merge master into staging-next 2024-08-06 12:01:19 +00:00
b772ff98cd Merge pull request #330806 from siriobalmelli/pr-330503
Co-authored-by: R. Ryantm <ryantm-bot@ryantm.com>
2024-08-06 13:53:16 +02:00
Martin WeineltandGitHub 153d06a83d Merge pull request #332691 from dotlambda/python3Packages.refoss-ha
home-assistant: support refoss component
2024-08-06 13:40:15 +02:00