Commit Graph

460918 Commits

Author SHA1 Message Date
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
Fabian Affolter
aa089f87a6 python310Packages.locationsharinglib: 4.1.8 -> 4.2.0
Changelog: https://github.com/costastf/locationsharinglib/blob/4.2.0/HISTORY.rst
2023-03-03 23:59:28 +01:00
Martin Weinelt
7c611f6ae1 python310Packages.django-celery-results: Fix build
The `tests_require` value violates setuptools' expectations.

error in django_celery_results setup command: 'tests_require' must be a
string or list of strings containing valid project/version requirement
specifiers; Expected end or semicolon (after name and no valid version
specifier)
2023-03-03 23:59:28 +01:00
Sandro Jäckel
7e757df663 python310Packages.flask-babel: fix build against babel 12.2.X
see https://github.com/python-babel/flask-babel/issues/221
and https://github.com/python-babel/flask-babel/pull/222
2023-03-03 23:59:28 +01:00
Sandro Jäckel
a62338c549 rav1e: fix build
zlib.h header was missing and because of that compilation failed.
2023-03-03 23:59:28 +01:00
Robert Schütz
41b070bcbb python310Packages.markdown2: Use hash, add changelog 2023-03-03 23:58:21 +01:00
Robert Schütz
98d69d13c0 python310Packages.dropbox: fix build 2023-03-03 23:57:13 +01:00
Martin Weinelt
a670d1d0cf python310Packages.prompt-toolkit: 3.0.37 -> 3.0.38
https://github.com/prompt-toolkit/python-prompt-toolkit/blob/3.0.38/CHANGELOG
2023-03-03 23:57:12 +01:00
Martin Weinelt
3f556b1401 python310Packages.flask-login: Fix tests by passing asgiref 2023-03-03 23:57:12 +01:00
Martin Weinelt
5f642aa439 pinnwand: Relax sqlalchemy constraint
Package test and integration tests are passing and I reported that
success story upstream.
2023-03-03 23:57:12 +01:00
Martin Weinelt
ddb5c51aab python310Packages.pylint: 2.15.9 -> 2.16.2
https://github.com/PyCQA/pylint/releases/tag/v2.15.10
https://github.com/PyCQA/pylint/releases/tag/v2.16.0
https://github.com/PyCQA/pylint/releases/tag/v2.16.1
https://github.com/PyCQA/pylint/releases/tag/v2.16.2

The manpage now needs to be built with sphinx, but we lack certain
extensions like sphinx-reredirect.

The elisp minor mode files now live at
https://github.com/emacsorphanage/pylint.
2023-03-03 23:57:12 +01:00
Martin Weinelt
76e9a58615 python310Packages.aiopyarr: Substitute version value
Because setuptools has a stricter validation now, this started
breaking.

> setuptools.extern.packaging.version.InvalidVersion: Invalid version: 'master'
2023-03-03 23:57:12 +01:00
Martin Weinelt
7b8dbe2d73 python310Packages.numba: Backport support for numpy 1.24.x
This is a last ditch effort to keep numba working.
2023-03-03 23:57:12 +01:00
Martin Weinelt
6d34d4fe71 python310Packages.gruut: Relax networkx constraints 2023-03-03 23:57:12 +01:00
Martin Weinelt
d337d7e1f4 hatch: Disable failing test 2023-03-03 23:57:12 +01:00
Martin Weinelt
c04327690b python310Packages.databases: Mark broken with sqlalchemy>=2.0
The upstream indicated that they have no resources to develop support
themselves.
2023-03-03 23:57:12 +01:00
Sandro Jäckel
0485281706 python310Packages.babel: 2.11.0 -> 2.12.1 2023-03-03 23:57:12 +01:00
Gabriella Gonzalez
cfefc5c537 python3Packages.curio: Fix Linux build
In one of our internal mass rebuilds at work we noticed this package
fail on Linux and the two tests that failed were exactly the ones that
had already been disabled on macOS, so this also disables them on
Linux.
2023-03-03 23:57:12 +01:00
Fabian Affolter
5e465f988c python310Packages.pytest-httpx: add changelog to meta 2023-03-03 23:57:11 +01:00
Fabian Affolter
4077e26ae6 python310Packages.rich: add changelog to meta 2023-03-03 23:57:11 +01:00
Fabian Affolter
c1e0ffb09c python310Packages.pytest-localserver: add changelog to meta 2023-03-03 23:57:11 +01:00
Fabian Affolter
1d0870247c python310Packages.pythonfinder: add pythonImportsCheck 2023-03-03 23:57:11 +01:00
Fabian Affolter
41c6f9bd89 python310Packages.pythonfinder: add changelog to meta 2023-03-03 23:57:11 +01:00
Fabian Affolter
33bd90d82c python310Packages.zarr: switch to pytestCheckHook
- add pythonImportsCheck
2023-03-03 23:57:11 +01:00
Fabian Affolter
ab6528f300 python310Packages.zarr: update disabled and add format 2023-03-03 23:57:11 +01:00
Fabian Affolter
b3f1d3553d python310Packages.zarr: add changelog to meta 2023-03-03 23:57:11 +01:00
Fabian Affolter
2c4a6a384b python310Packages.tifffile: update disabled 2023-03-03 23:57:11 +01:00