From 8083b66de8cdd64168776cc309e0d572f205abba1e83db956365339a46d8bc4a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 14 Jan 2024 17:07:19 +0000 Subject: [PATCH] - update to 4.5.0: * Use importlib.metadata on Python 3.10+ OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cliff?expand=0&rev=6 --- cliff-4.4.0.tar.gz | 3 --- cliff-4.5.0.tar.gz | 3 +++ python-cliff.changes | 6 ++++++ python-cliff.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 cliff-4.4.0.tar.gz create mode 100644 cliff-4.5.0.tar.gz diff --git a/cliff-4.4.0.tar.gz b/cliff-4.4.0.tar.gz deleted file mode 100644 index 44dc015..0000000 --- a/cliff-4.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa8d404aa2d6b4d8639c61bd6dc47acb3656ebc3fc025b1b7bb07af2baef785f -size 83609 diff --git a/cliff-4.5.0.tar.gz b/cliff-4.5.0.tar.gz new file mode 100644 index 0000000..e61f8de --- /dev/null +++ b/cliff-4.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61beeac238530beb3ae19eefb421b8b290b97dcc9efee01fc32fe62fb75a31d9 +size 83722 diff --git a/python-cliff.changes b/python-cliff.changes index 871b509..79041fa 100644 --- a/python-cliff.changes +++ b/python-cliff.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Jan 14 17:06:47 UTC 2024 - Dirk Müller + +- update to 4.5.0: + * Use importlib.metadata on Python 3.10+ + ------------------------------------------------------------------- Thu Jan 4 23:04:20 UTC 2024 - Dirk Müller diff --git a/python-cliff.spec b/python-cliff.spec index bc3a596..edc8117 100644 --- a/python-cliff.spec +++ b/python-cliff.spec @@ -17,7 +17,7 @@ Name: python-cliff -Version: 4.4.0 +Version: 4.5.0 Release: 0 Summary: Command Line Interface Formulation Framework License: Apache-2.0