Commit Graph

175 Commits

Author SHA1 Message Date
github-actions[bot]
af79979d58
Merge master into staging-next 2023-02-21 06:01:00 +00:00
Martin Weinelt
4a816703fd python310Packages.django_3: 3.2.17 -> 3.2.18
https://docs.djangoproject.com/en/dev/releases/3.2.18/
https://www.djangoproject.com/weblog/2023/feb/14/security-releases/

Fixes: CVE-2023-24580
2023-02-14 21:03:26 +00:00
Martin Weinelt
9fc6149def
python310Packages.django_4: 4.1.6 -> 4.1.7
https://docs.djangoproject.com/en/4.1/releases/4.1.7/
https://www.djangoproject.com/weblog/2023/feb/14/security-releases/

Fixes: CVE=2023=24580
2023-02-14 17:44:45 +01:00
github-actions[bot]
b74764e3d4
Merge master into staging-next 2023-02-01 18:01:25 +00:00
Martin Weinelt
d3e48e9f1b
python3Packages.django_3: 3.2.16 -> 3.2.17
https://docs.djangoproject.com/en/dev/releases/3.2.17/

Fixes: CVE-2023-23969
2023-02-01 15:54:01 +01:00
R. Ryantm
f4bdd4a42c
python310Packages.django_4: 4.1.5 -> 4.1.6
https://docs.djangoproject.com/en/4.1/releases/4.1.6/

Fixes: CVE-2023-23969
2023-02-01 13:57:26 +01:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Martin Weinelt
08ce0ded51 python3Packages.django_4: 4.1.4 -> 4.1.5
Changelog: https://docs.djangoproject.com/en/4.1/releases/4.1.5/
2023-01-03 06:09:32 +01:00
Martin Weinelt
ccc0d0c147
python3Packages.django_4: 4.1.3 -> 4.1.4
https://docs.djangoproject.com/en/4.1/releases/4.1.4/
2022-12-06 14:27:15 +01:00
Martin Weinelt
a945f716b4
python3Packages.django_4: 4.1.2 -> 4.1.3
https://docs.djangoproject.com/en/4.1/releases/4.1.3/
2022-11-02 01:36:30 +01:00
github-actions[bot]
939050602c
Merge master into staging-next 2022-10-05 18:07:32 +00:00
Martin Weinelt
b1dca5596e
python3Packages.django_3: 3.2.15 -> 3.2.16
https://docs.djangoproject.com/en/3.2/releases/3.2.16/
https://www.djangoproject.com/weblog/2022/oct/04/security-releases/

Fixes: CVE-2022-41323
2022-10-05 03:26:55 +02:00
Martin Weinelt
2f93baecd0
python3Packages.django_4: 4.1.1 -> 4.1.2
https://docs.djangoproject.com/en/4.1/releases/4.1.2/
https://www.djangoproject.com/weblog/2022/oct/04/security-releases/

Fixes: CVE-2022-41323
2022-10-04 21:42:44 +02:00
Martin Weinelt
bfe66ab0da python3Packages.django_4: add setuptools to nativeBuildInputs 2022-09-19 10:37:47 +02:00
github-actions[bot]
0a7bf347e3
Merge master into staging-next 2022-09-06 00:02:29 +00:00
Martin Weinelt
8fcca788fb
python3Packages.django_4: 4.1 -> 4.1.1
https://docs.djangoproject.com/en/4.1/releases/4.1.1/
2022-09-05 21:40:30 +02:00
Martin Weinelt
b76729a06d
Merge pull request #187435 from mweinelt/django_3_zoneinfo 2022-08-20 12:56:28 +02:00
Martin Weinelt
f36d79dcb7
python3Packages.django_4: patch in zoneinfo directory
Closes: #187388
2022-08-19 13:27:20 +02:00
Martin Weinelt
977cbb7e82 python3Packages.django_3: patch in zoneinfo directory
Related: #187388
2022-08-19 13:08:38 +02:00
github-actions[bot]
21cf6d1144
Merge master into staging-next 2022-08-11 00:02:36 +00:00
R. Ryantm
ba0aeaf429 python310Packages.django_4: 4.0.7 -> 4.1
Applies a patch to fix a regression in the sqlite database backend.

Co-Authored-By: Florian Brandes <florian.brandes@posteo.de>
2022-08-10 21:01:09 +02:00
Martin Weinelt
1375d46ee9
Merge pull request #184995 from mweinelt/django_3 2022-08-04 01:32:09 +02:00
Martin Weinelt
ae26091d37
python3Packages.django_3: 3.2.14 -> 3.2.15
https://www.djangoproject.com/weblog/2022/aug/03/security-releases/

Fixes: CVE-2022-36359
2022-08-03 13:25:12 +02:00
Martin Weinelt
8e4e1caf65
python3Packages.django_4: 4.0.6 -> 4.0.7
https://www.djangoproject.com/weblog/2022/aug/03/security-releases/

