diff --git a/python-toml.spec b/python-toml.spec index f0f661a..0e3b732 100644 --- a/python-toml.spec +++ b/python-toml.spec @@ -7,7 +7,7 @@ toml file. Name: python-%{pypi_name} Version: 0.10.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python Library for Tom's Obvious, Minimal Language License: MIT @@ -71,6 +71,9 @@ toml-test $(pwd)/tests/decoding_test3.sh %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 0.10.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Nov 23 2020 Miro HronĨok - 0.10.2-1 - Update to 0.10.2 - Fixes: rhbz#1893498