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

python37Packages.paste: 3.0.8 -> 3.1.0 #66097

Merged
merged 1 commit into from Oct 23, 2019

Conversation

r-ryantm
Copy link
Contributor

@r-ryantm r-ryantm commented Aug 5, 2019

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

meta.description for python37Packages.paste is: '"Tools for using a Web Server Gateway Interface stack"'.

meta.homepage for python37Packages.paste is: '"http://pythonpaste.org/"

Checks done (click to expand)
Rebuild report (if merged into master) (click to expand)

40 total rebuild path(s)

10 package rebuild(s)

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

First fifty rebuilds by attrpath
gnomecast
python27Packages.WSGIProxy
python27Packages.paste
python27Packages.pasteScript
python27Packages.serversyncstorage
python27Packages.sqlobject
python27Packages.tokenserver
python37Packages.paste
python37Packages.sqlobject
syncserver

Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/p52py64krzanb0dazisk9kv7mw53awyw-python3.7-paste-3.1.0 \
  --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.)

Or, build yourself:

nix-build -A python37Packages.paste https://github.com/r-ryantm/nixpkgs/archive/5471ab1bcf649417e9aac1d836993b6027ec7bd5.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/p52py64krzanb0dazisk9kv7mw53awyw-python3.7-paste-3.1.0
ls -la /nix/store/p52py64krzanb0dazisk9kv7mw53awyw-python3.7-paste-3.1.0/bin

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-paste/versions
Copy link
Contributor

@jonringer jonringer left a comment

Choose a reason for hiding this comment

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

odd behavior master vs this udpate

master

$ ./result/bin/gnomecast --help
org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.ScreenSaver was not provided by any .service files
org.freedesktop.DBus.Error.ServiceUnknown: The name org.mate.ScreenSaver was not provided by any .service files
ERROR: got an unexpected keyword argument 'help'
python gnomecast.py [<media_filename>] [-d|--device <chromecast_name>] [-s|--subtitles <subtitles_filename>]

PR:

[nix-shell:~/.cache/nix-review/pr-66097]$ ./results/gnomecast/bin/gnomecast --help
Fatal Python error: initsite: Failed to import the site module
Traceback (most recent call last):
  File "/nix/store/lqxjmvrcxinr0lsj0gklqri8h9p3i4y8-python2.7-setuptools-41.0.1/lib/python2.7/site-packages/site.py", line 73, in <module>
    __boot()
  File "/nix/store/lqxjmvrcxinr0lsj0gklqri8h9p3i4y8-python2.7-setuptools-41.0.1/lib/python2.7/site-packages/site.py", line 26, in __boot
    import imp  # Avoid import loop in Python 3
  File "/nix/store/w7gsq8v86hni4ynaqgwwlnlny115ylng-python3-3.7.4/lib/python3.7/imp.py", line 27, in <module>
    import tokenize
  File "/nix/store/w7gsq8v86hni4ynaqgwwlnlny115ylng-python3-3.7.4/lib/python3.7/tokenize.py", line 33, in <module>
    import re
  File "/nix/store/w7gsq8v86hni4ynaqgwwlnlny115ylng-python3-3.7.4/lib/python3.7/re.py", line 143, in <module>
    class RegexFlag(enum.IntFlag):
AttributeError: module 'enum' has no attribute 'IntFlag'

@globin globin merged commit 98165c5 into NixOS:master Oct 23, 2019
@r-ryantm r-ryantm deleted the auto-update/python3.7-paste branch November 1, 2019 13:29
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