| Commit message (Expand) | Author | Age | Files | Lines |
| * | treewide: remove superfluous disabled•••There is no need to disable Python packages for Python versions that are
no longer in Nixpkgs.
This change was generated using the following script:
pattern='^\s*disabled\s*=\s*pythonOlder\s*"3\.\([0-9]\|10\)"\s*;\s*$'
for f in $(find -name '*.nix'); do
grep -q "$pattern" "$f" || continue
sed -i "/$pattern/d" "$f"
if [ $(grep -c pythonOlder "$f") == 1 ]; then
sed -i '/^\s*pythonOlder,\s*$/d' "$f"
fi
nixfmt "$f"
done
| Robert Schütz | 2026-01-11 | 1 | -3/+0 |
| * | treewide: clean up 'meta = with' pattern•••This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.
Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
| Ihar Hrachyshka | 2025-12-10 | 1 | -3/+3 |
| * | python3Packages.certifi: 2025.06.15 -> 2025.07.14•••Signed-off-by: misilelab <misileminecord@gmail.com>
| misilelab | 2025-07-15 | 1 | -2/+2 |
| * | python313Packages.certifi: 2025.4.26 -> 2025.6.15 (#420216)•••* python312Packages.certifi: 2025.4.26 -> 2025.6.15
* python312Packages.certifi: upstream minimum
* Update pkgs/development/python-modules/certifi/default.nix
---------
Co-authored-by: Sandro <sandro.jaeckel@gmail.com> | h0nIg | 2025-07-07 | 2 | -41/+7 |
| * | python313Packages.certifi: 2025.01.31 -> 2025.04.26•••https://github.com/certifi/python-certifi/compare/2025.01.31...2025.04.26
| Martin Weinelt | 2025-05-23 | 1 | -2/+2 |
| * | Revert "treewide: replace `rev` with `tag`"•••This reverts commit 65a333600d5c88a98d674f637d092807cfc12253.
This wasn't tested for correctness with something like fodwatch [0],
and should not have been (self-)merged so quickly, especially without
further review.
It also resulted in the breakage of at least one package [1] (and that's
the one we know of and was caught).
A few packages that were updated in between this commit and this revert
were not reverted back to using `rev`, but other than that, this is a
1:1 revert.
[0]: https://codeberg.org/raphaelr/fodwatch
[1]: https://github.com/NixOS/nixpkgs/pull/396904 / 758551e4587d75882aebc21a04bee960418f8ce9
| Winter | 2025-04-08 | 1 | -1/+1 |
| * | treewide: replace `rev` with `tag` | Pol Dellaiera | 2025-04-07 | 1 | -1/+1 |
| * | python313Packages.certifi: 2024.12.14 -> 2025.01.31•••https://github.com/certifi/python-certifi/compare/2024.12.14...2025.01.31
| Martin Weinelt | 2025-03-11 | 1 | -2/+2 |
| * | python313Packages.certifi: 2024.08.30 -> 2024.12.14•••https://github.com/certifi/python-certifi/compare/2024.08.30...2024.12.14
| Martin Weinelt | 2025-01-27 | 1 | -2/+2 |
| * | python312Packages.certifi: 2024.07.04 -> 2024.08.30•••https://github.com/certifi/python-certifi/compare/2024.07.04...2024.08.30
| Martin Weinelt | 2024-10-13 | 1 | -2/+2 |
| * | python3Packages.certifi: 2024.02.02 -> 2024.07.04 (#329697)•••https://github.com/certifi/python-certifi/compare/2024.02.02...2024.07.04 | Victor Freire | 2024-08-23 | 1 | -2/+2 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -16/+11 |
| * | python312Packages.certifi: 2023.11.17 -> 2024.02.02•••https://github.com/certifi/python-certifi/compare/2023.11.17...2024.02.02
| Martin Weinelt | 2024-03-27 | 2 | -14/+15 |
| * | python311Packages.certifi: 2023.07.22 -> 2023.11.17 | Martin Weinelt | 2023-12-20 | 1 | -3/+8 |
| * | python3.pkgs.*: Explicitly pass buildPythonPackage format parameter•••Long term we should move everything over to `pyproject = true`, but in
the mean time we can work towards deprecating the implicit `format` paremeter.
cc https://github.com/NixOS/nixpkgs/issues/253154
cc @mweinelt @figsoda
| adisbladis | 2023-12-07 | 1 | -0/+1 |
| * | python3Packages.certifi: 2023.05.07 -> 2023.07.22 | Preston Marshall | 2023-08-16 | 1 | -2/+2 |
| * | Merge master into staging-next | github-actions[bot] | 2023-07-24 | 1 | -1/+1 |
| |\ |
|
| | * | treewide: reduce packages I maintainer | Sandro Jäckel | 2023-07-23 | 1 | -1/+1 |
| * | | python3Packages.certifi: 2022.12.07 -> 2023.05.07•••Diff: https://github.com/certifi/python-certifi/compare/2022.12.07...2023.05.07
| Ilan Joselevich | 2023-07-16 | 1 | -2/+2 |
| |/ |
|
| * | 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.
| Guillaume Girol | 2023-01-21 | 1 | -1/+1 |
| * | python3Packages.certifi: Ignore /no-cert-file.crt in NIX_SSL_CERT_FILE | Martin Weinelt | 2022-12-11 | 1 | -10/+20 |
| * | python3Packages.certifi: propgate cacert for its setup-hook•••For tests that require a working ca-bundle via certifi we need to setup
`NIX_SSL_CERT_FILE`, which is kindly provided by cacerts setup-hook.
| Martin Weinelt | 2022-12-09 | 1 | -6/+5 |
| * | python3Packages.certifi: 2022.09.24 -> 2022.12.07•••Diff: https://github.com/certifi/python-certifi/compare/2022.09.24...2022.12.07
| Martin Weinelt | 2022-12-08 | 1 | -2/+2 |
| * | python3Packages.certifi: use system ca-bundle•••We update that one more reliably and it allows ties in with module based
configuration applied through `security.pki`.
Also allow overwriting the CA bundle used through `NIX_SSL_CERT_FILE`
as is common throughout nixpkgs.
Fixes: CVE-2022-23491
| Martin Weinelt | 2022-12-08 | 2 | -0/+94 |
| * | python310Packages.certifi: 2022.06.15 -> 2022.09.24 | Fabian Affolter | 2022-10-03 | 1 | -4/+6 |
| * | python310Packages.certifi: 2022.05.18.1 -> 2022.06.15 | Sandro Jäckel | 2022-06-24 | 1 | -2/+2 |
| * | python310Packages.certifi: 2021.10.08 -> 2022.05.18.1 | Sandro Jäckel | 2022-06-06 | 1 | -2/+2 |
| * | python39Packages.certifi: disable on python older 3.5, add SuperSandro2000 as... | Sandro Jäckel | 2022-03-23 | 1 | -3/+3 |
| * | python2.pkgs: move expressions into python2-modules/ folder•••Another step in further separating python2 from python3.
| Frederik Rietdijk | 2022-01-16 | 1 | -34/+0 |
| * | python3Packages.certifi: update homepage | Jonathan Ringer | 2021-12-28 | 2 | -2/+2 |
| * | python3Packages.certifi: 2021.05.30 -> 2021.10.08 | Fabian Affolter | 2021-10-12 | 1 | -2/+2 |
| * | python2Packages.certifi: init at 2019.11.28•••We use the sources from 2019.11.28 to build, but inherit the cert bundle
from the maintained Python3-only version of certifi.
Co-authored-by: adisbladis <adisbladis@gmail.com>
| Robert Schütz | 2021-07-03 | 1 | -0/+34 |
| * | Merge branch 'master' into staging-next | Robert Schütz | 2021-06-20 | 1 | -0/+3 |
| |\ |
|
| | * | pythonPackages.certifi: does not support python2•••Support was officially dropped in
https://github.com/certifi/python-certifi/commit/5efdd48f719d9c3c7c8f9a812da2256d088eab78
| Robert Schütz | 2021-06-20 | 1 | -0/+3 |
| * | | python3Packages.certifi: enable tests | Fabian Affolter | 2021-06-04 | 1 | -7/+12 |
| * | | python3Packages.certifi: 2020.12.5 -> 2021.05.30 | Fabian Affolter | 2021-06-04 | 1 | -5/+5 |
| |/ |
|
| * | python3Packages.certifi: 2020.11.8 -> 2020.12.5 | Fabian Affolter | 2021-01-03 | 1 | -2/+2 |
| * | python3Packages.certifi: 2020.6.20 -> 2020.11.8 | Frederik Rietdijk | 2020-12-01 | 1 | -2/+2 |
| * | python: certifi: 2020.4.5.2 -> 2020.6.20 | Frederik Rietdijk | 2020-08-16 | 1 | -2/+2 |
| * | python: certifi: 2020.4.5.1 -> 2020.4.5.2 | Frederik Rietdijk | 2020-08-04 | 1 | -2/+2 |
| * | python3.pkgs.certifi: 2019.11.28 -> 2020.4.5.1 | Jörg Thalheim | 2020-05-01 | 1 | -2/+6 |
| * | pythonPackages.certifi: update homepage link to use HTTPS | Konrad Borowski | 2020-04-24 | 1 | -1/+1 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -1/+1 |
| * | python: certifi: 2019.9.11 -> 2019.11.28 | Frederik Rietdijk | 2019-12-30 | 1 | -2/+2 |
| * | pythonPackages.certifi: 2019.6.16 -> 2019.9.11 | Jonathan Ringer | 2019-10-22 | 1 | -2/+2 |
| * | pythonPackages.certifi: 2019.3.9 -> 2019.6.16 | Pierre Bourdon | 2019-07-21 | 1 | -2/+2 |
| * | pythonPackages.certifi: 2018.11.29 -> 2019.3.9 | Bas van Dijk | 2019-05-24 | 1 | -2/+2 |
| * | pythonPackages.certifi: 2018.10.15 -> 2018.11.29 | Bas van Dijk | 2018-12-13 | 1 | -3/+3 |
| * | python: certifi: 2018.8.24 -> 2018.10.15 | Frederik Rietdijk | 2018-12-03 | 1 | -2/+2 |
| * | python: certifi: 2018.8.13 -> 2018.8.24 | Frederik Rietdijk | 2018-08-25 | 1 | -2/+2 |