diff options
author | Boud Roukema <boud@cosmo.torun.pl> | 2025-03-18 07:19:56 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2025-03-21 19:34:46 +0100 |
commit | cb936287ff70f278eb3040d38007c47ae6b05360 (patch) | |
tree | 530911e4ad742538f6e210e9eddb158e814370e4 /reproduce/software/config/versions.conf | |
parent | 5cdf92432035d938d61635eba3bcc1b55e48108d (diff) |
Summary: this will not affect any analysis.
Until this commit, the old version of 'setuptools-rust' did not install
with the updated Python version (see [1]).
With this commit, 'setuptools-rust' is upgraded to version 1.10.2 (from
1.1.2) and 'semantic-version' 2.10.0 (needed by 'setuptools-rust') is
added. In addition this commit:
- removes a duplicate rule for building 'cycler' in 'python.mk'.
- comments all the un-commented '*-url' variables of 'urls.conf'.
[1] https://savannah.nongnu.org/bugs/?61731
Diffstat (limited to 'reproduce/software/config/versions.conf')
-rw-r--r-- | reproduce/software/config/versions.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/reproduce/software/config/versions.conf b/reproduce/software/config/versions.conf index 97548b8..9c82c8d 100644 --- a/reproduce/software/config/versions.conf +++ b/reproduce/software/config/versions.conf @@ -317,7 +317,8 @@ scipy-version = 1.15.2 # Setuptools-rust crash (https://savannah.nongnu.org/bugs/index.php?61731), # so it and its dependencies are being ignored: 'cryptography', and thus # 'secretstorage' and thus 'keyring' and thus 'astroquery'. -#setuptools-rust-version = 1.1.2 +setuptools-rust-version = 1.10.2 +semantic-version-version = 2.10.0 #cryptography-version = 36.0.1 #secretstorage-version = 3.1.1 #keyring-version = 18.0.0 |