From 3c58d9f5c1e7d68662d5f52c1e07125e9601da41 Mon Sep 17 00:00:00 2001 From: Tomas Hrnciar Date: Mon, 19 Apr 2021 13:18:32 +0200 Subject: [PATCH 1/7] BuildRequire setuptools explicitly See https://fedoraproject.org/wiki/Changes/Reduce_dependencies_on_python3-setuptools --- upt.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/upt.spec b/upt.spec index 79c87dc..0d347d0 100644 --- a/upt.spec +++ b/upt.spec @@ -20,6 +20,7 @@ Requires: python%{python3_pkgversion}-spdx-lookup Requires: python%{python3_pkgversion}-packaging %endif BuildRequires: python%{python3_pkgversion}-devel +BuildRequires: python%{python3_pkgversion}-setuptools %if 0%{?fedora} || 0%{?rhel_version} >= 8 Recommends: python%{python3_pkgversion}-upt-fedora Recommends: python%{python3_pkgversion}-upt-pypi From 2115b773d9fbf088b77895d87b6c1d0953513f47 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 4 Jun 2021 21:18:52 +0200 Subject: [PATCH 2/7] Rebuilt for Python 3.10 --- upt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/upt.spec b/upt.spec index 0d347d0..ce22157 100644 --- a/upt.spec +++ b/upt.spec @@ -2,7 +2,7 @@ Name: upt Version: 0.10.3 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Package software from any package manager to any distribution License: BSD @@ -61,6 +61,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m unittest %{_mandir}/man1/upt* %changelog +* Fri Jun 04 2021 Python Maint - 0.10.3-9 +- Rebuilt for Python 3.10 + * Wed Jan 27 2021 Fedora Release Engineering - 0.10.3-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 3eaf708c08e97d1483c81d5714ca5d8ead2b7108 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 20:06:48 +0000 Subject: [PATCH 3/7] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- upt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/upt.spec b/upt.spec index ce22157..50f0d3e 100644 --- a/upt.spec +++ b/upt.spec @@ -2,7 +2,7 @@ Name: upt Version: 0.10.3 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Package software from any package manager to any distribution License: BSD @@ -61,6 +61,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m unittest %{_mandir}/man1/upt* %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 0.10.3-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Fri Jun 04 2021 Python Maint - 0.10.3-9 - Rebuilt for Python 3.10 From 1be3349f0d539d0e67851d564655853d3010b94e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 03:35:50 +0000 Subject: [PATCH 4/7] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- upt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/upt.spec b/upt.spec index 50f0d3e..ce5e1df 100644 --- a/upt.spec +++ b/upt.spec @@ -2,7 +2,7 @@ Name: upt Version: 0.10.3 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Package software from any package manager to any distribution License: BSD @@ -61,6 +61,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m unittest %{_mandir}/man1/upt* %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 0.10.3-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 0.10.3-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 9dfce2a9bc9037c9318dc122cf3f197403374399 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 15:42:52 +0200 Subject: [PATCH 5/7] Rebuilt for Python 3.11 --- upt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/upt.spec b/upt.spec index ce5e1df..3924c4c 100644 --- a/upt.spec +++ b/upt.spec @@ -2,7 +2,7 @@ Name: upt Version: 0.10.3 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Package software from any package manager to any distribution License: BSD @@ -61,6 +61,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m unittest %{_mandir}/man1/upt* %changelog +* Mon Jun 13 2022 Python Maint - 0.10.3-12 +- Rebuilt for Python 3.11 + * Sat Jan 22 2022 Fedora Release Engineering - 0.10.3-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 8f43bd83ed97da3062be45bdcba2900570a0de6a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 11:28:38 +0000 Subject: [PATCH 6/7] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- upt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/upt.spec b/upt.spec index 3924c4c..7a30b46 100644 --- a/upt.spec +++ b/upt.spec @@ -2,7 +2,7 @@ Name: upt Version: 0.10.3 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Package software from any package manager to any distribution License: BSD @@ -61,6 +61,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m unittest %{_mandir}/man1/upt* %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 0.10.3-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Mon Jun 13 2022 Python Maint - 0.10.3-12 - Rebuilt for Python 3.11 From 5091873a8bbfd72c1e6cc44716fcac8a1af75fcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 9 Jan 2023 12:20:49 +0100 Subject: [PATCH 7/7] Orphaned for 6+ weeks --- .gitignore | 2 - README.md | 3 - dead.package | 1 + remove-options_data_files.patch | 13 ---- sources | 1 - upt.spec | 102 -------------------------------- 6 files changed, 1 insertion(+), 121 deletions(-) delete mode 100644 .gitignore delete mode 100644 README.md create mode 100644 dead.package delete mode 100644 remove-options_data_files.patch delete mode 100644 sources delete mode 100644 upt.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index f848d5e..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/upt-0.10.3.tar.gz -.gitignore diff --git a/README.md b/README.md deleted file mode 100644 index f006dcd..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# upt - -The upt package \ No newline at end of file diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/remove-options_data_files.patch b/remove-options_data_files.patch deleted file mode 100644 index 2b2d6ce..0000000 --- a/remove-options_data_files.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- setup.cfg.orig 2019-10-22 11:06:25.915567835 +0200 -+++ setup.cfg 2019-10-22 11:06:34.547567997 +0200 -@@ -40,10 +40,6 @@ - upt-nix - upt-openbsd - --[options.data_files] --share/man/man1 = -- upt.1 -- - [egg_info] - tag_build = - tag_date = 0 diff --git a/sources b/sources deleted file mode 100644 index 038c0e1..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (upt-0.10.3.tar.gz) = 0f7056518672b1aa6bfaaf4f1415ed77e4099e0df24e135d806d6117b9808b633a38a4231d3e84fe8e0b79248b28fea76bcd2b6dd1110f1b6b298db91b45f3b2 diff --git a/upt.spec b/upt.spec deleted file mode 100644 index 7a30b46..0000000 --- a/upt.spec +++ /dev/null @@ -1,102 +0,0 @@ -%bcond_with tests - -Name: upt -Version: 0.10.3 -Release: 13%{?dist} -Summary: Package software from any package manager to any distribution - -License: BSD -URL: https://framagit.org/upt/upt -Source0: %pypi_source -BuildArch: noarch -# setuptools 40.6 added section [options.data_files]to setup.cfg. Having -# setuptools < 40.6 results in this error upon trying to install a Python -# package: -# distutils.errors.DistutilsOptionError: Unsupported distribution option section -# el7 and el8 come with version 39.2 -%if 0%{?rhel} -Patch0: remove-options_data_files.patch -Requires: python%{python3_pkgversion}-spdx-lookup -Requires: python%{python3_pkgversion}-packaging -%endif -BuildRequires: python%{python3_pkgversion}-devel -BuildRequires: python%{python3_pkgversion}-setuptools -%if 0%{?fedora} || 0%{?rhel_version} >= 8 -Recommends: python%{python3_pkgversion}-upt-fedora -Recommends: python%{python3_pkgversion}-upt-pypi -Recommends: python%{python3_pkgversion}-upt-cpan -Recommends: python%{python3_pkgversion}-upt-rubygems -%endif - -%description -A unified CLI tool that converts a package from a language-specific package -manager (such as PyPI or NPM) to an almost ready-to-use package for Free -Unix-based operating systems (such as a GNU/Linux distribution or *BSD). - -%prep -%setup -q -n %{name}-%{version} -%if 0%{?rhel} -%patch0 -p0 -%endif - -%build -%py3_build - -%install -%py3_install -%{__install} -d %{buildroot}%{_mandir}/man1 -%{__cp} upt.1 %{buildroot}%{_mandir}/man1/ - -%if %{with tests} -%check -PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m unittest -%endif - -%files -%doc README.md CHANGELOG -%license LICENSE -%{python3_sitelib}/%{name}-*.egg-info/ -%{python3_sitelib}/%{name}/ -%{_bindir}/upt -%{_mandir}/man1/upt* - -%changelog -* Sat Jul 23 2022 Fedora Release Engineering - 0.10.3-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Mon Jun 13 2022 Python Maint - 0.10.3-12 -- Rebuilt for Python 3.11 - -* Sat Jan 22 2022 Fedora Release Engineering - 0.10.3-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering - 0.10.3-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Fri Jun 04 2021 Python Maint - 0.10.3-9 -- Rebuilt for Python 3.10 - -* Wed Jan 27 2021 Fedora Release Engineering - 0.10.3-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 0.10.3-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Tue May 26 2020 Miro HronĨok - 0.10.3-6 -- Rebuilt for Python 3.9 - -* Fri Jan 31 2020 Fedora Release Engineering - 0.10.3-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Fri Jan 10 2020 Jeremy Bertozzi - 0.10.3-4 -- Bump release due to weird state in Koji - -* Sun Dec 22 2019 Jeremy Bertozzi - 0.10.3-3 -- Add missing requires for rhel7 - -* Sun Oct 20 2019 Jeremy Bertozzi - 0.10.3-2 -- Build for rhel - -* Sun Sep 29 2019 Jeremy Bertozzi - 0.10.3-1 -- Initial package -