Bootstrap for Python 3.10
This commit is contained in:
parent
0db916eca7
commit
f6c6ee3aa3
@ -1,3 +1,4 @@
|
||||
%global _without_tests 1
|
||||
%global pypi_name toml
|
||||
%global desc TOML aims to be a minimal configuration file format that's easy to read due to \
|
||||
obvious semantics. TOML is designed to map unambiguously to a hash table. TOML \
|
||||
@ -7,7 +8,7 @@ toml file.
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.10.2
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Python Library for Tom's Obvious, Minimal Language
|
||||
|
||||
License: MIT
|
||||
@ -71,6 +72,9 @@ toml-test $(pwd)/tests/decoding_test3.sh
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 0.10.2-3
|
||||
- Bootstrap for Python 3.10
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user