python311Packages.odp-amsterdam: 5.1.1 -> 5.2.0
Diff: https://github.com/klaasnicolaas/python-odp-amsterdam/compare/refs/tags/v5.1.1...v5.2.0 Changelog: https://github.com/klaasnicolaas/python-odp-amsterdam/releases/tag/v5.2.0
This commit is contained in:
parent
214c9de815
commit
2f29aa92b5
1 changed files with 4 additions and 3 deletions
|
@ -7,11 +7,12 @@
|
||||||
, pythonOlder
|
, pythonOlder
|
||||||
, pytest-asyncio
|
, pytest-asyncio
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
|
, pytz
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "odp-amsterdam";
|
pname = "odp-amsterdam";
|
||||||
version = "5.1.1";
|
version = "5.2.0";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
disabled = pythonOlder "3.9";
|
disabled = pythonOlder "3.9";
|
||||||
|
@ -20,13 +21,12 @@ buildPythonPackage rec {
|
||||||
owner = "klaasnicolaas";
|
owner = "klaasnicolaas";
|
||||||
repo = "python-odp-amsterdam";
|
repo = "python-odp-amsterdam";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-DaL2CTrhWqBwl3kktF1wndxzrreA24C3zXmp4ghf/4s=";
|
hash = "sha256-iJjwxvlxzRpKy2P0A3mS2i05bues5YasP72HuZiuFyE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace pyproject.toml \
|
substituteInPlace pyproject.toml \
|
||||||
--replace '"0.0.0"' '"${version}"'
|
--replace '"0.0.0"' '"${version}"'
|
||||||
|
|
||||||
sed -i '/addopts/d' pyproject.toml
|
sed -i '/addopts/d' pyproject.toml
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
@ -36,6 +36,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
aiohttp
|
aiohttp
|
||||||
|
pytz
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeCheckInputs = [
|
nativeCheckInputs = [
|
||||||
|
|
Loading…
Reference in a new issue