8 Commits

Author SHA1 Message Date
Maxwell G 2246909c39 Merge branch 'rawhide' into epel9 2025-03-02 11:51:29 -06:00
Maxwell G f7a28072ef Merge branch 'rawhide' into epel9 2024-09-15 23:49:52 -05:00
Maxwell G 3c56ee0af3 Merge branch 'rawhide' into epel9 2024-08-27 22:17:49 -05:00
Maxwell G 383229d69f Merge branch 'rawhide' into epel9 2024-03-28 23:17:24 +00:00
Maxwell G dc8c877840 Merge branch 'rawhide' into epel9 2023-12-26 02:56:15 +00:00
Maxwell G a958e2b58c Merge branch 'rawhide' into epel9 2023-12-18 20:53:25 +00:00
Maxwell G 8e9e061deb Merge "Update to 0.3.0." 2023-09-22 05:59:29 +00:00
Maxwell G d811cf91ba Update to 0.2.0. 2023-08-31 23:17:58 -05:00
2 changed files with 14 additions and 31 deletions
+2 -2
View File
@@ -1,2 +1,2 @@
SHA512 (tomcli-0.10.1.tar.gz) = 5e41665f74cae42feab53b23268a5ff9bcc77a32e7ea6a23e8b5758495aad304e5addf3f82b5e9d6553221db6788d0bf378eccb1908d40a375ba34b8a9565b95
SHA512 (tomcli-0.10.1.tar.gz.asc) = 138230ab12d1f32978752b4aa1547bb13b30536a6868bad2c64bbbe610e55f012f87bb1be65e0ed1ffbf0ce07b4b162dcb54dedd1c5ee3cb667e6f8992d5e085
SHA512 (tomcli-0.9.0.tar.gz) = 2004bb7950474376e620e14e5790726893b2d937d23e262609075e83ac94880e99716d88fba4cc4ecea8434f5c6a33ad8d2753a39d8e72472ea72679c70c8ca8
SHA512 (tomcli-0.9.0.tar.gz.asc) = 2220f07834a5e41adc60eb905f2b720bc8ba93a0558ab18d53899e772b7a5eddf3de88464d7d6d6a310d2a2b4a14e5a66878667da08d501286ce64f79560ffa8
+12 -29
View File
@@ -30,8 +30,8 @@ PATH=%{buildroot}%{_bindir}:${PATH}
%endif
Name: tomcli
Version: 0.10.1
Release: 4%{?dist}
Version: 0.9.0
Release: 1%{?dist}
Summary: CLI for working with TOML files. Pronounced "tom clee."
License: MIT
@@ -39,8 +39,10 @@ URL: https://sr.ht/~gotmax23/tomcli
%global furl https://git.sr.ht/~gotmax23/tomcli
Source0: %{furl}/refs/download/v%{version}/tomcli-%{version}.tar.gz
Source1: %{furl}/refs/download/v%{version}/tomcli-%{version}.tar.gz.asc
Source2: https://meta.sr.ht/~gotmax23.pgp
BuildArch: noarch
BuildRequires: gnupg2
BuildRequires: python3-devel
%if %{with manpages}
BuildRequires: scdoc
@@ -61,6 +63,7 @@ tomcli is a CLI for working with TOML files. Pronounced "tom clee."
%prep
%gpgverify -d0 -s1 -k2
%autosetup -p1
@@ -97,7 +100,9 @@ install -Dpm 0644 doc/*.1 -t %{buildroot}%{_mandir}/man1
export %{py3_test_envvars}
%{python3} compgen.py \
--installroot %{buildroot} \
--bash-dir %{bash_completions_dir}
--bash-dir %{bash_completions_dir} \
--fish-dir %{fish_completions_dir} \
--zsh-dir %{zsh_completions_dir}
)
@@ -130,33 +135,14 @@ test "${newname}" = "not-tomcli"
%doc NEWS.md
%{_bindir}/tomcli*
%{bash_completions_dir}/tomcli*
%{fish_completions_dir}/tomcli*.fish
%{zsh_completions_dir}/_tomcli*
%if %{with manpages}
%{_mandir}/man1/tomcli*.1*
%endif
%changelog
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
* 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.
@@ -190,11 +176,8 @@ test "${newname}" = "not-tomcli"
* Thu Sep 07 2023 Maxwell G <maxwell@gtmx.me> - 0.3.0-1
- Update to 0.3.0.
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Thu Jun 29 2023 Python Maint <python-maint@redhat.com> - 0.1.2-2
- Rebuilt for Python 3.12
* Fri Sep 01 2023 Maxwell G <maxwell@gtmx.me> - 0.2.0-1
- Update to 0.2.0.
* Sat May 20 2023 Maxwell G <maxwell@gtmx.me> - 0.1.2-1
- Update to 0.1.2.