python312Packages.google-i18n-address: 3.1.0 -> 3.1.1 (#341346)

This commit is contained in:
Fabian Affolter 2024-09-12 22:01:59 +02:00 committed by GitHub
commit a9dcd9db3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,8 +10,8 @@
buildPythonPackage rec {
pname = "google-i18n-address";
version = "3.1.0";
format = "pyproject";
version = "3.1.1";
pyproject = true;
disabled = pythonOlder "3.7";
@ -19,12 +19,12 @@ buildPythonPackage rec {
owner = "mirumee";
repo = "google-i18n-address";
rev = "refs/tags/${version}";
hash = "sha256-dW/1wwnFDjYpym1ZaSZ7mOLpkHxsvuAHC8zBRekxWaw=";
hash = "sha256-7RqS/+6zInlhWydJwp4xf2uGpfmSdiSwvJugpL8Mlpk=";
};
nativeBuildInputs = [ hatchling ];
build-system = [ hatchling ];
propagatedBuildInputs = [ requests ];
dependencies = [ requests ];
nativeCheckInputs = [ pytestCheckHook ];
@ -32,10 +32,10 @@ buildPythonPackage rec {
meta = with lib; {
description = "Google's i18n address data packaged for Python";
mainProgram = "update-validation-files";
homepage = "https://github.com/mirumee/google-i18n-address";
changelog = "https://github.com/mirumee/google-i18n-address/releases/tag/${version}";
license = licenses.bsd3;
maintainers = [ ];
mainProgram = "update-validation-files";
};
}