From 49bc1e8d3c9f152febc253f8444da9fc1755880c2eba08c20aff857bd0e8942b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 20 Jan 2024 12:42:12 +0000 Subject: [PATCH] - update to 0.31.1: * broken support for type alias `List` * cleaned up the README, rearranged other documentation. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argh?expand=0&rev=40 --- argh-0.31.0.tar.gz | 3 --- argh-0.31.1.tar.gz | 3 +++ python-argh.changes | 7 +++++++ python-argh.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 argh-0.31.0.tar.gz create mode 100644 argh-0.31.1.tar.gz diff --git a/argh-0.31.0.tar.gz b/argh-0.31.0.tar.gz deleted file mode 100644 index ccd57d2..0000000 --- a/argh-0.31.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b93093544309ddbfe6c73dc9bfd60dbc4acecef39f3f464774b3084a1ec5d7b0 -size 65743 diff --git a/argh-0.31.1.tar.gz b/argh-0.31.1.tar.gz new file mode 100644 index 0000000..76bd013 --- /dev/null +++ b/argh-0.31.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26e77b7bc3a5666b579e5dcd9d103be5b0ee5e956873a4d1163bd0c832a8f2c8 +size 57186 diff --git a/python-argh.changes b/python-argh.changes index 3a1d052..9f68695 100644 --- a/python-argh.changes +++ b/python-argh.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Jan 20 12:41:49 UTC 2024 - Dirk Müller + +- update to 0.31.1: + * broken support for type alias `List` + * cleaned up the README, rearranged other documentation. + ------------------------------------------------------------------- Mon Jan 8 21:09:40 UTC 2024 - Dirk Müller diff --git a/python-argh.spec b/python-argh.spec index c6911f0..04ae4d0 100644 --- a/python-argh.spec +++ b/python-argh.spec @@ -16,9 +16,9 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?sle15_python_module_pythons} Name: python-argh -Version: 0.31.0 +Version: 0.31.1 Release: 0 Summary: An argparse wrapper License: LGPL-3.0-or-later