Bootstrap for Python 3.11
This commit is contained in:
parent
24ac1a4cf2
commit
7f7af8f931
@ -1,3 +1,4 @@
|
|||||||
|
%global _without_tests 1
|
||||||
%global pypi_name toml
|
%global pypi_name toml
|
||||||
%global desc TOML aims to be a minimal configuration file format that's easy to read due to \
|
%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 \
|
obvious semantics. TOML is designed to map unambiguously to a hash table. TOML \
|
||||||
@ -7,7 +8,7 @@ toml file.
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.10.2
|
Version: 0.10.2
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Summary: Python Library for Tom's Obvious, Minimal Language
|
Summary: Python Library for Tom's Obvious, Minimal Language
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -74,6 +75,9 @@ toml-test $(pwd)/tests/decoding_test3.sh
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.10.2-7
|
||||||
|
- Bootstrap for Python 3.11
|
||||||
|
|
||||||
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.2-6
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.2-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user