From e3d1fbcbd8a5219019382b57ec8d8f6d9c60f083 Mon Sep 17 00:00:00 2001 From: mulhern Date: Fri, 14 Mar 2025 14:52:58 -0400 Subject: [PATCH 1/2] Update changelog Signed-off-by: mulhern --- CHANGES.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 7b9bd02..09a172f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,27 @@ +into-dbus-python 0.8.3 +====================== +Recommended development environment: Fedora 40 +Lowest supported Python interpreter: 3.9 + +- Use typing module for exactly one purpose: + https://github.com/stratis-storage/into-dbus-python/pull/115 + +- Tidies and Maintenance: + https://github.com/stratis-storage/into-dbus-python/pull/117 + https://github.com/stratis-storage/into-dbus-python/pull/116 + https://github.com/stratis-storage/into-dbus-python/pull/114 + https://github.com/stratis-storage/into-dbus-python/pull/113 + https://github.com/stratis-storage/into-dbus-python/pull/112 + https://github.com/stratis-storage/into-dbus-python/pull/111 + https://github.com/stratis-storage/into-dbus-python/pull/110 + https://github.com/stratis-storage/into-dbus-python/pull/109 + https://github.com/stratis-storage/into-dbus-python/pull/108 + https://github.com/stratis-storage/into-dbus-python/pull/107 + https://github.com/stratis-storage/into-dbus-python/pull/106 + https://github.com/stratis-storage/into-dbus-python/pull/105 + https://github.com/stratis-storage/into-dbus-python/pull/104 + + into-dbus-python 0.8.2 ====================== Recommended development environment: Fedora 38 From 634694f4db05fc56c5a2cfe0817b5848530ccb5c Mon Sep 17 00:00:00 2001 From: mulhern Date: Wed, 17 Sep 2025 16:04:17 -0400 Subject: [PATCH 2/2] Update changelog Signed-off-by: mulhern --- CHANGES.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 09a172f..fadfe7f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,10 +3,18 @@ into-dbus-python 0.8.3 Recommended development environment: Fedora 40 Lowest supported Python interpreter: 3.9 +- Remove license classifier deprecated by PEP 639: + https://github.com/stratis-storage/into-dbus-python/pull/118 + - Use typing module for exactly one purpose: https://github.com/stratis-storage/into-dbus-python/pull/115 - Tidies and Maintenance: + https://github.com/stratis-storage/into-dbus-python/pull/123 + https://github.com/stratis-storage/into-dbus-python/pull/122 + https://github.com/stratis-storage/into-dbus-python/pull/121 + https://github.com/stratis-storage/into-dbus-python/pull/120 + https://github.com/stratis-storage/into-dbus-python/pull/119 https://github.com/stratis-storage/into-dbus-python/pull/117 https://github.com/stratis-storage/into-dbus-python/pull/116 https://github.com/stratis-storage/into-dbus-python/pull/114