Skip to content
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

pythonPackages.pdf2image: 1.0.0 -> 1.3.1 #52951

Merged
merged 1 commit into from Jan 5, 2019

Conversation

Gerschtli
Copy link
Contributor

Motivation for this change

Update package.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Assured whether relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@worldofpeace
Copy link
Contributor

1.3.1 is out.

@Gerschtli Gerschtli changed the title pythonPackages.pdf2image: 1.0.0 -> 1.3.0 pythonPackages.pdf2image: 1.0.0 -> 1.3.1 Dec 30, 2018
@worldofpeace
Copy link
Contributor

@GrahamcOfBorg build pythonPackages.pdf2image python3Packages.pdf2image

@@ -2,13 +2,13 @@

buildPythonPackage rec {
pname = "pdf2image";
version = "1.0.0";
version = "1.3.1";

buildInputs = [ pillow poppler_utils ];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pillow should be a propagatedBuildInputs https://github.com/Belval/pdf2image/blob/8cf6e7773359521c07a82cee786532d918273b2e/setup.py#L48

Not sure about poppler_utils though.

@Gerschtli
Copy link
Contributor Author

Yeah seems about right. I'm always struggling with the difference of these two. Do you mind explaining it to me?
Will change it this weekend.

@worldofpeace
Copy link
Contributor

I think for python it documented under "9.11.1.2.2. Handling dependencies" in the nixpkgs manual.

@Mic92 Mic92 merged commit bf6aa78 into NixOS:master Jan 5, 2019
@Gerschtli Gerschtli deleted the update/pdf2image branch January 5, 2019 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants