Commit Graph
460985 Commits
Author SHA1 Message Date
figsodaandGitHub eedbf71d0d Merge pull request #218472 from figsoda/cargo-setup 2023-03-03 19:40:55 -05:00
Martin WeineltandGitHub f3b63ce3c3 Merge pull request #217590 from lilyinstarlight/fix/xdg-open-files-with-portal
xdg-utils: patch xdg-open to correctly open files when using portal
2023-03-04 00:39:34 +00:00
Martin WeineltandGitHub 841527059c Merge pull request #219426 from trofi/elfutils-update
elfutils: 0.188 -> 0.189
2023-03-04 00:35:21 +00:00
ArtturiandGitHub 77afa1fb6c Merge pull request #219155 from alyssais/gobject-introspection-emulator
various: (re-)disable introspection if no emulator
2023-03-04 02:20:52 +02:00
Martin WeineltandGitHub 3e3c94bc4a Merge pull request #218614 from NixOS/python-updates
python-updates - major updates - 2023-02-27
2023-03-03 23:38:25 +00:00
Martin Weinelt 48d1d4245c python310Packages.flask-httpauth: Fix tests
by passing in flask[async].

Also convert to pep517 build, reformat.
2023-03-03 23:59:33 +01:00
Martin Weinelt c38ca43927 python310Packages.pyhanko: 0.12.1 -> 0.17.0
https://github.com/MatthiasValvekens/pyHanko/blob/0.17.0/docs/changelog.rst#0170

Drop the custom flags in favor of the standardised
optional-dependencies. Always test with all optional-dependencies.
2023-03-03 23:59:33 +01:00
Martin Weinelt 9c55f4aac5 python310Packages.certomancer: Disable failing test
after pyhanko-certvalidator update.
2023-03-03 23:59:33 +01:00
Martin Weinelt dc248fa87a python310Packages.pyhanko-certvalidator: 0.19.5 -> 0.20.1 2023-03-03 23:59:33 +01:00
Martin Weinelt c15b54914a poetry: 1.3.2 -> 1.4.0
https://github.com/python-poetry/poetry/releases/tag/1.4.0
2023-03-03 23:59:33 +01:00
Martin Weinelt a86f1bc68d python310Packages.cherrypy: Expose ssl extra 2023-03-03 23:59:33 +01:00
Martin Weinelt 0718529ca1 python310Packages.dask: 2023.1.0 -> 2023.2.1
Diff: https://github.com/dask/dask/compare/2023.1.0...2023.2.1

Changelog: https://docs.dask.org/en/latest/changelog.html
2023-03-03 23:59:33 +01:00
Martin Weinelt f3525433c8 python310Packages.amaranth: Fix extra_requires version specifier 2023-03-03 23:59:33 +01:00
Martin Weinelt 063e68b8d6 python310Packages.home-assistant-chip-core: Fix aarch64-linux hash 2023-03-03 23:59:33 +01:00
Martin Weinelt 38bc0c155d python310Packages.dj-rest-auth: Disable failing test
Run test phase explicitly, pass django as build input, expose
optional-dependencies.
2023-03-03 23:59:33 +01:00
Martin Weinelt 14456e5961 python310Packages.glom: Relax face pin 2023-03-03 23:59:33 +01:00
Martin Weinelt b280aa353e python310Packaegs.mautrix: Disable failing tests
They are incompatible with sqlalchemy>=2
2023-03-03 23:59:33 +01:00
Martin Weinelt 495afbe66d python310Packages.btchip-python: Fix extra_requires version specifier
And reformat, expose optional-dependencies, set explicit format.
2023-03-03 23:59:32 +01:00
Martin Weinelt 10028d9a58 python310Packages.btchip-python: Rename from btchip 2023-03-03 23:59:32 +01:00
Martin Weinelt a6ec7499f1 python310Packages.delorean: Fix build
Propagate missing pytz dependency.

