From 1b24780713eff5fdc4e41cf07dbc843d382cd609 Mon Sep 17 00:00:00 2001 From: Sergey Cherevko Date: Thu, 18 Jul 2024 12:49:51 +0300 Subject: [PATCH] import python-tomlkit-0.11.4-2.el9 --- .gitignore | 1 + .python-tomlkit.metadata | 1 + SOURCES/README.md | 3 + SPECS/python-tomlkit.spec | 152 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 157 insertions(+) create mode 100644 .gitignore create mode 100644 .python-tomlkit.metadata create mode 100644 SOURCES/README.md create mode 100644 SPECS/python-tomlkit.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4cbace1 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/tomlkit-0.11.4.tar.gz diff --git a/.python-tomlkit.metadata b/.python-tomlkit.metadata new file mode 100644 index 0000000..059a2fc --- /dev/null +++ b/.python-tomlkit.metadata @@ -0,0 +1 @@ +65f56e209410e4eee4b45d048e6b4dc0fcaad74a SOURCES/tomlkit-0.11.4.tar.gz diff --git a/SOURCES/README.md b/SOURCES/README.md new file mode 100644 index 0000000..abfc902 --- /dev/null +++ b/SOURCES/README.md @@ -0,0 +1,3 @@ +# python-tomlkit + +The python-tomlkit package \ No newline at end of file diff --git a/SPECS/python-tomlkit.spec b/SPECS/python-tomlkit.spec new file mode 100644 index 0000000..a47a641 --- /dev/null +++ b/SPECS/python-tomlkit.spec @@ -0,0 +1,152 @@ +%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.11.4 +Release: 2%{?dist} +License: MIT + +URL: https://github.com/sdispater/tomlkit +Source0: %{pypi_source %{pypi_name}} + +BuildArch: noarch + +BuildRequires: python3-devel + +# 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 +* Thu Jul 18 2024 Sergey Cherevko - 0.11.4-2 +- Rebuilt for MSVSphere 9.4 + +* 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. +