From af34406e844fbc1116b93ac6cf30b945b33f7084 Mon Sep 17 00:00:00 2001 From: Adrian Coveney Date: Wed, 21 Aug 2024 12:59:24 +0100 Subject: [PATCH 1/2] Update version numbers for 2.1.0 --- apel.spec | 2 +- apel/__init__.py | 2 +- scripts/apel-build-rpm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apel.spec b/apel.spec index 80bd7d8e..92eb072d 100644 --- a/apel.spec +++ b/apel.spec @@ -4,7 +4,7 @@ %endif Name: apel -Version: 2.0.0 +Version: 2.1.0 %define releasenumber 1 Release: %{releasenumber}%{?dist} Summary: APEL packages diff --git a/apel/__init__.py b/apel/__init__.py index 33508ffe..f3bcdf37 100644 --- a/apel/__init__.py +++ b/apel/__init__.py @@ -15,4 +15,4 @@ @author Konrad Jopek, Will Rogers ''' -__version__ = (2, 0, 0) +__version__ = (2, 1, 0) diff --git a/scripts/apel-build-rpm b/scripts/apel-build-rpm index 10f8e895..6377b5ae 100755 --- a/scripts/apel-build-rpm +++ b/scripts/apel-build-rpm @@ -12,7 +12,7 @@ rpmdev-setuptree RPMDIR=/home/rpmb/rpmbuild -VERSION=2.0.0-1 +VERSION=2.1.0-1 APELDIR=apel-$VERSION # Remove old sources and RPMS From 554a5e77effd60b2918ab43e5f763a3e34bb4bda Mon Sep 17 00:00:00 2001 From: Adrian Coveney Date: Wed, 21 Aug 2024 13:35:49 +0100 Subject: [PATCH 2/2] Update changelogs for 2.1.0 --- CHANGELOG | 6 ++++++ apel.spec | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 5065e9a3..59b985d9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ + * Wed Aug 21 2024 Adrian Coveney - 2.1.0-1 + - [client] Fix LDAP returning bytes and not strings with Python 3 + - [client] Fix the parser failing on VOMS attributes without Role or Capability parts + - [server] Add support for deleting stale cloud summaries reporting recent usage + - Various CI and code maintenance changes. + * Wed May 08 2024 Adrian Coveney - 2.0.0-1 - Added codebase compatability with Python3. - Removed support for Oracle as a backend database. diff --git a/apel.spec b/apel.spec index 92eb072d..7c7dc8aa 100644 --- a/apel.spec +++ b/apel.spec @@ -199,6 +199,12 @@ exit 0 # ============================================================================== %changelog + * Wed Aug 21 2024 Adrian Coveney - 2.1.0-1 + - [client] Fix LDAP returning bytes and not strings with Python 3 + - [client] Fix the parser failing on VOMS attributes without Role or Capability parts + - [server] Add support for deleting stale cloud summaries reporting recent usage + - Various CI and code maintenance changes. + * Wed May 08 2024 Adrian Coveney - 2.0.0-1 - Added codebase compatability with Python3. - Removed support for Oracle as a backend database.