Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9ab94fbf10 | |||
| 7b1299607c | |||
| 0b1760abe6 | |||
| d35de8653f | |||
| 80416c604d |
@@ -1,2 +1,2 @@
|
||||
SHA512 (tomcli-0.6.0.tar.gz) = 19aad51f0b0e8169e427aa4ded1437061377b82b3b00cc3b175bc92bcb1c359c09c7003630e9857694944d701ee6522b35a05a77223aa574afe9f7b03a6337ad
|
||||
SHA512 (tomcli-0.6.0.tar.gz.asc) = b76684da7707dc7a25381f974a2d95702ea2e0ce18bbc5057372688da0fc2e0a2039199a70a3936e020336043c94ac0885c26944ff8e28622e94833a526b128a
|
||||
SHA512 (tomcli-0.8.0.tar.gz) = bc9139601d6902ecad8a72a8f315e94fcd376cd3b8fe3b3475f9c8afcc55dc1fe1e9003402b258d562f9063201c8b4e3143fc96d385b25027fd7791b2b8b791a
|
||||
SHA512 (tomcli-0.8.0.tar.gz.asc) = 6161a2f9b664998e468cdeaaf7e691d54456be924c187a5f4873291f76cf0710130c8ec90afc9b61a7a3018f6754fab0663a620d6e5315f554cb37c423a535fc
|
||||
|
||||
+19
-3
@@ -17,9 +17,9 @@
|
||||
# Allows tomcli to be built early in the new Python bootstrap process.
|
||||
|
||||
%bcond bootstrap 0
|
||||
%bcond tomlkit %{without bootstrap}
|
||||
%bcond tomlkit %[%{without bootstrap} && (%{undefined rhel} || %{defined epel})]
|
||||
%bcond tests %{without bootstrap}
|
||||
%bcond manpages 1
|
||||
%bcond manpages %[%{undefined rhel} || %{defined epel}]
|
||||
|
||||
# Add minimal py3_test_envvars for EPEL 9
|
||||
%if %{undefined py3_test_envvars}
|
||||
@@ -30,7 +30,7 @@ PATH=%{buildroot}%{_bindir}:${PATH}
|
||||
%endif
|
||||
|
||||
Name: tomcli
|
||||
Version: 0.6.0
|
||||
Version: 0.8.0
|
||||
Release: 1%{?dist}
|
||||
Summary: CLI for working with TOML files. Pronounced "tom clee."
|
||||
|
||||
@@ -90,8 +90,10 @@ done
|
||||
%pyproject_install
|
||||
%pyproject_save_files tomcli
|
||||
|
||||
%if %{with manpages}
|
||||
# Install manpages
|
||||
install -Dpm 0644 doc/*.1 -t %{buildroot}%{_mandir}/man1
|
||||
%endif
|
||||
|
||||
# Install shell completions
|
||||
(
|
||||
@@ -135,10 +137,24 @@ test "${newname}" = "not-tomcli"
|
||||
%{bash_completions_dir}/tomcli*
|
||||
%{fish_completions_dir}/tomcli*.fish
|
||||
%{zsh_completions_dir}/_tomcli*
|
||||
%if %{with manpages}
|
||||
%{_mandir}/man1/tomcli*.1*
|
||||
%endif
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Sep 16 2024 Maxwell G <maxwell@gtmx.me> - 0.8.0-1
|
||||
- Update to 0.8.0.
|
||||
|
||||
* Wed Aug 28 2024 Maxwell G <maxwell@gtmx.me> - 0.7.0-1
|
||||
- Update to 0.7.0.
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 0.6.0-2
|
||||
- Rebuilt for Python 3.13
|
||||
|
||||
* Thu Mar 28 2024 Maxwell G <maxwell@gtmx.me> - 0.6.0-1
|
||||
- Update to 0.6.0.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user