Skip to content

Commit

Permalink
bump version to 0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
thiell committed Aug 29, 2017
1 parent d48c10b commit 5aec164
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 10 deletions.
21 changes: 15 additions & 6 deletions sasutils-el7.spec
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
Name: sasutils
Version: 0.3.8
Version: 0.3.9
Release: 1%{?dist}
Summary: Serial Attached SCSI (SAS) utilities

Group: System Environment/Base
License: ASL 2.0
URL: https://github.com/stanford-rc/sasutils
Source0: https://files.pythonhosted.org/packages/source/s/%{name}/%{name}-%{version}.tar.gz

BuildArch: noarch
BuildRequires: python34-devel
BuildRequires: python34-setuptools
Requires: python34-setuptools
BuildRequires: python%{python3_pkgversion}-devel
BuildRequires: python%{python3_pkgversion}-setuptools
Requires: python%{python3_pkgversion}-setuptools
Requires: sg3_utils
Requires: smp_utils

Provides: python34-%{name} = %{version}
%{?python_provide:%python_provide python-sasutils}

%description
Expand Down Expand Up @@ -53,6 +51,17 @@ install -p -m 0644 doc/man/man1/ses_report.1 %{buildroot}/%{_mandir}/man1/
%license LICENSE.txt

%changelog
* Tue Aug 29 2017 Stephane Thiell <[email protected]> 0.3.9-1
- update version

* Tue Aug 29 2017 Stephane Thiell <[email protected]> 0.3.8-3
- build for Python 3.4 in EPEL7

* Tue Aug 22 2017 Stephane Thiell <[email protected]> 0.3.8-2
- always remove shebang from Python modules
- removed unwanted Group tag
- removed useless/duplicate Provides tag

* Fri Aug 18 2017 Stephane Thiell <[email protected]> 0.3.8-1
- added man pages

Expand Down
12 changes: 9 additions & 3 deletions sasutils.spec
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
Name: sasutils
Version: 0.3.8
Version: 0.3.9
Release: 1%{?dist}
Summary: Serial Attached SCSI (SAS) utilities

Group: System Environment/Base
License: ASL 2.0
URL: https://github.com/stanford-rc/sasutils
Source0: https://files.pythonhosted.org/packages/source/s/%{name}/%{name}-%{version}.tar.gz
Expand All @@ -15,7 +14,6 @@ Requires: python3-setuptools
Requires: sg3_utils
Requires: smp_utils

Provides: python3-%{name} = %{version}
%{?python_provide:%python_provide python-sasutils}

%description
Expand Down Expand Up @@ -53,6 +51,14 @@ install -p -m 0644 doc/man/man1/ses_report.1 %{buildroot}/%{_mandir}/man1/
%license LICENSE.txt

%changelog
* Tue Aug 29 2017 Stephane Thiell <[email protected]> 0.3.9-1
- update version

* Tue Aug 22 2017 Stephane Thiell <[email protected]> 0.3.8-2
- always remove shebang from Python modules
- removed unwanted Group tag
- removed useless/duplicate Provides tag

* Fri Aug 18 2017 Stephane Thiell <[email protected]> 0.3.8-1
- added man pages

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

from setuptools import setup, find_packages

VERSION = '0.3.8'
VERSION = '0.3.9'

setup(name='sasutils',
version=VERSION,
Expand Down

0 comments on commit 5aec164

Please sign in to comment.