From 6b398df089d403a4ee12499ea3371ba28ef3543d Mon Sep 17 00:00:00 2001 From: tigro Date: Sun, 5 Jan 2025 23:38:39 +0300 Subject: [PATCH] import python-tomlkit-0.13.2-1.el10 --- .gitignore | 2 +- .python-tomlkit.metadata | 2 +- SOURCES/README.md | 3 -- SPECS/python-tomlkit.spec | 61 +++++++++++++++++++++++++++++++++++---- 4 files changed, 58 insertions(+), 10 deletions(-) delete mode 100644 SOURCES/README.md diff --git a/.gitignore b/.gitignore index 4cbace1..35e3bc4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/tomlkit-0.11.4.tar.gz +SOURCES/tomlkit-0.13.2.tar.gz diff --git a/.python-tomlkit.metadata b/.python-tomlkit.metadata index 059a2fc..4e1c13e 100644 --- a/.python-tomlkit.metadata +++ b/.python-tomlkit.metadata @@ -1 +1 @@ -65f56e209410e4eee4b45d048e6b4dc0fcaad74a SOURCES/tomlkit-0.11.4.tar.gz +499e023d1501d950a2b67ea1161a60331421da30 SOURCES/tomlkit-0.13.2.tar.gz diff --git a/SOURCES/README.md b/SOURCES/README.md deleted file mode 100644 index abfc902..0000000 --- a/SOURCES/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# python-tomlkit - -The python-tomlkit package \ No newline at end of file diff --git a/SPECS/python-tomlkit.spec b/SPECS/python-tomlkit.spec index a47a641..9eccd9f 100644 --- a/SPECS/python-tomlkit.spec +++ b/SPECS/python-tomlkit.spec @@ -1,3 +1,13 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.7.1) +## RPMAUTOSPEC: autorelease, autochangelog +%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: + release_number = 1; + base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); + print(release_number + base_release_number - 1); +}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} +## END: Set by rpmautospec + %global pypi_name tomlkit %global common_description %{expand: @@ -13,12 +23,12 @@ Part of the implementation has been adapted, improved and fixed from Molten.} Name: python-%{pypi_name} Summary: Style preserving TOML library -Version: 0.11.4 -Release: 2%{?dist} +Version: 0.13.2 +Release: %autorelease License: MIT URL: https://github.com/sdispater/tomlkit -Source0: %{pypi_source %{pypi_name}} +Source: %{pypi_source %{pypi_name}} BuildArch: noarch @@ -64,8 +74,48 @@ Summary: %{summary} %changelog -* Thu Jul 18 2024 Sergey Cherevko - 0.11.4-2 -- Rebuilt for MSVSphere 9.4 +* Sun Jan 05 2025 Arkady L. Shane - 0.13.2-1 +- Rebuilt for MSVSphere 10 + +## START: Generated by rpmautospec +* 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 + +* Fri Jan 26 2024 Fedora Release Engineering - 0.12.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Jan 22 2024 Fedora Release Engineering - 0.12.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Sun Nov 19 2023 Maxwell G - 0.12.3-1 +- Update to 0.12.3. Fixes rhbz#2249729. + +* Thu Nov 02 2023 Maxwell G - 0.12.2-1 +- Update to 0.12.2. Fixes rhbz#2247663. + +* Mon Aug 28 2023 Charalampos Stratakis - 0.12.1-1 +- Update to 0.12.1 +Resolves: rhbz#2130400 + +* Fri Jul 21 2023 Fedora Release Engineering - 0.11.4-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Thu Jun 15 2023 Python Maint - 0.11.4-3 +- Rebuilt for Python 3.12 * Fri Jan 20 2023 Fedora Release Engineering - 0.11.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild @@ -150,3 +200,4 @@ Summary: %{summary} * Wed Dec 19 2018 Fabio Valentini - 0.5.3-1 - Initial package. +## END: Generated by rpmautospec