Skip to content

python310Packages.poetry-dynamic-versioning: 0.21.5 -> 1.0.1#252178

Merged
wegank merged 2 commits intoNixOS:masterfrom
tjni:poetry-dynamic-versioning
Sep 5, 2023
Merged

python310Packages.poetry-dynamic-versioning: 0.21.5 -> 1.0.1#252178
wegank merged 2 commits intoNixOS:masterfrom
tjni:poetry-dynamic-versioning

Conversation

@tjni
Copy link
Contributor

@tjni tjni commented Aug 29, 2023

Description of changes

Some packages ask for newer versions of poetry-dynamic-versioning than we currently package.

https://github.com/mtkennerly/poetry-dynamic-versioning/blob/master/CHANGELOG.md#v101-2023-08-21

This requires updating dunamai to 1.18.0:

https://github.com/mtkennerly/dunamai/blob/master/CHANGELOG.md#v1180-2023-07-10

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandbox = true set in nix.conf? (See Nix manual)
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 23.11 Release Notes (or backporting 23.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

@github-actions github-actions bot added the 6.topic: python Python is a high-level, general-purpose programming language. label Aug 29, 2023
@ofborg ofborg bot requested review from cpcloud and jmgilman August 29, 2023 17:54
@ofborg ofborg bot added 10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux. labels Aug 29, 2023
@gepbird
Copy link
Contributor

gepbird commented Aug 29, 2023

Result of nixpkgs-review pr 252178 run on x86_64-linux 1

4 packages marked as broken and skipped:
  • pentestgpt
  • pentestgpt.dist
  • python310Packages.langchain
  • python310Packages.langchain.dist
4 packages failed to build:
  • python310Packages.heudiconv
  • python310Packages.heudiconv.dist
  • python311Packages.heudiconv
  • python311Packages.heudiconv.dist
80 packages built:
  • ansible-doctor
  • ansible-doctor.dist
  • ansible-later
  • ansible-later.dist
  • apkg
  • apkg.dist
  • copier
  • copier.dist
  • home-assistant-component-tests.litterrobot
  • home-assistant-component-tests.minecraft_server
  • home-assistant-component-tests.sia
  • home-assistant-component-tests.yolink
  • json-schema-for-humans (python310Packages.json-schema-for-humans)
  • json-schema-for-humans.dist (python310Packages.json-schema-for-humans.dist)
  • mcstatus (python310Packages.mcstatus)
  • mcstatus.dist (python310Packages.mcstatus.dist)
  • python310Packages.aiomqtt
  • python310Packages.aiomqtt.dist
  • python310Packages.dataclasses-json
  • python310Packages.dataclasses-json.dist
  • python310Packages.dunamai
  • python310Packages.dunamai.dist
  • python310Packages.formulaic
  • python310Packages.formulaic.dist
  • python310Packages.ibis-framework
  • python310Packages.ibis-framework.dist
  • python310Packages.interface-meta
  • python310Packages.interface-meta.dist
  • python310Packages.lifelines
  • python310Packages.lifelines.dist
  • python310Packages.nipype
  • python310Packages.nipype.dist
  • python310Packages.poetry-dynamic-versioning
  • python310Packages.poetry-dynamic-versioning.dist
  • python310Packages.pybids
  • python310Packages.pybids.dist
  • python310Packages.pylitterbot
  • python310Packages.pylitterbot.dist
  • python310Packages.pysiaalarm
  • python310Packages.pysiaalarm.dist
  • python310Packages.python-youtube
  • python310Packages.python-youtube.dist
  • python310Packages.spyse-python
  • python310Packages.spyse-python.dist
  • python310Packages.yolink-api
  • python310Packages.yolink-api.dist
  • python311Packages.aiomqtt
  • python311Packages.aiomqtt.dist
  • python311Packages.dataclasses-json
  • python311Packages.dataclasses-json.dist
  • python311Packages.dunamai
  • python311Packages.dunamai.dist
  • python311Packages.formulaic
  • python311Packages.formulaic.dist
  • python311Packages.ibis-framework
  • python311Packages.ibis-framework.dist
  • python311Packages.interface-meta
  • python311Packages.interface-meta.dist
  • python311Packages.json-schema-for-humans
  • python311Packages.json-schema-for-humans.dist
  • python311Packages.lifelines
  • python311Packages.lifelines.dist
  • python311Packages.mcstatus
  • python311Packages.mcstatus.dist
  • python311Packages.nipype
  • python311Packages.nipype.dist
  • python311Packages.poetry-dynamic-versioning
  • python311Packages.poetry-dynamic-versioning.dist
  • python311Packages.pybids
  • python311Packages.pybids.dist
  • python311Packages.pylitterbot
  • python311Packages.pylitterbot.dist
  • python311Packages.pysiaalarm
  • python311Packages.pysiaalarm.dist
  • python311Packages.python-youtube
  • python311Packages.python-youtube.dist
  • python311Packages.spyse-python
  • python311Packages.spyse-python.dist
  • python311Packages.yolink-api
  • python311Packages.yolink-api.dist

The heudiconv package fails before this PR too:

error: builder for '/nix/store/zgqhzj48fa5fm0waqki987hq02wxn3ic-python3.10-heudiconv-0.13.1.drv' failed with exit code 1;
...
       > ERROR Missing dependencies:
       >       versioningit~=1.0

@tjni
Copy link
Contributor Author

tjni commented Aug 30, 2023

heudiconv can be fixed by #252264

@wegank wegank merged commit 6dfd282 into NixOS:master Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: python Python is a high-level, general-purpose programming language. 10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants