Nikolay Korotkiy and Martin Weinelt
34c8451309
python3Packages.pytest-xdist: 3.2.1 → 3.3.1
2023-07-28 12:15:32 +02:00
Theodore Ni and Martin Weinelt
ab7356640a
python310Packages.nbformat: 5.7.3 -> 5.9.1
2023-07-28 12:15:32 +02:00
Theodore Ni and Martin Weinelt
4cfa09c5cd
das: 0.3.6 -> 0.3.8
2023-07-28 12:15:32 +02:00
Theodore Ni and Martin Weinelt
852ab542d2
conan: relax dependency on pyyaml
2023-07-28 12:15:32 +02:00
Theodore Ni and Martin Weinelt
d407a2dd4c
awscli2: allow using cryptography version 41
2023-07-28 12:15:32 +02:00
Theodore Ni and Martin Weinelt
0718c34517
aws-sam-cli: unpin pyopenssl
2023-07-28 12:15:32 +02:00
Theodore Ni and Martin Weinelt
f3503c5e4e
ansible-later: relax dependency on PyYAML
2023-07-28 12:15:32 +02:00
Theodore Ni and Martin Weinelt
02cd4de89c
python310Packages.botocore: add format = "setuptools"
2023-07-28 12:15:32 +02:00
Theodore Ni and Martin Weinelt
6d45281dde
csvs-to-sqlite: 1.2 -> 1.3
...
1. Remove pin on click 7, because except for one unit test that checks
the help output too strictly, the app still works with click 8.
2. Pull in patches that make the app compatible with pandas 2.
2023-07-28 12:15:32 +02:00
Theodore Ni and Martin Weinelt
3ba65a3719
python310Packages.rustworkx: add missing testtools dependency
2023-07-28 12:15:31 +02:00
Theodore Ni and Martin Weinelt
b12b1ae9e1
python310Packages.ldappool: add missing six dependency
2023-07-28 12:15:31 +02:00
Theodore Ni and Martin Weinelt
f542b15d75
python310Packages.oslotest: add missing six dependency
2023-07-28 12:15:31 +02:00
Theodore Ni and Martin Weinelt
6a048d0ed4
python310Packages.pyopnsense: add missing testtools dependency
...
Also removes useless dependency on pytest-cov
2023-07-28 12:15:31 +02:00
Theodore Ni and Martin Weinelt
a34f191c66
pifpaf: add missing testtools dependency
2023-07-28 12:15:31 +02:00
Theodore Ni and Martin Weinelt
c4af83ca96
bashate: add missing testtools dependency
2023-07-28 12:15:31 +02:00
Theodore Ni and Martin Weinelt
aeb8940c36
python310Packages.fixtures: 3.0.0 -> 4.1.0
2023-07-28 12:15:31 +02:00
Theodore Ni and Martin Weinelt
0f23a142ec
awsebcli: refactor, relax dependencies, and enable tests
2023-07-28 12:15:29 +02:00
Theodore Ni and Martin Weinelt
10fd6d034b
awscli2: 2.12.7 -> 2.13.3
2023-07-28 12:14:57 +02:00
Theodore Ni and Martin Weinelt
50d38ab78d
awscli: 1.27.79 -> 1.29.9
2023-07-28 12:14:55 +02:00
Theodore Ni and Martin Weinelt
438475dac5
python310Packages.boto3: 1.26.79 -> 1.28.9
2023-07-28 12:13:30 +02:00
Theodore Ni and Martin Weinelt
5704093280
python310Packages.botocore: 1.29.79 -> 1.31.9
2023-07-28 12:13:30 +02:00
Robert Schütz and Martin Weinelt
4e7b3a4137
poetry: fix build
2023-07-28 12:13:29 +02:00
Robert Schütz and Martin Weinelt
0122a38ff2
python310Packages.objgraph: specify optional dependencies
2023-07-28 12:13:29 +02:00
Robert Schütz and Martin Weinelt
7588527ebf
python310Packages.objgraph: fix tests
2023-07-28 12:13:29 +02:00
Robert Schütz and Martin Weinelt
8d2246e7c4
python310Packages.levenshtein: 0.21.0 -> 0.21.1
...
Diff: https://github.com/maxbachmann/Levenshtein/compare/refs/tags/v0.21.0...v0.21.1
Changelog: https://github.com/maxbachmann/Levenshtein/blob/refs/tags/v0.21.1/HISTORY.md
2023-07-28 12:13:29 +02:00
Robert Schütz and Martin Weinelt
6879da9966
python310Packages.rapidfuzz: 3.0.0 -> 3.1.1
...
Diff: https://github.com/maxbachmann/RapidFuzz/compare/refs/tags/v3.0.0...v3.1.1
Changelog: https://github.com/maxbachmann/RapidFuzz/blob/refs/tags/v3.1.1/CHANGELOG.rst
2023-07-28 12:13:29 +02:00
Robert Schütz and Martin Weinelt
1bc9458486
rapidfuzz-cpp: 1.11.3 -> 2.0.0
...
Diff: https://github.com/maxbachmann/rapidfuzz-cpp/compare/v1.11.3...v2.0.0
Changelog: https://github.com/maxbachmann/rapidfuzz-cpp/blob/v2.0.0/CHANGELOG.md
2023-07-28 12:13:29 +02:00
Robert Schütz and Martin Weinelt
39b5325a66
taskflow: 3.5.0 -> 3.6.0
...
Diff: https://github.com/taskflow/taskflow/compare/v3.5.0...v3.6.0
Changelog: https://taskflow.github.io/taskflow/release-3-6-0.html
2023-07-28 12:13:29 +02:00
Robert Schütz and Martin Weinelt
a37a318c53
python310Packages.scikit-build: 0.16.7 -> 0.17.6
...
Changelog: https://github.com/scikit-build/scikit-build/blob/0.17.6/CHANGES.rst
2023-07-28 12:13:29 +02:00
Sandro Jäckel and Martin Weinelt
f88e0be2a3
baserow: don't require outdated peer dependencies
...
jsonschema no longer requires pyrsistent but the outdated lock files
still think thats the case. There is no point in peer dependency pinning
in nixpkgs, so we might as well use the input files with only direct
dependencies.
2023-07-28 12:13:29 +02:00
Sandro Jäckel and Martin Weinelt
21366ecb4d
python3.pkgs.drf-spectacular: 0.26.2 -> 0.26.3
...
Diff: https://github.com/tfranzel/drf-spectacular/compare/refs/tags/0.26.2...0.26.3
Changelog: https://github.com/tfranzel/drf-spectacular/releases/tag/0.26.3
2023-07-28 12:13:29 +02:00
Sandro Jäckel and Martin Weinelt
587e94be0b
python3.pkgs.gunicorn: 21.1.0 -> 21.2.0
...
Diff: https://github.com/benoitc/gunicorn/compare/21.1.0...21.2.0
2023-07-28 12:13:29 +02:00
Sandro Jäckel and Martin Weinelt
4c0061c983
python310Packages.urllib3: 1.26.14 -> 1.26.16
...
https://github.com/urllib3/urllib3/releases/tag/1.26.15
https://github.com/urllib3/urllib3/releases/tag/1.26.16
2023-07-28 12:13:29 +02:00
Sandro Jäckel and Martin Weinelt
470db3a7bd
python310Packages.django-oauth-toolkit: disable pytest-xdist for now
2023-07-28 12:13:28 +02:00
Martin Weinelt
23d55b922a
python310Packages.openapi-spec-validator: 0.5.6 -> 0.6.0
...
https://github.com/python-openapi/openapi-spec-validator/releases/tag/0.5.7
https://github.com/p1c2u/openapi-spec-validator/releases/tag/0.6.0
2023-07-28 12:13:28 +02:00
Martin Weinelt
21b9b3ad7e
python310Packages.openapi-schema-validator: 0.4.4 -> 0.6.0
...
https://github.com/python-openapi/openapi-schema-validator/releases/tag/0.5.0
https://github.com/python-openapi/openapi-schema-validator/releases/tag/0.6.0
2023-07-28 12:13:28 +02:00
Sandro Jäckel and Martin Weinelt
d9c4b673b6
python310Packages.jsonschema: run tests with pytest
...
pytest has less dependencies and better integration like disabling tests
is super easy
2023-07-28 12:13:28 +02:00
Fabian Affolter and Martin Weinelt
1148d2369b
python311Packages.factory_boy: 3.2.1 -> 3.3.0
...
Changelog: https://github.com/FactoryBoy/factory_boy/blob/3.3.0/docs/changelog.rst
2023-07-28 12:13:28 +02:00
Martin Weinelt
59a8e9915e
python310Packages.cython_3: 3.0.0b2 -> 3.0.0
...
https://github.com/cython/cython/blob/3.0.0/CHANGES.rst
2023-07-28 12:13:28 +02:00
Doron Behar and Martin Weinelt
55717243ed
python3.pkgs.numpy: 1.24.2 -> 1.25.1
...
Fixes #240510 .
2023-07-28 12:13:28 +02:00
Sandro Jäckel and Martin Weinelt
61f5fbb485
python310Packages.click: 8.1.3 -> 8.1.6
...
https://click.palletsprojects.com/en/8.1.x/changes/#version-8-1-6
2023-07-28 12:13:28 +02:00
Sandro Jäckel and Martin Weinelt
9ccbaee24d
python310Packages.pyjwt: 2.7.0 -> 2.8.0
...
Changelog: https://github.com/jpadilla/pyjwt/blob/2.8.0/CHANGELOG.rst
2023-07-28 12:13:28 +02:00
Sandro Jäckel and Martin Weinelt
43c941588e
maturin: remove seemingly unused dbus buildInput
2023-07-28 12:13:28 +02:00
Robert Schütz and Martin Weinelt
b9012fdfc6
python310Packages.cairocffi: 1.4.0 -> 1.5.1
...
Changelog: https://github.com/Kozea/cairocffi/blob/v1.5.1/NEWS.rst
2023-07-28 12:13:28 +02:00
Robert Schütz and Martin Weinelt
895e78a474
python310Packages.pikepdf: 7.2.0 -> 8.1.1
...
Diff: https://github.com/pikepdf/pikepdf/compare/v7.2.0...v8.1.1
Changelog: https://github.com/pikepdf/pikepdf/blob/v8.1.1/docs/releasenotes/version8.rst
2023-07-28 12:13:27 +02:00
Robert Schütz and Martin Weinelt
2e5cb27eb9
python310Packages.keyring: 23.13.1 -> 24.2.0
...
Changelog: https://github.com/jaraco/keyring/blob/v24.2.0/NEWS.rst
2023-07-28 12:13:27 +02:00
Sandro Jäckel and Martin Weinelt
1ee622b10f
python310Packages.twisted: disable failing test due to pyopenssl update
2023-07-28 12:13:27 +02:00
Sandro Jäckel and Martin Weinelt
bcc2a1b111
python310Packages.jsonschema: 4.17.3 -> 4.18.4
...
https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst
2023-07-28 12:13:27 +02:00
Sandro Jäckel and Martin Weinelt
7c1f46aa90
python310Packages.referencing: 0.29.1 -> 0.30.0
2023-07-28 12:13:27 +02:00
Sandro Jäckel and Martin Weinelt
8a280b59d7
python310Packages.jsonschema-spec: 0.1.4 -> 0.2.3
...
https://github.com/p1c2u/jsonschema-spec/releases/tag/0.1.5
https://github.com/p1c2u/jsonschema-spec/releases/tag/0.1.6
https://github.com/p1c2u/jsonschema-spec/releases/tag/0.2.0
https://github.com/p1c2u/jsonschema-spec/releases/tag/0.2.1
https://github.com/p1c2u/jsonschema-spec/releases/tag/0.2.2
https://github.com/p1c2u/jsonschema-spec/releases/tag/0.2.3
Co-Authored-By: Martin Weinelt <hexa@darmstadt.ccc.de >
2023-07-28 12:13:27 +02:00