python3Packages.multipart: 1.2.1 -> 1.3.0

https://github.com/defnull/multipart/blob/v1.3.0/CHANGELOG.rst

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

Changed files
+3 -3
pkgs
development
python-modules
multipart
+3 -3
pkgs/development/python-modules/multipart/default.nix
···
buildPythonPackage rec {
pname = "multipart";
-
version = "1.2.1";
pyproject = true;
src = fetchFromGitHub {
owner = "defnull";
repo = "multipart";
tag = "v${version}";
-
hash = "sha256-mQMv5atWrWpwyY9YYjaRYNDm5AfW54drPSKL7qiae+I=";
};
build-system = [ flit-core ];
···
pythonImportsCheck = [ "multipart" ];
meta = {
-
changelog = "https://github.com/defnull/multipart/blob/${src.rev}/CHANGELOG.rst";
description = "Parser for multipart/form-data";
homepage = "https://github.com/defnull/multipart";
license = lib.licenses.mit;
···
buildPythonPackage rec {
pname = "multipart";
+
version = "1.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "defnull";
repo = "multipart";
tag = "v${version}";
+
hash = "sha256-6vlyoi4nayZOKyfO4jbKNzUy7G6K7mySYzkqfp+45O4=";
};
build-system = [ flit-core ];
···
pythonImportsCheck = [ "multipart" ];
meta = {
+
changelog = "https://github.com/defnull/multipart/blob/${src.tag}/CHANGELOG.rst";
description = "Parser for multipart/form-data";
homepage = "https://github.com/defnull/multipart";
license = lib.licenses.mit;