Update to latest commit 67d46b9
This commit is contained in:
parent
a918a1fe44
commit
b083f705df
4 changed files with 9 additions and 33 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
/azure-sdk-for-python-9d4f5a6d6da6ba453c5553a33177553da9d1ba5f.tar.gz
|
||||
/azure-sdk-tools-a5a4ef4a7adc8c730dd7da2e9e3bdb43c9376586.tar.gz
|
||||
/azure-sdk-tools-6aabfa36aab12fcdf5263281ccfed7e383c62663.tar.gz
|
||||
/azure-sdk-tools-67d46b9c4292c267c14833b50bb313c077e63cd5.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,23 +0,0 @@
|
|||
diff -up ./tools/azure-sdk-tools/setup.py.orig ./tools/azure-sdk-tools/setup.py
|
||||
--- ./tools/azure-sdk-tools/setup.py.orig 2021-08-03 16:07:10.859055550 -0500
|
||||
+++ ./tools/azure-sdk-tools/setup.py 2021-08-03 16:08:32.883571014 -0500
|
||||
@@ -9,19 +9,8 @@ DEPENDENCIES = [
|
||||
"packaging",
|
||||
"wheel",
|
||||
"Jinja2",
|
||||
- "pytoml",
|
||||
- "json-delta>=2.0",
|
||||
- # Tests
|
||||
- "pytest-cov",
|
||||
- "pytest>=3.5.1",
|
||||
- # 'azure-devtools>=0.4.1' override by packaging needs
|
||||
"readme_renderer",
|
||||
- # 'azure-storage-file<2.0',
|
||||
- "azure-storage-common<1.4.1",
|
||||
"pyopenssl",
|
||||
- "azure-mgmt-resource",
|
||||
- "azure-mgmt-storage",
|
||||
- "azure-mgmt-keyvault",
|
||||
"python-dotenv",
|
||||
]
|
||||
|
||||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (azure-sdk-tools-6aabfa36aab12fcdf5263281ccfed7e383c62663.tar.gz) = 4386def135c77c1fc25cf3f2488f4dfc96ed0bc3467d2c81b708dce63796dd9b0830e59c7d69e674a7575ac218ac229e8bdc215c50829ec4bf128f6c9d177614
|
||||
SHA512 (azure-sdk-tools-67d46b9c4292c267c14833b50bb313c077e63cd5.tar.gz) = 86235037ecb82339632027ef2a2e518f2cd0dd6936541075f32f17f18625af8bde42e9fada1ed85ec5a05ea8056126db4e5f5681f664f26b5f221c066ab57a26
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue