tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python.pkgs: several maintenance updates
Frederik Rietdijk
8 years ago
034c1a29
54eeab4d
+6
-6
3 changed files
expand all
collapse all
unified
split
pkgs
development
python-modules
channels
default.nix
django_guardian.nix
dogpile.cache
default.nix
+2
-2
pkgs/development/python-modules/channels/default.nix
···
4
buildPythonPackage rec {
5
pname = "channels";
6
name = "${pname}-${version}";
7
-
version = "1.1.5";
8
9
src = fetchurl {
10
url = "mirror://pypi/c/channels/${name}.tar.gz";
11
-
sha256 = "a9005bcb6104d26a7f93d9cf012bcf6765a0ff444a449ac68d6e1f16721f8ed3";
12
};
13
14
# Files are missing in the distribution
···
4
buildPythonPackage rec {
5
pname = "channels";
6
name = "${pname}-${version}";
7
+
version = "1.1.6";
8
9
src = fetchurl {
10
url = "mirror://pypi/c/channels/${name}.tar.gz";
11
+
sha256 = "44ab9a1f610ecc9ac25d5f90e7a44f49b18de28a05a26fe34e935af257f1eefe";
12
};
13
14
# Files are missing in the distribution
+2
-2
pkgs/development/python-modules/django_guardian.nix
···
5
buildPythonPackage rec {
6
pname = "django-guardian";
7
name = "${pname}-${version}";
8
-
version = "1.4.8";
9
10
src = fetchurl {
11
url = "mirror://pypi/d/django-guardian/${name}.tar.gz";
12
-
sha256 = "039mfx47c05vl6vlld0ahyq37z7m5g68vqc38pj8iic5ysr98drm";
13
};
14
15
buildInputs = [ pytest pytestrunner pytest-django django_environ mock setuptools_scm ];
···
5
buildPythonPackage rec {
6
pname = "django-guardian";
7
name = "${pname}-${version}";
8
+
version = "1.4.9";
9
10
src = fetchurl {
11
url = "mirror://pypi/d/django-guardian/${name}.tar.gz";
12
+
sha256 = "c3c0ab257c9d94ce154b9ee32994e3cff8b350c384040705514e14a9fb7c8191";
13
};
14
15
buildInputs = [ pytest pytestrunner pytest-django django_environ mock setuptools_scm ];
+2
-2
pkgs/development/python-modules/dogpile.cache/default.nix
···
4
5
buildPythonPackage rec {
6
pname = "dogpile.cache";
7
-
version = "0.6.3";
8
name = "${pname}-${version}";
9
10
src = fetchPypi {
11
inherit pname version;
12
-
sha256 = "e9747f5e31f8dea1b80d6204358885f943f69e53574d88005438ca3651c44553";
13
};
14
15
# Disable concurrency tests that often fail,
···
4
5
buildPythonPackage rec {
6
pname = "dogpile.cache";
7
+
version = "0.6.4";
8
name = "${pname}-${version}";
9
10
src = fetchPypi {
11
inherit pname version;
12
+
sha256 = "a73aa3049cd88d7ec57a1c2e8946abdf4f14188d429c1023943fcc55c4568da1";
13
};
14
15
# Disable concurrency tests that often fail,