Update to 6aabfa
This commit is contained in:
parent
f6d11aeb29
commit
237ce1dc77
4 changed files with 11 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
/azure-sdk-for-python-9d4f5a6d6da6ba453c5553a33177553da9d1ba5f.tar.gz
|
||||
/azure-sdk-tools-a5a4ef4a7adc8c730dd7da2e9e3bdb43c9376586.tar.gz
|
||||
/azure-sdk-tools-6aabfa36aab12fcdf5263281ccfed7e383c62663.tar.gz
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ pushd $TMP_DIR
|
|||
wget https://github.com/${USER}/${PROJECT}/archive/${COMMIT}/azure-sdk-for-python-${SHORTCOMMIT}.tar.gz
|
||||
tar xf azure-sdk-for-python-${SHORTCOMMIT}.tar.gz
|
||||
# Bring over the license from the root of the repository.
|
||||
cp azure-sdk-for-python-${COMMIT}/LICENSE.txt azure-sdk-for-python-${COMMIT}/tools/azure-sdk-tools/
|
||||
cp azure-sdk-for-python-${COMMIT}/LICENSE azure-sdk-for-python-${COMMIT}/tools/azure-sdk-tools/
|
||||
pushd azure-sdk-for-python-${COMMIT}/tools/azure-sdk-tools
|
||||
tar -cz -f ${CURRENT_DIR}/azure-sdk-tools-${COMMIT}.tar.gz .
|
||||
popd
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
# 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 a5a4ef4a7adc8c730dd7da2e9e3bdb43c9376586
|
||||
%global commit 6aabfa36aab12fcdf5263281ccfed7e383c62663
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global short_version 0.0.0
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: %{short_version}~git.2.%{shortcommit}
|
||||
Release: 4%{?dist}
|
||||
Version: %{short_version}~git.3.%{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/
|
||||
|
|
@ -66,16 +66,19 @@ rm -f devtools_testutils/setup.py
|
|||
rm -rf %{buildroot}%{python3_sitelib}/azure_sdk_tools-0.0.0.dist-info
|
||||
|
||||
# Some provided executables are only used internally in Azure SDK's CI.
|
||||
rm -f %{buildroot}/%{_bindir}/{auto_codegen,auto_package,generate_package,generate_sdk}
|
||||
rm -f %{buildroot}/%{_bindir}/{auto_codegen,auto_package,generate_package,generate_sdk,sdk_generator,sdk_package}
|
||||
|
||||
|
||||
%files -n python3-%{srcname}
|
||||
%doc changelog_generics.md
|
||||
%license LICENSE.txt
|
||||
%license LICENSE
|
||||
%{python3_sitelib}/devtools_testutils
|
||||
%{python3_sitelib}/testutils
|
||||
|
||||
%changelog
|
||||
* Tue Mar 01 2022 Major Hayden <major@mhtx.net> - 0.0.0~git.3.6aabfa3-1
|
||||
- Update to 6aabfa36aab12fcdf5263281ccfed7e383c62663 (most recent tag on 2022-03-01)
|
||||
|
||||
* Fri Feb 04 2022 Major Hayden <major@mhtx.net> - 0.0.0~git.2.a5a4ef4-4
|
||||
- Fixing bogus provides from BZ 2048083.
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (azure-sdk-tools-a5a4ef4a7adc8c730dd7da2e9e3bdb43c9376586.tar.gz) = a1a5f3373ef9a17a39b0ea0584aa2a4c866bd44e56c721e7420c1960304f5c6c5500efade23f416a566c8d32f256776e11e321c777fc8cee4d6e53b6e2d0938b
|
||||
SHA512 (azure-sdk-tools-6aabfa36aab12fcdf5263281ccfed7e383c62663.tar.gz) = 4386def135c77c1fc25cf3f2488f4dfc96ed0bc3467d2c81b708dce63796dd9b0830e59c7d69e674a7575ac218ac229e8bdc215c50829ec4bf128f6c9d177614
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue