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.livereload: 2.6.0 -> 2.6.1 #61905

Merged
merged 2 commits into from May 23, 2019

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/python3.7-livereload/versions.

meta.description for python37Packages.livereload is: '"Runs a local server that reloads as you develop"'.

meta.homepage for python37Packages.livereload is: '"https://github.com/lepture/python-livereload"

Compare changes on GitHub

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

12 total rebuild path(s)

3 package rebuild(s)

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

First fifty rebuilds by attrpath
mkdocs
python27Packages.livereload
python37Packages.livereload

Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/l7ryxaycsm5lcikjaj7i97p0s4l4hmkp-python3.7-livereload-2.6.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.)

Or, build yourself:

nix-build -A python37Packages.livereload https://github.com/r-ryantm/nixpkgs/archive/40b1531893ee9415a0155faccde2f5c820f1eb5b.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/l7ryxaycsm5lcikjaj7i97p0s4l4hmkp-python3.7-livereload-2.6.1
ls -la /nix/store/l7ryxaycsm5lcikjaj7i97p0s4l4hmkp-python3.7-livereload-2.6.1/bin

@r-ryantm r-ryantm requested a review from FRidh as a code owner May 22, 2019 18:16
Copy link
Contributor

@tomberek tomberek left a comment

Choose a reason for hiding this comment

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

python37 fails due to importing abc from collections is deprecated

builder for '/nix/store/l3hcj5s2jpqn4vd335rrvpf7xlypibf1-python3.7-livereload-2.6.1.drv' failed with exit code 1; last 10 log lines:
  E         Use -v to get the full diff

  tests/test_watcher.py:147: AssertionError
  =============================== warnings summary ===============================
  /nix/store/d0y61flv1dhqsm2bxlgwzjv05ih0in3z-python3.7-tornado-5.1/lib/python3.7/site-packages/tornado/httputil.py:107
    /nix/store/d0y61flv1dhqsm2bxlgwzjv05ih0in3z-python3.7-tornado-5.1/lib/python3.7/site-packages/tornado/httputil.py:107: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
      class HTTPHeaders(collections.MutableMapping):

  -- Docs: https://docs.pytest.org/en/latest/warnings.html
  ================ 1 failed, 4 passed, 1 warnings in 3.24 seconds ================
cannot build derivation '/nix/store/yig6cybjnq6nsh96hw3sa6dbmd11i5pp-env.drv': 1 dependencies couldn't be built
[3 built (1 failed), 9 copied (51.1 MiB), 8.0 MiB DL]
error: build of '/nix/store/yig6cybjnq6nsh96hw3sa6dbmd11i5pp-env.drv' failed
https://github.com/NixOS/nixpkgs/pull/61905
1 package failed to build:
python37Packages.livereload

But the newly added test 'test_watch_multiple_dirs'
is failing consistently
@c0bw3b
Copy link
Contributor

c0bw3b commented May 23, 2019

I opened an issue upstream regarding the failure of test test_watch_multiple_dirs that was just added in v2.6.1

@c0bw3b
Copy link
Contributor

c0bw3b commented May 23, 2019

@GrahamcOfBorg build python27Packages.livereload

@c0bw3b c0bw3b merged commit 506f861 into NixOS:master May 23, 2019
@r-ryantm r-ryantm deleted the auto-update/python3.7-livereload branch May 24, 2019 04:30
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