Merge staging-next into staging

This commit is contained in:
Frederik Rietdijk
2020-09-04 20:03:30 +02:00
182 changed files with 4683 additions and 7025 deletions

View File

@@ -3,7 +3,7 @@
buildPythonPackage rec {
pname = "apsw";
version = "3.32.2-r1";
version = "3.33.0-r1";
disabled = isPyPy;
@@ -11,7 +11,7 @@ buildPythonPackage rec {
owner = "rogerbinns";
repo = "apsw";
rev = version;
sha256 = "0gwhcvklrgng8gg6in42h0aj2bsq522bhhs2pp3cqdrmypkjdm59";
sha256 = "05mxcw1382xx22285fnv92xblqby3adfrvvalaw4dc6rzsn6kcan";
};
buildInputs = [ sqlite ];

View File

@@ -5,13 +5,13 @@
}:
buildPythonPackage rec {
version = "0.5.0";
version = "0.6.0";
pname = "azure-mgmt-appconfiguration";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "211527511d7616a383cc196956eaf2b7ee016f2367d367924b3715f2a41106da";
sha256 = "fe6e216ce7293219b7d8d1cbcca7cf2f4511f134c2bf0b3455078bf086436c5f";
extension = "zip";
};

View File

@@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "azure-mgmt-containerservice";
version = "9.2.0";
version = "9.3.0";
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "e7904b60c42a153b64b1604f3c698602686b38787bebdaed6e808cd43b6e5967";
sha256 = "04ca071d1d6af854b6a5947c5aed803924ccbd2ea0d240285b6fa68dc4ab75a9";
};
propagatedBuildInputs = [

View File

@@ -7,6 +7,7 @@
, msrestazure
, azure-common
, azure-mgmt-nspkg
, azure-mgmt-core
}:
buildPythonPackage rec {
@@ -23,6 +24,7 @@ buildPythonPackage rec {
msrest
msrestazure
azure-common
azure-mgmt-core
azure-mgmt-nspkg
];

View File

@@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "azure-mgmt-reservations";
version = "0.7.0";
version = "0.8.0";
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "f65c1985a47e0ac55e7d5d9cc1bd5e95335a111566edc289d460aa2bc8f80991";
sha256 = "b12318392e6f5100246c60de88879e24b15db104d00f9704a4ff51e7344594f1";
};
propagatedBuildInputs = [

View File

@@ -7,13 +7,13 @@
}:
buildPythonPackage rec {
version = "11.1.0";
version = "11.2.0";
pname = "azure-mgmt-storage";
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "ef23587c1b6dc0866ebf0e91e83ba05d7f7e4fea7951b704781b9cd9f5f27f1c";
sha256 = "fc8e3cbf3c58cab98d9b2218c774dae2cc90b693f5ab5a24a7a959febe6c0528";
};
propagatedBuildInputs = [ azure-mgmt-common ];

View File

@@ -0,0 +1,32 @@
{ lib, buildPythonPackage, fetchPypi, pythonOlder
, azure-common
, msrest
, msrestazure
}:
buildPythonPackage rec {
pname = "azure-mgmt-synapse";
version = "0.3.0";
disabled = pythonOlder "3";
src = fetchPypi {
inherit pname version;
sha256 = "0sa12s5af9xl1wnblilswxc6ydr2anm9an000iz3ks54pydby2vy";
extension = "zip";
};
propagatedBuildInputs = [
azure-common
msrest
msrestazure
];
pythonImportsCheck = [ "azure.mgmt.synapse" ];
meta = with lib; {
description = "Azure python SDK";
homepage = "https://github.com/Azure/azure-sdk-for-python/";
license = licenses.mit;
maintainers = with maintainers; [ jonringer ];
};
}

View File

