<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs.git/pkgs/development/python-modules/certifi, branch master</title>
<subtitle>Nix Packages collection</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/'/>
<entry>
<title>python3Packages.certifi: fix build on Python 3.10</title>
<updated>2026-02-01T15:40:36+00:00</updated>
<author>
<name>VojtechStep</name>
<email>vojtechstepancik@outlook.com</email>
</author>
<published>2025-10-01T17:08:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=8f81cc2fd8764f47ae01139382846f03f16d5535'/>
<id>8f81cc2fd8764f47ae01139382846f03f16d5535</id>
<content type='text'>
The previous commit to the patch removed too much when adjusting to
upstream deprecating 3.7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The previous commit to the patch removed too much when adjusting to
upstream deprecating 3.7
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.certifi: 2025.07.14 -&gt; 2026.01.04</title>
<updated>2026-02-01T15:40:27+00:00</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2026-01-20T23:53:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=2d9fa8dac53191ed2b89a55daca249450b078b29'/>
<id>2d9fa8dac53191ed2b89a55daca249450b078b29</id>
<content type='text'>
https://github.com/certifi/python-certifi/compare/2025.07.14...2026.01.04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/certifi/python-certifi/compare/2025.07.14...2026.01.04
</pre>
</div>
</content>
</entry>
<entry>
<title>treewide: remove superfluous disabled</title>
<updated>2026-01-11T17:34:20+00:00</updated>
<author>
<name>Robert Schütz</name>
<email>nix@dotlambda.de</email>
</author>
<published>2026-01-11T17:32:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=1a04744f74b8d9330e36dfb401aea6dba74fba79'/>
<id>1a04744f74b8d9330e36dfb401aea6dba74fba79</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>treewide: clean up 'meta = with' pattern</title>
<updated>2025-12-10T17:09:49+00:00</updated>
<author>
<name>Ihar Hrachyshka</name>
<email>ihar.hrachyshka@gmail.com</email>
</author>
<published>2025-12-10T16:44:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=567e8dfd8eddc5468e6380fc563ab8a27422ab1d'/>
<id>567e8dfd8eddc5468e6380fc563ab8a27422ab1d</id>
<content type='text'>
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 &lt;walther@technowledgy.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 &lt;walther@technowledgy.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.certifi: 2025.06.15 -&gt; 2025.07.14</title>
<updated>2025-07-14T17:45:30+00:00</updated>
<author>
<name>misilelab</name>
<email>misileminecord@gmail.com</email>
</author>
<published>2025-07-14T17:45:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=902e69b45877e1f92f6badb03195124948f67dc1'/>
<id>902e69b45877e1f92f6badb03195124948f67dc1</id>
<content type='text'>
Signed-off-by: misilelab &lt;misileminecord@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: misilelab &lt;misileminecord@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>python313Packages.certifi: 2025.4.26 -&gt; 2025.6.15 (#420216)</title>
<updated>2025-07-06T23:08:04+00:00</updated>
<author>
<name>h0nIg</name>
<email>h0nIg@users.noreply.github.com</email>
</author>
<published>2025-07-06T23:08:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=8acf8df82d19adfffbf77df4e17b07b9eb04ad44'/>
<id>8acf8df82d19adfffbf77df4e17b07b9eb04ad44</id>
<content type='text'>
* python312Packages.certifi: 2025.4.26 -&gt; 2025.6.15

* python312Packages.certifi: upstream minimum

* Update pkgs/development/python-modules/certifi/default.nix

---------

Co-authored-by: Sandro &lt;sandro.jaeckel@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* python312Packages.certifi: 2025.4.26 -&gt; 2025.6.15

* python312Packages.certifi: upstream minimum

* Update pkgs/development/python-modules/certifi/default.nix

---------

Co-authored-by: Sandro &lt;sandro.jaeckel@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>python313Packages.certifi: 2025.01.31 -&gt; 2025.04.26</title>
<updated>2025-05-23T14:27:19+00:00</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2025-05-15T05:13:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=6729f1111f98ce4ca6b9424662c0268a08ed84c4'/>
<id>6729f1111f98ce4ca6b9424662c0268a08ed84c4</id>
<content type='text'>
https://github.com/certifi/python-certifi/compare/2025.01.31...2025.04.26
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/certifi/python-certifi/compare/2025.01.31...2025.04.26
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "treewide: replace `rev` with `tag`"</title>
<updated>2025-04-08T06:57:25+00:00</updated>
<author>
<name>Winter</name>
<email>winter@winter.cafe</email>
</author>
<published>2025-04-08T06:51:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=a19cd4ffb1f4b953a76f3ac29c6520d0b1877108'/>
<id>a19cd4ffb1f4b953a76f3ac29c6520d0b1877108</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>treewide: replace `rev` with `tag`</title>
<updated>2025-04-07T14:57:22+00:00</updated>
<author>
<name>Pol Dellaiera</name>
<email>pol.dellaiera@protonmail.com</email>
</author>
<published>2025-04-07T06:23:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=65a333600d5c88a98d674f637d092807cfc12253'/>
<id>65a333600d5c88a98d674f637d092807cfc12253</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python313Packages.certifi: 2024.12.14 -&gt; 2025.01.31</title>
<updated>2025-03-11T12:17:41+00:00</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2025-03-03T06:13:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=d88d9feeb4bfc1bf6837037903c0f28c6f1d06fa'/>
<id>d88d9feeb4bfc1bf6837037903c0f28c6f1d06fa</id>
<content type='text'>
https://github.com/certifi/python-certifi/compare/2024.12.14...2025.01.31
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/certifi/python-certifi/compare/2024.12.14...2025.01.31
</pre>
</div>
</content>
</entry>
</feed>