Fixes: CVE-2022-36359
2022-08-03 13:04:30 +02:00
github-actions[bot]
58eb752984
Merge master into staging-next 2022-07-14 12:01:31 +00:00
Sebastian Wild
d7aeec462c python310Packages.django: fix build with gdal and use correct geos version
With the update of geos from 3.9 to 3.10, the use of django with gdal
broke since django 3 does not support geos 3.10
2022-07-13 21:54:01 +02:00
Martin Weinelt
8f3b6c83d9 python3Packages.django_3: 3.2.13 -> 3.2.14
https://www.djangoproject.com/weblog/2022/jul/04/security-releases/
https://docs.djangoproject.com/en/dev/releases/3.2.14/

Fixes: CVE-2022-34265
2022-07-04 12:49:21 +02:00
Martin Weinelt
3086451764 python3Packages.django_4: 4.0.5 -> 4.0.6
https://www.djangoproject.com/weblog/2022/jul/04/security-releases/
https://docs.djangoproject.com/en/dev/releases/4.0.6/

Fixes: CVE-2022-34265
2022-07-04 12:48:26 +02:00
Florian Amsallem
43f65db139 python3Packages.django_4: fix geos_gdal patch syntax error 2022-06-03 12:43:10 +02:00
github-actions[bot]
d6b9d24302
Merge master into staging-next 2022-06-02 00:02:21 +00:00
Martin Weinelt
0a9a6fa6e2
python3Packages.django_4: 4.0.4 -> 4.0.5
https://docs.djangoproject.com/en/4.0/releases/4.0.5/
2022-06-01 23:52:43 +02:00
Sandro Jäckel
5185a359c2
python310Packages.django: add pythonImportsCheck, little code cleanup 2022-05-19 11:28:47 +02:00
Sandro Jäckel
293f3d8ec5
python310Packages.argon2-cffi: normalise pname 2022-05-09 13:44:58 +02:00
Robert Schütz
a198efc313 python3Packages.python-memcached: 1.51 -> 1.59
Also rename from memcached to python-memcached.
2022-05-06 02:57:01 +00:00
Martin Weinelt
bf201810d4
python3Packages.django_3: 3.2.12 -> 3.2.13
https://www.djangoproject.com/weblog/2022/apr/11/security-releases/
https://docs.djangoproject.com/en/3.2/releases/3.2.13/

Fixes: CVE-2022-28346, CVE-2022-28347
2022-04-11 14:11:50 +02:00
Martin Weinelt
ebe26c8483
python3Packages.django_4: 4.0.3 -> 4.0.4
https://www.djangoproject.com/weblog/2022/apr/11/security-releases/
https://docs.djangoproject.com/en/4.0/releases/4.0.4/

Fixes: CVE-2022-28346, CVE-2022-28347
2022-04-11 14:11:50 +02:00
Martin Weinelt
dcfccc5622 python3Packages.django_2: drop
The package goes EOL in 2022/04 and is therefore being removed.

Closes: #157905
2022-03-14 00:29:06 +01:00
github-actions[bot]
fbe95e7196
Merge master into staging-next 2022-03-01 18:05:48 +00:00
Martin Weinelt
7e235b3969
python3Packages.django_4: 4.0.2 -> 4.0.3
https://docs.djangoproject.com/en/4.0/releases/4.0.3/
2022-03-01 12:14:48 +01:00
Robert Schütz
8b4354e860 python3Packages.django_3: fix pname 2022-02-09 21:48:27 -08:00
Robert Schütz
66b6f5f860 python3Packages.django_2: fix pname 2022-02-09 21:48:27 -08:00
Jonathan Ringer
5df08e00cd
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/development/python-modules/opensimplex/default.nix
	pkgs/development/python-modules/pygame-gui/default.nix
	pkgs/top-level/aliases.nix
	pkgs/top-level/python-aliases.nix
2022-02-08 21:19:24 -08:00
Jonathan Ringer
d818fd7e71 Revert "python3Packages.django_2: fix pname"
This reverts commit 1862f4928c.
2022-02-08 21:02:22 -08:00
Jonathan Ringer
2bd97adf43 Revert "python3Packages.django_3: fix pname"
This reverts commit 900e318470.
2022-02-08 21:02:22 -08:00
Robert Schütz
900e318470 python3Packages.django_3: fix pname 2022-02-08 19:36:32 -08:00
Robert Schütz
1862f4928c python3Packages.django_2: fix pname 2022-02-08 19:36:32 -08:00
Martin Weinelt
620761739c python3Packages.django_4: init at 4.0.2 2022-02-08 19:26:40 -08:00
Martin Weinelt
1194b292d9
python3Packages.django_3: 3.2.11 -> 3.2.12
https://www.djangoproject.com/weblog/2022/feb/01/security-releases/

Fixes: CVE-2022-23833, CVE-2022-22818
2022-02-01 15:48:59 +01:00
Martin Weinelt
4c8019a8e5
python3Packages.django_2: 2.2.26 -> 2.2.27
https://www.djangoproject.com/weblog/2022/feb/01/security-releases/

Fixes: CVE-2022-23833, CVE-2022-22818
2022-02-01 15:48:57 +01:00
Martin Weinelt
ade38fcf21
python3Packages.django_3: 3.2.9 -> 3.2.11 2022-01-05 01:19:51 +01:00