Obsoleted by python-azure-sdk
This commit is contained in:
parent
07e2d4ca47
commit
cd8a8bf51e
5 changed files with 1 additions and 94 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
/azure-devtools-1.0.0.tar.gz
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
# python-azure-devtools
|
||||
|
||||
The python-azure-devtools package
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Obsoleted by python-azure-sdk
|
||||
|
|
@ -1,89 +0,0 @@
|
|||
%{?python_enable_dependency_generator}
|
||||
|
||||
%global srcname azure-devtools
|
||||
%global common_description This package contains tools to aid in developing Python-based Azure code.
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 1.0.0
|
||||
Release: 10%{?dist}
|
||||
Summary: Devtools for Azure SDK and CLI for Python
|
||||
|
||||
License: MIT
|
||||
URL: https://github.com/Azure/azure-python-devtools
|
||||
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
# Needed for tests
|
||||
BuildRequires: python3-configargparse
|
||||
BuildRequires: python3-six
|
||||
BuildRequires: python3-vcrpy
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
%{common_description}
|
||||
|
||||
|
||||
%package -n python3-%{srcname}
|
||||
Summary: %{summary}
|
||||
%{?python_provide:%python_provide python3-%{srcname}}
|
||||
|
||||
%description -n python3-%{srcname}
|
||||
%{common_description}
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -n azure-python-devtools-%{version}
|
||||
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
|
||||
|
||||
%install
|
||||
%py3_install
|
||||
|
||||
|
||||
%check
|
||||
%{__python3} -m unittest discover -s src/
|
||||
|
||||
|
||||
%files -n python3-%{srcname}
|
||||
%doc README.rst doc/
|
||||
%license LICENSE
|
||||
%{python3_sitelib}/azure_devtools/
|
||||
%{python3_sitelib}/azure_devtools-*.egg-info/
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.0.0-10
|
||||
- Rebuilt for Python 3.9
|
||||
|
||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.0.0-8
|
||||
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
||||
|
||||
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.0.0-7
|
||||
- Rebuilt for Python 3.8
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Fri Apr 19 2019 Mohamed El Morabity <melmorabity@fedoraproject.org> - 1.0.0-5
|
||||
- Enable Python generators
|
||||
- Enable tests
|
||||
- Spec cleanup
|
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Wed Nov 21 2018 Mohamed El Morabity <melmorabity@fedoraproject.org> - 1.0.0-3
|
||||
- Fix dependency on python-vcrpy for Fedora <= 27
|
||||
|
||||
* Tue Nov 20 2018 Mohamed El Morabity <melmorabity@fedoraproject.org> - 1.0.0-2
|
||||
- Don't glob everything under the Python sitelib directory
|
||||
|
||||
* Sat Nov 03 2018 Mohamed El Morabity <melmorabity@fedoraproject.org> - 1.0.0-1
|
||||
- Initial RPM release
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
SHA512 (azure-devtools-1.0.0.tar.gz) = aed2687f439d76faf88312b65ad8d8ba8c9c248267102dafff3052e97ff4bf9c0d2cfb9f96ce63885aac54f03ec1aa17c856f1f71d4d14e85a7d8302931e9baf
|
||||
Loading…
Add table
Add a link
Reference in a new issue