python313Packages.django-localflavor: 4.0 -> 5.0

https://github.com/django/django-localflavor/blob/5.0/docs/changelog.rst
This commit is contained in:
Martin Weinelt
2025-05-22 16:30:45 +02:00
parent 3609c1bd35
commit 7fa90f0748
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "django-localflavor";
version = "4.0";
version = "5.0";
pyproject = true;
src = fetchFromGitHub {
owner = "django";
repo = "django-localflavor";
tag = version;
hash = "sha256-UWp3ei1VlEsEfjbJIE+MpffSzYF4X1HEQw+z+5kZoP0=";
hash = "sha256-eYhkWfxoZlnxhCIaqBhoEt0+SbkZKkUNUAy4p3tYf4A=";
};
build-system = [ setuptools ];
@@ -53,6 +53,7 @@ buildPythonPackage rec {
env.DJANGO_SETTINGS_MODULE = "tests.settings";
meta = with lib; {
changelog = "https://github.com/django/django-localflavor/blob/${src.tag}/docs/changelog.rst";
description = "Country-specific Django helpers";
homepage = "https://github.com/django/django-localflavor";
license = licenses.bsd3;