Update to latest commit 67d46b9
This commit is contained in:
parent
d2e7052cf2
commit
894a079c1f
3 changed files with 10 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,3 +2,4 @@
|
|||
/azure-sdk-for-python-a88809f86787492ddc99c4b3ea5de36c99f14b4f.tar.gz
|
||||
/azure-sdk-for-python-19487ff9f1790033bcc9e3354b7bdee309a5bc71.tar.gz
|
||||
/azure-devtools-a5a4ef4a7adc8c730dd7da2e9e3bdb43c9376586.tar.gz
|
||||
/azure-devtools-67d46b9c4292c267c14833b50bb313c077e63cd5.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,22 +1,21 @@
|
|||
# The last versioned release of the devtools code is 1.2.1, but upstream
|
||||
# continues to update it without bumping the version. 😞
|
||||
%global srcname azure-devtools
|
||||
%global commit a5a4ef4a7adc8c730dd7da2e9e3bdb43c9376586
|
||||
%global commit 67d46b9c4292c267c14833b50bb313c077e63cd5
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global short_version 1.2.1
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: %{short_version}~git.3.%{shortcommit}
|
||||
Release: 5%{?dist}
|
||||
Version: %{short_version}~git.4.%{shortcommit}
|
||||
Release: 1%{?dist}
|
||||
Summary: Microsoft Azure Development Tools for SDK
|
||||
License: MIT and ASL 2.0
|
||||
URL: https://github.com/Azure/azure-sdk-for-python/
|
||||
Source0: azure-devtools-%{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-devtools-tarball.sh
|
||||
Source0: azure-devtools-%{commit}.tar.gz
|
||||
# Asked upstream to update the vcrpy requirement. PR in progress.
|
||||
# https://github.com/Azure/azure-sdk-for-python/pull/20032
|
||||
Patch0: python-azure-devtools-requirements-fix.patch
|
||||
|
|
@ -55,7 +54,7 @@ Summary: %{summary}
|
|||
%pyproject_save_files azure_devtools
|
||||
|
||||
# Some provided executables are only used internally in Azure SDK's CI.
|
||||
rm -f %{buildroot}%{_bindir}/{perfstress,systemperf}
|
||||
rm -f %{buildroot}%{_bindir}/{perfstress,perfstressdebug,systemperf}
|
||||
|
||||
|
||||
%files -n python3-%{srcname} -f %{pyproject_files}
|
||||
|
|
@ -64,6 +63,9 @@ rm -f %{buildroot}%{_bindir}/{perfstress,systemperf}
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue May 24 2022 Major Hayden <major@mhtx.net> - 1.2.1~git.4.67d46b9-1
|
||||
- Update to latest commit 67d46b9c4292c267c14833b50bb313c077e63cd5.
|
||||
|
||||
* Mon Apr 25 2022 Major Hayden <major@mhtx.net> - 1.2.1~git.3.a5a4ef4-5
|
||||
- Updating dependencies.
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (azure-devtools-a5a4ef4a7adc8c730dd7da2e9e3bdb43c9376586.tar.gz) = aad7a9a48644b6cfc5cabfff832bfd6281b51134a7d0de22698c5499f438cef6aaf052974f31f8006c7b84278a7a3f5bf5410b08cd3da7b390597da6ffede464
|
||||
SHA512 (azure-devtools-67d46b9c4292c267c14833b50bb313c077e63cd5.tar.gz) = e8e92f4c9728660cd4bfc8a43e2acfc5205a0b4018df698a855a10a030ae02226cea7aea07f2b2eea86f57f15f12aca40b67dcb23d350ca96ebc468f95b93f8e
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue