remarshal: 0.17.1 -> 0.20.0; python312Packages.tomlkit: 0.12.5 -> 0.13.2 (#348098)

This commit is contained in:
Martin Weinelt
2024-10-13 15:37:56 +02:00
committed by GitHub
2 changed files with 16 additions and 14 deletions
@@ -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
];
@@ -13,15 +13,15 @@
buildPythonPackage rec {
pname = "tomlkit";
version = "0.12.5";
format = "pyproject";
version = "0.13.2";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-7vNPujmDTU1rc8m6fz5NHEF6Tlb4mn6W4JDdDSS4+zw=";
hash = "sha256-//X+WahylbJ4q9Mb7JLBXZvEoGiFqxK86lLHERk5Lnk=";
};
nativeBuildInputs = [ poetry-core ];
build-system = [ poetry-core ];
nativeCheckInputs = [
pyyaml