python312Packages.remarshal: 0.17.1 -> 0.20.0
https://github.com/remarshal-project/remarshal/releases/tag/v0.18.0 https://github.com/remarshal-project/remarshal/releases/tag/v0.19.0 https://github.com/remarshal-project/remarshal/releases/tag/v0.20.0
This commit is contained in:
@@ -8,8 +8,11 @@
|
||||
|
||||
# propagates
|
||||
cbor2,
|
||||
colorama,
|
||||
python-dateutil,
|
||||
pyyaml,
|
||||
rich-argparse,
|
||||
ruamel-yaml,
|
||||
tomlkit,
|
||||
u-msgpack-python,
|
||||
|
||||
@@ -19,26 +22,25 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "remarshal";
|
||||
version = "0.17.1";
|
||||
format = "pyproject";
|
||||
version = "0.20.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "dbohdan";
|
||||
repo = pname;
|
||||
repo = "remarshal";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-2WxMh5P/8NvElymnMU3JzQU0P4DMXFF6j15OxLaS+VA=";
|
||||
hash = "sha256-Fy+K0fM+vjZp8u7C0ElFa1xQM/CIMqFALe42gZRBNOs=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
poetry-core
|
||||
];
|
||||
build-system = [ poetry-core ];
|
||||
|
||||
pythonRelaxDeps = [ "pytest" ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
cbor2
|
||||
colorama
|
||||
python-dateutil
|
||||
pyyaml
|
||||
rich-argparse
|
||||
ruamel-yaml
|
||||
tomlkit
|
||||
u-msgpack-python
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user