public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/clustershell] f44: Update to 1.10
@ 2026-07-04 15:21 Stephane Thiell
0 siblings, 0 replies; only message in thread
From: Stephane Thiell @ 2026-07-04 15:21 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/clustershell
Branch : f44
Commit : 4d27490b213975ccfdbcfc90efbaf400bd9a6c7a
Author : Stephane Thiell <sthiell@stanford.edu>
Date : 2026-07-04T15:21:39+00:00
Stats : +12/-8 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/clustershell/c/4d27490b213975ccfdbcfc90efbaf400bd9a6c7a?branch=f44
Log:
Update to 1.10
---
diff --git a/.gitignore b/.gitignore
index 334f035..c794416 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@
/ClusterShell-1.9.2.tar.gz
/ClusterShell-1.9.3.tar.gz
/ClusterShell-1.9.3.pypi.tar.gz
+/clustershell-1.10.tar.gz
diff --git a/clustershell.spec b/clustershell.spec
index 7353acb..83136e9 100644
--- a/clustershell.spec
+++ b/clustershell.spec
@@ -1,14 +1,13 @@
-%global srcname ClusterShell
%global vimdatadir %{_datadir}/vim/vimfiles
Name: clustershell
-Version: 1.9.3
-Release: 8%{?dist}
+Version: 1.10
+Release: 1%{?dist}
Summary: Python framework for efficient cluster administration
License: LGPL-2.1-or-later
-URL: https://cea-hpc.github.io/clustershell/
-Source0: https://files.pythonhosted.org/packages/source/C/%{srcname}/%{srcname}-%{version}.tar.gz#/%{srcname}-%{version}.pypi.tar.gz
+URL: https://clustershell.github.io/clustershell/
+Source0: %{pypi_source clustershell}
BuildArch: noarch
@@ -42,7 +41,7 @@ ClusterShell Python 3 module and related command line tools.
%prep
-%setup -q -n %{srcname}-%{version}
+%setup -q
%build
@@ -51,7 +50,7 @@ ClusterShell Python 3 module and related command line tools.
%install
%pyproject_install
-%pyproject_save_files %{srcname}
+%pyproject_save_files ClusterShell
# move config dir away from default setuptools /usr prefix (if rpm-building as user)
[ -d %{buildroot}/usr/etc ] && mv %{buildroot}/usr/etc %{buildroot}/%{_sysconfdir}
@@ -119,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 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.3-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
diff --git a/sources b/sources
index ac46843..5914445 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ClusterShell-1.9.3.pypi.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 15:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-04 15:21 [rpms/clustershell] f44: 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