Skip to content

Commit

Permalink
Bump release and update RPM spec
Browse files Browse the repository at this point in the history
Signed-off-by: Mikhail Ushanov <[email protected]>
  • Loading branch information
gmmephisto committed Apr 19, 2016
1 parent d130571 commit b67f5be
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion pyscaleio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Volume.__name__
)

__version__ = "0.1.0"
__version__ = "0.1.1"

get_client = ScaleIOClientsManager().get_client
add_client = ScaleIOClientsManager().register
20 changes: 12 additions & 8 deletions python-scaleio.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
%define pkgname pyscaleio

Name: python-scaleio
Version: 0.0.1
Version: 0.1.1
Release: 1%{?dist}
Summary: ScaleIO API client

Group: Development/Tools
License: MIT
URL: http://github.com/gmmephisto/pyscaleio
Source: %pkgname-%version.tar.gz
License: GPLv3
URL: https://github.com/gmmephisto/pyscaleio
Source: https://pypi.python.org/packages/source/p/%pkgname/%pkgname-%version.tar.gz

BuildRequires: python2-devel
BuildRequires: python-setuptools
Expand All @@ -44,7 +44,7 @@ Requires: python-inflection
Requires: python-six

%description
CROC Cloud Platform - ScaleIO API client
Python library that provides convenient way to interact with ScaleIO REST API.


%if %{with python3}
Expand All @@ -57,7 +57,7 @@ Requires: python3-inflection
Requires: python3-six

%description -n python3-scaleio
CROC Cloud Platform - ScaleIO API client
Python library that provides convenient way to interact with ScaleIO REST API.
%endif # with python3


Expand Down Expand Up @@ -85,14 +85,14 @@ PBR_VERSION=%version %{__python3} setup.py install --skip-build --root "%buildro
%defattr(-,root,root,-)
%{python2_sitelib}/pyscaleio
%{python2_sitelib}/pyscaleio-%{version}-*.egg-info
%doc ChangeLog
%doc ChangeLog README.rst

%if %{with python3}
%files -n python3-scaleio
%defattr(-,root,root,-)
%{python3_sitelib}/pyscaleio
%{python3_sitelib}/pyscaleio-%{version}-*.egg-info
%doc ChangeLog
%doc ChangeLog README.rst
%endif # with python3


Expand All @@ -101,5 +101,9 @@ PBR_VERSION=%version %{__python3} setup.py install --skip-build --root "%buildro


%changelog
* Tue Apr 19 2016 Mikhail Ushanov <[email protected]> - 0.1.1-1
- New version.
- Update spec.

* Tue Apr 12 2016 Mikhail Ushanov <[email protected]> - 0.0.1-1
- Initial build.

0 comments on commit b67f5be

Please sign in to comment.