From 91ce49e14a927612dd82d63dc94ffa72b697687b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 22 Jul 2022 16:48:10 +0000 Subject: [PATCH 01/16] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- python-azure-sdk-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-azure-sdk-tools.spec b/python-azure-sdk-tools.spec index 6ce7cbe..d857827 100644 --- a/python-azure-sdk-tools.spec +++ b/python-azure-sdk-tools.spec @@ -7,7 +7,7 @@ Name: python-%{srcname} Version: %{short_version}~git.4.%{shortcommit} -Release: 2%{?dist} +Release: 3%{?dist} Summary: Specific tools for Azure SDK for Python testing License: MIT and ASL 2.0 URL: https://github.com/Azure/azure-sdk-for-python/ @@ -72,6 +72,9 @@ rm -f %{buildroot}/%{_bindir}/{auto_codegen,auto_package,generate_package,genera %{python3_sitelib}/testutils %changelog +* Fri Jul 22 2022 Fedora Release Engineering - 0.0.0~git.4.67d46b9-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Mon Jun 13 2022 Python Maint - 0.0.0~git.4.67d46b9-2 - Rebuilt for Python 3.11 From 2bda2f7c990493a029d1302ce882601d218b139b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 20 Jan 2023 11:40:39 +0000 Subject: [PATCH 02/16] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- python-azure-sdk-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-azure-sdk-tools.spec b/python-azure-sdk-tools.spec index d857827..e851daa 100644 --- a/python-azure-sdk-tools.spec +++ b/python-azure-sdk-tools.spec @@ -7,7 +7,7 @@ Name: python-%{srcname} Version: %{short_version}~git.4.%{shortcommit} -Release: 3%{?dist} +Release: 4%{?dist} Summary: Specific tools for Azure SDK for Python testing License: MIT and ASL 2.0 URL: https://github.com/Azure/azure-sdk-for-python/ @@ -72,6 +72,9 @@ rm -f %{buildroot}/%{_bindir}/{auto_codegen,auto_package,generate_package,genera %{python3_sitelib}/testutils %changelog +* Fri Jan 20 2023 Fedora Release Engineering - 0.0.0~git.4.67d46b9-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Fri Jul 22 2022 Fedora Release Engineering - 0.0.0~git.4.67d46b9-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From a0d73d2b27c35545caa1a53a997844ef691d57fd Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Mon, 8 May 2023 13:33:54 -0500 Subject: [PATCH 03/16] Migrated to SPDX license --- python-azure-sdk-tools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-azure-sdk-tools.spec b/python-azure-sdk-tools.spec index e851daa..c086c5e 100644 --- a/python-azure-sdk-tools.spec +++ b/python-azure-sdk-tools.spec @@ -7,9 +7,9 @@ Name: python-%{srcname} Version: %{short_version}~git.4.%{shortcommit} -Release: 4%{?dist} +Release: 5%{?dist} Summary: Specific tools for Azure SDK for Python testing -License: MIT and ASL 2.0 +License: MIT and Apache-2.0 URL: https://github.com/Azure/azure-sdk-for-python/ # The azure-sdk-for-python repository is huge at > 160MB, but we only need ~ # 100KB of source for this package. Use this script to generate a tarball of the @@ -72,6 +72,9 @@ rm -f %{buildroot}/%{_bindir}/{auto_codegen,auto_package,generate_package,genera %{python3_sitelib}/testutils %changelog +* Mon May 08 2023 Major Hayden - 0.0.0~git.4.67d46b9-5 +- Migrated to SPDX license + * Fri Jan 20 2023 Fedora Release Engineering - 0.0.0~git.4.67d46b9-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From db9815a8861a35d84a893dcee37b243ee2e6a21c Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Mon, 8 May 2023 14:22:44 -0500 Subject: [PATCH 04/16] -S Migrated to SPDX license Signed-off-by: Major Hayden From b801b3bd763267fe0b96b701577562c5aaccdd77 Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Wed, 17 May 2023 07:27:42 -0500 Subject: [PATCH 05/16] Migrated to SPDX license Signed-off-by: Major Hayden From 0ed8bb5b07346256e1dbb7f3d2442b736a349e56 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 13 Jun 2023 20:31:49 +0200 Subject: [PATCH 06/16] Rebuilt for Python 3.12 --- python-azure-sdk-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-azure-sdk-tools.spec b/python-azure-sdk-tools.spec index c086c5e..35ad025 100644 --- a/python-azure-sdk-tools.spec +++ b/python-azure-sdk-tools.spec @@ -7,7 +7,7 @@ Name: python-%{srcname} Version: %{short_version}~git.4.%{shortcommit} -Release: 5%{?dist} +Release: 6%{?dist} Summary: Specific tools for Azure SDK for Python testing License: MIT and Apache-2.0 URL: https://github.com/Azure/azure-sdk-for-python/ @@ -72,6 +72,9 @@ rm -f %{buildroot}/%{_bindir}/{auto_codegen,auto_package,generate_package,genera %{python3_sitelib}/testutils %changelog +* Tue Jun 13 2023 Python Maint - 0.0.0~git.4.67d46b9-6 +- Rebuilt for Python 3.12 + * Mon May 08 2023 Major Hayden - 0.0.0~git.4.67d46b9-5 - Migrated to SPDX license From 59a682517da5ddec7c8426f6a370a8aad46a4970 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 21 Jul 2023 07:51:12 +0000 Subject: [PATCH 07/16] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- python-azure-sdk-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-azure-sdk-tools.spec b/python-azure-sdk-tools.spec index 35ad025..239f571 100644 --- a/python-azure-sdk-tools.spec +++ b/python-azure-sdk-tools.spec @@ -7,7 +7,7 @@ Name: python-%{srcname} Version: %{short_version}~git.4.%{shortcommit} -Release: 6%{?dist} +Release: 7%{?dist} Summary: Specific tools for Azure SDK for Python testing License: MIT and Apache-2.0 URL: https://github.com/Azure/azure-sdk-for-python/ @@ -72,6 +72,9 @@ rm -f %{buildroot}/%{_bindir}/{auto_codegen,auto_package,generate_package,genera %{python3_sitelib}/testutils %changelog +* Fri Jul 21 2023 Fedora Release Engineering - 0.0.0~git.4.67d46b9-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Tue Jun 13 2023 Python Maint - 0.0.0~git.4.67d46b9-6 - Rebuilt for Python 3.12 From 19d08a5014dfd11938d6ab47c449709c5ae42409 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 21 Jan 2024 23:45:01 +0000 Subject: [PATCH 08/16] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- python-azure-sdk-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-azure-sdk-tools.spec b/python-azure-sdk-tools.spec index 239f571..c49d8cb 100644 --- a/python-azure-sdk-tools.spec +++ b/python-azure-sdk-tools.spec @@ -7,7 +7,7 @@ Name: python-%{srcname} Version: %{short_version}~git.4.%{shortcommit} -Release: 7%{?dist} +Release: 8%{?dist} Summary: Specific tools for Azure SDK for Python testing License: MIT and Apache-2.0 URL: https://github.com/Azure/azure-sdk-for-python/ @@ -72,6 +72,9 @@ rm -f %{buildroot}/%{_bindir}/{auto_codegen,auto_package,generate_package,genera %{python3_sitelib}/testutils %changelog +* Sun Jan 21 2024 Fedora Release Engineering - 0.0.0~git.4.67d46b9-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Fri Jul 21 2023 Fedora Release Engineering - 0.0.0~git.4.67d46b9-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From eace7531fe9bc9fcc508fc7a493963b94ec9ff96 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 26 Jan 2024 02:00:12 +0000 Subject: [PATCH 09/16] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- python-azure-sdk-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-azure-sdk-tools.spec b/python-azure-sdk-tools.spec index c49d8cb..3793716 100644 --- a/python-azure-sdk-tools.spec +++ b/python-azure-sdk-tools.spec @@ -7,7 +7,7 @@ Name: python-%{srcname} Version: %{short_version}~git.4.%{shortcommit} -Release: 8%{?dist} +Release: 9%{?dist} Summary: Specific tools for Azure SDK for Python testing License: MIT and Apache-2.0 URL: https://github.com/Azure/azure-sdk-for-python/ @@ -72,6 +72,9 @@ rm -f %{buildroot}/%{_bindir}/{auto_codegen,auto_package,generate_package,genera %{python3_sitelib}/testutils %changelog +* Fri Jan 26 2024 Fedora Release Engineering - 0.0.0~git.4.67d46b9-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sun Jan 21 2024 Fedora Release Engineering - 0.0.0~git.4.67d46b9-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 10ba9f68aa0d293db57f5d6a200dd9e575b20be5 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 7 Jun 2024 08:38:03 +0200 Subject: [PATCH 10/16] Rebuilt for Python 3.13 --- python-azure-sdk-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-azure-sdk-tools.spec b/python-azure-sdk-tools.spec index 3793716..556bf0b 100644 --- a/python-azure-sdk-tools.spec +++ b/python-azure-sdk-tools.spec @@ -7,7 +7,7 @@ Name: python-%{srcname} Version: %{short_version}~git.4.%{shortcommit} -Release: 9%{?dist} +Release: 10%{?dist} Summary: Specific tools for Azure SDK for Python testing License: MIT and Apache-2.0 URL: https://github.com/Azure/azure-sdk-for-python/ @@ -72,6 +72,9 @@ rm -f %{buildroot}/%{_bindir}/{auto_codegen,auto_package,generate_package,genera %{python3_sitelib}/testutils %changelog +* Fri Jun 07 2024 Python Maint - 0.0.0~git.4.67d46b9-10 +- Rebuilt for Python 3.13 + * Fri Jan 26 2024 Fedora Release Engineering - 0.0.0~git.4.67d46b9-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From fc3045ddd1b373fe6236485979c20a1f9a720a35 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jul 2024 09:56:43 +0000 Subject: [PATCH 11/16] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- python-azure-sdk-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-azure-sdk-tools.spec b/python-azure-sdk-tools.spec index 556bf0b..36eb2de 100644 --- a/python-azure-sdk-tools.spec +++ b/python-azure-sdk-tools.spec @@ -7,7 +7,7 @@ Name: python-%{srcname} Version: %{short_version}~git.4.%{shortcommit} -Release: 10%{?dist} +Release: 11%{?dist} Summary: Specific tools for Azure SDK for Python testing License: MIT and Apache-2.0 URL: https://github.com/Azure/azure-sdk-for-python/ @@ -72,6 +72,9 @@ rm -f %{buildroot}/%{_bindir}/{auto_codegen,auto_package,generate_package,genera %{python3_sitelib}/testutils %changelog +* Fri Jul 19 2024 Fedora Release Engineering - 0.0.0~git.4.67d46b9-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Fri Jun 07 2024 Python Maint - 0.0.0~git.4.67d46b9-10 - Rebuilt for Python 3.13 From c6a9cbc2be0c9123405de952b5d82e450fbdd3ae Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 18 Jan 2025 12:25:01 +0000 Subject: [PATCH 12/16] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- python-azure-sdk-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-azure-sdk-tools.spec b/python-azure-sdk-tools.spec index 36eb2de..f3d4e1b 100644 --- a/python-azure-sdk-tools.spec +++ b/python-azure-sdk-tools.spec @@ -7,7 +7,7 @@ Name: python-%{srcname} Version: %{short_version}~git.4.%{shortcommit} -Release: 11%{?dist} +Release: 12%{?dist} Summary: Specific tools for Azure SDK for Python testing License: MIT and Apache-2.0 URL: https://github.com/Azure/azure-sdk-for-python/ @@ -72,6 +72,9 @@ rm -f %{buildroot}/%{_bindir}/{auto_codegen,auto_package,generate_package,genera %{python3_sitelib}/testutils %changelog +* Sat Jan 18 2025 Fedora Release Engineering - 0.0.0~git.4.67d46b9-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Fri Jul 19 2024 Fedora Release Engineering - 0.0.0~git.4.67d46b9-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 1871b71202185e95ebc3bbebd6433a974fcd2d93 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 2 Jun 2025 21:22:00 +0200 Subject: [PATCH 13/16] Rebuilt for Python 3.14 --- python-azure-sdk-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-azure-sdk-tools.spec b/python-azure-sdk-tools.spec index f3d4e1b..c401a8e 100644 --- a/python-azure-sdk-tools.spec +++ b/python-azure-sdk-tools.spec @@ -7,7 +7,7 @@ Name: python-%{srcname} Version: %{short_version}~git.4.%{shortcommit} -Release: 12%{?dist} +Release: 13%{?dist} Summary: Specific tools for Azure SDK for Python testing License: MIT and Apache-2.0 URL: https://github.com/Azure/azure-sdk-for-python/ @@ -72,6 +72,9 @@ rm -f %{buildroot}/%{_bindir}/{auto_codegen,auto_package,generate_package,genera %{python3_sitelib}/testutils %changelog +* Mon Jun 02 2025 Python Maint - 0.0.0~git.4.67d46b9-13 +- Rebuilt for Python 3.14 + * Sat Jan 18 2025 Fedora Release Engineering - 0.0.0~git.4.67d46b9-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 8c97956be56082fabf081d6b976c42d78b40eb45 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 06:56:44 +0000 Subject: [PATCH 14/16] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- python-azure-sdk-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-azure-sdk-tools.spec b/python-azure-sdk-tools.spec index c401a8e..c7bfb28 100644 --- a/python-azure-sdk-tools.spec +++ b/python-azure-sdk-tools.spec @@ -7,7 +7,7 @@ Name: python-%{srcname} Version: %{short_version}~git.4.%{shortcommit} -Release: 13%{?dist} +Release: 14%{?dist} Summary: Specific tools for Azure SDK for Python testing License: MIT and Apache-2.0 URL: https://github.com/Azure/azure-sdk-for-python/ @@ -72,6 +72,9 @@ rm -f %{buildroot}/%{_bindir}/{auto_codegen,auto_package,generate_package,genera %{python3_sitelib}/testutils %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 0.0.0~git.4.67d46b9-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Mon Jun 02 2025 Python Maint - 0.0.0~git.4.67d46b9-13 - Rebuilt for Python 3.14 From 53ba546c69e5a4c67cdcc537a074be51e863f2c3 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 15 Aug 2025 13:21:13 +0200 Subject: [PATCH 15/16] Rebuilt for Python 3.14.0rc2 bytecode --- python-azure-sdk-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-azure-sdk-tools.spec b/python-azure-sdk-tools.spec index c7bfb28..221ebe4 100644 --- a/python-azure-sdk-tools.spec +++ b/python-azure-sdk-tools.spec @@ -7,7 +7,7 @@ Name: python-%{srcname} Version: %{short_version}~git.4.%{shortcommit} -Release: 14%{?dist} +Release: 15%{?dist} Summary: Specific tools for Azure SDK for Python testing License: MIT and Apache-2.0 URL: https://github.com/Azure/azure-sdk-for-python/ @@ -72,6 +72,9 @@ rm -f %{buildroot}/%{_bindir}/{auto_codegen,auto_package,generate_package,genera %{python3_sitelib}/testutils %changelog +* Fri Aug 15 2025 Python Maint - 0.0.0~git.4.67d46b9-15 +- Rebuilt for Python 3.14.0rc2 bytecode + * Fri Jul 25 2025 Fedora Release Engineering - 0.0.0~git.4.67d46b9-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 7e019055a1bb3c972151ed03abf416fe59cfc31f Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 19 Sep 2025 12:52:48 +0200 Subject: [PATCH 16/16] Rebuilt for Python 3.14.0rc3 bytecode --- python-azure-sdk-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-azure-sdk-tools.spec b/python-azure-sdk-tools.spec index 221ebe4..eaf4e3e 100644 --- a/python-azure-sdk-tools.spec +++ b/python-azure-sdk-tools.spec @@ -7,7 +7,7 @@ Name: python-%{srcname} Version: %{short_version}~git.4.%{shortcommit} -Release: 15%{?dist} +Release: 16%{?dist} Summary: Specific tools for Azure SDK for Python testing License: MIT and Apache-2.0 URL: https://github.com/Azure/azure-sdk-for-python/ @@ -72,6 +72,9 @@ rm -f %{buildroot}/%{_bindir}/{auto_codegen,auto_package,generate_package,genera %{python3_sitelib}/testutils %changelog +* Fri Sep 19 2025 Python Maint - 0.0.0~git.4.67d46b9-16 +- Rebuilt for Python 3.14.0rc3 bytecode + * Fri Aug 15 2025 Python Maint - 0.0.0~git.4.67d46b9-15 - Rebuilt for Python 3.14.0rc2 bytecode