Merge pull request #196101 from fabaff/youless-api-bump

python310Packages.youless-api: 0.16 -> 1.0
This commit is contained in:
Fabian Affolter 2022-10-15 12:25:33 +02:00 committed by GitHub
commit ae99b9f540
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,12 @@
, idna
, nose
, requests
, six
, urllib3
}:
buildPythonPackage rec {
pname = "youless-api";
version = "0.16";
version = "1.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -22,7 +21,7 @@ buildPythonPackage rec {
owner = "jongsoftdev";
repo = "youless-python-bridge";
rev = version;
sha256 = "sha256-8pJeb3eWchMRrk8KLSI/EbHs1wQDqBoqlAQXm9ulyqs=";
hash = "sha256-yh4ZmMn5z6aTZrhj9ZmvpmsDOF4MeDcPtSgr4fimjGM=";
};
propagatedBuildInputs = [
@ -30,7 +29,6 @@ buildPythonPackage rec {
chardet
idna
requests
six
urllib3
];