From bccba1abb9946ecbb2bcb6852b1972f5a8601403 Mon Sep 17 00:00:00 2001 From: Ryan Harper Date: Tue, 25 Feb 2020 15:12:11 -0600 Subject: [PATCH 1/4] Bump probert version to 0.17 --- probert/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/probert/__init__.py b/probert/__init__.py index 96e9b75..134bf55 100644 --- a/probert/__init__.py +++ b/probert/__init__.py @@ -15,4 +15,4 @@ """ Probert """ -__version__ = "0.0.16" +__version__ = "0.0.17" From b53aa13c8203904370a1212005f34f091f8753e2 Mon Sep 17 00:00:00 2001 From: Ryan Harper Date: Tue, 25 Feb 2020 15:22:34 -0600 Subject: [PATCH 2/4] Add 0.0.17build1 and 0.0.17build2 entries to debian/changelog --- debian/changelog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/debian/changelog b/debian/changelog index 23effbc..75b9dbe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +probert (0.0.17build2) focal; urgency=medium + + * No-change rebuild to drop python3.7. + + -- Matthias Klose Tue, 18 Feb 2020 09:38:26 +0100 + +probert (0.0.17build1) focal; urgency=medium + + * No-change rebuild to build with python3.8. + + -- Matthias Klose Fri, 18 Oct 2019 18:27:19 +0000 + probert (0.0.17) eoan; urgency=medium * Add mock build-dependency. From 31ce547f816cd83ac5c7b99589904de8fd80f466 Mon Sep 17 00:00:00 2001 From: Ryan Harper Date: Tue, 25 Feb 2020 15:19:53 -0600 Subject: [PATCH 3/4] update probert version to 0.0.18 --- probert/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/probert/__init__.py b/probert/__init__.py index 134bf55..c10c0aa 100644 --- a/probert/__init__.py +++ b/probert/__init__.py @@ -15,4 +15,4 @@ """ Probert """ -__version__ = "0.0.17" +__version__ = "0.0.18" From 3e2b62086ab0787127ccd29c633a150260f1732a Mon Sep 17 00:00:00 2001 From: Ryan Harper Date: Tue, 25 Feb 2020 15:44:57 -0600 Subject: [PATCH 4/4] releasing probert version 0.0.18 --- debian/changelog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/debian/changelog b/debian/changelog index 75b9dbe..a360d1d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +probert (0.0.18) focal; urgency=medium + + [Ryan Harper] + * d/control + - Add s390-tools dep on s390x architecture + * Add probing support for DASD devices on s390x + * Fix storage size calculations from sysfs (Issue #74) + + [Michael Hudson-Doyle] + * Fix segfault when netdev is removed + + -- Ryan Harper Tue, 25 Feb 2020 15:14:40 -0600 + probert (0.0.17build2) focal; urgency=medium * No-change rebuild to drop python3.7.