8 Commits

Author SHA1 Message Date
Python Maint 8127ca62b3 Rebuilt for Python 3.14.0rc3 bytecode 2025-09-19 14:59:56 +02:00
Python Maint 8ce5e57d87 Rebuilt for Python 3.14.0rc2 bytecode 2025-08-15 15:20:19 +02:00
Maxwell G a429c5fbce Update to 0.10.1. 2025-07-31 18:40:40 -05:00
Fedora Release Engineering e756a361a1 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 19:25:59 +00:00
Maxwell G a58c24902f Update to 0.10.0. 2025-06-06 13:54:34 -05:00
Python Maint 0d59230633 Rebuilt for Python 3.14 2025-06-03 08:54:23 +02:00
Maxwell G 9fab598d4c Update to 0.9.0. 2025-03-02 11:48:05 -06:00
Fedora Release Engineering a296315a12 Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-19 13:05:11 +00:00
2 changed files with 28 additions and 4 deletions
+2 -2
View File
@@ -1,2 +1,2 @@
SHA512 (tomcli-0.8.0.tar.gz) = bc9139601d6902ecad8a72a8f315e94fcd376cd3b8fe3b3475f9c8afcc55dc1fe1e9003402b258d562f9063201c8b4e3143fc96d385b25027fd7791b2b8b791a
SHA512 (tomcli-0.8.0.tar.gz.asc) = 6161a2f9b664998e468cdeaaf7e691d54456be924c187a5f4873291f76cf0710130c8ec90afc9b61a7a3018f6754fab0663a620d6e5315f554cb37c423a535fc
SHA512 (tomcli-0.10.1.tar.gz) = 5e41665f74cae42feab53b23268a5ff9bcc77a32e7ea6a23e8b5758495aad304e5addf3f82b5e9d6553221db6788d0bf378eccb1908d40a375ba34b8a9565b95
SHA512 (tomcli-0.10.1.tar.gz.asc) = 138230ab12d1f32978752b4aa1547bb13b30536a6868bad2c64bbbe610e55f012f87bb1be65e0ed1ffbf0ce07b4b162dcb54dedd1c5ee3cb667e6f8992d5e085
+26 -2
View File
@@ -30,8 +30,8 @@ PATH=%{buildroot}%{_bindir}:${PATH}
%endif
Name: tomcli
Version: 0.8.0
Release: 1%{?dist}
Version: 0.10.1
Release: 3%{?dist}
Summary: CLI for working with TOML files. Pronounced "tom clee."
License: MIT
@@ -143,6 +143,30 @@ test "${newname}" = "not-tomcli"
%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.