Update to 29.0.0
Signed-off-by: Jeremy Cline <jeremycline@linux.microsoft.com>
This commit is contained in:
parent
2be2eab6db
commit
6fbe0c6c86
3 changed files with 6 additions and 4 deletions
|
|
@ -2,14 +2,15 @@
|
|||
%bcond_with tests
|
||||
|
||||
%global srcname azure-mgmt-network
|
||||
%global tarball_name azure_mgmt_network
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 21.0.1
|
||||
Version: 29.0.0
|
||||
Release: %autorelease
|
||||
Summary: Microsoft Azure Network Management Client Library for Python
|
||||
License: MIT
|
||||
URL: https://pypi.org/project/%{srcname}/
|
||||
Source0: %{pypi_source %{srcname} %{version} zip}
|
||||
Source0: %{pypi_source %{tarball_name} %{version}}
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
|
|
@ -38,7 +39,7 @@ Summary: %{summary}
|
|||
|
||||
|
||||
%prep
|
||||
%autosetup -n %{srcname}-%{version}
|
||||
%autosetup -n %{tarball_name}-%{version}
|
||||
|
||||
|
||||
%generate_buildrequires
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue