@ABHIRAMSHIBU - the signature is valid, you need to import the corresponding public key into your keyring to verify the sources. See the following wiki pages:
Search Criteria
Package Details: python313-freethreaded 3.13.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python313-freethreaded.git (read-only, click to copy) |
---|---|
Package Base: | python313-freethreaded |
Description: | Major release 3.13 of the Python high-level programming language (freethreading version without GIL) |
Upstream URL: | https://www.python.org/ |
Licenses: | PSF-2.0 |
Submitter: | bcb |
Maintainer: | bcb |
Last Packager: | bcb |
Votes: | 4 |
Popularity: | 1.86 |
First Submitted: | 2024-07-24 16:09 (UTC) |
Last Updated: | 2024-12-06 14:06 (UTC) |
Dependencies (17)
- bzip2 (bzip2-gitAUR)
- expat (expat-gitAUR)
- gdbm (gdbm-gitAUR)
- libffi (libffi-gitAUR)
- libnsl (libnsl-gitAUR)
- libxcrypt (libxcrypt-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- bluez-libs (bluez-gitAUR) (make)
- gdb (gdb-gitAUR, gdb-debug-gitAUR) (make)
- mpdecimal (make)
- sqlite (sqlite-fossilAUR) (make)
- tk (tk-fossilAUR) (make)
- mpdecimal (optional) – for decimal
- sqlite (sqlite-fossilAUR) (optional)
- tk (tk-fossilAUR) (optional) – for tkinter
- xz (xz-gitAUR) (optional) – for lzma
Required by (0)
Sources (2)
Latest Comments
bcb commented on 2024-12-25 16:23 (UTC) (edited on 2024-12-25 16:25 (UTC) by bcb)
ABHIRAMSHIBU commented on 2024-12-25 04:49 (UTC) (edited on 2024-12-25 04:50 (UTC) by ABHIRAMSHIBU)
==> Verifying source file signatures with gpg...
Python-3.13.1.tar.xz ... FAILED (unknown public key A821E680E5FA6305)
==> ERROR: One or more PGP signatures could not be verified!
There is some problem with signature, the key is using weak SHA-1, so gpg is not accepting it.
impulse commented on 2024-10-10 22:38 (UTC)
Can i be a co-maintainer so i can ensure the python version is up-to-date?
bcb commented on 2024-07-24 16:09 (UTC)
This a build of Python 3.13 with the experimental free-threaded (no GIL) mode enabled. The binaries have a t
suffix i.e., python3.13t
, idle3.13t
and so on; it can be installed alongside other Python packages such as python313
and python
.
See https://docs.python.org/3.13/whatsnew/3.13.html#free-threaded-cpython for more details on the free-threaded mode.
Pinned Comments
bcb commented on 2024-07-24 16:09 (UTC)
This a build of Python 3.13 with the experimental free-threaded (no GIL) mode enabled. The binaries have a
t
suffix i.e.,python3.13t
,idle3.13t
and so on; it can be installed alongside other Python packages such aspython313
andpython
.See https://docs.python.org/3.13/whatsnew/3.13.html#free-threaded-cpython for more details on the free-threaded mode.