From 5f3d36c8b2a0bc2a3b674b87415302eb6c29cfbe Mon Sep 17 00:00:00 2001 From: Petr Hracek Date: Jan 14 2016 08:27:51 +0000 Subject: New upstream version 0.7.0 Signed-off-by: Petr Hracek --- diff --git a/.gitignore b/.gitignore index f0d7ce6..c26d466 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /0.5.0.tar.gz /0.6.0.tar.gz /0.6.2.tar.gz +/0.7.0.tar.gz diff --git a/rebase-helper-download-test.patch b/rebase-helper-download-test.patch index 046a628..9125ea3 100644 --- a/rebase-helper-download-test.patch +++ b/rebase-helper-download-test.patch @@ -1,8 +1,8 @@ diff --git a/test/test_utils.py b/test/test_utils.py -index 8e04d43..b2f4ed5 100644 +index c4112a5..b68f27f 100644 --- a/test/test_utils.py +++ b/test/test_utils.py -@@ -128,18 +128,18 @@ class TestConsoleHelper(BaseTest): +@@ -127,18 +127,18 @@ class TestConsoleHelper(BaseTest): assert inp is False @@ -11,25 +11,25 @@ index 8e04d43..b2f4ed5 100644 - - KNOWN_URL = 'http://fedoraproject.org/static/hotspot.txt' - LOCAL_FILE = os.path.basename(KNOWN_URL) -- KNOWN_URL_CONTENT = 'OK\n' +- KNOWN_URL_CONTENT = 'OK' - - def test_download_source(self): - DownloadHelper.download_file(self.KNOWN_URL, self.LOCAL_FILE) - assert os.path.isfile(self.LOCAL_FILE) - with open(self.LOCAL_FILE) as f: -- assert f.read() == self.KNOWN_URL_CONTENT +- assert f.read().strip() == self.KNOWN_URL_CONTENT +#class TestDownloadHelper(BaseTest): +# """ DownloadHelper tests """ +# +# KNOWN_URL = 'http://fedoraproject.org/static/hotspot.txt' +# LOCAL_FILE = os.path.basename(KNOWN_URL) -+# KNOWN_URL_CONTENT = 'OK\n' ++# KNOWN_URL_CONTENT = 'OK' +# +# def test_download_source(self): +# DownloadHelper.download_file(self.KNOWN_URL, self.LOCAL_FILE) +# assert os.path.isfile(self.LOCAL_FILE) +# with open(self.LOCAL_FILE) as f: -+# assert f.read() == self.KNOWN_URL_CONTENT ++# assert f.read().strip() == self.KNOWN_URL_CONTENT class TestProcessHelper(BaseTest): diff --git a/rebase-helper.spec b/rebase-helper.spec index 722d118..a41eb36 100644 --- a/rebase-helper.spec +++ b/rebase-helper.spec @@ -1,7 +1,7 @@ %global rebasename rebasehelper Name: rebase-helper -Version: 0.6.2 +Version: 0.7.0 Release: 1%{?dist} Summary: The tool which helps you with rebase package @@ -66,6 +66,9 @@ cp man/rebase-helper.1 %{buildroot}/%{_datadir}/man/man1 %{_datadir}/man/man1/rebase-helper.1.gz %changelog +* Wed Jan 13 2016 Petr Hracek - 0.7.0-1 +- New upstream version 0.7.0 (#1298403) + * Mon Nov 09 2015 Petr Hracek - 0.6.2-1 - New upstream version 0.6.2 (#1280294) - support upstream monitoring service diff --git a/sources b/sources index c6d5502..bd8b017 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4e0785812897f9632cbdbbbb0f0bb58f 0.6.2.tar.gz +0161db44396706e5685a85c1c7635497 0.7.0.tar.gz