| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python3Packages.django*: fix compat with python 3.13.6 and newer | Martin Weinelt | 2025-08-09 | 4 | -1/+76 |
| * | python3Packages.django_5_2: 5.2.4 -> 5.2.5•••https://docs.djangoproject.com/en/5.2/releases/5.2.5/ | Martin Weinelt | 2025-08-09 | 1 | -2/+2 |
| * | python3Packages.django_3: drop•••This django release went EOL after 2024-04-01. Closes: #262907 | Martin Weinelt | 2025-08-02 | 3 | -100/+0 |
| * | treewide: run nixfmt 1.0.0 | Wolfgang Walther | 2025-07-24 | 4 | -103/+101 |
| * | python3Packages.django_5_2: 5.2.3 -> 5.2.4•••https://docs.djangoproject.com/en/5.2/releases/5.2.4/ | Martin Weinelt | 2025-07-02 | 1 | -2/+2 |
| * | treewide: add explicit format attribute for Python packages•••If a Python package does not come with either `format` or `pyproject` we consider it a setuptools build, that calls `setup.py` directly, which is deprecated. This change, as a first step, migrates a large chunk of these packages to set setuptools as their explicit format This is so we can unify the problem space for the next step of the migration. | Martin Weinelt | 2025-07-02 | 1 | -0/+1 |
| * | Merge master into staging-next | nixpkgs-ci[bot] | 2025-06-12 | 2 | -15/+2 |
| |\ | |||||
| | * | python3Packages.django_5_{1,2}: don't depend on pywatchman (#415400) | Martin Weinelt | 2025-06-12 | 2 | -15/+2 |
| | |\ | |||||
| | | * | python3Packages.django_5_2: enable tests on Darwin | Robert Schütz | 2025-06-11 | 1 | -3/+2 |
| | | * | python3Packages.django_5_1: enable tests on Darwin | Robert Schütz | 2025-06-11 | 1 | -2/+0 |
| | | * | python3Packages.django_5_2: don't depend on pywatchman | Robert Schütz | 2025-06-11 | 1 | -6/+1 |
| | | * | python3Packages.django_5_1: don't depend on pywatchman | Robert Schütz | 2025-06-09 | 1 | -6/+1 |
| * | | | Merge remote-tracking branch 'origin/master' into staging-next | Martin Weinelt | 2025-06-11 | 2 | -4/+4 |
| |\| | | |||||
| | * | | python3Packages.django_5_2: 5.2.2 -> 5.2.3 (#415743) | Martin Weinelt | 2025-06-11 | 1 | -2/+2 |
| | |\ \ | |||||
| | | * | | python3Packages.django_5_2: 5.2.2 -> 5.2.3•••https://docs.djangoproject.com/en/5.2/releases/5.2.3/ https://www.djangoproject.com/weblog/2025/jun/10/bugfix-releases/ Fixes: CVE-2025-48432 | Martin Weinelt | 2025-06-11 | 1 | -2/+2 |
| | | |/ | |||||
| | * / | python3Packages.django_5_1: 5.1.10 -> 5.1.11•••https://docs.djangoproject.com/en/5.1/releases/5.1.11/ https://www.djangoproject.com/weblog/2025/jun/10/bugfix-releases/ Fixes: CVE-2025-48432 | Martin Weinelt | 2025-06-11 | 1 | -2/+2 |
| | |/ | |||||
| * | | python3Packages.django_4: 4.2.22 -> 4.2.23•••https://docs.djangoproject.com/en/4.2/releases/4.2.23/ https://www.djangoproject.com/weblog/2025/jun/10/bugfix-releases/ Fixes: CVE-2025-48432 | Martin Weinelt | 2025-06-11 | 1 | -2/+2 |
| * | | Merge staging-next into staging | nixpkgs-ci[bot] | 2025-06-05 | 1 | -2/+2 |
| |\| | |||||
| | * | python3Packages.django_5_1: 5.1.9 -> 5.1.10 (#414118) | Martin Weinelt | 2025-06-05 | 1 | -2/+2 |
| | |\ | |||||
| | | * | python3Packages.django_5_1: 5.1.9 -> 5.1.10•••https://docs.djangoproject.com/en/5.1/releases/5.1.10/ https://www.djangoproject.com/weblog/2025/jun/04/security-releases/ Fixes: CVE-2025-48432 | Martin Weinelt | 2025-06-05 | 1 | -2/+2 |
| * | | | python3Packages.django_4: 4.2.21 -> 4.2.22 (#414120) | Martin Weinelt | 2025-06-05 | 1 | -2/+2 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | python3Packages.django_4: 4.2.21 -> 4.2.22•••https://docs.djangoproject.com/en/4.2/releases/4.2.22/ | Martin Weinelt | 2025-06-05 | 1 | -2/+2 |
| | |/ | |||||
| * / | python3Packages.django_5_2: 5.2.1 -> 5.2.2•••https://docs.djangoproject.com/en/5.2/releases/5.2.2/ https://www.djangoproject.com/weblog/2025/jun/04/security-releases/ Fixes: CVE-2025-48432 | Martin Weinelt | 2025-06-05 | 1 | -2/+2 |
| |/ | |||||
| * | python313Packages.django_5_2: init at 5.2.1•••https://docs.djangoproject.com/en/5.2/releases/5.2/ https://docs.djangoproject.com/en/5.2/releases/5.2.1/ | Martin Weinelt | 2025-05-18 | 2 | -0/+150 |
| * | Merge master into staging-next | nixpkgs-ci[bot] | 2025-05-08 | 1 | -5/+2 |
| |\ | |||||
| | * | python313Packages.django_5: 5.1.8 -> 5.1.9•••Fixes CVE-2025-32873. https://www.djangoproject.com/weblog/2025/may/07/security-releases/ https://docs.djangoproject.com/en/dev/releases/5.1.9/ | Thomas Gerbet | 2025-05-07 | 1 | -5/+2 |
| * | | python313Packages.django_4: 4.2.20 -> 4.2.21•••Fixes CVE-2025-32873. https://www.djangoproject.com/weblog/2025/may/07/security-releases/ https://docs.djangoproject.com/en/dev/releases/4.2.21/ | Thomas Gerbet | 2025-05-07 | 1 | -2/+2 |
| |/ | |||||
| * | python312Packages.django_4: backport fix for test brokenness | K900 | 2025-04-28 | 1 | -0/+8 |
| * | python313Packages.django_5: 5.1.7 -> 5.1.8•••https://docs.djangoproject.com/en/5.1/releases/5.1.8/ https://www.djangoproject.com/weblog/2025/apr/02/security-releases/ Fixes: CVE-2025-27556 | Martin Weinelt | 2025-04-02 | 2 | -23/+2 |
| * | python313Packages.django_4: 4.2.19 -> 4.2.20•••https://docs.djangoproject.com/en/4.2/releases/4.2.20/ https://www.djangoproject.com/weblog/2025/mar/06/security-releases Fixes: CVE-2025-26699 | Martin Weinelt | 2025-03-11 | 1 | -2/+2 |
| * | python313Packages.django_5: fix django-import-export and indirectly glitchtip | Sandro Jäckel | 2025-03-11 | 2 | -0/+21 |
| * | python313Packages.django_5: 5.1.6 -> 5.1.7•••https://docs.djangoproject.com/en/5.1/releases/5.1.7/ https://www.djangoproject.com/weblog/2025/mar/06/security-releases/ Fixes: CVE-2025-26699 | Martin Weinelt | 2025-03-08 | 1 | -2/+2 |
| * | treewide: fix typos in comments•••Made with ```shell git restore . fd '\.nix$' pkgs/ --type f -j1 -x bash -xc "$(cat <<"EOF" typos --no-check-filenames --write-changes "$1" git diff --exit-code "$1" && exit #( git diff "$1" | grep -qE "^\+ +[^# ]") && git restore "$1" count1="$( bat --language nix --diff --style changes "$1" --theme "Monokai Extended" --color always | aha --no-header | grep -E '^<span style="color:olive;">~</span> ' | wc -l )" count2="$( bat --language nix --diff --style changes "$1" --theme "Monokai Extended" --color always | aha --no-header | grep -E '^<span style="color:olive;">~</span> (<span style="color:#f8f8f2;"> *</span>)?<span style="color:#75715e;">.*</span>$' | wc -l )" [[ $count1 -ne $count2 ]] && git restore "$1" EOF )" -- {} ``` and filtered with `GIT_DIFF_OPTS='--unified=15' git -c interactive.singleKey=true add --patch` I initially tried using the tree-sitter cli, python bindings and even ast-grep through various means, but this is what I ended up with. | Peder Bergebakken Sundt | 2025-02-24 | 1 | -1/+1 |
| * | treewide: replace substituteAll with replaceVars | Wolfgang Walther | 2025-02-10 | 3 | -19/+15 |
| * | python3Packages.django_{4,5}: backport patch fixing builds on bcachefs | K900 | 2025-02-10 | 2 | -0/+16 |
| * | Merge staging-next into staging | nixpkgs-ci[bot] | 2025-02-07 | 1 | -2/+2 |
| |\ | |||||
| | * | python313Packages.django_5: 5.1.5 -> 5.1.6•••https://docs.djangoproject.com/en/5.1/releases/5.1.6/ | Martin Weinelt | 2025-02-06 | 1 | -2/+2 |
| * | | python313Packages.django_4: 4.2.18 -> 4.2.19•••https://docs.djangoproject.com/en/4.2/releases/4.2.19/ | Martin Weinelt | 2025-02-07 | 1 | -2/+2 |
| |/ | |||||
| * | Merge remote-tracking branch 'origin/staging-next' into staging | K900 | 2025-01-16 | 1 | -2/+2 |
| |\ | |||||
| | * | python313Packages.django_5: 5.1.4 -> 5.1.5•••https://docs.djangoproject.com/en/5.1/releases/5.1.5/ https://www.djangoproject.com/weblog/2025/jan/14/security-releases/ Fixes: CVE-2024-56374 | Martin Weinelt | 2025-01-14 | 1 | -2/+2 |
| * | | python313Packages.django_4: 4.2.17 -> 4.2.18•••https://docs.djangoproject.com/en/4.2/releases/4.2.18/ https://www.djangoproject.com/weblog/2025/jan/14/security-releases/ Fixes: CVE-2024-56374 | Martin Weinelt | 2025-01-14 | 1 | -2/+2 |
| |/ | |||||
| * | Merge master into staging-next | github-actions[bot] | 2024-12-07 | 2 | -2/+8 |
| |\ | |||||
| | * | python3Packages.django: fix build on 32 bit platforms (#353399) | Arne Keller | 2024-12-06 | 2 | -2/+8 |
| | |\ | |||||
| | | * | python3Packages.django: fix build on 32 bit platforms | Guillaume Girol | 2024-11-03 | 2 | -2/+8 |
| * | | | Merge master into staging-next | github-actions[bot] | 2024-12-05 | 1 | -2/+2 |
| |\| | | |||||
| | * | | python3Packages.django_5: 5.1.3 -> 5.1.4•••Fixes CVE-2024-53907 and CVE-2024-53908. Changes: https://docs.djangoproject.com/en/dev/releases/5.1.4/ | Thomas Gerbet | 2024-12-04 | 1 | -2/+2 |
| * | | | python3Packages.django_4: 4.2.16-> 4.2.17•••Fixes CVE-2024-53907 and CVE-2024-53908. Changes: https://docs.djangoproject.com/en/dev/releases/4.2.17/ | Thomas Gerbet | 2024-12-04 | 1 | -2/+2 |
| * | | | python313Packages.django_4: disable failing test | Martin Weinelt | 2024-11-18 | 1 | -0/+7 |
| |/ / | |||||
| * / | python312Packages.django_5: 5.1.2 -> 5.1.3•••https://docs.djangoproject.com/en/5.1/releases/5.1.3/ | Martin Weinelt | 2024-11-05 | 1 | -2/+2 |
| |/ | |||||
| * | python312Packages.django_5: 5.1.1 -> 5.1.2•••https://docs.djangoproject.com/en/5.1/releases/5.1.2/ | Martin Weinelt | 2024-10-10 | 1 | -2/+2 |
