From e77b989aefcf3f8d452693e768e6d7f21883e255 Mon Sep 17 00:00:00 2001 From: rdobuilder Date: Feb 22 2024 11:41:09 +0000 Subject: Initial build 0.12.3 Related-to: https://review.rdoproject.org/r/q/Id935395a3a184a3a63b839f96ff6f7ccb0f659f8 --- diff --git a/.python-tomlkit.metadata b/.python-tomlkit.metadata new file mode 100644 index 0000000..f907b03 --- /dev/null +++ b/.python-tomlkit.metadata @@ -0,0 +1 @@ +739b64411bfc3d837a74840c1b66b424d9fd5f55 SOURCES/tomlkit-0.12.3.tar.gz diff --git a/SOURCES/.gitignore b/SOURCES/.gitignore new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/SOURCES/.gitignore diff --git a/SPECS/python-tomlkit.spec b/SPECS/python-tomlkit.spec new file mode 100644 index 0000000..1c1ff02 --- /dev/null +++ b/SPECS/python-tomlkit.spec @@ -0,0 +1,172 @@ +%global pypi_name tomlkit + +%global common_description %{expand: +TOML Kit is a 1.0.0-compliant TOML library. + +It includes a parser that preserves all comments, indentations, whitespace and +internal element ordering, and makes them accessible and editable via an +intuitive API. + +You can also create new TOML documents from scratch using the provided helpers. + +Part of the implementation has been adapted, improved and fixed from Molten.} + +Name: python-%{pypi_name} +Summary: Style preserving TOML library +Version: 0.12.3 +Release: 3%{?dist} +License: MIT + +URL: https://github.com/sdispater/tomlkit +Source0: %{pypi_source %{pypi_name}} + +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: pyproject-rpm-macros + +# test dependencies +BuildRequires: python3dist(pytest) +BuildRequires: python3dist(pyyaml) + +%description %{common_description} + + +%package -n python3-%{pypi_name} +Summary: %{summary} + +%description -n python3-%{pypi_name} %{common_description} + + +%prep +%autosetup -n %{pypi_name}-%{version} -p1 + + +%generate_buildrequires +%pyproject_buildrequires -r + + +%build +%pyproject_wheel + + +%install +%pyproject_install +%pyproject_save_files %{pypi_name} + + +%check +%pytest + + +%files -n python3-%{pypi_name} -f %{pyproject_files} +%license LICENSE +%doc README.md + + +%changelog +* 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 + +* Sat Aug 13 2022 Benjamin A. Beasley - 0.11.4-1 +- Update to 0.11.4 (close RHBZ#2078161) + +* Fri Jul 22 2022 Fedora Release Engineering - 0.10.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Tue Jun 14 2022 Python Maint - 0.10.1-2 +- Rebuilt for Python 3.11 + +* Sun Mar 27 2022 Benjamin A. Beasley - 0.10.1-1 +- Update to 0.10.1 (close RHBZ#2034117) + +* Fri Jan 21 2022 Fedora Release Engineering - 0.7.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Mon Aug 23 2021 Karolina Surma - 0.7.2-1 +- Update to version 0.7.2 (#1962396) +- Build package using pyproject-rpm-macros + +* Tue Jul 27 2021 Fedora Release Engineering - 0.7.0-4 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Jun 04 2021 Python Maint - 0.7.0-3 +- Rebuilt for Python 3.10 + +* Wed Jan 27 2021 Fedora Release Engineering - 0.7.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Sat Oct 03 2020 Fabio Valentini - 0.7.0-1 +- Update to version 0.7.0. + +* Wed Jul 29 2020 Fedora Release Engineering - 0.5.11-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue May 26 2020 Miro Hrončok - 0.5.11-2 +- Rebuilt for Python 3.9 + +* Sat Feb 29 2020 Fabio Valentini - 0.5.11-1 +- rebuilt + +* Fri Feb 28 2020 Fabio Valentini - 0.5.10-1 +- Update to version 0.5.10. + +* Thu Jan 30 2020 Fedora Release Engineering - 0.5.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Sat Oct 19 2019 Fabio Valentini - 0.5.8-1 +- Update to version 0.5.8. + +* Fri Oct 04 2019 Fabio Valentini - 0.5.7-1 +- Update to version 0.5.7. + +* Thu Oct 03 2019 Miro Hrončok - 0.5.5-4 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Mon Aug 19 2019 Miro Hrončok - 0.5.5-3 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 0.5.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Tue Jul 02 2019 Fabio Valentini - 0.5.5-1 +- Update to version 0.5.5. + +* Sun Jun 30 2019 Fabio Valentini - 0.5.4-1 +- Update to version 0.5.4. + +* Sat May 04 2019 Fabio Valentini - 0.5.3-4 +- Use setup from setuptools, not distutils.core. + +* Mon Feb 11 2019 Patrik Kopkan - 0.5.3-3 +- Added check section. + +* Sat Feb 02 2019 Fedora Release Engineering - 0.5.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Wed Dec 19 2018 Fabio Valentini - 0.5.3-1 +- Initial package. +