lol

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

authored by

Martin Weinelt and committed by
GitHub
89da204a 47f28ad9

+4 -14
+2 -7
pkgs/development/python-modules/django/5_1.nix
··· 44 44 45 45 buildPythonPackage rec { 46 46 pname = "django"; 47 - version = "5.1.11"; 47 + version = "5.1.12"; 48 48 pyproject = true; 49 49 50 50 disabled = pythonOlder "3.10"; ··· 53 53 owner = "django"; 54 54 repo = "django"; 55 55 rev = "refs/tags/${version}"; 56 - hash = "sha256-yHoK7NGa91QEVFLeHqJo126qNg1pTE7W6LEtbCLy4sw="; 56 + hash = "sha256-QWBxP728D/HQb+WLPkaXMOQtlO8b+FWcYxZyHoVcxVI="; 57 57 }; 58 58 59 59 patches = [ ··· 71 71 url = "https://github.com/django/django/commit/12f4f95405c7857cbf2f4bf4d0261154aac31676.patch"; 72 72 hash = "sha256-+K20/V8sh036Ox9U7CSPgfxue7f28Sdhr3MsB7erVOk="; 73 73 }) 74 - ] 75 - ++ lib.optionals (pythonAtLeast "3.13") [ 76 - # https://code.djangoproject.com/ticket/36499 77 - # https://github.com/django/django/pull/19639 78 - ./3.13.6-html-parser.patch 79 74 ] 80 75 ++ lib.optionals withGdal [ 81 76 (replaceVars ./django_5_set_geos_gdal_lib.patch {
+2 -7
pkgs/development/python-modules/django/5_2.nix
··· 43 43 44 44 buildPythonPackage rec { 45 45 pname = "django"; 46 - version = "5.2.5"; 46 + version = "5.2.6"; 47 47 pyproject = true; 48 48 49 49 disabled = pythonOlder "3.10"; ··· 52 52 owner = "django"; 53 53 repo = "django"; 54 54 rev = "refs/tags/${version}"; 55 - hash = "sha256-1Lw0L+mPynf9CmioiTQhePgqCLniUkv9E0ZIoHhhBTs="; 55 + hash = "sha256-Bzm4FTzYeXEEFenkT2gN1IzYnUIo7tlD2GI/sX2THkw="; 56 56 }; 57 57 58 58 patches = [ ··· 63 63 ./django_5_tests_pythonpath.patch 64 64 # disable test that expects timezone issues 65 65 ./django_5_disable_failing_tests.patch 66 - ] 67 - ++ lib.optionals (pythonAtLeast "3.13") [ 68 - # https://code.djangoproject.com/ticket/36499 69 - # https://github.com/django/django/pull/19639 70 - ./3.13.6-html-parser.patch 71 66 ] 72 67 ++ lib.optionals withGdal [ 73 68 (replaceVars ./django_5_set_geos_gdal_lib.patch {