Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bef7b2af65 | |||
| c7793d4462 | |||
| d1e1018a12 | |||
| 0d8ef94d06 | |||
| f55247ec9c |
@@ -1,2 +1,2 @@
|
||||
SHA512 (tomcli-0.1.1.tar.gz) = 4d35a2d1fea21f8a6040fa773a096c0f327d12d25e08a81498dd0fe4c1fc22192a7362bf1ab5cb2fbb4a7e29aa747dd80a3af4d321e1b66dc6e78f7bd12dfbb6
|
||||
SHA512 (tomcli-0.1.1.tar.gz.asc) = 1c7e0e1b8f790ac6c5003eea44aabb40c03617a90210b10451646b222060291dce53b5b0d566aaab2c3c11d8b64f8c23bf693e63dc14a9af74fe39bcca07d178
|
||||
SHA512 (tomcli-0.3.0.tar.gz) = 1fb1f89828971d07972a5f55c42335f1f0a8c78686616a1310ba9bc722fc3b6650ed8019ef91941e21c781b74b723ca9107f6e1b7e61639de6660897f841e5bd
|
||||
SHA512 (tomcli-0.3.0.tar.gz.asc) = c4aef343865fa396b2e6d5f8ad93207abeaed0426024e7513d286cdab553afa0bd0b274f85b288b4e02852ab0daf2e7c7fade81485077d5c6415a62fdbeb3831
|
||||
|
||||
+14
-2
@@ -5,7 +5,7 @@
|
||||
# License text: https://spdx.org/licenses/MIT.html
|
||||
|
||||
Name: tomcli
|
||||
Version: 0.1.1
|
||||
Version: 0.3.0
|
||||
Release: 1%{?dist}
|
||||
Summary: CLI for working with TOML files. Pronounced "tom clee."
|
||||
|
||||
@@ -39,7 +39,7 @@ tomcli is a CLI for working with TOML files. Pronounced "tom clee."
|
||||
|
||||
|
||||
%generate_buildrequires
|
||||
%pyproject_buildrequires -x all,tomlkit,tomli,test
|
||||
%pyproject_buildrequires -x all,tomlkit,tomli,test %{?el9:-w}
|
||||
|
||||
|
||||
%build
|
||||
@@ -86,5 +86,17 @@ done
|
||||
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
* Sat May 20 2023 Maxwell G <maxwell@gtmx.me> - 0.1.2-1
|
||||
- Update to 0.1.2.
|
||||
|
||||
* Wed May 03 2023 Maxwell G <maxwell@gtmx.me> - 0.1.1-1
|
||||
- Initial package. Closes rhbz#2186902.
|
||||
|
||||
Reference in New Issue
Block a user