about summary refs log tree commit diff
path: root/pkgs/development
AgeCommit message (Collapse)AuthorFilesLines
2023-12-20python3Packages.ansible: 8.6.0 -> 9.0.1Martin Weinelt1-2/+2
https://github.com/ansible-community/ansible-build-data/blob/9.0.1/9/CHANGELOG-v9.rst
2023-12-20python3Packages.amberelectric: 1.0.4 -> 1.1.0Martin Weinelt1-2/+2
2023-12-20python3Packages.amazon-ion: 0.11.2 -> 0.11.3Martin Weinelt1-2/+2
https://github.com/amazon-ion/ion-python/releases/tag/v0.11.3
2023-12-20python3Packages.alembic: 1.12.0 -> 1.13.0Martin Weinelt1-2/+2
2023-12-20python3Packages.aioquic: 0.9.21 -> 0.9.23Martin Weinelt1-3/+10
2023-12-20python3Packages.aiopvapi: 2.0.4 -> 3.0.1Martin Weinelt1-2/+2
2023-12-20python3Packages.aiopurpleair: 2022.12.1 -> 2023.10.0Martin Weinelt1-25/+4
https://github.com/bachya/aiopurpleair/releases/tag/2023.10.0
2023-12-20python3Packages.aionotion: 2023.05.5 -> 2023.11.0Martin Weinelt2-132/+5
https://github.com/bachya/aionotion/releases/tag/refs/tags/2023.11.0
2023-12-20python3Packages.aiojobs: 1.2.0 -> 1.2.1Martin Weinelt1-2/+2
https://github.com/aio-libs/aiojobs/blob/v1.2.1/CHANGES.rst
2023-12-20python3Packages.aiohttp-socks: 0.8.3 -> 0.8.4Martin Weinelt1-7/+30
2023-12-20python3Packages.aiohttp-jinja2: 1.5.1 -> 1.6Martin Weinelt1-2/+2
2023-12-20python3Packages.aiogram: 3.0.0 -> 3.2.0Martin Weinelt1-2/+2
https://github.com/aiogram/aiogram/releases/tag/v3.2.0
2023-12-20python3Packages.aiogithubapi: 23.2.1 -> 23.11.0Martin Weinelt1-2/+2
https://github.com/ludeeus/aiogithubapi/releases/tag/23.11.0
2023-12-20python3Packages.aiodns: 3.0.0 -> 3.1.1Martin Weinelt1-4/+10
2023-12-20python3Packages.aiobotocore: 2.6.0 -> 2.8.0Martin Weinelt1-2/+2
https://github.com/aio-libs/aiobotocore/releases/tag/2.8.0
2023-12-20python3Packages.accelerate: 0.24.1 -> 0.25.0Martin Weinelt1-2/+2
https://github.com/huggingface/accelerate/releases/tag/v0.25.0
2023-12-20python3Packages.absl-py: 1.4.0 -> 2.0.0Martin Weinelt1-3/+8
2023-12-20python311Packages.astroid: set GaetanLepage as maintainerGaetan Lepage1-1/+1
2023-12-20pylint: 2.17.5 -> 3.0.1Gaetan Lepage1-23/+7
Changelog: https://github.com/pylint-dev/pylint/releases/tag/v3.0.1
2023-12-20python311Packages.astroid: 2.15.6 -> 3.0.1Gaetan Lepage1-23/+6
Diff: https://github.com/PyCQA/astroid/compare/refs/tags/v2.15.6...v3.0.1 Changelog: https://github.com/PyCQA/astroid/blob/refs/tags/v3.0.1/ChangeLog
2023-12-20python311Packages.openapi-core: 0.18.1 -> 0.18.2Robert Schütz1-4/+4
Diff: https://github.com/p1c2u/openapi-core/compare/refs/tags/0.18.1...0.18.2 Changelog: https://github.com/python-openapi/openapi-core/releases/tag/0.18.2
2023-12-20python311Packages.openapi-spec-validator: 0.6.0 -> 0.7.1Robert Schütz1-6/+6
Diff: https://github.com/python-openapi/openapi-spec-validator/compare/refs/tags/0.6.0...0.7.1 Changelog: https://github.com/python-openapi/openapi-spec-validator/releases/tag/0.7.0 https://github.com/python-openapi/openapi-spec-validator/releases/tag/0.7.1
2023-12-20python311Packages.jsonschema-path: init at 0.3.2Robert Schütz1-0/+55
2023-12-20python311Packages.markdown: 3.4.4 -> 3.5.1Robert Schütz1-7/+5
Diff: https://github.com/Python-Markdown/markdown/compare/refs/tags/3.4.4...3.5.1 Changelog: https://github.com/Python-Markdown/markdown/blob/3.5.1/docs/changelog.md
2023-12-20treewide: remove redundant SETUPTOOLS_SCM_PRETEND_VERSION usageMartin Weinelt268-541/+1
The setuptools-scm packages gained a setup hook, that sets it to the derivation version automatically, so setting it to that manually has become redundant. This also affects downstream consumers of setuptools-scm, like hatch-vcs or flit-scm.
2023-12-20python311Packages.ocrmypdf: 15.4.0 -> 15.4.4Robert Schütz2-9/+9
Diff: https://github.com/ocrmypdf/OCRmyPDF/compare/v15.4.0...v15.4.4 Changelog: https://github.com/ocrmypdf/OCRmyPDF/blob/v15.4.4/docs/release_notes.rst
2023-12-20python311Packages.pikepdf: 8.4.0 -> 8.7.1Robert Schütz2-19/+21
Diff: https://github.com/pikepdf/pikepdf/compare/v8.4.0...v8.7.1 Changelog: https://github.com/pikepdf/pikepdf/blob/v8.7.1/docs/releasenotes/version8.rst
2023-12-20treewide: marke as broken due to incompatibility with pydantic>=2natsukium16-0/+26
2023-12-20python311Packages.aionotion: add meta.changelognatsukium1-0/+1
2023-12-20python311Packages.aionotion: apply patch for pydantic>=2natsukium2-0/+114
2023-12-20python311Packages.aiopurpleair: apply patch for pydantic>=2natsukium2-0/+114
2023-12-20python311Packages.xbox-webapi: 2.0.11 -> 2.1.0Robert Schütz1-16/+13
Diff: https://github.com/OpenXbox/xbox-webapi-python/compare/v2.0.11...v2.1.0 Changelog: https://github.com/OpenXbox/xbox-webapi-python/blob/v2.1.0/CHANGELOG.md
2023-12-20python311Packages.strawberry-graphql: fix darwin sandbox buildnatsukium1-0/+2
2023-12-20python311Packages.strawberry-graphql: fix test with pydantic>=2natsukium1-0/+6
2023-12-20python311Packages.rstcheck-core: 1.0.3 -> 1.2.0natsukium1-14/+21
Diff: https://github.com/rstcheck/rstcheck-core/compare/refs/tags/v1.0.3...v1.2.0 Changelog: https://github.com/rstcheck/rstcheck-core/blob/v1.2.0/CHANGELOG.md
2023-12-20python311Pacakges.napari-npe2: 0.7.2 -> 0.7.2-unstable-2023-10-20natsukium1-4/+5
Diff: https://github.com/napari/npe2/compare/v0.7.2...9d29e4d6dbbec75c2d36273647efd9ddfb59ded0
2023-12-20python311Packages.fastapi-mail: 1.3.1 -> 1.4.1natsukium1-5/+7
Diff: https://github.com/sabuhish/fastapi-mail/compare/refs/tags/1.3.1...1.4.1 Changelog: https://github.com/sabuhish/fastapi-mail/releases/tag/1.4.1
2023-12-20python311Packages.demetriek: fix darwin sandbox buildnatsukium1-0/+2
2023-12-20python311Packages.demetriek: apply a pydantic>=2 compatible patchnatsukium1-0/+11
2023-12-20python311Packages.pyaussiebb: 0.0.18 -> 0.1.1natsukium1-3/+3
Diff: https://github.com/yaleman/aussiebb/compare/refs/tags/v0.0.18...v0.1.1 Changelog: https://github.com/yaleman/pyaussiebb/blob/v0.1.1/CHANGELOG.md
2023-12-20python311Packages.pythonfinder: 2.0.5 -> 2.0.6natsukium1-5/+16
Diff: https://github.com/sarugaku/pythonfinder/compare/refs/tags/2.0.5...2.0.6 Changelog: https://github.com/sarugaku/pythonfinder/blob/v2.0.6/CHANGELOG.rst
2023-12-20python311Packages.django-ninja: 0.22.2 -> 1.0.1natsukium1-4/+5
Diff: https://github.com/vitalik/django-ninja/compare/v0.22.2...v1.0.1 Changelog: https://github.com/vitalik/django-ninja/releases/tag/v1.0.1
2023-12-20python311Packages.kanidm: 0.0.3 -> 0.0.3-unstable-2023-08-23natsukium1-8/+13
2023-12-20python311Packages.fastapi: add optional-dependencies for pydantic 2natsukium1-2/+5
2023-12-20python311Packages.versioningit: 2.2.0 -> 2.2.1natsukium1-2/+2
Changelog: https://versioningit.readthedocs.io/en/latest/changelog.html
2023-12-20python311Packages.pydantic_1: init at 1.10.3natsukium1-0/+76
2023-12-20python311Packages.pydantic-settings: 2.0.3 -> 2.1.0natsukium1-3/+11
Diff: https://github.com/pydantic/pydantic-settings/compare/v2.0.3...v2.1.0
2023-12-20python311Packages.pydantic: 1.10.12 -> 2.3.0natsukium1-80/+30
Diff: https://github.com/pydantic/pydantic/compare/refs/tags/v1.10.12...v2.3.0 Changelog: https://github.com/pydantic/pydantic/blob/v2.3.0/HISTORY.md Drops the documentation build, because it is an ever growing, ever changing set of dependencies, that we need to package up, hidnering the upgrade effort.
2023-12-20python311Packages.pydantic-core: 2.6.3 -> 2.14.5Martin Weinelt1-3/+4
https://github.com/pydantic/pydantic-core/releases/tag/v2.7.0 https://github.com/pydantic/pydantic-core/releases/tag/v2.8.0 https://github.com/pydantic/pydantic-core/releases/tag/v2.9.0 https://github.com/pydantic/pydantic-core/releases/tag/v2.10.0 https://github.com/pydantic/pydantic-core/releases/tag/v2.10.1 https://github.com/pydantic/pydantic-core/releases/tag/v2.11.0 https://github.com/pydantic/pydantic-core/releases/tag/v2.12.0 https://github.com/pydantic/pydantic-core/releases/tag/v2.13.0 https://github.com/pydantic/pydantic-core/releases/tag/v2.14.0 https://github.com/pydantic/pydantic-core/releases/tag/v2.14.1 https://github.com/pydantic/pydantic-core/releases/tag/v2.14.2 https://github.com/pydantic/pydantic-core/releases/tag/v2.14.3 https://github.com/pydantic/pydantic-core/releases/tag/v2.14.4 https://github.com/pydantic/pydantic-core/releases/tag/v2.14.5
2023-12-20python311Packages.tank-utiliy: don't depend on urllib3[secure] extraMartin Weinelt1-3/+6
and convert to PEP517 build.