From ac97725b76e0fa947051dbe015160a035c0c7add Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Thu, 16 May 2024 12:06:19 +0200 Subject: [PATCH] initial package creation Signed-off-by: Toshaan Bharvani --- SOURCES/.gitkeeper | 0 SPECS/python-tomlkit.spec | 187 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 187 insertions(+) create mode 100644 SOURCES/.gitkeeper create mode 100644 SPECS/python-tomlkit.spec diff --git a/SOURCES/.gitkeeper b/SOURCES/.gitkeeper new file mode 100644 index 0000000..e69de29 diff --git a/SPECS/python-tomlkit.spec b/SPECS/python-tomlkit.spec new file mode 100644 index 0000000..65d1501 --- /dev/null +++ b/SPECS/python-tomlkit.spec @@ -0,0 +1,187 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.6.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: +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.4 +Release: %autorelease +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 +## START: Generated by rpmautospec +* 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 + +* 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. + +## END: Generated by rpmautospec