From 6961b13f02ed010ad139a6c6d3cceeb2f0caf9ae Mon Sep 17 00:00:00 2001 From: Tim Theisen Date: Thu, 8 Apr 2021 16:19:34 -0500 Subject: [PATCH] Update changelog, set version to 2.0.1 --- debian/changelog | 10 ++++++++-- rpm/blahp.spec | 6 +++++- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2b498eb..2c1c84f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +blahp (2.0.1-1) stable; urgency=medium + + * Convert to pure Python 3 (no Python 2 compatibility) + * Restore blah_libexec_directory to the blah.config file + + -- Tim Theisen Thu, 08 Apr 2021 15:06:13 -0600 + blahp (2.0.0-1) stable; urgency=medium * Add GPU support (#12) @@ -9,8 +16,7 @@ blahp (2.0.0-1) stable; urgency=medium * Convert LSF script to Python 3 (HTCONDOR-333, #34) * Add Debian build files - -- Brian Lin Tue, 30 Mar 2021 13:35:00 -0600 - + -- Brian Lin Tue, 30 Mar 2021 13:35:00 -0500 blahp (1.18.48-2) stable; urgency=medium diff --git a/rpm/blahp.spec b/rpm/blahp.spec index c770588..6e9a09b 100644 --- a/rpm/blahp.spec +++ b/rpm/blahp.spec @@ -7,7 +7,7 @@ %global __python /usr/bin/python3 Name: blahp -Version: 2.0.0 +Version: 2.0.1 Release: 1%{?gitrev:.%{gitrev}}%{?dist} Summary: gLite BLAHP daemon @@ -108,6 +108,10 @@ fi %{_initrddir}/glite-ce-* %changelog +* Thu Apr 08 2021 Tim Theisen 2.0.1-1 +- Convert to pure Python 3 (no Python 2 compatibility) +- Restore blah_libexec_directory to the blah.config file + * Tue Mar 30 2021 Brian Lin 2.0.0-1 - Add GPU support (#12) - Improve multi-node support for Slurm (HTCONDOR-166)