<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs/pkgs/development/python-modules/cryptography, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://cgit.wugi.info/nixos/nixpkgs/atom?h=master</id>
<link rel='self' href='http://cgit.wugi.info/nixos/nixpkgs/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/'/>
<updated>2026-01-11T17:34:20Z</updated>
<entry>
<title>treewide: remove superfluous disabled</title>
<updated>2026-01-11T17:34:20Z</updated>
<author>
<name>Robert Schütz</name>
<email>nix@dotlambda.de</email>
</author>
<published>2026-01-11T17:32:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=1a04744f74b8d9330e36dfb401aea6dba74fba79'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Merge branch 'staging-next' into staging</title>
<updated>2025-12-10T17:42:31Z</updated>
<author>
<name>Wolfgang Walther</name>
<email>walther@technowledgy.de</email>
</author>
<published>2025-12-10T17:42:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=46c0c0eae768ef841bcb8bad12932748d9be8114'/>
<id>urn:sha1:46c0c0eae768ef841bcb8bad12932748d9be8114</id>
<content type='text'>
</content>
</entry>
<entry>
<title>treewide: clean up 'meta = with' pattern</title>
<updated>2025-12-10T17:09:49Z</updated>
<author>
<name>Ihar Hrachyshka</name>
<email>ihar.hrachyshka@gmail.com</email>
</author>
<published>2025-12-10T16:44:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=567e8dfd8eddc5468e6380fc563ab8a27422ab1d'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>python3Packages.cryptography: 46.0.2 -&gt; 46.0.3</title>
<updated>2025-11-25T20:39:10Z</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2025-11-12T22:28:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=ccf3c1ae95a2738f317ffaeb5088b0f7ab106a73'/>
<id>urn:sha1:ccf3c1ae95a2738f317ffaeb5088b0f7ab106a73</id>
<content type='text'>
https://cryptography.io/en/latest/changelog/#v46-0-3
</content>
</entry>
<entry>
<title>python3Packages.cryptography.vectors: fix build with uv_build 0.9.2</title>
<updated>2025-10-12T14:59:52Z</updated>
<author>
<name>Sizhe Zhao</name>
<email>prc.zhao@outlook.com</email>
</author>
<published>2025-10-12T09:46:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=793760ff9576f1942ad54540a5d23b9f752f9e74'/>
<id>urn:sha1:793760ff9576f1942ad54540a5d23b9f752f9e74</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python3Packages.cryptography{,.vectors}: 46.0.1 -&gt; 46.0.2</title>
<updated>2025-10-12T14:59:52Z</updated>
<author>
<name>Sizhe Zhao</name>
<email>prc.zhao@outlook.com</email>
</author>
<published>2025-10-12T08:06:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=cf8b55260ff708060dbca1a8b0d6b20c8f6895bb'/>
<id>urn:sha1:cf8b55260ff708060dbca1a8b0d6b20c8f6895bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python3Packages.cryptography: remove SuperSandro2000 as maintainer</title>
<updated>2025-10-05T21:12:29Z</updated>
<author>
<name>Michael Daniels</name>
<email>mdaniels5757@gmail.com</email>
</author>
<published>2025-09-28T13:41:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=0c6b081e66c17c90b65369c099073f47b22a4714'/>
<id>urn:sha1:0c6b081e66c17c90b65369c099073f47b22a4714</id>
<content type='text'>
Per their request: https://github.com/NixOS/nixpkgs/pull/446515#discussion_r2385813367
</content>
</entry>
<entry>
<title>python3Packages.cryptography: 45.0.4 -&gt; 46.0.1; adopt</title>
<updated>2025-10-05T21:12:28Z</updated>
<author>
<name>Michael Daniels</name>
<email>mdaniels5757@gmail.com</email>
</author>
<published>2025-09-27T02:26:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=f65d25cd1cc4bef52855259abb3c1a3a2b3ab2b4'/>
<id>urn:sha1:f65d25cd1cc4bef52855259abb3c1a3a2b3ab2b4</id>
<content type='text'>
Diff: https://github.com/pyca/cryptography/compare/refs/tags/45.0.4...refs/tags/46.0.1

Changelog: https://cryptography.io/en/latest/changelog/#v46-0-1
</content>
</entry>
<entry>
<title>treewide: run nixfmt 1.0.0</title>
<updated>2025-07-24T11:55:40Z</updated>
<author>
<name>Wolfgang Walther</name>
<email>walther@technowledgy.de</email>
</author>
<published>2025-07-22T13:19:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=5a0711127cd8b916c3d3128f473388c8c79df0da'/>
<id>urn:sha1:5a0711127cd8b916c3d3128f473388c8c79df0da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python3Packages.cryptography: 45.0.2 -&gt; 45.0.4 (#416504)</title>
<updated>2025-06-15T20:09:19Z</updated>
<author>
<name>Sandro</name>
<email>sandro.jaeckel@gmail.com</email>
</author>
<published>2025-06-15T20:09:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=78a2fe26bdc01ebb7510f93b2a0e1a22c78a88e0'/>
<id>urn:sha1:78a2fe26bdc01ebb7510f93b2a0e1a22c78a88e0</id>
<content type='text'>
</content>
</entry>
</feed>
