<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs/pkgs/development/python-modules/cryptolyzer, 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-15T09:05:18Z</updated>
<entry>
<title>python3Packages.cryptolyzer: Remove kranzes from maintainers</title>
<updated>2026-01-15T09:05:18Z</updated>
<author>
<name>Ilan Joselevich</name>
<email>personal@ilanjoselevich.com</email>
</author>
<published>2026-01-15T09:05:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=13dd4231b166c337caf9d317227a9e88cd2d2d38'/>
<id>urn:sha1:13dd4231b166c337caf9d317227a9e88cd2d2d38</id>
<content type='text'>
</content>
</entry>
<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>python3Packages.cryptolyzer: 1.0.0 -&gt; 1.0.2</title>
<updated>2026-01-01T16:48:56Z</updated>
<author>
<name>Ethan Carter Edwards</name>
<email>ethan@ethancedwards.com</email>
</author>
<published>2025-12-31T22:51:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=cecde6e3ce0f4dee463b2857b11e009b5a7b7cb9'/>
<id>urn:sha1:cecde6e3ce0f4dee463b2857b11e009b5a7b7cb9</id>
<content type='text'>
Changelog: https://gitlab.com/coroner/cryptolyzer/-/blob/v1.0.2/CHANGELOG.rst

Signed-off-by: Ethan Carter Edwards &lt;ethan@ethancedwards.com&gt;
</content>
</entry>
<entry>
<title>cryptolyzer: expose application; add mainProgram (#443683)</title>
<updated>2025-09-18T14:03:07Z</updated>
<author>
<name>Cosima Neidahl</name>
<email>opna2608@protonmail.com</email>
</author>
<published>2025-09-18T14:03:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=f3a30e189e40625e5d00ec7d80ff706837529ebc'/>
<id>urn:sha1:f3a30e189e40625e5d00ec7d80ff706837529ebc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python3Packages.cryptolyzer: remove python bytecode from package</title>
<updated>2025-09-18T07:09:24Z</updated>
<author>
<name>Ivan Mincik</name>
<email>ivan.mincik@gmail.com</email>
</author>
<published>2025-09-17T12:56:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=ed45aa092a079672a2decb6718553c0bcdedb897'/>
<id>urn:sha1:ed45aa092a079672a2decb6718553c0bcdedb897</id>
<content type='text'>
Remove `__pycache__` directories:

```
./result/lib/python3.13/site-packages/tools/__pycache__
./result/lib/python3.13/site-packages/cryptolyzer/common/__pycache__
./result/lib/python3.13/site-packages/cryptolyzer/dnsrec/__pycache__
./result/lib/python3.13/site-packages/cryptolyzer/hassh/__pycache__
./result/lib/python3.13/site-packages/cryptolyzer/ssh/__pycache__
./result/lib/python3.13/site-packages/cryptolyzer/tls/__pycache__
./result/lib/python3.13/site-packages/cryptolyzer/ja3/__pycache__
./result/lib/python3.13/site-packages/cryptolyzer/httpx/__pycache__
./result/lib/python3.13/site-packages/cryptolyzer/__pycache__
```
</content>
</entry>
<entry>
<title>python3Packages.cryptolyzer: fix directories exclude from python package</title>
<updated>2025-09-18T07:09:24Z</updated>
<author>
<name>Ivan Mincik</name>
<email>ivan.mincik@gmail.com</email>
</author>
<published>2025-09-17T12:54:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=8baabeae4aac4c2ecadbd71cf537e8393fc229af'/>
<id>urn:sha1:8baabeae4aac4c2ecadbd71cf537e8393fc229af</id>
<content type='text'>
* correctly exclude submodules directory
* also exclude docs directory
</content>
</entry>
<entry>
<title>cryptolyzer: expose application; add mainProgram</title>
<updated>2025-09-17T08:08:08Z</updated>
<author>
<name>eljamm</name>
<email>fedi.jamoussi@protonmail.ch</email>
</author>
<published>2025-09-17T08:08:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=cb4a14d95a857b746d931d5925a2c74dcd45fd70'/>
<id>urn:sha1:cb4a14d95a857b746d931d5925a2c74dcd45fd70</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python3Packages.cryptolyzer: add ngi team</title>
<updated>2025-07-10T03:02:30Z</updated>
<author>
<name>Sizhe Zhao</name>
<email>prc.zhao@outlook.com</email>
</author>
<published>2025-07-07T04:26:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=711128415680fb6cf1f8ba59e33db7e3ad17e964'/>
<id>urn:sha1:711128415680fb6cf1f8ba59e33db7e3ad17e964</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python3Packages.cryptolyzer: avoid with lib;</title>
<updated>2025-07-10T03:02:30Z</updated>
<author>
<name>Sizhe Zhao</name>
<email>prc.zhao@outlook.com</email>
</author>
<published>2025-07-07T04:25:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=f868c160d31f085d476d1910fbc4e0dbcd1c6440'/>
<id>urn:sha1:f868c160d31f085d476d1910fbc4e0dbcd1c6440</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python313Packages.cryptolyzer: refactor</title>
<updated>2025-03-07T20:47:30Z</updated>
<author>
<name>Fabian Affolter</name>
<email>mail@fabian-affolter.ch</email>
</author>
<published>2025-03-07T20:47:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=10abfb9691b790ab51e79a71993154b80e297695'/>
<id>urn:sha1:10abfb9691b790ab51e79a71993154b80e297695</id>
<content type='text'>
</content>
</entry>
</feed>
