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.asgiref: 3.1.4 -> 3.2.1 #66026

Merged
merged 2 commits into from Aug 8, 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-asgiref/versions.

meta.description for python37Packages.asgiref is: '"Reference ASGI adapters and channel layers"'.

meta.homepage for python37Packages.asgiref is: '"https://github.com/django/asgiref"

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
python37Packages.asgiref
python37Packages.channels
python37Packages.daphne

Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/31j4h1zf3m5n83vhy4d71l528m3famvn-python3.7-asgiref-3.2.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.asgiref https://github.com/r-ryantm/nixpkgs/archive/8d8c82dc14ca681a964acea798f641549d8f83f0.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/31j4h1zf3m5n83vhy4d71l528m3famvn-python3.7-asgiref-3.2.0
ls -la /nix/store/31j4h1zf3m5n83vhy4d71l528m3famvn-python3.7-asgiref-3.2.0/bin

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.

nix-review passes on NixOS
diff LGTM
daphne binary works (just did --help)

@lsix
Copy link
Member

lsix commented Aug 5, 2019

There is a 3.2.1 version out there (since few hours…). I think this PR should be updated accordingly.

@jonringer thanks for testing it !

@lsix
Copy link
Member

lsix commented Aug 5, 2019

diff --git a/pkgs/development/python-modules/asgiref/default.nix b/pkgs/development/python-modules/asgiref/default.nix
index 0e779a284df..295bc750f82 100644
--- a/pkgs/development/python-modules/asgiref/default.nix
+++ b/pkgs/development/python-modules/asgiref/default.nix
@@ -1,6 +1,6 @@
 { stdenv, buildPythonPackage, pythonOlder, fetchFromGitHub, async-timeout, pytest, pytest-asyn
cio }:
 buildPythonPackage rec {
-  version = "3.2.0";
+  version = "3.2.1";
   pname = "asgiref";
 
   disabled = pythonOlder "3.5";
@@ -10,7 +10,7 @@ buildPythonPackage rec {
     owner = "django";
     repo = pname;
     rev = version;
-    sha256 = "1rzglzdf0v9gcmjmrb7h843z1kcmz1pbbn1h40h8a7b910gxvq82";
+    sha256 = "16wb137dvnjmbmshy4r9vgsfjc4g8d6l527aj9d5vszyk5x5fm7d";
   };
 
   propagatedBuildInputs = [ async-timeout ];

@mmahut mmahut changed the title python37Packages.asgiref: 3.1.4 -> 3.2.0 python37Packages.asgiref: 3.1.4 -> 3.2.1 Aug 8, 2019
@mmahut
Copy link
Member

mmahut commented Aug 8, 2019

@GrahamcOfBorg build python37Packages.asgiref

@mmahut mmahut merged commit ef00029 into NixOS:master Aug 8, 2019
@r-ryantm r-ryantm deleted the auto-update/python3.7-asgiref branch August 17, 2019 13:51
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