From e710866176f30e0b22a8fe4295d8a13f61b527ffa68b53bb0a5cf971991dbbf6 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 16 Apr 2023 17:02:24 +0000 Subject: [PATCH] - update to 4.1: * A new `--include` feature, inspired by `help2man --include`. * Allow overriding build date with SOURCE_DATE_EPOCH environment variable in order to make builds reproducible. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argparse-manpage?expand=0&rev=26 --- python-argparse-manpage.changes | 8 ++++++++ python-argparse-manpage.spec | 4 ++-- v4.1.tar.gz | 3 +++ v4.tar.gz | 3 --- 4 files changed, 13 insertions(+), 5 deletions(-) create mode 100644 v4.1.tar.gz delete mode 100644 v4.tar.gz diff --git a/python-argparse-manpage.changes b/python-argparse-manpage.changes index dc8a7d0..b6a3be2 100644 --- a/python-argparse-manpage.changes +++ b/python-argparse-manpage.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Apr 16 17:02:00 UTC 2023 - Dirk Müller + +- update to 4.1: + * A new `--include` feature, inspired by `help2man --include`. + * Allow overriding build date with SOURCE_DATE_EPOCH + environment variable in order to make builds reproducible. + ------------------------------------------------------------------- Mon Nov 7 20:46:21 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-argparse-manpage.spec b/python-argparse-manpage.spec index f5c95bb..32ffe82 100644 --- a/python-argparse-manpage.spec +++ b/python-argparse-manpage.spec @@ -1,7 +1,7 @@ # # spec file for package python-argparse-manpage # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define mod_name argparse-manpage %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-argparse-manpage -Version: 4 +Version: 4.1 Release: 0 Summary: Tool for automatic manual page building from a Python ArgumentParser object License: Apache-2.0 diff --git a/v4.1.tar.gz b/v4.1.tar.gz new file mode 100644 index 0000000..0ea2b49 --- /dev/null +++ b/v4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:915dd1adac754df6cc22c11235ae1aef26abf2cb838ddd2dbd0e160814adbcca +size 52576 diff --git a/v4.tar.gz b/v4.tar.gz deleted file mode 100644 index 4e521ac..0000000 --- a/v4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d56f0bde3c68e0fdb3439eab5b26d5b5f44d99ba33f578e36de84d7deb152b6 -size 50506