Also set explicit format, use hash for src fetcher.
2023-03-03 23:59:32 +01:00
Martin Weinelt c8db349618 opsdroid: Require matrix-nio[e2e] 2023-03-03 23:59:32 +01:00
Martin Weinelt b484ba840b weechatScripts.weechat-matrix: Require matrix-nio[e2e] 2023-03-03 23:59:32 +01:00
Martin Weinelt b430513d6c pantalaimon: Require matrix-nio[e2e] 2023-03-03 23:59:32 +01:00
Martin Weinelt 086401a9aa mirage: Require matrix-nio[e2e] 2023-03-03 23:59:32 +01:00
Martin Weinelt 7ad530f5a2 matrix-commander: Require matrix-nio[e2e] 2023-03-03 23:59:32 +01:00
Martin Weinelt b1eec1c61d nixos/tests/mjolnir: Require matrix-nio[e2e] 2023-03-03 23:59:32 +01:00
Martin Weinelt f8701bc950 python310Packages: Fix build, extract optionals 2023-03-03 23:59:32 +01:00
Martin Weinelt b9302d9c7f gdal: Disable failing test
```
>           raise CalledProcessError(retcode, cmd)
E           subprocess.CalledProcessError: Command '['/nix/store/r0xi4wqmplkiapxhi8ns7hd3jl5011gc-python3-3.10.10/bin/python3.10', 'osr_basic_subprocess.py']' returned non-zero exit status 1.

/nix/store/r0xi4wqmplkiapxhi8ns7hd3jl5011gc-python3-3.10.10/lib/python3.10/subprocess.py:369: CalledProcessError
----------------------------- Captured stderr call -----------------------------
ERROR 1: PROJ: proj_create_from_database: crs not found
Traceback (most recent call last):
  File "/build/source/autotest/osr/osr_basic_subprocess.py", line 42, in <module>
    assert sr.ImportFromEPSG(4326) == 0
AssertionError
```
2023-03-03 23:59:32 +01:00
Martin Weinelt 6dd0d000d3 python310Packages.seaborn: Disable failing test
and reenable tests that were disabeld for mpl 3.5. Also use
pytest-xdist, as upstream does, because otherwise these tests are taking
ages.
2023-03-03 23:59:32 +01:00
Martin Weinelt 755adaaeb5 python310Packages.multiset: Fix build
The package has a broken python_requires version specifier, that breaks
the build with newer setuptools versions.

Convert the package to pep517 build, migrate the fetcher to an SRI hash,
and explicitly enable tests.
2023-03-03 23:59:32 +01:00
Martin Weinelt fe19a48e7b python310Packages.nbval: Fix build
Exclude nbdime tests, since it was marked broken due to jupyter-server 2
incompatibilities.

Also set explicit format.
2023-03-03 23:59:32 +01:00
Martin Weinelt b7b6f3f991 python310Packages.nbdime: Mark broken with jupyter-server>2 2023-03-03 23:59:32 +01:00
Martin Weinelt 0bd2440108 python310Packages.jupyter-server-mathjax: Fix build 2023-03-03 23:59:31 +01:00
Martin Weinelt ad93c49ad3 python310Packages.flask-babelex: Disable failing tests
set explicit format. This package is unmaintained upstream and should be
removed, but flask-admin and pgadmin depend on it.
2023-03-03 23:59:31 +01:00
Martin Weinelt 59e081fb64 python310Packages.zigpy: Disable failing test 2023-03-03 23:59:31 +01:00
Martin Weinelt b2afe76484 python310Packages.soxr: Fix aarch64 build
There are patches that gate certain code parts for aarch64 platforms,
that are not part of the soxr release.
2023-03-03 23:59:31 +01:00
Fabian AffolterandMartin Weinelt 2214b02265 python310Packages.fastnumbers: 3.2.1 -> 5.0.1
Changelog: https://github.com/SethMMorton/fastnumbers/blob/5.0.1/CHANGELOG.md
2023-03-03 23:59:31 +01:00
Fabian AffolterandMartin Weinelt 1dc4a289cf python310Packages.fastnumbers: add changelog to meta 2023-03-03 23:59:31 +01:00
Fabian AffolterandMartin Weinelt aff20adada python310Packages.natsort: 8.2.0 -> 8.3.1
Changelog: https://github.com/SethMMorton/natsort/blob/8.3.1/CHANGELOG.md
2023-03-03 23:59:31 +01:00
Fabian AffolterandMartin Weinelt 909a4c9274 python310Pacakges.natsort: add changelog to meta 2023-03-03 23:59:31 +01:00
Fabian AffolterandMartin Weinelt 0cf9d7f89e python310Packages.timetagger: add missing inputs 2023-03-03 23:59:31 +01:00
Fabian AffolterandMartin Weinelt a40941768d python310Packages.timetagger: disable on unsupported Python releases 2023-03-03 23:59:31 +01:00
Fabian AffolterandMartin Weinelt 9d3d70e9c9 python310Packages.timetagger: update meta 2023-03-03 23:59:31 +01:00
Martin Weinelt 7a65343896 python310Packages.nikola: fix src pname, disable failing tests 2023-03-03 23:59:31 +01:00
Martin Weinelt ec97555911 python310Packages.notebook: Disable failing test 2023-03-03 23:59:31 +01:00
Robert SchützandMartin Weinelt 441bb8a805 python310Packages.astroid: add meta.changelog 2023-03-03 23:59:31 +01:00
Martin Weinelt d8933d6475 python310Packages.dask: Disable failing test 2023-03-03 23:59:31 +01:00
Robert SchützandMartin Weinelt 277ffd3dd2 python310Packages.pygit2: use libgit2_1_5 2023-03-03 23:59:30 +01:00
Robert SchützandMartin Weinelt f216ec64cd libgit2_1_5: init at 1.5.1 2023-03-03 23:59:30 +01:00
Martin Weinelt c1b8202008 python310Packages.decorator: Enable tests 2023-03-03 23:59:30 +01:00