Commit Graph

26 Commits

Author SHA1 Message Date
Henning Kiel
6a3ecb0f6a poetryPlugins.poetry-plugin-poeblix: init at 0.10.0 2024-03-19 10:56:34 +01:00
Robert Schütz
9f269d495c poetry: 1.7.1 -> 1.8.1
Diff: https://github.com/python-poetry/poetry/compare/refs/tags/1.7.1...1.8.1

Changelog: https://github.com/python-poetry/poetry/blob/refs/tags/1.8.1/CHANGELOG.md
2024-02-27 16:58:52 -08:00
Charles Duffy
85f625165c
poetry: compose packageOverrides if already defined for python interpreter
The poetry package sets `packageOverrides` to force the poetry-core and poetry versions into alignment.

Unfortunately, in doing so, it replaces any _other_ overrides that may have been put in place on the interpreter at hand.

For Python 3.12, for example, the package `babel` needs to be updated to 2.13.1. Someone can reasonably use an overlay that sets `packageOverrides` for `python312` to update `babel`, and this works in almost all circumstances; however, it does _not_ work for purposes of building `poetry`, which discards any prior overrides.

This PR uses `composeManyExtensions` to combine the new `packageOverrides` needed for poetry with any prior value that may exist.
2023-12-10 20:30:17 -06:00
Robert Schütz
cf5f42066f poetry: 1.6.1 -> 1.7.0
Diff: https://github.com/python-poetry/poetry/compare/refs/tags/1.6.1...1.7.0

Changelog: https://github.com/python-poetry/poetry/blob/refs/tags/1.7.0/CHANGELOG.md
2023-11-04 17:22:51 -07:00
K900
881e946d8b poetry: restore poetry-core override 2023-10-24 21:18:39 +03:00
K900
ed11e1b4c4 poetry: remove unnecessary overrides, backport upstream patch for build 1.0 compatibility 2023-10-24 16:16:49 +03:00
Robert Schütz
cfd4aea3cc poetry: fix build on x86_64-darwin
The poetry-core patches don't apply to version 1.7.0.
The only dependency of poetry that requires them is deepdiff, so we
disable its tests for now.
2023-09-09 14:11:28 -07:00
Robert Schütz
61c94743e3
Merge pull request #251643 from dotlambda/poetry-1.6.1
poetry: 1.5.1 -> 1.6.1
2023-09-03 18:54:54 +00:00
Robert Schütz
92236affa2 poetry: 1.5.1 -> 1.6.1
Diff: https://github.com/python-poetry/poetry/compare/refs/tags/1.5.1...1.6.1

Changelog: https://github.com/python-poetry/poetry/blob/refs/tags/1.6.1/CHANGELOG.md
2023-08-26 10:31:52 -07:00
Robert Schütz
df047df64c python310Packages.poetry-core: 1.5.1 -> 1.6.1
Diff: https://github.com/python-poetry/poetry-core/compare/1.5.1...1.6.1

Changelog: https://github.com/python-poetry/poetry-core/blob/1.6.1/CHANGELOG.md
2023-07-28 08:45:56 -07:00
Robert Schütz
4e7b3a4137 poetry: fix build 2023-07-28 12:13:29 +02:00
Robert Schütz
bb74660ed2 poetry: fix build of poetry-core on x86_64-darwin 2023-07-11 14:04:52 -07:00
Robert Schütz
28ed9b141f poetry: 1.4.2 -> 1.5.1
Diff: https://github.com/python-poetry/poetry/compare/refs/tags/1.4.2...1.5.1

Changelog: https://github.com/python-poetry/poetry/blob/refs/tags/1.5.1/CHANGELOG.md
2023-07-08 20:39:49 -07:00
Robert Schütz
e7e3cd85ce python310Packages.poetry-plugin-export: move to poetryPlugins 2023-07-08 19:51:51 -07:00
Robert Schütz
6d398316c7 poetry: pin cachecontrol to 0.12.14 2023-07-08 19:48:47 -07:00
Robert Schütz
fc6ce1d262 poetry: 1.4.0 -> 1.4.1
Diff: https://github.com/python-poetry/poetry/compare/refs/tags/1.4.0...1.4.1

Changelog: https://github.com/python-poetry/poetry/blob/refs/tags/1.4.1/CHANGELOG.md
2023-03-20 23:34:16 -07:00
Robert Schütz
29646474f4 poetry: update dependencies 2023-03-04 12:02:00 -08: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
Robert Schütz
72fc45dc80 poetryPlugins.poetry-audit-plugin: init at 0.3.0 2023-02-03 14:32:34 -08:00
K900
0349728efb poetryPlugins.poetry-plugin-up: init at 0.2.1 2023-02-03 14:32:30 -08:00
Robert Schütz
01959f61f0 poetry: add withPlugins 2023-02-03 14:22:22 -08:00
Robert Schütz
69199cd5bd poetry: pin dulwich at 0.20.50 2023-01-23 11:59:16 -08:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Robert Schütz
af0675c578 poetry: 1.3.1 -> 1.3.2
https://github.com/python-poetry/poetry/releases/tag/1.3.2
2023-01-11 19:54:45 -08:00
Robert Schütz
7020893918 poetry: don't propagate dependencies
This was also done for poetry as packaged using poetry2nix.
2023-01-11 19:20:46 -08:00
Robert Schütz
8fcba0f722 poetry: remove from pythonPackages
It is a CLI tool for Python packaging. Python modules should use
poetry-core as a build-time dependency instead.
2023-01-09 05:46:27 -08:00