-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
22 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,6 +67,8 @@ def get_long_description(): | |
version=version(), | ||
author='Cedric Zhuang', | ||
author_email='[email protected]', | ||
maintainer='Dell EMC Unity OpenStack Team', | ||
maintainer_email='[email protected]', | ||
url='https://github.com/emc-openstack/storops', | ||
description=get_description(), | ||
license='Apache Software License', | ||
|
@@ -75,16 +77,19 @@ def get_long_description(): | |
packages=find_packages(), | ||
platforms=['any'], | ||
long_description=get_long_description(), | ||
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*', | ||
classifiers=[ | ||
'Programming Language :: Python', | ||
'Programming Language :: Python :: 2.7', | ||
'Programming Language :: Python :: 3.4', | ||
'Programming Language :: Python :: 3.5', | ||
'Programming Language :: Python :: 3.6', | ||
'Programming Language :: Python :: 3.7', | ||
'Natural Language :: English', | ||
'Intended Audience :: Developers', | ||
'Operating System :: OS Independent', | ||
'Development Status :: 4 - Beta', | ||
'Development Status :: 5 - Production/Stable', | ||
'Topic :: Software Development :: Libraries', | ||
'Topic :: Utilities', | ||
'License :: OSI Approved :: Apache Software License', | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
%global pypi_name storops | ||
|
||
Name: python-%{pypi_name}-vnx | ||
Version: 1.2.0 | ||
Version: 1.2.1 | ||
Release: 1%{?dist} | ||
Summary: Library for managing Unity/VNX systems. | ||
|
||
|
@@ -70,6 +70,9 @@ Library for managing Unity/VNX systems. Please refer to https://github.com/emc-o | |
|
||
|
||
%changelog | ||
* Mon Aug 12 2019 Ryan Liang <[email protected]> - 1.2.1-1 | ||
- Release v1.2.1: https://github.com/emc-openstack/storops/releases/tag/r1.2.1 | ||
|
||
* Wed Jun 12 2019 Ryan Liang <[email protected]> - 1.2.0-1 | ||
- Release v1.2.0: https://github.com/emc-openstack/storops/releases/tag/r1.2.0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
# %%global pre_release dev.1 | ||
|
||
Name: python-%{pypi_name} | ||
Version: 1.2.0 | ||
Version: 1.2.1 | ||
Release: %{?pre_release:0.%{pre_release}}%{!?pre_release:1}%{?dist} | ||
Summary: Library for managing Unity/VNX systems. | ||
|
||
|
@@ -134,6 +134,9 @@ Library for managing Unity/VNX systems. Please refer to https://github.com/emc-o | |
|
||
|
||
%changelog | ||
* Mon Aug 12 2019 Ryan Liang <[email protected]> - 1.2.1-1 | ||
- Release v1.2.1: https://github.com/emc-openstack/storops/releases/tag/r1.2.1 | ||
|
||
* Wed Jun 12 2019 Ryan Liang <[email protected]> - 1.2.0-1 | ||
- Release v1.2.0: https://github.com/emc-openstack/storops/releases/tag/r1.2.0 | ||
|
||
|