python310Packages.pyrainbird: 1.0.0 -> 1.1.0
Diff: allenporter/pyrainbird@refs/tags/1.0.0...1.1.0 Changelog: https://github.com/allenporter/pyrainbird/releases/tag/1.1.0
This commit is contained in:
parent
25a604c919
commit
24b9734763
1 changed files with 4 additions and 4 deletions
|
@ -3,19 +3,19 @@
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, parameterized
|
, parameterized
|
||||||
, pycryptodome
|
, pycryptodome
|
||||||
|
, pydantic
|
||||||
, pytest-aiohttp
|
, pytest-aiohttp
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
, pythonOlder
|
, pythonOlder
|
||||||
, pyyaml
|
, pyyaml
|
||||||
, requests
|
, requests
|
||||||
, pydantic
|
|
||||||
, requests-mock
|
, requests-mock
|
||||||
, responses
|
, responses
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pyrainbird";
|
pname = "pyrainbird";
|
||||||
version = "1.0.0";
|
version = "1.1.0";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.9";
|
disabled = pythonOlder "3.9";
|
||||||
|
@ -24,7 +24,7 @@ buildPythonPackage rec {
|
||||||
owner = "allenporter";
|
owner = "allenporter";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-5IEzoxuwIzMfHzW0oD/LC+iWf+yC05nfCJd5tzMccrc=";
|
hash = "sha256-qAFc1LPGG8O46He2cjhs567yqaZy7d5CMeDH/sqnriw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
@ -37,6 +37,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
pycryptodome
|
pycryptodome
|
||||||
|
pydantic
|
||||||
pyyaml
|
pyyaml
|
||||||
requests
|
requests
|
||||||
];
|
];
|
||||||
|
@ -47,7 +48,6 @@ buildPythonPackage rec {
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
requests-mock
|
requests-mock
|
||||||
responses
|
responses
|
||||||
pydantic
|
|
||||||
];
|
];
|
||||||
|
|
||||||
pythonImportsCheck = [
|
pythonImportsCheck = [
|
||||||
|
|
Loading…
Reference in a new issue