Merge pull request #270692 from peti/t/update-python-bugzilla

python-bugzilla: update from version 2.3.0 to 3.2.0
This commit is contained in:
Peter Simons 2023-11-29 08:33:52 +01:00 committed by GitHub
commit df8ca0b262
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,22 +3,23 @@
, fetchPypi
, requests
, pytestCheckHook
, glibcLocalesUtf8
}:
buildPythonPackage rec {
pname = "bugzilla";
version = "2.3.0";
version = "3.2.0";
src = fetchPypi {
pname = "python-${pname}";
inherit version;
sha256 = "0q8c3k0kdnd11g2s56cp8va9365x0xfr2m2zn9fgxjijdyhwdic5";
sha256 = "TvyM+il4N8nk6rIg4ZcXZxW9Ye4zzsLBsPJ5DweGA4c=";
};
propagatedBuildInputs = [ requests ];
nativeCheckInputs = [
pytestCheckHook
pytestCheckHook glibcLocalesUtf8
];
preCheck = ''