Compare commits
9 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4ff3bdfa39 | ||
|
|
adb64d3508 | ||
|
|
14caaa4e7e | ||
|
|
aa394bd887 | ||
|
|
b33ff08c97 |
||
|
|
d2fca0dbe0 | ||
|
|
78b23aaaa3 | ||
|
|
eb190c9793 | ||
|
|
d801e0ab87 |
3 changed files with 8 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -5,3 +5,5 @@
|
|||
/azure-batch-13.0.0.zip
|
||||
/azure-batch-14.0.0.zip
|
||||
/azure-batch-14.1.0.tar.gz
|
||||
/azure-batch-14.2.0.tar.gz
|
||||
/azure_batch-15.0.0b1.tar.gz
|
||||
|
|
|
|||
|
|
@ -2,14 +2,16 @@
|
|||
%bcond_with tests
|
||||
|
||||
%global srcname azure-batch
|
||||
%global tarball_name azure_batch
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 14.1.0
|
||||
Version: 15.0.0~b1
|
||||
%global pypi_version 15.0.0b1
|
||||
Release: %autorelease
|
||||
Summary: Microsoft Azure Batch Client Library for Python
|
||||
License: MIT
|
||||
URL: https://pypi.org/project/%{srcname}/
|
||||
Source0: %{pypi_source %{srcname} %{version}}
|
||||
Source0: %{pypi_source %{tarball_name} %{pypi_version}}
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
|
|
@ -39,7 +41,7 @@ Summary: %{summary}
|
|||
|
||||
|
||||
%prep
|
||||
%autosetup -n %{srcname}-%{version}
|
||||
%autosetup -n %{tarball_name}-%{pypi_version}
|
||||
|
||||
|
||||
%generate_buildrequires
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (azure-batch-14.1.0.tar.gz) = 51fd0b37c9be5ed2e1ac08e5790342e95885fa037fdcb11ee460b0f0aa188018a6eac218792d07e2aefef92c6a224994500f81bb8790fef2bf468d1d6877166c
|
||||
SHA512 (azure_batch-15.0.0b1.tar.gz) = 7f72aaf98c3f3f9602bbeb0a6c3a0e5a27d1d1d3159e1b99f83ab404fe007e4baa3860e92278029c222a040a434305e11a61d790e960c15720bc1bbf39e9f4fe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue