public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Stephane Thiell <stephane@thiell.com>
To: git-commits@fedoraproject.org
Subject: [rpms/clustershell] f43: Update to 1.10.1
Date: Thu, 16 Jul 2026 22:43:59 GMT [thread overview]
Message-ID: <178424183972.1.2751610763880742333.rpms-clustershell-7abfe0b2acf7@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/clustershell
Branch : f43
Commit : 7abfe0b2acf7e474adb84bd4df555b71361f5c24
Author : Stephane Thiell <stephane@thiell.com>
Date : 2026-07-16T22:43:54+00:00
Stats : +17/-8 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/clustershell/c/7abfe0b2acf7e474adb84bd4df555b71361f5c24?branch=f43
Log:
Update to 1.10.1
(cherry picked from commit f12040111b5e80be6618e8117e238cf2a36a3b5e)
---
diff --git a/.gitignore b/.gitignore
index c794416..e079031 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,4 @@
/ClusterShell-1.9.3.tar.gz
/ClusterShell-1.9.3.pypi.tar.gz
/clustershell-1.10.tar.gz
+/clustershell-1.10.1.tar.gz
diff --git a/clustershell.spec b/clustershell.spec
index 2bc6b4c..0daf7c1 100644
--- a/clustershell.spec
+++ b/clustershell.spec
@@ -1,7 +1,7 @@
%global vimdatadir %{_datadir}/vim/vimfiles
Name: clustershell
-Version: 1.10
+Version: 1.10.1
Release: 1%{?dist}
Summary: Python framework for efficient cluster administration
@@ -12,7 +12,6 @@ Source0: %{pypi_source clustershell}
BuildArch: noarch
BuildRequires: python3-devel
-BuildRequires: vim
Requires: python3-%{name} = %{version}-%{release}
Requires: vim-filesystem
@@ -30,8 +29,6 @@ offered by the library.
%package -n python3-%{name}
Summary: ClusterShell module for Python 3
-%{?python_provide:%python_provide python3-%{name}}
-
%description -n python3-%{name}
ClusterShell Python 3 module and related command line tools.
@@ -50,10 +47,12 @@ ClusterShell Python 3 module and related command line tools.
%install
%pyproject_install
-%pyproject_save_files ClusterShell
+%pyproject_save_files -l 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}
+if [ -d %{buildroot}/usr/etc ]; then
+ mv %{buildroot}/usr/etc %{buildroot}/%{_sysconfdir}
+fi
# man pages
install -d %{buildroot}/%{_mandir}/{man1,man5}
@@ -78,6 +77,10 @@ ln -s cluset nodeset
popd
+%check
+%pyproject_check_import ClusterShell
+
+
%files -n python3-%{name} -f %{pyproject_files}
%{_bindir}/clubak
%{_bindir}/cluset
@@ -118,6 +121,11 @@ popd
%{bash_completions_dir}/nodeset
%changelog
+* Thu Jul 16 2026 Stephane Thiell <stephane@thiell.com> - 1.10.1-1
+- Update to 1.10.1
+- add import smoke test
+- drop unused vim build dependency
+
* 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/
@@ -229,7 +237,7 @@ popd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Thu Jun 27 2019 Stephane Thiell <sthiell@stanford.edu> 1.8.1-3
-- Avoid using #%else if" statements (#1724485)
+- Avoid using #%%else if" statements (#1724485)
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
diff --git a/sources b/sources
index 5914445..cb7d151 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (clustershell-1.10.tar.gz) = 564a89345ecaa4a1c942f98188b6fbbd6342c81867d3804375f31758ed9b5e38e8e32f677c904dd95008759e4ee1ad37d8afe6c472f5f3eca5f50131698786ac
+SHA512 (clustershell-1.10.1.tar.gz) = 779f939be67bdf6462200c66998eed3a54f165d27f6948cd864d88e5db8879ff305fc7c2bc47d9ac644f0f60255565e1ee3835a7b5e39c8c6629e6b95dea2d85
reply other threads:[~2026-07-16 22:43 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178424183972.1.2751610763880742333.rpms-clustershell-7abfe0b2acf7@fedoraproject.org \
--to=stephane@thiell.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox