diff --git a/.python-tomlkit.metadata b/.python-tomlkit.metadata index be69960..4e1c13e 100644 --- a/.python-tomlkit.metadata +++ b/.python-tomlkit.metadata @@ -1 +1 @@ -29166476999e4d8493d9fed9b691938decef227d SOURCES/tomlkit-0.12.4.tar.gz +499e023d1501d950a2b67ea1161a60331421da30 SOURCES/tomlkit-0.13.2.tar.gz diff --git a/SPECS/python-tomlkit.spec b/SPECS/python-tomlkit.spec index 935f43a..b655e55 100644 --- a/SPECS/python-tomlkit.spec +++ b/SPECS/python-tomlkit.spec @@ -1,3 +1,4 @@ + %global pypi_name tomlkit %global common_description %{expand: @@ -13,12 +14,12 @@ Part of the implementation has been adapted, improved and fixed from Molten.} Name: python-%{pypi_name} Summary: Style preserving TOML library -Version: 0.12.4 +Version: 0.13.2 Release: 1%{?dist} License: MIT URL: https://github.com/sdispater/tomlkit -Source0: %{pypi_source %{pypi_name}} +Source: %{pypi_source %{pypi_name}} BuildArch: noarch @@ -65,6 +66,19 @@ Summary: %{summary} %changelog +* Mon Aug 19 2024 Maxwell G - 0.13.2-1 +- Update to 0.13.2. Fixes rhbz#2297049. + +* Fri Jul 19 2024 Fedora Release Engineering - 0.12.4-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Fri Jun 07 2024 Python Maint - 0.12.4-4 +- Rebuilt for Python 3.13 + +* Wed May 22 2024 Miro HronĨok - 0.12.4-3 +- Python 3.13 support +- Fixes: rhbz#2264860 + * Mon Mar 18 2024 Charalampos Stratakis - 0.12.4-1 - Update to 0.12.4 - Fixes: rhbz#2266221