From d801e0ab8745549d88b084841fa1c4ec44321ac5 Mon Sep 17 00:00:00 2001 From: Jeremy Cline Date: Thu, 4 Apr 2024 09:14:11 -0400 Subject: [PATCH 1/9] Update to v14.2.0 (rhbz #2271954) --- .gitignore | 1 + python-azure-batch.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e26ad1f..b84e6c7 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /azure-batch-13.0.0.zip /azure-batch-14.0.0.zip /azure-batch-14.1.0.tar.gz +/azure-batch-14.2.0.tar.gz diff --git a/python-azure-batch.spec b/python-azure-batch.spec index 02e5b1f..810a63d 100644 --- a/python-azure-batch.spec +++ b/python-azure-batch.spec @@ -4,7 +4,7 @@ %global srcname azure-batch Name: python-%{srcname} -Version: 14.1.0 +Version: 14.2.0 Release: %autorelease Summary: Microsoft Azure Batch Client Library for Python License: MIT diff --git a/sources b/sources index d198698..dece0e9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (azure-batch-14.1.0.tar.gz) = 51fd0b37c9be5ed2e1ac08e5790342e95885fa037fdcb11ee460b0f0aa188018a6eac218792d07e2aefef92c6a224994500f81bb8790fef2bf468d1d6877166c +SHA512 (azure-batch-14.2.0.tar.gz) = ac75521ab28061e761124de5d600d1402f5b467ee26f86ba46f75f906abb11355108669dc5262aa35b6a679f147d6b9c949921460694e771afca118f85abe0b3 From eb190c9793139ed92386123fd0999a1824ab45bd Mon Sep 17 00:00:00 2001 From: Python Maint Date: Sat, 8 Jun 2024 10:28:49 +0200 Subject: [PATCH 2/9] Rebuilt for Python 3.13 From 78b23aaaa334b1a5c4d5ca6e1236ecfaac1c1d62 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jul 2024 09:42:01 +0000 Subject: [PATCH 3/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From d2fca0dbe055cefb579c4d24b2354bfa0ae0ebcb Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 18 Jan 2025 12:08:17 +0000 Subject: [PATCH 4/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From b33ff08c971e79c7b8b8af3d044a1d13c9552191 Mon Sep 17 00:00:00 2001 From: Jeremy Cline Date: Thu, 1 May 2025 16:26:16 -0400 Subject: [PATCH 5/9] Update to v15.0.0b1 --- .gitignore | 1 + python-azure-batch.spec | 8 +++++--- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b84e6c7..73528f3 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /azure-batch-14.0.0.zip /azure-batch-14.1.0.tar.gz /azure-batch-14.2.0.tar.gz +/azure_batch-15.0.0b1.tar.gz diff --git a/python-azure-batch.spec b/python-azure-batch.spec index 810a63d..1746fc5 100644 --- a/python-azure-batch.spec +++ b/python-azure-batch.spec @@ -2,14 +2,16 @@ %bcond_with tests %global srcname azure-batch +%global tarball_name azure_batch Name: python-%{srcname} -Version: 14.2.0 +Version: 15.0.0~b1 +%global pypi_version 15.0.0b1 Release: %autorelease Summary: Microsoft Azure Batch Client Library for Python License: MIT URL: https://pypi.org/project/%{srcname}/ -Source0: %{pypi_source %{srcname} %{version}} +Source0: %{pypi_source %{tarball_name} %{pypi_version}} BuildArch: noarch @@ -39,7 +41,7 @@ Summary: %{summary} %prep -%autosetup -n %{srcname}-%{version} +%autosetup -n %{tarball_name}-%{pypi_version} %generate_buildrequires diff --git a/sources b/sources index dece0e9..62c3158 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (azure-batch-14.2.0.tar.gz) = ac75521ab28061e761124de5d600d1402f5b467ee26f86ba46f75f906abb11355108669dc5262aa35b6a679f147d6b9c949921460694e771afca118f85abe0b3 +SHA512 (azure_batch-15.0.0b1.tar.gz) = 7f72aaf98c3f3f9602bbeb0a6c3a0e5a27d1d1d3159e1b99f83ab404fe007e4baa3860e92278029c222a040a434305e11a61d790e960c15720bc1bbf39e9f4fe From aa394bd887bfa3dc0240a7f97f9befbafe6c54d1 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 3 Jun 2025 11:00:33 +0200 Subject: [PATCH 6/9] Rebuilt for Python 3.14 From 14caaa4e7e7a6b134b5ee1d44727e26b48636137 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 06:48:04 +0000 Subject: [PATCH 7/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From adb64d35080e3ad330caaca613c245bda7c35d7a Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 15 Aug 2025 13:17:21 +0200 Subject: [PATCH 8/9] Rebuilt for Python 3.14.0rc2 bytecode From 4ff3bdfa393fc84494c32f52a3852a2af4388cc9 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 19 Sep 2025 12:48:13 +0200 Subject: [PATCH 9/9] Rebuilt for Python 3.14.0rc3 bytecode