From 3436554f86aa831994bf759a4658a0f5d11ecaa3 Mon Sep 17 00:00:00 2001 From: ebasov Date: Mon, 10 Feb 2025 11:08:20 +0300 Subject: [PATCH] import python-makefun-1.15.6-1.el10 --- .gitignore | 4 +- .python-makefun.metadata | 1 + SPECS/python-makefun.spec | 145 ++++++++++++++++++++++++++++++++++++++ python-makefun.spec | 55 --------------- sources | 1 - 5 files changed, 147 insertions(+), 59 deletions(-) create mode 100644 .python-makefun.metadata create mode 100644 SPECS/python-makefun.spec delete mode 100644 python-makefun.spec delete mode 100644 sources diff --git a/.gitignore b/.gitignore index dee8edc..fd97e6c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1 @@ -/makefun-1.6.11.tar.gz -/makefun-1.11.1.tar.gz -/makefun-1.14.0.tar.gz +SOURCES/makefun-1.15.6.tar.gz diff --git a/.python-makefun.metadata b/.python-makefun.metadata new file mode 100644 index 0000000..f3b72c9 --- /dev/null +++ b/.python-makefun.metadata @@ -0,0 +1 @@ +87743dfd8996aceddab7ef22a04e3f27721adac8 SOURCES/makefun-1.15.6.tar.gz diff --git a/SPECS/python-makefun.spec b/SPECS/python-makefun.spec new file mode 100644 index 0000000..9e00fe1 --- /dev/null +++ b/SPECS/python-makefun.spec @@ -0,0 +1,145 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.7.2) +## 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 + +Name: python-makefun +Version: 1.15.6 +Release: %autorelease +Summary: Dynamically create python functions with a proper signature + +License: BSD-3-Clause +URL: https://pypi.org/project/makefun +Source0: %{pypi_source makefun} + +BuildArch: noarch +BuildRequires: pyproject-rpm-macros + +%global _description \ +%summary. + +%description %_description + +%package -n python3-makefun +Summary: %{summary} +%{?python_provide:%python_provide python3-makefun} + +%description -n python3-makefun %_description + +%prep +%autosetup -n makefun-%{version} + +cat >pyproject.toml < - 1.15.6-1 +- Rebuilt for MSVSphere 10 + +## START: Generated by rpmautospec +* Fri Sep 27 2024 Zbigniew Jędrzejewski-Szmek - 1.15.6-1 +- Version 1.15.6 (rhbz#2314902) + +* Wed Sep 04 2024 Miroslav Suchý - 1.15.4-2 +- convert license to SPDX + +* Wed Aug 21 2024 Zbigniew Jędrzejewski-Szmek - 1.15.4-1 +- Version 1.15.4 (rhbz#2295940) + +* Fri Jul 19 2024 Fedora Release Engineering - 1.15.2-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Mon Jun 10 2024 Zbigniew Jędrzejewski-Szmek - 1.15.2-5 +- Skip tests that fail with python3.13 (rhbz#2245884) + +* Sun Jun 09 2024 Python Maint - 1.15.2-4 +- Rebuilt for Python 3.13 + +* Fri Jan 26 2024 Fedora Release Engineering - 1.15.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Jan 22 2024 Fedora Release Engineering - 1.15.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Tue Nov 21 2023 Zbigniew Jędrzejewski-Szmek - 1.15.2-1 +- Version 1.15.2 (rhbz#2248974) + +* Fri Jul 21 2023 Fedora Release Engineering - 1.15.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Tue Jun 13 2023 Python Maint - 1.15.1-2 +- Rebuilt for Python 3.12 + +* Fri May 12 2023 Zbigniew Jędrzejewski-Szmek - 1.15.1-1 +- Version 1.15.1 (rhbz#2125189) + +* Fri Jan 20 2023 Fedora Release Engineering - 1.14.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Fri Jul 22 2022 Fedora Release Engineering - 1.14.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Wed Jun 22 2022 Zbigniew Jędrzejewski-Szmek - 1.14.0-1 +- Version 1.14.0 (rhbz#2099882) + +* Mon Jun 13 2022 Python Maint - 1.11.1-4 +- Rebuilt for Python 3.11 + +* Fri Jan 21 2022 Fedora Release Engineering - 1.11.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 1.11.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Jun 04 2021 Python Maint - 1.6.11-6 +- Rebuilt for Python 3.10 + +* Wed Jan 27 2021 Fedora Release Engineering - 1.6.11-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 1.6.11-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue May 26 2020 Miro Hrončok - 1.6.11-3 +- Rebuilt for Python 3.9 + +* Thu Jan 30 2020 Fedora Release Engineering - 1.6.11-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Sat Aug 10 2019 Zbigniew Jędrzejewski-Szmek - 1.6.11-1 +- Initial packaging + +## END: Generated by rpmautospec diff --git a/python-makefun.spec b/python-makefun.spec deleted file mode 100644 index 3cfa0e1..0000000 --- a/python-makefun.spec +++ /dev/null @@ -1,55 +0,0 @@ -Name: python-makefun -Version: 1.14.0 -Release: %autorelease -Summary: Dynamically create python functions with a proper signature - -License: BSD -URL: https://pypi.org/project/makefun -Source0: %{pypi_source makefun} - -BuildArch: noarch -BuildRequires: pyproject-rpm-macros - -%global _description \ -%summary. - -%description %_description - -%package -n python3-makefun -Summary: %{summary} -%{?python_provide:%python_provide python3-makefun} - -%description -n python3-makefun %_description - -%prep -%autosetup -n makefun-%{version} - -cat >pyproject.toml <