3
0
Fork 0
forked from mirrors/nixpkgs

pythonPackages.github3_py: 1.0.0a4 -> 1.0.2

This commit is contained in:
Pascal Wittmann 2018-03-30 18:42:06 +02:00
parent 81354c8467
commit cf6480cba5
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -7963,14 +7963,14 @@ in {
github3_py = buildPythonPackage rec { github3_py = buildPythonPackage rec {
name = "github3.py-${version}"; name = "github3.py-${version}";
version = "1.0.0a4"; version = "1.0.2";
src = pkgs.fetchurl { src = pkgs.fetchurl {
url = "mirror://pypi/g/github3.py/${name}.tar.gz"; url = "mirror://pypi/g/github3.py/${name}.tar.gz";
sha256 = "0rhnrhb7qc60h82hkd4wnj1jh544yzrf4pjmn4rqacdi59p7f3jp"; sha256 = "1g91a8q9w0dalf4y4v0g72zi7vfrxwpx639an28vvys20y5zlvwp";
}; };
buildInputs = with self; [ unittest2 pytest mock betamax betamax-matchers ]; buildInputs = with self; [ unittest2 pytest mock betamax betamax-matchers dateutil ];
propagatedBuildInputs = with self; [ requests pyopenssl uritemplate_py propagatedBuildInputs = with self; [ requests pyopenssl uritemplate_py
ndg-httpsclient requests_toolbelt pyasn1 ]; ndg-httpsclient requests_toolbelt pyasn1 ];