@@ -8,13 +8,13 @@
}:
buildPythonPackage rec {
version = "0.3.5";
version = "0.4.1";
pname = "azure-multiapi-storage";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "71c238c785786a159b3ffd587a5e7fa1d9a517b66b592ae277fed73a9fbfa2b0";
sha256 = "0h7bzaqwyl3j9xqzjbnwxp59kmg6shxk76pml9kvvqbwsq9w6fx3";
};
propagatedBuildInputs = [

View File

@@ -0,0 +1,31 @@
{ lib, buildPythonPackage, fetchPypi
, azure-common
, azure-core
, msrest
}:
buildPythonPackage rec {
pname = "azure-synapse-accesscontrol";
version = "0.2.0";
src = fetchPypi {
inherit pname version;
sha256 = "1rsdqrhrgy09kbw6c7krb4hlaxs1ldb6lilwrbxgp3zqybxxnh5b";
extension = "zip";
};
propagatedBuildInputs = [
azure-common
azure-core
msrest
];
pythonImportsCheck = [ "azure.synapse.accesscontrol" ];
meta = with lib; {
description = "Azure python SDK";
homepage = "https://github.com/Azure/azure-sdk-for-python/";
license = licenses.mit;
maintainers = with maintainers; [ jonringer ];
};
}

View File

@@ -0,0 +1,31 @@
{ lib, buildPythonPackage, fetchPypi
, azure-common
, azure-core
, msrest
}:
buildPythonPackage rec {
pname = "azure-synapse-spark";
version = "0.2.0";
src = fetchPypi {
inherit pname version;
sha256 = "1qijqp6llshqas422lnqvpv45iv99n7f13v86znql40y3jp5n3ir";
extension = "zip";
};
propagatedBuildInputs = [
azure-common
azure-core
msrest
];
pythonImportsCheck = [ "azure.synapse.spark" ];
meta = with lib; {
description = "Azure python SDK";
homepage = "https://github.com/Azure/azure-sdk-for-python/";
license = licenses.mit;
maintainers = with maintainers; [ jonringer ];
};
}

View File

@@ -0,0 +1,35 @@
{ stdenv,
buildPythonPackage,
fetchFromGitHub,
pythonOlder,
pytestCheckHook,
black
}:
buildPythonPackage rec {
pname = "black-macchiato";
version = "1.3.0";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "wbolster";
repo = pname;
rev = version;
sha256 = "0lc9w50nlbmlzj44krk7kxcia202fhybbnwfh77xixlc7vb4rayl";
};
propagatedBuildInputs = [ black ];
checkInputs = [ pytestCheckHook black ];
pythonImportsCheck = [ "black" ];
meta = with stdenv.lib; {
description = "This is a small utility built on top of the black Python code formatter to enable formatting of partial files";
homepage = "https://github.com/wbolster/black-macchiato";
license = licenses.bsd3;
maintainers = with maintainers; [ jperras ];
};
}

View File

@@ -0,0 +1,24 @@
{ stdenv, fetchFromGitHub, buildPythonPackage, pytest, django }:
buildPythonPackage rec {
pname = "django-maintenance-mode";
version = "0.14.0";
src = fetchFromGitHub {
owner = "fabiocaccamo";
repo = pname;
rev = version;
sha256 = "1k06fhqd8wyrkp795x5j2r328l2phqgg1m1qm7fh4l2qrha43aw6";
};
checkInputs = [ pytest ];
propagatedBuildInputs = [ django ];
meta = with stdenv.lib; {
description = "Shows a 503 error page when maintenance-mode is on";
homepage = "https://github.com/fabiocaccamo/django-maintenance-mode";
maintainers = with maintainers; [ mrmebelman ];
license = licenses.bsd3;
};
}

View File

@@ -0,0 +1,22 @@
{ buildPythonPackage, fetchPypi, lib, pythonOlder }:
buildPythonPackage rec {
pname = "dnspython";
version = "1.16.0";
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "36c5e8e38d4369a08b6780b7f27d790a292b2b08eea01607865bf0936c558e01";
};
# needs networking for some tests
doCheck = false;
meta = {
description = "A DNS toolkit for Python 3.x";
homepage = "http://www.dnspython.org";
# BSD-like, check http://www.dnspython.org/LICENSE for details
license = lib.licenses.free;
};
}

View File

@@ -1,15 +1,16 @@
{ lib, buildPythonPackage, fetchPypi, pytest }:
{ lib, buildPythonPackage, fetchPypi, pythonOlder, pytest, freezegun }:
buildPythonPackage rec {
version = "4.0.0";
pname = "ftputil";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "d494c47f24fd3f8fbe92d40d90e0902c0e04288f200688af2b16d6b46fe441e1";
};
checkInputs = [ pytest ];
checkInputs = [ pytest freezegun ];
checkPhase = ''
touch Makefile

View File

@@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "josepy";
version = "1.3.0";
version = "1.4.0";
src = fetchPypi {
inherit pname version;
sha256 = "068nkdbag049cjs9q3rrs5j5f1239202y0g9xblii6rr0fjgyhf3";
sha256 = "c37ff4b93606e6a452b72cdb992da5e0544be12912fac01b31ddbdd61f6d5bd0";
};
propagatedBuildInputs = [

View File

@@ -18,9 +18,10 @@ buildPythonPackage rec {
sqlalchemy
];
checkPhase = ''
${python.interpreter} tests/test_citext.py
'';
# tests are not packaged in pypi tarball
doCheck = false;
pythonImportsCheck = [ "citext" ];
meta = with lib; {
description = "A sqlalchemy plugin that allows postgres use of CITEXT";