python3Packages.py-serializable: 1.1.2 -> 2.1.0

https://github.com/madpah/serializable/blob/v2.1.0/CHANGELOG.md

This commit was automatically generated using update-python-libraries.

Changed files
+4 -4
pkgs
development
python-modules
py-serializable
+4 -4
pkgs/development/python-modules/py-serializable/default.nix
···
buildPythonPackage rec {
pname = "py-serializable";
-
version = "1.1.2";
+
version = "2.1.0";
pyproject = true;
disabled = pythonOlder "3.8";
···
owner = "madpah";
repo = "serializable";
tag = "v${version}";
-
hash = "sha256-2A+QjokZ7gtgstclZ7PFSPymYjQYKsLVXy9xbFOfxLo=";
+
hash = "sha256-nou1/80t9d2iKOdZZbcN4SI3dlvuC8T55KMCP/cDEEU=";
};
build-system = [ poetry-core ];
···
xmldiff
];
-
pythonImportsCheck = [ "serializable" ];
+
pythonImportsCheck = [ "py_serializable" ];
disabledTests = [
# AssertionError: '<ns0[155 chars]itle>The Phoenix
···
meta = with lib; {
description = "Library to aid with serialisation and deserialisation to/from JSON and XML";
homepage = "https://github.com/madpah/serializable";
-
changelog = "https://github.com/madpah/serializable/blob/v${version}/CHANGELOG.md";
+
changelog = "https://github.com/madpah/serializable/blob/${src.tag}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
};