From cb936287ff70f278eb3040d38007c47ae6b05360 Mon Sep 17 00:00:00 2001 From: Boud Roukema Date: Tue, 18 Mar 2025 07:19:56 +0100 Subject: Configuration: Updated setuptools-rust and added semantic-version 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 --- reproduce/software/config/versions.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'reproduce/software/config/versions.conf') 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 -- cgit v1.2.1