<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix/gnu/packages/python-crypto.scm, branch emacs-team</title>
<subtitle>Transactional package manager, declarative GNU/Linux distribution, reproducible deployment tool, and more! https://guix.gnu.org</subtitle>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/'/>
<entry>
<title>gnu: maturin: Move to (gnu packages build-tools).</title>
<updated>2026-08-18T23:31:56+00:00</updated>
<author>
<name>Sharlatan Hellseher</name>
<email>sharlatanus@gmail.com</email>
</author>
<published>2026-08-12T23:19:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=aeb265f1f9b2266aedf9b0ba0166cc0de2e0b577'/>
<id>aeb265f1f9b2266aedf9b0ba0166cc0de2e0b577</id>
<content type='text'>
Authors were parsed from git history with the following command:

    git log --all --grep="maturin:" \
    --pretty=format:";;; Copyright © %as %aN &lt;%aE&gt;"

* gnu/packages/rust-apps.scm (vtracer, uv)[native-inputs]: Replace
maturing with (@ (gnu packages build-tools) maturin).
(maturing): Deprecate variable and move from here ...
* gnu/packages/build-tools.scm: ... to here.

* gnu/packages/embedded.scm: Replace rust-apps with build-tools module.
* gnu/packages/python-crypto.scm: Likewise.
* gnu/packages/python-web.scm: Likewise.
* gnu/packages/time.scm: Likewise.

* gnu/packages/machine-learning.scm: Remove rust-apps module.
* gnu/packages/python-compression.scm: Likewise.
* gnu/packages/python-science.scm: Likewise.
* gnu/packages/python-xyz.scm: Likewise.

Signed-off-by: Maxim Cournoyer &lt;maxim@guixotic.coop&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Authors were parsed from git history with the following command:

    git log --all --grep="maturin:" \
    --pretty=format:";;; Copyright © %as %aN &lt;%aE&gt;"

* gnu/packages/rust-apps.scm (vtracer, uv)[native-inputs]: Replace
maturing with (@ (gnu packages build-tools) maturin).
(maturing): Deprecate variable and move from here ...
* gnu/packages/build-tools.scm: ... to here.

* gnu/packages/embedded.scm: Replace rust-apps with build-tools module.
* gnu/packages/python-crypto.scm: Likewise.
* gnu/packages/python-web.scm: Likewise.
* gnu/packages/time.scm: Likewise.

* gnu/packages/machine-learning.scm: Remove rust-apps module.
* gnu/packages/python-compression.scm: Likewise.
* gnu/packages/python-science.scm: Likewise.
* gnu/packages/python-xyz.scm: Likewise.

Signed-off-by: Maxim Cournoyer &lt;maxim@guixotic.coop&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: python-google-crc32c: Update to 1.8.0.</title>
<updated>2026-08-08T22:02:17+00:00</updated>
<author>
<name>Sharlatan Hellseher</name>
<email>sharlatanus@gmail.com</email>
</author>
<published>2026-06-27T21:45:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=1e5abef77b82621a1f82931024586da8ef68f1c6'/>
<id>1e5abef77b82621a1f82931024586da8ef68f1c6</id>
<content type='text'>
* gnu/packages/python-crypto.scm (python-google-crc32c): Update to 1.8.0.
[native-inputs]: Remove python-wheel.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/python-crypto.scm (python-google-crc32c): Update to 1.8.0.
[native-inputs]: Remove python-wheel.
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: python-certifi: Update to 2026.05.20.</title>
<updated>2026-08-08T22:01:54+00:00</updated>
<author>
<name>Sharlatan Hellseher</name>
<email>sharlatanus@gmail.com</email>
</author>
<published>2026-05-31T21:38:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=f2180e6c5a0a1d15ce6c1fa7a2bf5e814f25af9e'/>
<id>f2180e6c5a0a1d15ce6c1fa7a2bf5e814f25af9e</id>
<content type='text'>
* gnu/packages/python-crypto.scm (python-certifi): Update to 2026.05.20.
[native-inputs]: Remove python-wheel.

Change-Id: I506567a9c857816e725f0bf5d1325bb321532924
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/python-crypto.scm (python-certifi): Update to 2026.05.20.
[native-inputs]: Remove python-wheel.

Change-Id: I506567a9c857816e725f0bf5d1325bb321532924
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Add python-pysequoia.</title>
<updated>2026-07-24T07:07:12+00:00</updated>
<author>
<name>Tomas Ortin Fernandez (quanrong)</name>
<email>quanrong@mailbox.org</email>
</author>
<published>2026-07-17T09:28:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=c31d9c9d6a98f44f09b415c5fb313b342bd38057'/>
<id>c31d9c9d6a98f44f09b415c5fb313b342bd38057</id>
<content type='text'>
* gnu/packages/python-crypto.scm (python-pysequoia): New variable.
* gnu/packages/rust-crates.scm (lookup-cargo-inputs)
[python-pysequoia]: New entry.

Signed-off-by: Liliana Marie Prikler &lt;liliana.prikler@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/python-crypto.scm (python-pysequoia): New variable.
* gnu/packages/rust-crates.scm (lookup-cargo-inputs)
[python-pysequoia]: New entry.

Signed-off-by: Liliana Marie Prikler &lt;liliana.prikler@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Add python-eth-hash.</title>
<updated>2026-06-11T14:47:57+00:00</updated>
<author>
<name>Sharlatan Hellseher</name>
<email>sharlatanus@gmail.com</email>
</author>
<published>2026-06-11T09:28:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=03d37551cfec1e72b76fcb9a9b68d66007fdd58c'/>
<id>03d37551cfec1e72b76fcb9a9b68d66007fdd58c</id>
<content type='text'>
* gnu/packages/python-crypto.scm (python-eth-hash): New variable.

Change-Id: I815d7e134821f609441053769575968d383244fb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/python-crypto.scm (python-eth-hash): New variable.

Change-Id: I815d7e134821f609441053769575968d383244fb
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: python-jeepney: Update to 0.9.</title>
<updated>2026-06-09T09:03:59+00:00</updated>
<author>
<name>Sharlatan Hellseher</name>
<email>sharlatanus@gmail.com</email>
</author>
<published>2026-06-09T09:03:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=e37cedf8873f4f4541350f5e46c33e7aec7e6f4d'/>
<id>e37cedf8873f4f4541350f5e46c33e7aec7e6f4d</id>
<content type='text'>
* gnu/packages/python-crypto.scm (python-jeepney): Update to 0.9.
[source]: Switch to git-fetch.
[propagated-inputs]: Add python-trio.
[native-inputs]: Remove python-async-timeout and python-trio.

Relates-to: guix/guix#9155
Change-Id: I412091c968859fb04bb522fbe9fd896995f29e08
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/python-crypto.scm (python-jeepney): Update to 0.9.
[source]: Switch to git-fetch.
[propagated-inputs]: Add python-trio.
[native-inputs]: Remove python-async-timeout and python-trio.

Relates-to: guix/guix#9155
Change-Id: I412091c968859fb04bb522fbe9fd896995f29e08
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Remove python-ed25519.</title>
<updated>2026-06-03T10:13:13+00:00</updated>
<author>
<name>Andreas Enge</name>
<email>andreas@enge.fr</email>
</author>
<published>2026-06-03T10:05:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=2d883117ba3ec433e62c4d39c2778b7c7b7cced6'/>
<id>2d883117ba3ec433e62c4d39c2778b7c7b7cced6</id>
<content type='text'>
* gnu/packages/python-crypto.scm (python-ed25519): Delete variable.

Fixes: guix/guix#8302
Change-Id: Ia231507518f64d737ee45198fa674e6e23629e7f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/python-crypto.scm (python-ed25519): Delete variable.

Fixes: guix/guix#8302
Change-Id: Ia231507518f64d737ee45198fa674e6e23629e7f
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: python-trezor: Update to 0.20.0.</title>
<updated>2026-05-24T09:19:34+00:00</updated>
<author>
<name>Sharlatan Hellseher</name>
<email>sharlatanus@gmail.com</email>
</author>
<published>2026-05-10T20:42:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=5deb42d4db82e27e0b3e7128b3c97f1531888568'/>
<id>5deb42d4db82e27e0b3e7128b3c97f1531888568</id>
<content type='text'>
* gnu/packages/finance.scm (python-trezor): Update to 0.20.0.
[propagated-inputs]: Remove python-attrs, python-ecdsa, and python-hidapi; add
python-construct, python-cryptography, python-keyring,
python-noiseprotocol, python-platformdirs, python-shamir-mnemonic,
and python-slip10.
[native-inputs]: Remove protobuf, python-pillow, python-protobuf, python-pyqt, and
python-simple-rlp; add python-hatchling and python-setuptools.

Change-Id: I8f3e2ec7c3851ddf3148c726f2f844320ad9bd77
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/finance.scm (python-trezor): Update to 0.20.0.
[propagated-inputs]: Remove python-attrs, python-ecdsa, and python-hidapi; add
python-construct, python-cryptography, python-keyring,
python-noiseprotocol, python-platformdirs, python-shamir-mnemonic,
and python-slip10.
[native-inputs]: Remove protobuf, python-pillow, python-protobuf, python-pyqt, and
python-simple-rlp; add python-hatchling and python-setuptools.

Change-Id: I8f3e2ec7c3851ddf3148c726f2f844320ad9bd77
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Add python-shamir-mnemonic.</title>
<updated>2026-05-24T09:19:34+00:00</updated>
<author>
<name>Sharlatan Hellseher</name>
<email>sharlatanus@gmail.com</email>
</author>
<published>2026-05-10T20:39:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=d4e8fe5ddec17b25cf568d0c65662414a3624b76'/>
<id>d4e8fe5ddec17b25cf568d0c65662414a3624b76</id>
<content type='text'>
* gnu/packages/python-crypto.scm (python-shamir-mnemonic): New variable.

Change-Id: I1bfa75fb1c4e4deeb19e10bbe1a38b55fcff9926
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/python-crypto.scm (python-shamir-mnemonic): New variable.

Change-Id: I1bfa75fb1c4e4deeb19e10bbe1a38b55fcff9926
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Add python-bip32utils.</title>
<updated>2026-05-24T09:19:34+00:00</updated>
<author>
<name>Sharlatan Hellseher</name>
<email>sharlatanus@gmail.com</email>
</author>
<published>2026-05-10T20:38:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=1b606f16bb0f1e07f078faef8764cb5e3755dc6a'/>
<id>1b606f16bb0f1e07f078faef8764cb5e3755dc6a</id>
<content type='text'>
* gnu/packages/python-crypto.scm (python-bip32utils): New variable.

Change-Id: I5f81400f3d2e1f0134f76c7e43ffb923b33f0853
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/python-crypto.scm (python-bip32utils): New variable.

Change-Id: I5f81400f3d2e1f0134f76c7e43ffb923b33f0853
</pre>
</div>
</content>
</entry>
</feed>
