Commit Graph

191 Commits

Author SHA1 Message Date
Martin Weinelt 99575d3ea0 python311Packages.django_5: 5.0a1 -> 5.0b1 2023-11-03 01:21:56 +01:00
Martin Weinelt 9561cb0115 Merge pull request #258907 from mweinelt/django-5.0a1
python311Packages.django_5: init at 5.0a1
2023-10-23 01:37:57 +02:00
Martin Weinelt 3539510aae python311Packages.django_3: 3.2.20 -> 3.2.22
https://docs.djangoproject.com/en/dev/releases/3.2.21/
https://docs.djangoproject.com/en/dev/releases/3.2.22/

https://www.djangoproject.com/weblog/2023/sep/04/security-releases/
https://www.djangoproject.com/weblog/2023/oct/04/security-releases/

Fixes: CVE-2023-41164, CVE-2023-43665
2023-10-05 03:05:20 +02:00
Martin Weinelt 42f03e6d5a python311Packages.django_4: 4.2.5 -> 4.2.6
https://docs.djangoproject.com/en/4.2/releases/4.2.6/
https://www.djangoproject.com/weblog/2023/oct/04/security-releases/

Fixes: CVE-2023-43665
2023-10-04 19:03:26 +02:00
Martin Weinelt 92e63fc232 python311Packages.django_5: init at 5.0a1
https://www.djangoproject.com/weblog/2023/sep/18/django-50-alpha-1-released/
https://docs.djangoproject.com/en/dev/releases/5.0/
2023-10-04 04:28:20 +02:00
Martin Weinelt 99176f9cd5 python310Packages.django_4: 4.2.4 -> 4.2.5
https://docs.djangoproject.com/en/4.2/releases/4.2.5/

Fixes: CVE-2023-41164
2023-09-14 02:04:30 +02:00
Martin Weinelt 0307dd3625 python310Packages.django_4: 4.2.3 -> 4.2.4
https://docs.djangoproject.com/en/4.2/releases/4.2.4/
2023-08-02 18:08:48 +02:00
Vladimír Čunát 5fbb4da862 Merge #241270: python310Packages.django_3: 3.2.19 -> 3.2.20
...into staging-next, i.e. this will come to nixpkgs master earlier
than the first merge of the PR in commit d58e2d51a5.
2023-07-10 08:47:00 +02:00
Martin Weinelt 16f4d582a6 python310Packages.django_3: 3.2.19 -> 3.2.20
https://www.djangoproject.com/weblog/2023/jul/03/security-releases/
https://docs.djangoproject.com/en/3.2/releases/3.2.20/

Fixes: CVE-2023-36053
2023-07-03 13:51:23 +02:00
Martin Weinelt 3c2c41462b python310Packages.django_4: 4.2.2 -> 4.2.3
https://www.djangoproject.com/weblog/2023/jul/03/security-releases/
https://docs.djangoproject.com/en/4.2/releases/4.2.3/

Fixes: CVE-2023-36053
2023-07-03 13:11:05 +02:00
Martin Weinelt a6ccec371a python310Packages.django_4: 4.2.1 -> 4.2.2
https://docs.djangoproject.com/en/4.2/releases/4.2.2/
2023-06-05 19:54:08 +02:00
github-actions[bot] 1b8f2397cf Merge staging-next into staging 2023-05-05 00:02:42 +00:00
Martin Weinelt 8b9ea18d28 python310Packages.django_4: 4.2 -> 4.2.1
https://docs.djangoproject.com/en/4.2/releases/4.2.1/

Fixes: CVE-2023-31047
2023-05-04 14:39:41 +02:00
Martin Weinelt 6538d97fd4 python310Packages.django_3: 3.2.18 -> 3.2.19
https://docs.djangoproject.com/en/dev/releases/3.2.19/

Fixes: CVE-2023-31047
2023-05-04 14:36:33 +02:00
Martin Weinelt 7109d10aab python310Packages.django_4: enable tests on linux
Tests still fail on darwin because of missing timezone information, no
idea how to resolve that. TZDIR does work on Linux.
2023-04-04 03:23:56 +02:00
Martin Weinelt 4a269e1afa python310Packages.django_4: 4.1.7 -> 4.2
https://docs.djangoproject.com/en/4.2/releases/4.2/
2023-04-04 03:17:47 +02:00
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