-
-
Notifications
You must be signed in to change notification settings - Fork 15.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mdbook-pdf-outline: 0.1.4 -> 0.1.6 #383630
base: master
Are you sure you want to change the base?
Conversation
f5137ed
to
459a0ba
Compare
2c68fb7
to
25ee8d8
Compare
5d4e34a
to
c8e9966
Compare
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-ready-for-review/3032/5273 |
@@ -5,13 +5,13 @@ | |||
}: | |||
|
|||
python3Packages.buildPythonApplication rec { | |||
pname = "mdbook-pdf-outline"; | |||
version = "0.1.4"; | |||
pname = "mdbook_pdf_outline"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The change of package source is non-trivial (as pname
here is also taken by fetchPyPI
to form src
), but there lacks explanation in the commit description and the PR description.
Could you elaborate the reason behind such change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for reviewing! I have added the explanation in the commit description and the PR description:
Rename
pname
frommdbook-pdf-outline
tomdbook_pdf_outline
due to PyPI tarball name change. Reference:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@SuperSandro2000 Do you think we should change the pname
styling of a Python package upon the upstream tarball name changes, or define the pname
for fetchPypi
separately?
Rename `pname` from `mdbook-pdf-outline` to `mdbook_pdf_outline` due to PyPI tarball name change. Reference: - https://pypi.org/project/mdbook-pdf-outline/0.1.4/#files - https://pypi.org/project/mdbook-pdf-outline/0.1.6/#files Signed-off-by: Hollow Man <hollowman@opensuse.org>
from `nix-julia` to `hollowman6` as agreed Signed-off-by: Hollow Man <hollowman@opensuse.org>
c8e9966
to
d7ef4f4
Compare
Rename
pname
frommdbook-pdf-outline
tomdbook_pdf_outline
due to PyPI tarball name change. Reference:
Change maintainer from
nix-julia
tohollowman6
as agreed.Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.