Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8127ca62b3 | |||
| 8ce5e57d87 | |||
| a429c5fbce | |||
| e756a361a1 | |||
| a58c24902f | |||
| 0d59230633 | |||
| 9fab598d4c | |||
| a296315a12 | |||
| 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.10.1.tar.gz) = 5e41665f74cae42feab53b23268a5ff9bcc77a32e7ea6a23e8b5758495aad304e5addf3f82b5e9d6553221db6788d0bf378eccb1908d40a375ba34b8a9565b95
|
||||
SHA512 (tomcli-0.10.1.tar.gz.asc) = 138230ab12d1f32978752b4aa1547bb13b30536a6868bad2c64bbbe610e55f012f87bb1be65e0ed1ffbf0ce07b4b162dcb54dedd1c5ee3cb667e6f8992d5e085
|
||||
|
||||
+44
-4
@@ -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,8 +30,8 @@ PATH=%{buildroot}%{_bindir}:${PATH}
|
||||
%endif
|
||||
|
||||
Name: tomcli
|
||||
Version: 0.6.0
|
||||
Release: 1%{?dist}
|
||||
Version: 0.10.1
|
||||
Release: 3%{?dist}
|
||||
Summary: CLI for working with TOML files. Pronounced "tom clee."
|
||||
|
||||
License: MIT
|
||||
@@ -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,48 @@ 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
|
||||
* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 0.10.1-3
|
||||
- Rebuilt for Python 3.14.0rc3 bytecode
|
||||
|
||||
* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 0.10.1-2
|
||||
- Rebuilt for Python 3.14.0rc2 bytecode
|
||||
|
||||
* Thu Jul 31 2025 Maxwell G <maxwell@gtmx.me> - 0.10.1-1
|
||||
- Update to 0.10.1.
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Fri Jun 06 2025 Maxwell G <maxwell@gtmx.me> - 0.10.0-1
|
||||
- Update to 0.10.0.
|
||||
|
||||
* Tue Jun 03 2025 Python Maint <python-maint@redhat.com> - 0.9.0-2
|
||||
- Rebuilt for Python 3.14
|
||||
|
||||
* Sun Mar 02 2025 Maxwell G <maxwell@gtmx.me> - 0.9.0-1
|
||||
- Update to 0.9.0.
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* 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