15
0

- 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
This commit is contained in:
2023-04-16 17:02:24 +00:00
committed by Git OBS Bridge
parent 49d4799f16
commit e710866176
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Apr 16 17:02:00 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <yarunachalam@suse.com>