Commit Graph

460944 Commits

Author SHA1 Message Date
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 Affolter
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 Affolter
1dc4a289cf python310Packages.fastnumbers: add changelog to meta 2023-03-03 23:59:31 +01:00
Fabian Affolter
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 Affolter
909a4c9274 python310Pacakges.natsort: add changelog to meta 2023-03-03 23:59:31 +01:00
Fabian Affolter
0cf9d7f89e python310Packages.timetagger: add missing inputs 2023-03-03 23:59:31 +01:00
Fabian Affolter
a40941768d python310Packages.timetagger: disable on unsupported Python releases 2023-03-03 23:59:31 +01:00
Fabian Affolter
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ütz
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ütz
277ffd3dd2 python310Packages.pygit2: use libgit2_1_5 2023-03-03 23:59:30 +01:00
Robert Schütz
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
Martin Weinelt
a91f674254 python310Packages.pyuavcan: Use sri hashes and hash
With the python package set moving to hash, overriding the fetcher and
reintroducing sha256 breaks eval, due to multiple hashes passed.
2023-03-03 23:59:30 +01:00
Martin Weinelt
9b5b659196 privacyidea: Use hash and SRI hashes
With the python package set moving to hash, overriding the fetcher and
reintroducing sha256 breaks eval, due to multiple hashes passed.
2023-03-03 23:59:30 +01:00
Martin Weinelt
a9e2eab4aa flare-floss: Use hash and SRI hashes
With the python package set moving to hash, overriding the fetcher and
reintroducing sha256 breaks eval, due to multiple hashes passed.
2023-03-03 23:59:30 +01:00
Martin Weinelt
11b3723317 python310Packages.decorator: Use SRI hash 2023-03-03 23:59:30 +01:00
Martin Weinelt
8ad0eb1ced pgadmin: Use hash and SRI hashes
With the python package set moving to hash, overriding the fetcher and
reintroducing sha256 breaks eval, due to multiple hashes passed.
2023-03-03 23:59:30 +01:00
Martin Weinelt
b8a2f77e5d elasticsearch-curator: Use hash and SRI hashes
With the python package set moving to hash, overriding the fetcher and
reintroducing sha256 breaks eval, due to multiple hashes passed.
2023-03-03 23:59:30 +01:00
Martin Weinelt
dbeff665a2 csvs-to-sqlite: Use hash and SRI hashes
With the python package set moving to hash, overriding the fetcher and
reintroducing sha256 breaks eval, due to multiple hashes passed.

Also set explicit format in buildPythonApplication.
2023-03-03 23:59:30 +01:00
Martin Weinelt
197c424241 checkov: Use hash and SRI hashes
With the python package set moving to hash, overriding the fetcher and
reintroducing sha256 breaks eval, due to multiple hashes passed.
2023-03-03 23:59:30 +01:00
Martin Weinelt
57352c1d23 changedetection-io: Use hash and SRI hashes
With the python package set moving to hash, overriding the fetcher and
reintroducing sha256 breaks eval, due to multiple hashes passed.
2023-03-03 23:59:30 +01:00
Martin Weinelt
f63ed27bb1 catt: Use hash and SRI hashes
With the python package set moving to hash, overriding the fetcher and
reintroducing sha256 breaks eval, due to multiple hashes passed.

Also set an explicit format in buildPythonApplication.
2023-03-03 23:59:30 +01:00
Martin Weinelt
6646939ad3 caffeine-ng: Use hash and SRI hashes
With the python package set moving to hash, overriding the fetcher and
reintroducing sha256 breaks eval, due to multiple hashes passed.

Also set an explicit format for buildPythonApplication.
2023-03-03 23:59:30 +01:00
Martin Weinelt
5c497728b0 aws-cli: Use hash and SRI hashes
With the python package set moving to hash, overriding the fetcher and
reintroducing sha256 breaks eval, due to multiple hashes passed.
2023-03-03 23:59:30 +01:00
Martin Weinelt
ba41f2895c awsebcli: Use hash and SRI hashes
With the python package set moving to hash, overriding the fetcher and
reintroducing sha256 breaks eval, due to multiple hashes passed.
2023-03-03 23:59:30 +01:00
Martin Weinelt
9ab46b47e8 docker-compose_1: Use SRI hash
To allow awsebcli to use its changeversion function to uniformly
overwrite the hash.
2023-03-03 23:59:29 +01:00
Martin Weinelt
0215034f25 python3.pkgs: Migrate fetchers to use hash
when they already rely on SRI hashes.
2023-03-03 23:59:29 +01:00
Robert Schütz
8afd8d323f python310Packages.ipywidgets: skip failing test 2023-03-03 23:59:29 +01:00
Robert Schütz
84badb6dc2 python310Packages.clevercsv: remove superfluous postPatch 2023-03-03 23:59:29 +01:00
Martin Weinelt
04fe6645e3 tts: update overrides, passthru python 2023-03-03 23:59:29 +01:00
Martin Weinelt
1bd4b71a35 python310Packages.cchardet: Drop in favor of faust-cchardet
The former packages has seen its last release in 2020-10 and can be
considered abandoned. Meanwhile a new fork has appeared in
faust-cchardet, that we're going to use in its place.

Co-Authored-By: Robert Schütz <nix@dotlambda.de>
2023-03-03 23:59:29 +01:00
Fabian Affolter
f0443b2843 python310Packages.extractcode: fix invalid version specifier 2023-03-03 23:59:29 +01:00
Fabian Affolter
babc53097a python310Packages.extractcode: add changelog to meta 2023-03-03 23:59:29 +01:00
Fabian Affolter
b10c1c2832 python310Packages.typecode: fix invalid version specifier 2023-03-03 23:59:29 +01:00
Fabian Affolter
64e01597b3 python310Packages.typecode: add changelog to meta 2023-03-03 23:59:29 +01:00
Fabian Affolter
da8f2be23b python310Packages.container-inspector: fix invalid version specifier 2023-03-03 23:59:29 +01:00
Fabian Affolter
678a43facb python310Packages.container-inspector: add changelog to meta 2023-03-03 23:59:29 +01:00
Fabian Affolter
01a28f3c03 python310Packages.pip-requirements-parser: 32.0.0 -> 32.0.1
Diff: https://github.com/nexB/pip-requirements-parser/compare/refs/tags/v32.0.0...v32.0.1

Changelog: https://github.com/nexB/pip-requirements-parser/blob/v32.0.1/CHANGELOG.rst
2023-03-03 23:59:29 +01:00