From a39387e4e66a91d6e1fa1fbbb174bf38306b05af Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 17 Jul 2024 21:03:59 +0000 Subject: [PATCH 01/13] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- dist-git-client.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dist-git-client.spec b/dist-git-client.spec index e0d9326..7c3847e 100644 --- a/dist-git-client.spec +++ b/dist-git-client.spec @@ -1,6 +1,6 @@ Name: dist-git-client Version: 1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Get sources for RPM builds from DistGit repositories BuildArch: noarch @@ -78,6 +78,9 @@ PYTHON=python3 ./run_tests.sh -vv --no-coverage %changelog +* Wed Jul 17 2024 Fedora Release Engineering - 1.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Fri Jun 21 2024 Pavel Raiskup - 1.0-2 - Fedora Review fixes (rhbz#2293067) From edf66287f9e7c93e269fc79cff7169edabd6c3df Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 16 Jan 2025 15:51:25 +0000 Subject: [PATCH 02/13] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- dist-git-client.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dist-git-client.spec b/dist-git-client.spec index 7c3847e..9dd7d0d 100644 --- a/dist-git-client.spec +++ b/dist-git-client.spec @@ -1,6 +1,6 @@ Name: dist-git-client Version: 1.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Get sources for RPM builds from DistGit repositories BuildArch: noarch @@ -78,6 +78,9 @@ PYTHON=python3 ./run_tests.sh -vv --no-coverage %changelog +* Thu Jan 16 2025 Fedora Release Engineering - 1.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Wed Jul 17 2024 Fedora Release Engineering - 1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 76257762b4317eb30fc79bf431efb26bd1d71de8 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 4 Apr 2025 13:49:51 +0200 Subject: [PATCH 03/13] Update dist-git-client to 1.1-1 --- .gitignore | 1 + README.md | 3 --- dist-git-client.spec | 17 ++++++++--------- sources | 2 +- 4 files changed, 10 insertions(+), 13 deletions(-) delete mode 100644 README.md diff --git a/.gitignore b/.gitignore index a3a8b79..106ac43 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /dist-git-client-1.0.tar.gz +/dist-git-client-1.1.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index b67a247..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# dist-git-client - -The dist-git-client package diff --git a/dist-git-client.spec b/dist-git-client.spec index 9dd7d0d..15d9e66 100644 --- a/dist-git-client.spec +++ b/dist-git-client.spec @@ -1,6 +1,6 @@ Name: dist-git-client -Version: 1.0 -Release: 4%{?dist} +Version: 1.1 +Release: 1%{?dist} Summary: Get sources for RPM builds from DistGit repositories BuildArch: noarch @@ -73,16 +73,15 @@ PYTHON=python3 ./run_tests.sh -vv --no-coverage %{_mandir}/man1/dist-git-client.1* %dir %{_sysconfdir}/dist-git-client %config(noreplace) %{_sysconfdir}/dist-git-client/default.ini -%python3_sitelib/dist_git_client.* -%python3_sitelib/__pycache__/dist_git_client* +%{python3_sitelib}/dist_git_client.* +%{python3_sitelib}/__pycache__/dist_git_client* %changelog -* Thu Jan 16 2025 Fedora Release Engineering - 1.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild - -* Wed Jul 17 2024 Fedora Release Engineering - 1.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild +* Fri Apr 04 2025 Pavel Raiskup 1.1-1 +- more powerful parsing for ssh clone urls +- nicer error output for not-matched origin.url hostnames +- apply Fedora Review fixes * Fri Jun 21 2024 Pavel Raiskup - 1.0-2 - Fedora Review fixes (rhbz#2293067) diff --git a/sources b/sources index 3a8185d..c253e7b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (dist-git-client-1.0.tar.gz) = cd1e7b951e2254d986c8323b38390bf2f1e9faa6573b18c0fbbee89476fb2eefe31137f08e9d3495b43258042919ed120cc1e976f74d7e0134917a7e7005310b +SHA512 (dist-git-client-1.1.tar.gz) = b0f4c7444a5831d36ee14363a827a4f5241aaf4d42269f90145ea7dd5b2d54ba046426c26ef5130bc68b99f75ef8e8ed8ef57896dd6e559fa6be173d58e019ac From df1215265f865de4a517c9dc45d406c95d33d00b Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 3 Jun 2025 16:23:46 +0200 Subject: [PATCH 04/13] Rebuilt for Python 3.14 --- dist-git-client.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dist-git-client.spec b/dist-git-client.spec index 15d9e66..05f1115 100644 --- a/dist-git-client.spec +++ b/dist-git-client.spec @@ -1,6 +1,6 @@ Name: dist-git-client Version: 1.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Get sources for RPM builds from DistGit repositories BuildArch: noarch @@ -78,6 +78,9 @@ PYTHON=python3 ./run_tests.sh -vv --no-coverage %changelog +* Tue Jun 03 2025 Python Maint - 1.1-2 +- Rebuilt for Python 3.14 + * Fri Apr 04 2025 Pavel Raiskup 1.1-1 - more powerful parsing for ssh clone urls - nicer error output for not-matched origin.url hostnames From 4ffbbcc19289256f119ca9939abdf836ade21d8f Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Mon, 14 Jul 2025 15:12:32 +0200 Subject: [PATCH 05/13] Update dist-git-client to 1.2-1 --- .gitignore | 1 + dist-git-client.spec | 8 ++++---- sources | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 106ac43..0e3a562 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /dist-git-client-1.0.tar.gz /dist-git-client-1.1.tar.gz +/dist-git-client-1.2.tar.gz diff --git a/dist-git-client.spec b/dist-git-client.spec index 05f1115..72095d8 100644 --- a/dist-git-client.spec +++ b/dist-git-client.spec @@ -1,6 +1,6 @@ Name: dist-git-client -Version: 1.1 -Release: 2%{?dist} +Version: 1.2 +Release: 1%{?dist} Summary: Get sources for RPM builds from DistGit repositories BuildArch: noarch @@ -78,8 +78,8 @@ PYTHON=python3 ./run_tests.sh -vv --no-coverage %changelog -* Tue Jun 03 2025 Python Maint - 1.1-2 -- Rebuilt for Python 3.14 +* Mon Jul 14 2025 Jakub Kadlcik 1.2-1 +- Add configuration for CentOS SIG packages * Fri Apr 04 2025 Pavel Raiskup 1.1-1 - more powerful parsing for ssh clone urls diff --git a/sources b/sources index c253e7b..1739f3f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (dist-git-client-1.1.tar.gz) = b0f4c7444a5831d36ee14363a827a4f5241aaf4d42269f90145ea7dd5b2d54ba046426c26ef5130bc68b99f75ef8e8ed8ef57896dd6e559fa6be173d58e019ac +SHA512 (dist-git-client-1.2.tar.gz) = 4afedfa6c966eb2b9a02ffc81512f5be6cb8e592e1d976301db88eba8b06dba33be9d9feea8087f646d79bf459190edbccf3b8ef1ab6c6f5a03bfa4f65f5ebf5 From 39c93ce08fa2ca191e77ecd0c4b8a1adff77e814 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 23 Jul 2025 19:19:54 +0000 Subject: [PATCH 06/13] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- dist-git-client.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dist-git-client.spec b/dist-git-client.spec index 72095d8..34dd732 100644 --- a/dist-git-client.spec +++ b/dist-git-client.spec @@ -1,6 +1,6 @@ Name: dist-git-client Version: 1.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Get sources for RPM builds from DistGit repositories BuildArch: noarch @@ -78,6 +78,9 @@ PYTHON=python3 ./run_tests.sh -vv --no-coverage %changelog +* Wed Jul 23 2025 Fedora Release Engineering - 1.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Mon Jul 14 2025 Jakub Kadlcik 1.2-1 - Add configuration for CentOS SIG packages From ea04c33b73610c9c1fca6c7cccfda36e612e52ff Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 15 Aug 2025 12:44:31 +0200 Subject: [PATCH 07/13] Rebuilt for Python 3.14.0rc2 bytecode --- dist-git-client.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dist-git-client.spec b/dist-git-client.spec index 34dd732..91ad6b7 100644 --- a/dist-git-client.spec +++ b/dist-git-client.spec @@ -1,6 +1,6 @@ Name: dist-git-client Version: 1.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Get sources for RPM builds from DistGit repositories BuildArch: noarch @@ -78,6 +78,9 @@ PYTHON=python3 ./run_tests.sh -vv --no-coverage %changelog +* Fri Aug 15 2025 Python Maint - 1.2-3 +- Rebuilt for Python 3.14.0rc2 bytecode + * Wed Jul 23 2025 Fedora Release Engineering - 1.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 27c9affd98c9e908bf5659bf37ddc731a04c02b9 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 19 Sep 2025 12:13:54 +0200 Subject: [PATCH 08/13] Rebuilt for Python 3.14.0rc3 bytecode --- dist-git-client.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dist-git-client.spec b/dist-git-client.spec index 91ad6b7..1f478f4 100644 --- a/dist-git-client.spec +++ b/dist-git-client.spec @@ -1,6 +1,6 @@ Name: dist-git-client Version: 1.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Get sources for RPM builds from DistGit repositories BuildArch: noarch @@ -78,6 +78,9 @@ PYTHON=python3 ./run_tests.sh -vv --no-coverage %changelog +* Fri Sep 19 2025 Python Maint - 1.2-4 +- Rebuilt for Python 3.14.0rc3 bytecode + * Fri Aug 15 2025 Python Maint - 1.2-3 - Rebuilt for Python 3.14.0rc2 bytecode From 4bfb2eecf5d87b6e696e116e7631a7b47e074f3d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 16 Jan 2026 06:01:19 +0000 Subject: [PATCH 09/13] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- dist-git-client.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dist-git-client.spec b/dist-git-client.spec index 1f478f4..e790304 100644 --- a/dist-git-client.spec +++ b/dist-git-client.spec @@ -1,6 +1,6 @@ Name: dist-git-client Version: 1.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Get sources for RPM builds from DistGit repositories BuildArch: noarch @@ -78,6 +78,9 @@ PYTHON=python3 ./run_tests.sh -vv --no-coverage %changelog +* Fri Jan 16 2026 Fedora Release Engineering - 1.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Fri Sep 19 2025 Python Maint - 1.2-4 - Rebuilt for Python 3.14.0rc3 bytecode From 9feb76fc22a0d2b8630838b152fd4539cd2b56ba Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 16 Jan 2026 10:02:10 +0000 Subject: [PATCH 10/13] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- dist-git-client.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dist-git-client.spec b/dist-git-client.spec index e790304..c08abea 100644 --- a/dist-git-client.spec +++ b/dist-git-client.spec @@ -1,6 +1,6 @@ Name: dist-git-client Version: 1.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Get sources for RPM builds from DistGit repositories BuildArch: noarch @@ -78,6 +78,9 @@ PYTHON=python3 ./run_tests.sh -vv --no-coverage %changelog +* Fri Jan 16 2026 Fedora Release Engineering - 1.2-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Fri Jan 16 2026 Fedora Release Engineering - 1.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From 5b8208a9cbcbdeb5aced3f21a06ca20391b846bb Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mon, 9 Feb 2026 15:04:30 +0100 Subject: [PATCH 11/13] Update dist-git-client to 1.3-1 --- .gitignore | 1 + dist-git-client.spec | 20 ++++---------------- sources | 2 +- 3 files changed, 6 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index 0e3a562..2075d0b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /dist-git-client-1.0.tar.gz /dist-git-client-1.1.tar.gz /dist-git-client-1.2.tar.gz +/dist-git-client-1.3.tar.gz diff --git a/dist-git-client.spec b/dist-git-client.spec index c08abea..d42e117 100644 --- a/dist-git-client.spec +++ b/dist-git-client.spec @@ -1,6 +1,6 @@ Name: dist-git-client -Version: 1.2 -Release: 6%{?dist} +Version: 1.3 +Release: 1%{?dist} Summary: Get sources for RPM builds from DistGit repositories BuildArch: noarch @@ -78,20 +78,8 @@ PYTHON=python3 ./run_tests.sh -vv --no-coverage %changelog -* Fri Jan 16 2026 Fedora Release Engineering - 1.2-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild - -* Fri Jan 16 2026 Fedora Release Engineering - 1.2-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild - -* Fri Sep 19 2025 Python Maint - 1.2-4 -- Rebuilt for Python 3.14.0rc3 bytecode - -* Fri Aug 15 2025 Python Maint - 1.2-3 -- Rebuilt for Python 3.14.0rc2 bytecode - -* Wed Jul 23 2025 Fedora Release Engineering - 1.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild +* Mon Feb 09 2026 Pavel Raiskup 1.3-1 +- dist-git-client: ask dist-git httpd server to send response as-is * Mon Jul 14 2025 Jakub Kadlcik 1.2-1 - Add configuration for CentOS SIG packages diff --git a/sources b/sources index 1739f3f..4407000 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (dist-git-client-1.2.tar.gz) = 4afedfa6c966eb2b9a02ffc81512f5be6cb8e592e1d976301db88eba8b06dba33be9d9feea8087f646d79bf459190edbccf3b8ef1ab6c6f5a03bfa4f65f5ebf5 +SHA512 (dist-git-client-1.3.tar.gz) = 6ac9b7ee8d72a4065ee4005f59a8c7cf49b59278ce1410317b336e57dee8010be1c746f0dcda5aba9baf40905e69bf781939225271d85d6e601a95e339c3cd38 From fe90e14469a05d3ff33a5df35e83e6ac172c6b0f Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 4 Jun 2026 10:37:34 +0200 Subject: [PATCH 12/13] Rebuilt for Python 3.15 --- dist-git-client.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dist-git-client.spec b/dist-git-client.spec index d42e117..88ce263 100644 --- a/dist-git-client.spec +++ b/dist-git-client.spec @@ -1,6 +1,6 @@ Name: dist-git-client Version: 1.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Get sources for RPM builds from DistGit repositories BuildArch: noarch @@ -78,6 +78,9 @@ PYTHON=python3 ./run_tests.sh -vv --no-coverage %changelog +* Thu Jun 04 2026 Python Maint - 1.3-2 +- Rebuilt for Python 3.15 + * Mon Feb 09 2026 Pavel Raiskup 1.3-1 - dist-git-client: ask dist-git httpd server to send response as-is From 587fd8ba533296b10b9baf5559f07f9f47332801 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 15 Jul 2026 21:49:55 +0000 Subject: [PATCH 13/13] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- dist-git-client.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dist-git-client.spec b/dist-git-client.spec index 88ce263..7948896 100644 --- a/dist-git-client.spec +++ b/dist-git-client.spec @@ -1,6 +1,6 @@ Name: dist-git-client Version: 1.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Get sources for RPM builds from DistGit repositories BuildArch: noarch @@ -78,6 +78,9 @@ PYTHON=python3 ./run_tests.sh -vv --no-coverage %changelog +* Wed Jul 15 2026 Fedora Release Engineering - 1.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Thu Jun 04 2026 Python Maint - 1.3-2 - Rebuilt for Python 3.15