python313Packages.django-localflavor: 4.0 -> 5.0
https://github.com/django/django-localflavor/blob/5.0/docs/changelog.rst
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user