|
|
|
@ -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 <s.cherevko@msvsphere-os.ru> - 0.11.4-2
|
|
|
|
|
- Rebuilt for MSVSphere 9.4
|
|
|
|
|
* Sun Jan 05 2025 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.13.2-1
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
* Mon Aug 19 2024 Maxwell G <maxwell@gtmx.me> - 0.13.2-1
|
|
|
|
|
- Update to 0.13.2. Fixes rhbz#2297049.
|
|
|
|
|
|
|
|
|
|
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.4-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 0.12.4-4
|
|
|
|
|
- Rebuilt for Python 3.13
|
|
|
|
|
|
|
|
|
|
* Wed May 22 2024 Miro Hrončok <miro@hroncok.cz> - 0.12.4-3
|
|
|
|
|
- Python 3.13 support
|
|
|
|
|
- Fixes: rhbz#2264860
|
|
|
|
|
|
|
|
|
|
* Mon Mar 18 2024 Charalampos Stratakis <cstratak@redhat.com> - 0.12.4-1
|
|
|
|
|
- Update to 0.12.4
|
|
|
|
|
- Fixes: rhbz#2266221
|
|
|
|
|
|
|
|
|
|
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.3-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.3-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Nov 19 2023 Maxwell G <maxwell@gtmx.me> - 0.12.3-1
|
|
|
|
|
- Update to 0.12.3. Fixes rhbz#2249729.
|
|
|
|
|
|
|
|
|
|
* Thu Nov 02 2023 Maxwell G <maxwell@gtmx.me> - 0.12.2-1
|
|
|
|
|
- Update to 0.12.2. Fixes rhbz#2247663.
|
|
|
|
|
|
|
|
|
|
* Mon Aug 28 2023 Charalampos Stratakis <cstratak@redhat.com> - 0.12.1-1
|
|
|
|
|
- Update to 0.12.1
|
|
|
|
|
Resolves: rhbz#2130400
|
|
|
|
|
|
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.4-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jun 15 2023 Python Maint <python-maint@redhat.com> - 0.11.4-3
|
|
|
|
|
- Rebuilt for Python 3.12
|
|
|
|
|
|
|
|
|
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 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 <decathorpe@gmail.com> - 0.5.3-1
|
|
|
|
|
- Initial package.
|
|
|
|
|
|
|
|
|
|
## END: Generated by rpmautospec
|
|
|
|
|