Rebuilt for Python 3.10

This commit is contained in:
Python Maint 2021-06-03 22:14:49 +02:00 committed by Miro Hrončok
parent f6c6ee3aa3
commit fe455622db

View File

@ -1,4 +1,3 @@
%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 \
@ -8,7 +7,7 @@ toml file.
Name: python-%{pypi_name}
Version: 0.10.2
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Python Library for Tom's Obvious, Minimal Language
License: MIT
@ -72,6 +71,9 @@ toml-test $(pwd)/tests/decoding_test3.sh
%changelog
* Thu Jun 03 2021 Python Maint <python-maint@redhat.com> - 0.10.2-4
- Rebuilt for Python 3.10
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 0.10.2-3
- Bootstrap for Python 3.10