python3Packages.django_5_1: 5.1.11 -> 5.1.12; python3Packages.django_5_2: 5.2.5 -> 5.2.6 (#439973)

This commit is contained in:
Martin Weinelt
2025-09-03 23:55:11 +02:00
committed by GitHub
2 changed files with 4 additions and 14 deletions
@@ -44,7 +44,7 @@
buildPythonPackage rec {
pname = "django";
version = "5.1.11";
version = "5.1.12";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -53,7 +53,7 @@ buildPythonPackage rec {
owner = "django";
repo = "django";
rev = "refs/tags/${version}";
hash = "sha256-yHoK7NGa91QEVFLeHqJo126qNg1pTE7W6LEtbCLy4sw=";
hash = "sha256-QWBxP728D/HQb+WLPkaXMOQtlO8b+FWcYxZyHoVcxVI=";
};
patches = [
@@ -72,11 +72,6 @@ buildPythonPackage rec {
hash = "sha256-+K20/V8sh036Ox9U7CSPgfxue7f28Sdhr3MsB7erVOk=";
})
]
++ lib.optionals (pythonAtLeast "3.13") [
# https://code.djangoproject.com/ticket/36499
# https://github.com/django/django/pull/19639
./3.13.6-html-parser.patch
]
++ lib.optionals withGdal [
(replaceVars ./django_5_set_geos_gdal_lib.patch {
geos = geos;
@@ -43,7 +43,7 @@
buildPythonPackage rec {
pname = "django";
version = "5.2.5";
version = "5.2.6";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -52,7 +52,7 @@ buildPythonPackage rec {
owner = "django";
repo = "django";
rev = "refs/tags/${version}";
hash = "sha256-1Lw0L+mPynf9CmioiTQhePgqCLniUkv9E0ZIoHhhBTs=";
hash = "sha256-Bzm4FTzYeXEEFenkT2gN1IzYnUIo7tlD2GI/sX2THkw=";
};
patches = [
@@ -64,11 +64,6 @@ buildPythonPackage rec {
# disable test that expects timezone issues
./django_5_disable_failing_tests.patch
]
++ lib.optionals (pythonAtLeast "3.13") [
# https://code.djangoproject.com/ticket/36499
# https://github.com/django/django/pull/19639
./3.13.6-html-parser.patch
]
++ lib.optionals withGdal [
(replaceVars ./django_5_set_geos_gdal_lib.patch {
geos = geos;