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

python27Packages.feedgenerator: 1.9 -> 1.9.1 #80946

Closed

Conversation

r-ryantm
Copy link
Contributor

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python2.7-feedgenerator/versions.

meta.description for python27Packages.feedgenerator is: "Standalone version of django.utils.feedgenerator, compatible with Py3k"

meta.homepage for python27Packages.feedgenerator is: "https://github.com/dmdm/feedgenerator-py3k.git"

  • Quoted meta.homepage for RFC 45
Checks done (click to expand)
Rebuild report (if merged into master) (click to expand)

20 total rebuild path(s)

5 package rebuild(s)

5 x86_64-linux rebuild(s)
5 i686-linux rebuild(s)
5 x86_64-darwin rebuild(s)
5 aarch64-linux rebuild(s)

First fifty rebuilds by attrpath
python27Packages.feedgenerator
python37Packages.feedgenerator
python37Packages.pelican
python38Packages.feedgenerator
python38Packages.pelican

Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/ma9m0zm1l9247qd3j3f5m66cmx3f9sss-python2.7-feedgenerator-1.9.1 \
  --option binary-caches 'https://cache.nixos.org/ https://r-ryantm.cachix.org/' \
  --option trusted-public-keys '
  r-ryantm.cachix.org-1:gkUbLkouDAyvBdpBX0JOdIiD2/DP1ldF3Z3Y6Gqcc4c=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(r-ryantm's Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A python27Packages.feedgenerator https://github.com/r-ryantm/nixpkgs/archive/e3faa716fdfe240515f30b17f8066cd4d9e8cc21.tar.gz

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/ma9m0zm1l9247qd3j3f5m66cmx3f9sss-python2.7-feedgenerator-1.9.1
ls -la /nix/store/ma9m0zm1l9247qd3j3f5m66cmx3f9sss-python2.7-feedgenerator-1.9.1/bin

Copy link
Member

@lsix lsix left a comment

Choose a reason for hiding this comment

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

 $ nix-review pr 80946
[…]
https://github.com/NixOS/nixpkgs/pull/80946
2 package failed to build:
python37Packages.pelican python38Packages.pelican

3 package built:
python27Packages.feedgenerator python37Packages.feedgenerator python38Packages.feedgenerator

pelican is also broken on master (and on release-20.03), this update does not change it.

Homepage should however be updated.

@@ -17,7 +17,7 @@ buildPythonPackage rec {

meta = with stdenv.lib; {
description = "Standalone version of django.utils.feedgenerator, compatible with Py3k";
homepage = https://github.com/dmdm/feedgenerator-py3k.git;
homepage = "https://github.com/dmdm/feedgenerator-py3k.git";
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
homepage = "https://github.com/dmdm/feedgenerator-py3k.git";
homepage = "https://github.com/getpelican/feedgeneratorgit";

According to pypi (https://pypi.org/project/feedgenerator/), this should be https://github.com/getpelican/feedgenerator

@@ -17,7 +17,7 @@ buildPythonPackage rec {

meta = with stdenv.lib; {
description = "Standalone version of django.utils.feedgenerator, compatible with Py3k";
homepage = https://github.com/dmdm/feedgenerator-py3k.git;
homepage = "https://github.com/dmdm/feedgenerator-py3k.git";
maintainers = with maintainers; [ ];
Copy link
Member

Choose a reason for hiding this comment

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

License information should probably be added.

https://github.com/getpelican/feedgenerator/blob/master/LICENSE

@jonringer
Copy link
Contributor

going to let the bot recreate PR, it can now correctly quote URLs

@jonringer jonringer closed this Apr 13, 2020
@r-ryantm r-ryantm deleted the auto-update/python2.7-feedgenerator branch April 14, 2020 04:15
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

3 participants