Commit Graph

394067 Commits

Author SHA1 Message Date
Martin Weinelt
9f496b05dc python3Packages.ansible-later: fix build 2022-07-21 22:35:28 +02:00
Martin Weinelt
7f641b5101 python3Packages.markdown-include: 0.6.0 -> 0.7.0 2022-07-21 22:35:28 +02:00
Martin Weinelt
877f057116 python3Packages.structlog: reset asyncio test mode to legacy 2022-07-21 22:35:27 +02:00
Martin Weinelt
c81da79033 python3Packages.siosocks: disable network tests 2022-07-21 22:35:27 +02:00
Martin Weinelt
4a29c24ae5 python3Packages.celery: patch billiard>=4.0 compat 2022-07-21 22:35:27 +02:00
Martin Weinelt
e30aabe996 python3Packages.enrich: disable failing test 2022-07-21 22:35:27 +02:00
Robert Scott
4e3d3a3e42 thrift: add patch fixing tests with setuptools >= 62.1.0 2022-07-21 22:35:27 +02:00
Martin Weinelt
29e16e4b51 home-assistant: relax ifaddr constraint 2022-07-21 22:35:27 +02:00
Sandro Jäckel
7185f00d5c python310Packages.pyqt: fix build by confirming the license 2022-07-21 22:35:27 +02:00
Martin Weinelt
6f0c856b91 python3Packages.respx: run tests in legacy asyncio-mode
Since pytest-asyncio==0.19.0 the strict mode has become the default. The
respx module has not been upgraded with that in mind, so let's rollback
that change to fix the tests.
2022-07-21 22:35:27 +02:00
Jonathan Ringer
ceae9248ea python3Packages.mdx-truly-sane-lists: fix build with markdown>=3.4 2022-07-21 22:35:27 +02:00
Jonathan Ringer
5a596b9095 calibre-web: fix deps 2022-07-21 22:35:27 +02:00
Jonathan Ringer
3be8aceb7e awscli2: fix build 2022-07-21 22:35:27 +02:00
Jonathan Ringer
bee2c7a69b aws-sam-cli: fix deps 2022-07-21 22:35:27 +02:00
Jonathan Ringer
daafb81e32 python3Packages.numba: bump supported numpy version 2022-07-21 22:35:26 +02:00
Martin Weinelt
4d6b508a2b python3Packages.async-upnp-client: disable network tests 2022-07-21 22:35:26 +02:00
Sandro Jäckel
20b858a524 python310Packages.dj-rest-auth: 2.2.4 -> 2.2.5 2022-07-21 22:35:26 +02:00
Sandro Jäckel
bd8ddf7965 python310Packages.limits: 2.6.3 -> 2.7.0 2022-07-21 22:35:26 +02:00
Sandro Jäckel
733755703e python310Packages.blinker: 1.4 -> 1.5 2022-07-21 22:35:26 +02:00
Sandro Jäckel
51ad8c7a32 python310Packages.pylint: 2.14.4 -> 2.14.5 2022-07-21 22:35:26 +02:00
Sandro Jäckel
3eb9ff9e96 python310Packages.python-dbusmock: 0.28.2 -> 0.28.3 2022-07-21 22:35:26 +02:00
Sandro Jäckel
3669ae6382 python310Packages.pydbus: add pythonImportsCheck 2022-07-21 22:35:26 +02:00
Sandro Jäckel
af94835a3e python310Packages.gtimelog: remove redundant meta.platforms 2022-07-21 22:35:26 +02:00
Sandro Jäckel
9fa8d3463b python310Packages.nbxmpp: fix pythonImportsCheck failing 2022-07-21 22:35:26 +02:00
Martin Weinelt
9bd9522a09 python3Packages.pgspecial: psycopg2 out, psycopg in 2022-07-21 22:35:26 +02:00
Martin Weinelt
24603db6a7 python3Packages.psycopg: init at 3.0.15
There are two more variants that should be packaged, one that uses
Cython, and one that supports pooled connections. This package is the
pure python version.

Getting the docs to build required some work upstream, which is the
reason for a bunch of the patching we currently carry. I expect this to
go away over time, given that psycopg is very new-ish.
2022-07-21 22:35:25 +02:00
Martin Weinelt
52340cfdf6 python3Packages.sphinx-autodoc-typehints: init at 1.18.3
Required for building the psycopg documentation.
2022-07-21 22:35:25 +02:00
Martin Weinelt
c7dbac1666 python3Packages.sphinxHook: run post install
This allows importing and inspecting the build result, which is required
for the psycopg (3.x) package.
2022-07-21 22:35:25 +02:00
Sandro Jäckel
94c1f11caa platformio: 6.0.1 -> 6.0.2 2022-07-21 22:35:25 +02:00
Sandro Jäckel
b8c0d17f95 python310Packages.pylama: move tests to passthru 2022-07-21 22:35:25 +02:00
Martin Weinelt
79502f6b6c python3Packages.openapi-spec-validator: fix build & tests 2022-07-21 22:35:25 +02:00
Martin Weinelt
32b6267a30 ansible-doctor: relax python-json-logger constraint 2022-07-21 22:35:25 +02:00
Sandro Jäckel
c44660ac60 python3Packages.geopy: fix geographiclib dependency 2022-07-21 22:35:25 +02:00
Jonathan Ringer
17b72e8fe1 python3Packages.azure-core: disable transport tests 2022-07-21 22:35:25 +02:00
Sandro Jäckel
ab7cd518ad python310Packages.python-dbusmock: 0.28.1 -> 0.28.2 2022-07-21 22:35:25 +02:00
Sandro Jäckel
e0c389cacc python310Packages.dbus: cleanup, add empty meta.maintainers 2022-07-21 22:35:25 +02:00
Martin Weinelt
9a7c421c2d rabbitvcs: fix src hash
Fails to build on hydra due a src hash mismatch.
2022-07-21 22:35:24 +02:00
Martin Weinelt
21401039ae html-tidy: fix src hash
Fails to build on hydra due a src hash mismatch.
2022-07-21 22:35:24 +02:00
Martin Weinelt
133478129b atomic-operator: fix src hash
Fails to build on hydra due to src hash mismatch.
2022-07-21 22:35:24 +02:00
Martin Weinelt
d33ddb3ef0 python3Packages.fakeredis: update src hash
Failed to build on hydra due to hash mismatch.
2022-07-21 22:35:24 +02:00
Martin Weinelt
94c628e631 python3Packages.agate-sql: reenable test and use pytest instead of nose 2022-07-21 22:35:24 +02:00
Martin Weinelt
b4e278209f libcamera: 2022-01-03 -> 2022-07-15
Fixes the documentation build with sphinx 5.0
2022-07-21 22:35:24 +02:00
Martin Weinelt
b1c7aeb43b awscli: 1.22.88 -> 1.25.31 2022-07-21 22:35:24 +02:00
Martin Weinelt
9b10680456 python3Packages.s3transfer: 0.5.0 -> 0.6.0 2022-07-21 22:35:24 +02:00
Martin Weinelt
9956e23973 python3Packages.hatch-vcs: disable failing test
This test is incompatible with setuptools-scm>=7.0, but does not seem to
cause other problems as the upstream PR fixing this is also only
targeting the testsuite.
2022-07-21 22:35:24 +02:00
Martin Weinelt
71fbe46f1f python3Packages.zstd: 1.5.1.0 -> 1.5.2.5 2022-07-21 22:35:24 +02:00
Martin Weinelt
6195bd4758 python3Packages.zstandard: 0.17.0 -> 0.18.0 2022-07-21 22:35:24 +02:00
Martin Weinelt
710bd14322 python3Packages.zope.testrunner: 5.4.0 -> 5.5 2022-07-21 22:35:24 +02:00
Martin Weinelt
c48f08b5f4 python3Packages.zope.configuration: 4.4.0 -> 4.4.1 2022-07-21 22:35:23 +02:00
Martin Weinelt
149ddc00fb python3Packages.zict: 2.1.0 -> 2.2.0 2022-07-21 22:35:23 +02:00