Update to latest commit 67d46b9

This commit is contained in:
Major Hayden 2022-05-24 13:26:19 -05:00
commit b083f705df
No known key found for this signature in database
GPG key ID: 737051E0C1011FB1
4 changed files with 9 additions and 33 deletions

View file

@ -1,26 +1,21 @@
# The SDK tools have never had a versioned release, but they are updated
# frequently in the upstream repository.
%global srcname azure-sdk-tools
%global commit 6aabfa36aab12fcdf5263281ccfed7e383c62663
%global commit 67d46b9c4292c267c14833b50bb313c077e63cd5
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global short_version 0.0.0
Name: python-%{srcname}
Version: %{short_version}~git.3.%{shortcommit}
Release: 2%{?dist}
Version: %{short_version}~git.4.%{shortcommit}
Release: 1%{?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/
Source0: azure-sdk-tools-%{commit}.tar.gz
# 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
# source code:
# ./generate-devtools-tarball.sh COMMIT_SHA
Source1: generate-sdk-tools-tarball.sh
# NOTE(mhayden): The testing tools provided with the package are meant for Azure
# SDK's CI processes upstream and are not needed to build this package. This
# package contains test framework helpers for other Azure CLI/SDK packages.
Patch0: python-azure-sdk-tools-requirements-fix.patch
Source0: azure-sdk-tools-%{commit}.tar.gz
BuildArch: noarch
@ -77,6 +72,9 @@ rm -f %{buildroot}/%{_bindir}/{auto_codegen,auto_package,generate_package,genera
%{python3_sitelib}/testutils
%changelog
* Tue May 24 2022 Major Hayden <major@mhtx.net> - 0.0.0~git.4.67d46b9-1
- Update to latest commit 67d46b9c4292c267c14833b50bb313c077e63cd5.
* Wed Apr 27 2022 Major Hayden <major@mhtx.net> - 0.0.0~git.3.6aabfa3-2
- Add provides for azure-sdk-tools.