<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs.git/pkgs/development/python-modules/cryptolyzer, 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.cryptolyzer: 1.0.2 -&gt; 1.1.0</title>
<updated>2026-04-20T09:42:15+00:00</updated>
<author>
<name>phanirithvij</name>
<email>phanirithvij2000@gmail.com</email>
</author>
<published>2026-03-30T08:38:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=25c45943c6c66de308fa2abb62e02eb3043e0086'/>
<id>25c45943c6c66de308fa2abb62e02eb3043e0086</id>
<content type='text'>
use finalAttrs
use fetchFromGitLab

Signed-off-by: phanirithvij &lt;phanirithvij2000@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
use finalAttrs
use fetchFromGitLab

Signed-off-by: phanirithvij &lt;phanirithvij2000@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.cryptolyzer: Remove kranzes from maintainers</title>
<updated>2026-01-15T09:05:18+00:00</updated>
<author>
<name>Ilan Joselevich</name>
<email>personal@ilanjoselevich.com</email>
</author>
<published>2026-01-15T09:05:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=13dd4231b166c337caf9d317227a9e88cd2d2d38'/>
<id>13dd4231b166c337caf9d317227a9e88cd2d2d38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>python3Packages.cryptolyzer: 1.0.0 -&gt; 1.0.2</title>
<updated>2026-01-01T16:48:56+00:00</updated>
<author>
<name>Ethan Carter Edwards</name>
<email>ethan@ethancedwards.com</email>
</author>
<published>2025-12-31T22:51:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=cecde6e3ce0f4dee463b2857b11e009b5a7b7cb9'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changelog: https://gitlab.com/coroner/cryptolyzer/-/blob/v1.0.2/CHANGELOG.rst

Signed-off-by: Ethan Carter Edwards &lt;ethan@ethancedwards.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>cryptolyzer: expose application; add mainProgram (#443683)</title>
<updated>2025-09-18T14:03:07+00:00</updated>
<author>
<name>Cosima Neidahl</name>
<email>opna2608@protonmail.com</email>
</author>
<published>2025-09-18T14:03:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=f3a30e189e40625e5d00ec7d80ff706837529ebc'/>
<id>f3a30e189e40625e5d00ec7d80ff706837529ebc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.cryptolyzer: remove python bytecode from package</title>
<updated>2025-09-18T07:09:24+00:00</updated>
<author>
<name>Ivan Mincik</name>
<email>ivan.mincik@gmail.com</email>
</author>
<published>2025-09-17T12:56:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=ed45aa092a079672a2decb6718553c0bcdedb897'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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__
```
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.cryptolyzer: fix directories exclude from python package</title>
<updated>2025-09-18T07:09:24+00:00</updated>
<author>
<name>Ivan Mincik</name>
<email>ivan.mincik@gmail.com</email>
</author>
<published>2025-09-17T12:54:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=8baabeae4aac4c2ecadbd71cf537e8393fc229af'/>
<id>8baabeae4aac4c2ecadbd71cf537e8393fc229af</id>
<content type='text'>
* correctly exclude submodules directory
* also exclude docs directory
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* correctly exclude submodules directory
* also exclude docs directory
</pre>
</div>
</content>
</entry>
<entry>
<title>cryptolyzer: expose application; add mainProgram</title>
<updated>2025-09-17T08:08:08+00:00</updated>
<author>
<name>eljamm</name>
<email>fedi.jamoussi@protonmail.ch</email>
</author>
<published>2025-09-17T08:08:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=cb4a14d95a857b746d931d5925a2c74dcd45fd70'/>
<id>cb4a14d95a857b746d931d5925a2c74dcd45fd70</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.cryptolyzer: add ngi team</title>
<updated>2025-07-10T03:02:30+00:00</updated>
<author>
<name>Sizhe Zhao</name>
<email>prc.zhao@outlook.com</email>
</author>
<published>2025-07-07T04:26:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=711128415680fb6cf1f8ba59e33db7e3ad17e964'/>
<id>711128415680fb6cf1f8ba59e33db7e3ad17e964</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.cryptolyzer: avoid with lib;</title>
<updated>2025-07-10T03:02:30+00:00</updated>
<author>
<name>Sizhe Zhao</name>
<email>prc.zhao@outlook.com</email>
</author>
<published>2025-07-07T04:25:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=f868c160d31f085d476d1910fbc4e0dbcd1c6440'/>
<id>f868c160d31f085d476d1910fbc4e0dbcd1c6440</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
