summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/certifi (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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ütz2026-01-111-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 Hrachyshka2025-12-101-3/+3
* python3Packages.certifi: 2025.06.15 -> 2025.07.14•••Signed-off-by: misilelab <misileminecord@gmail.com> misilelab2025-07-151-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>h0nIg2025-07-072-41/+7
* python313Packages.certifi: 2025.01.31 -> 2025.04.26•••https://github.com/certifi/python-certifi/compare/2025.01.31...2025.04.26 Martin Weinelt2025-05-231-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 Winter2025-04-081-1/+1
* treewide: replace `rev` with `tag`Pol Dellaiera2025-04-071-1/+1
* python313Packages.certifi: 2024.12.14 -> 2025.01.31•••https://github.com/certifi/python-certifi/compare/2024.12.14...2025.01.31 Martin Weinelt2025-03-111-2/+2
* python313Packages.certifi: 2024.08.30 -> 2024.12.14•••https://github.com/certifi/python-certifi/compare/2024.08.30...2024.12.14 Martin Weinelt2025-01-271-2/+2
* python312Packages.certifi: 2024.07.04 -> 2024.08.30•••https://github.com/certifi/python-certifi/compare/2024.07.04...2024.08.30 Martin Weinelt2024-10-131-2/+2
* python3Packages.certifi: 2024.02.02 -> 2024.07.04 (#329697)•••https://github.com/certifi/python-certifi/compare/2024.02.02...2024.07.04Victor Freire2024-08-231-2/+2
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-16/+11
* python312Packages.certifi: 2023.11.17 -> 2024.02.02•••https://github.com/certifi/python-certifi/compare/2023.11.17...2024.02.02 Martin Weinelt2024-03-272-14/+15
* python311Packages.certifi: 2023.07.22 -> 2023.11.17Martin Weinelt2023-12-201-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 adisbladis2023-12-071-0/+1
* python3Packages.certifi: 2023.05.07 -> 2023.07.22Preston Marshall2023-08-161-2/+2
* Merge master into staging-nextgithub-actions[bot]2023-07-241-1/+1
|\
| * treewide: reduce packages I maintainerSandro Jäckel2023-07-231-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 Joselevich2023-07-161-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 Girol2023-01-211-1/+1
* python3Packages.certifi: Ignore /no-cert-file.crt in NIX_SSL_CERT_FILEMartin Weinelt2022-12-111-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 Weinelt2022-12-091-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 Weinelt2022-12-081-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 Weinelt2022-12-082-0/+94
* python310Packages.certifi: 2022.06.15 -> 2022.09.24Fabian Affolter2022-10-031-4/+6
* python310Packages.certifi: 2022.05.18.1 -> 2022.06.15Sandro Jäckel2022-06-241-2/+2
* python310Packages.certifi: 2021.10.08 -> 2022.05.18.1Sandro Jäckel2022-06-061-2/+2
* python39Packages.certifi: disable on python older 3.5, add SuperSandro2000 as...Sandro Jäckel2022-03-231-3/+3
* python2.pkgs: move expressions into python2-modules/ folder•••Another step in further separating python2 from python3. Frederik Rietdijk2022-01-161-34/+0
* python3Packages.certifi: update homepageJonathan Ringer2021-12-282-2/+2
* python3Packages.certifi: 2021.05.30 -> 2021.10.08Fabian Affolter2021-10-121-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ütz2021-07-031-0/+34
* Merge branch 'master' into staging-nextRobert Schütz2021-06-201-0/+3
|\
| * pythonPackages.certifi: does not support python2•••Support was officially dropped in https://github.com/certifi/python-certifi/commit/5efdd48f719d9c3c7c8f9a812da2256d088eab78 Robert Schütz2021-06-201-0/+3
* | python3Packages.certifi: enable testsFabian Affolter2021-06-041-7/+12
* | python3Packages.certifi: 2020.12.5 -> 2021.05.30Fabian Affolter2021-06-041-5/+5
|/
* python3Packages.certifi: 2020.11.8 -> 2020.12.5Fabian Affolter2021-01-031-2/+2
* python3Packages.certifi: 2020.6.20 -> 2020.11.8Frederik Rietdijk2020-12-011-2/+2
* python: certifi: 2020.4.5.2 -> 2020.6.20Frederik Rietdijk2020-08-161-2/+2
* python: certifi: 2020.4.5.1 -> 2020.4.5.2Frederik Rietdijk2020-08-041-2/+2
* python3.pkgs.certifi: 2019.11.28 -> 2020.4.5.1Jörg Thalheim2020-05-011-2/+6
* pythonPackages.certifi: update homepage link to use HTTPSKonrad Borowski2020-04-241-1/+1
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* python: certifi: 2019.9.11 -> 2019.11.28Frederik Rietdijk2019-12-301-2/+2
* pythonPackages.certifi: 2019.6.16 -> 2019.9.11Jonathan Ringer2019-10-221-2/+2
* pythonPackages.certifi: 2019.3.9 -> 2019.6.16Pierre Bourdon2019-07-211-2/+2
* pythonPackages.certifi: 2018.11.29 -> 2019.3.9Bas van Dijk2019-05-241-2/+2
* pythonPackages.certifi: 2018.10.15 -> 2018.11.29Bas van Dijk2018-12-131-3/+3
* python: certifi: 2018.8.24 -> 2018.10.15Frederik Rietdijk2018-12-031-2/+2
* python: certifi: 2018.8.13 -> 2018.8.24Frederik Rietdijk2018-08-251-2/+2