public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/clustershell] epel9: Update to 1.10
@ 2026-07-04 18:27 Stephane Thiell
0 siblings, 0 replies; only message in thread
From: Stephane Thiell @ 2026-07-04 18:27 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/clustershell
Branch : epel9
Commit : 27c1075cad84da48558dbfc3ce6a77b41a03393b
Author : Stephane Thiell <sthiell@stanford.edu>
Date : 2026-07-04T18:27:10+00:00
Stats : +10/-5 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/clustershell/c/27c1075cad84da48558dbfc3ce6a77b41a03393b?branch=epel9
Log:
Update to 1.10
---
diff --git a/.gitignore b/.gitignore
index 0b5ccd0..4a37fbf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
/ClusterShell-1.9.1.tar.gz
/ClusterShell-1.9.2.tar.gz
/ClusterShell-1.9.3.tar.gz
+/clustershell-1.10.tar.gz
diff --git a/clustershell.spec b/clustershell.spec
index 4b838ac..9c98a61 100644
--- a/clustershell.spec
+++ b/clustershell.spec
@@ -4,13 +4,13 @@
%global srcname ClusterShell
Name: clustershell
-Version: 1.9.3
+Version: 1.10
Release: 1%{?dist}
Summary: Python framework for efficient cluster administration
License: LGPLv2+
-URL: http://cea-hpc.github.io/clustershell/
-Source0: https://github.com/cea-hpc/clustershell/archive/v%{version}/%{srcname}-%{version}.tar.gz
+URL: https://clustershell.github.io/clustershell/
+Source0: https://files.pythonhosted.org/packages/source/c/clustershell/clustershell-%{version}.tar.gz
BuildArch: noarch
Requires: python3-%{name} = %{version}-%{release}
Requires: vim-filesystem
@@ -38,7 +38,7 @@ Requires: %{python3_pkgprefix}-setuptools
ClusterShell Python 3 module and related command line tools.
%prep
-%setup -q -n %{srcname}-%{version}
+%setup -q -n clustershell-%{version}
%build
%{__python3} setup.py build
@@ -118,6 +118,10 @@ popd
%{bash_completions_dir}/nodeset
%changelog
+* Sat Jul 04 2026 Stephane Thiell <sthiell@stanford.edu> - 1.10-1
+- Update to 1.10
+- Update project URL to https://clustershell.github.io/clustershell/
+
* Fri Jan 24 2025 Stephane Thiell <sthiell@stanford.edu> 1.9.3-1
- update to 1.9.3
diff --git a/sources b/sources
index 0ba40ee..5914445 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ClusterShell-1.9.3.tar.gz) = 80f32b629f652d412030936e345da93a0fb82859b00d6670d69546c87b6d317a6ea0910fbcfe3c3cc3613a9f8f53c72fadf513beac5cbdf1f3877e36597b6a48
+SHA512 (clustershell-1.10.tar.gz) = 564a89345ecaa4a1c942f98188b6fbbd6342c81867d3804375f31758ed9b5e38e8e32f677c904dd95008759e4ee1ad37d8afe6c472f5f3eca5f50131698786ac
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-04 18:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-04 18:27 [rpms/clustershell] epel9: Update to 1.10 Stephane Thiell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox