From 6242a7bc175f453dd4b9021ee828be88c011b578 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hrn=C4=8Diar?= Date: Wed, 27 Aug 2025 10:16:13 +0200 Subject: [PATCH] RHEL: Import from Fedora --- .fmf/version | 1 + .gitignore | 25 +++++ changelog | 208 ++++++++++++++++++++++++++++++++++++++++++ plan.fmf | 23 +++++ python-flit-core.spec | 100 ++++++++++++++++++++ rpmlint.toml | 3 + sources | 1 + 7 files changed, 361 insertions(+) create mode 100644 .fmf/version create mode 100644 changelog create mode 100644 plan.fmf create mode 100644 python-flit-core.spec create mode 100644 rpmlint.toml create mode 100644 sources diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/.gitignore b/.gitignore index e69de29..4acd0a2 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,25 @@ +/flit-0.9.tar.gz +/flit-0.11.1.tar.gz +/flit-0.11.4.tar.gz +/flit-0.12.tar.gz +/flit-0.12.1.tar.gz +/flit-0.12.2.tar.gz +/flit-0.13.tar.gz +/flit-1.0.tar.gz +/flit-1.1.tar.gz +/flit-1.3.tar.gz +/flit-2.1.0.tar.gz +/flit-2.2.0.tar.gz +/flit-2.3.0.tar.gz +/flit-3.0.0.tar.gz +/flit-3.2.0.tar.gz +/flit-3.3.0.tar.gz +/flit-3.4.0.tar.gz +/flit-3.5.1.tar.gz +/flit-3.7.1.tar.gz +/flit-3.8.0.tar.gz +/flit_core-3.8.0.tar.gz +/flit_core-3.9.0.tar.gz +/flit_core-3.10.1.tar.gz +/flit_core-3.11.0.tar.gz +/flit_core-3.12.0.tar.gz diff --git a/changelog b/changelog new file mode 100644 index 0000000..32d9467 --- /dev/null +++ b/changelog @@ -0,0 +1,208 @@ +* Wed Feb 26 2025 Karolina Surma - 3.11.0-1 +- Update to 3.11.0 +- Resolves: rhbz#2346532 + +* Sat Jan 18 2025 Fedora Release Engineering - 3.10.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + +* Fri Nov 22 2024 Michel Lind - 3.10.1-1 +- Update to 3.10.1 +- Resolves: rhbz#2322947 + +* Fri Jul 19 2024 Fedora Release Engineering - 3.9.0-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Fri Jun 07 2024 Python Maint - 3.9.0-8 +- Rebuilt for Python 3.13 + +* Thu Jun 06 2024 Python Maint - 3.9.0-7 +- Bootstrap for Python 3.13 + +* Fri Jan 26 2024 Fedora Release Engineering - 3.9.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Jan 22 2024 Fedora Release Engineering - 3.9.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Jul 21 2023 Fedora Release Engineering - 3.9.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Fri Jun 16 2023 Python Maint - 3.9.0-3 +- Rebuilt for Python 3.12 + +* Tue Jun 13 2023 Python Maint - 3.9.0-2 +- Bootstrap for Python 3.12 + +* Fri May 26 2023 Miro Hrončok - 3.9.0-1 +- Update to 3.9.0 + +* Fri May 19 2023 Miro Hrončok - 3.8.0-3 +- Fork python-flit-core from the python-flit package +- Adjust the License tag to include flit_core/versionno.py's regex (BSD-2-Clause) + +* Fri Jan 20 2023 Fedora Release Engineering - 3.8.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Thu Nov 10 2022 Tomáš Hrnčiar - 3.8.0-1 +- Update to 3.8.0 +- Fixes: rhbz#2140390 + +* Fri Jul 22 2022 Fedora Release Engineering - 3.7.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Sun Jun 26 2022 Maxwell G - 3.7.1-4 +- Removed unnecessarily vendored tomli. + +* Tue Jun 14 2022 Python Maint - 3.7.1-3 +- Rebuilt for Python 3.11 + +* Mon Jun 13 2022 Python Maint - 3.7.1-2 +- Bootstrap for Python 3.11 + +* Wed Mar 16 2022 Charalampos Stratakis - 3.7.1-1 +- Update to 3.7.1 +- Fixes: rhbz#2057214 + +* Fri Jan 21 2022 Fedora Release Engineering - 3.5.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Mon Nov 29 2021 Tomáš Hrnčiar - 3.5.1-1 +- Update to 3.5.1 + +* Tue Oct 26 2021 Tomáš Hrnčiar - 3.4.0-1 +- Update to 3.4.0 + +* Wed Aug 04 2021 Tomas Hrnciar - 3.3.0-1 +- Update to 3.3.0 +- Fixes: rhbz#1988744 + +* Tue Jul 27 2021 Fedora Release Engineering - 3.2.0-5 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Jun 04 2021 Python Maint - 3.2.0-4 +- Rebuilt for Python 3.10 + +* Fri Jun 04 2021 Python Maint - 3.2.0-3 +- Bootstrap for Python 3.10 + +* Sat May 29 2021 Miro Hrončok - 3.2.0-2 +- Adapt to pyproject-rpm-macros 0-40+ + +* Tue Mar 30 2021 Karolina Surma - 3.2.0-1 +- Update to 3.2.0 +Resolves: rhbz#1940399 +- Remove tests from the flip_core package + +* Wed Jan 27 2021 Fedora Release Engineering - 3.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Thu Nov 19 2020 Miro Hrončok - 3.0.0-2 +- Replace deprecated pytoml with toml + +* Mon Sep 21 2020 Tomas Hrnciar - 3.0.0-1 +- Update to 3.0.0 + +* Wed Jul 29 2020 Fedora Release Engineering - 2.3.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sun May 24 2020 Miro Hrončok - 2.3.0-3 +- Rebuilt for Python 3.9 + +* Sun May 24 2020 Miro Hrončok - 2.3.0-2 +- Bootstrap for Python 3.9 + +* Mon May 11 2020 Tomas Hrnciar - 2.3.0-1 +- Update to 2.3.0 + +* Thu Jan 30 2020 Fedora Release Engineering - 2.2.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Mon Jan 20 2020 Mukundan Ragavan - 2.2.0-1 +- Update to 2.2.0 + +* Sat Dec 14 2019 Miro Hrončok - 2.1.0-2 +- Properly package flit-core and restore /usr/bin/flit (#1783610) + +* Tue Dec 03 2019 Mukundan Ragavan - 2.1.0-1 +- Update to 2.1.0 + +* Thu Oct 03 2019 Miro Hrončok - 1.3-4 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Sat Aug 17 2019 Miro Hrončok - 1.3-3 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 1.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sun Feb 10 2019 Mukundan Ragavan - 1.3-1 +- Update to 1.3 + +* Sat Feb 02 2019 Fedora Release Engineering - 1.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Mon Sep 03 2018 Igor Gnatenko - 1.1-1 +- Update to 1.1 + +* Sat Aug 18 2018 Mukundan Ragavan - 1.0-4 +- Drop pypandoc as requires + +* Sat Jul 14 2018 Fedora Release Engineering - 1.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Jun 19 2018 Miro Hrončok - 1.0-2 +- Rebuilt for Python 3.7 + +* Sun Apr 08 2018 Mukundan Ragavan - 1.0-1 +- Update to 1.0 + +* Fri Feb 09 2018 Fedora Release Engineering - 0.13-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Tue Jan 09 2018 Miro Hrončok - 0.13-2 +- Recommend Pygments + +* Sat Dec 23 2017 Mukundan Ragavan - 0.13-1 +- Update to 0.13 + +* Thu Nov 16 2017 Mukundan Ragavan - 0.12.2-1 +- Update to 0.12.2 + +* Wed Nov 08 2017 Mukundan Ragavan - 0.12.1-1 +- Update to 0.12.1 + +* Mon Nov 06 2017 Mukundan Ragavan - 0.12-2 +- Add pytoml as dependency + +* Sun Nov 05 2017 Mukundan Ragavan - 0.12-1 +- Update to 0.12 +- Add pytoml as buildrequires + +* Mon Aug 14 2017 Mukundan Ragavan - 0.11.4-1 +- Update to 0.11.4 +- Drop file-encoding patch (fixed upstream) + +* Thu Jul 27 2017 Fedora Release Engineering - 0.11.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Tue Jun 13 2017 Mukundan Ragavan - 0.11.1-1 +- Update to 0.11.1 + +* Sat Feb 11 2017 Fedora Release Engineering - 0.9-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Mon Jan 23 2017 Michal Cyprian - 0.9-5 +- Use python install wheel macro + +* Mon Dec 19 2016 Miro Hrončok - 0.9-4 +- Rebuild for Python 3.6 + +* Thu Sep 29 2016 Mukundan Ragavan - 0.9-3 +- Updated spec file with license comments and provides + +* Sat Sep 24 2016 Mukundan Ragavan - 0.9-2 +- spec file cleanup + +* Sat Jul 2 2016 Elliott Sales de Andrade 0.9-1 +- Initial RPM release diff --git a/plan.fmf b/plan.fmf new file mode 100644 index 0000000..b8821d2 --- /dev/null +++ b/plan.fmf @@ -0,0 +1,23 @@ +execute: + how: tmt + +discover: + - name: rpms_pyproject-rpm-macros + how: shell + url: https://src.fedoraproject.org/rpms/pyproject-rpm-macros.git + tests: + - name: pyproject_entrypoints + path: /tests + test: ./mocktest.sh python-entrypoints + - name: import_test + test: python3 -c "import flit_core" + +prepare: + - name: Install dependencies + how: install + package: + - mock + - python3 + - python3-flit-core + - rpmdevtools + - rpm-build diff --git a/python-flit-core.spec b/python-flit-core.spec new file mode 100644 index 0000000..7c3bb2a --- /dev/null +++ b/python-flit-core.spec @@ -0,0 +1,100 @@ +# When bootstrapping new Python we need to build flit in bootstrap mode. +# The Python RPM dependency generators and pip are not yet available. +%bcond bootstrap 0 + +# Tests are enabled by default, unless we bootstrap. +# Disable them to avoid a circular build dependency on testpath. +%bcond tests %{without bootstrap} + +Name: python-flit-core +Version: 3.12.0 +Release: %autorelease +Summary: PEP 517 build backend for packages using Flit + +# flit-core is BSD-3-Clause +# flit_core/versionno.py contains a regex that is from packaging, BSD-2-Clause +License: BSD-3-Clause AND BSD-2-Clause + +URL: https://flit.pypa.io/ +Source: %{pypi_source flit_core} + +BuildArch: noarch +BuildRequires: python%{python3_pkgversion}-devel + +%if %{with tests} +BuildRequires: python%{python3_pkgversion}-pytest +# Test deps that require flit-core to build: +BuildRequires: python%{python3_pkgversion}-testpath +%endif + +%global _description %{expand: +This provides a PEP 517 build backend for packages using Flit. +The only public interface is the API specified by PEP 517, +at flit_core.buildapi.} + +%description %_description + + +%package -n python%{python3_pkgversion}-flit-core +Summary: %{summary} + +# RPM generators are not yet available when we bootstrap +%if %{with bootstrap} +Provides: python%{python3_pkgversion}dist(flit-core) = %{version} +Provides: python%{python3_version}dist(flit-core) = %{version} +Requires: python(abi) = %{python3_version} +%endif + +%description -n python%{python3_pkgversion}-flit-core %_description + + +%prep +%autosetup -p1 -n flit_core-%{version} + +# Remove vendored tomli that flit_core includes to solve the circular dependency on older Pythons +# (flit_core requires tomli, but flit_core is needed to build tomli). +# We don't use this, as tomllib is a part of standard library since Python 3.11. +# Remove the bits looking for the license files of the vendored tomli. +rm -rf flit_core/vendor +sed -iE 's/, *"flit_core\/vendor\/\*\*\/LICENSE\*"//' pyproject.toml + + +%if %{without bootstrap} +%generate_buildrequires +%pyproject_buildrequires +%endif + + +%build +%if %{with bootstrap} +%{python3} -m flit_core.wheel +%else +%pyproject_wheel +%endif + +%install +%if %{with bootstrap} +%{python3} bootstrap_install.py --install-root %{buildroot} dist/flit_core-%{version}-py3-none-any.whl +# for consistency with %%pyproject_install/brp-python-rpm-in-distinfo: +echo rpm > %{buildroot}%{python3_sitelib}/flit_core-%{version}.dist-info/INSTALLER +rm %{buildroot}%{python3_sitelib}/flit_core-%{version}.dist-info/RECORD +%else +%pyproject_install +%endif + +%check +%py3_check_import flit_core flit_core.buildapi +%if %{with tests} +%pytest +%endif + + +%files -n python%{python3_pkgversion}-flit-core +%doc README.rst +%{python3_sitelib}/flit_core-*.dist-info/ +%license %{python3_sitelib}/flit_core-*.dist-info/licenses/LICENSE +%{python3_sitelib}/flit_core/ + + +%changelog +%autochangelog diff --git a/rpmlint.toml b/rpmlint.toml new file mode 100644 index 0000000..507b744 --- /dev/null +++ b/rpmlint.toml @@ -0,0 +1,3 @@ +Filters = [ + 'spelling-error .* en_US buildapi ', +] diff --git a/sources b/sources new file mode 100644 index 0000000..6452996 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (flit_core-3.12.0.tar.gz) = 189dcd674722164b165e18b11c4dc72b8309fa2e3c82fc1ed6a9160bb5c6c1f86e2b2cfa111603cf73dca0dba74a496a664d5cbb6242587b47f139c42f7ae8bd