From 4cc037f29880bc99c8205e832d2f52b89334904a Mon Sep 17 00:00:00 2001 From: Stephane Thiell Date: Sun, 8 Dec 2019 21:32:17 -0800 Subject: [PATCH] bump version to 0.3.10 --- sasutils.spec | 8 ++++++-- setup.py | 4 ++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/sasutils.spec b/sasutils.spec index d602156..ce3281d 100644 --- a/sasutils.spec +++ b/sasutils.spec @@ -1,11 +1,11 @@ Name: sasutils -Version: 0.3.9 +Version: 0.3.10 Release: 1%{?dist} Summary: Serial Attached SCSI (SAS) utilities License: ASL 2.0 URL: https://github.com/stanford-rc/sasutils -Source0: https://files.pythonhosted.org/packages/source/s/%{name}/%{name}-%{version}.tar.gz +Source0: https://github.com/stanford-rc/sasutils/archive/v%{version}/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -51,6 +51,10 @@ install -p -m 0644 doc/man/man1/ses_report.1 %{buildroot}/%{_mandir}/man1/ %license LICENSE.txt %changelog +* Sun Dec 08 2019 Stephane Thiell 0.3.10-1 +- update version +- update Source to download from GitHub directly + * Tue Aug 29 2017 Stephane Thiell 0.3.9-1 - update version diff --git a/setup.py b/setup.py index 9afcb52..a61664c 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2016, 2017 +# Copyright (C) 2016, 2017, 2018, 2019 # The Board of Trustees of the Leland Stanford Junior University # Written by Stephane Thiell # @@ -17,7 +17,7 @@ from setuptools import setup, find_packages -VERSION = '0.3.9' +VERSION = '0.3.10' setup(name='sasutils', version=VERSION,