Commit Graph

158 Commits

Author SHA1 Message Date
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
f36d79dcb7 python3Packages.django_4: patch in zoneinfo directory
Closes: #187388
2022-08-19 13:27:20 +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
Martin Weinelt
ffcf2ec833 python3Packages.django_2: 2.2.24 -> 2.2.26 2022-01-05 01:19:36 +01:00
Martin Weinelt
bd080376d3 python3Packages.django_2: 2.2.24 -> 2.2.25 2021-12-07 18:23:02 -08:00
Martin Weinelt
8f6c98f535 python3Packages.django_3: 3.2.9 -> 3.2.10 2021-12-07 18:23:02 -08:00
Lancelot SIX
2df1f0268b python3Packages.django: remove lsix from maintainers 2021-11-14 16:27:56 +00:00
R. Ryantm
07b54fd95d python38Packages.django_3: 3.2.8 -> 3.2.9 2021-11-01 12:01:44 +00:00
R. RyanTM
b2539bac63 python38Packages.django_3: 3.2.7 -> 3.2.8 2021-10-06 09:08:52 +00:00
R. RyanTM
e951c8214e python38Packages.django_3: 3.2.5 -> 3.2.7 2021-09-13 06:13:57 +00:00
Martin Weinelt
d7e08efa95 python3Packages.django_3: 3.2.4 -> 3.2.5 2021-07-02 20:26:51 +02:00
Martin Weinelt
794c6633b6 python3Packages.django_3: 3.2.2 -> 3.2.4
https://docs.djangoproject.com/en/dev/releases/3.2.4/
https://www.djangoproject.com/weblog/2021/jun/02/security-releases/

Fixes: CVE-2021-33203, CVE-2021-33571
2021-06-02 15:38:53 +02:00
Martin Weinelt
6c7db95fea python3Packages.django: 2.2.22 -> 2.2.24
https://docs.djangoproject.com/en/dev/releases/2.2.24/
https://www.djangoproject.com/weblog/2021/jun/02/security-releases/

Fixes: CVE-2021-33203, CVE-2021-33571
2021-06-02 15:38:50 +02:00
Robert Schütz
ae65aae795 python3Packages.django_3: 3.2 -> 3.2.2
https://www.djangoproject.com/weblog/2021/may/06/security-releases/
2021-05-07 10:50:51 +01:00
Robert Schütz
2e0b8acd82 python3Packages.django_2: 2.2.20 -> 2.2.22
https://www.djangoproject.com/weblog/2021/may/06/security-releases/
2021-05-07 10:50:43 +01:00
Martin Weinelt
413fb40841 python3Packages.django_3: 3.1.7 -> 3.2
Fixes: CVE-2021-28658
2021-04-07 22:01:20 +02:00
Martin Weinelt
cf4a573ef1 python3Packages.django_2: 2.2.19 -> 2.2.20
Fixes: CVE-2021-28658
2021-04-07 22:01:17 +02:00
Robert Schütz
c63208e5e4 python3Packages.django_2: 2.2.18 -> 2.2.19
This fixes CVE-2021-23336:
https://www.djangoproject.com/weblog/2021/feb/19/security-releases/
2021-03-20 16:10:38 +01:00
R. RyanTM
44c95a8677 python37Packages.django_3: 3.1.6 -> 3.1.7 2021-02-24 19:05:40 +00:00
Lancelot SIX
e76d93367d pythonPackages.django: 2.2.17 -> 2.2.18
See https://docs.djangoproject.com/en/2.2/releases/2.2.18/ for release
information
2021-02-06 10:40:54 +00:00