From d2c90e7480fb4c0090c97fcb6a390548ecd6ca2599729248ce381a0d9d6566df Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 14 May 2023 18:41:54 +0000 Subject: [PATCH] - update to 0.4.0: * Minimum python version is now 3.7 * Update linters * Modern readthedocs config * feat: find executable filename to address #16 * Test against python 3.11 too OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-argparse?expand=0&rev=9 --- python-sphinx-argparse.changes | 10 ++++++++++ python-sphinx-argparse.spec | 8 ++++---- sphinx-argparse-0.3.2.tar.gz | 3 --- sphinx_argparse-0.4.0.tar.gz | 3 +++ 4 files changed, 17 insertions(+), 7 deletions(-) delete mode 100644 sphinx-argparse-0.3.2.tar.gz create mode 100644 sphinx_argparse-0.4.0.tar.gz diff --git a/python-sphinx-argparse.changes b/python-sphinx-argparse.changes index 85ab649..bf89a70 100644 --- a/python-sphinx-argparse.changes +++ b/python-sphinx-argparse.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun May 14 18:40:55 UTC 2023 - Dirk Müller + +- update to 0.4.0: + * Minimum python version is now 3.7 + * Update linters + * Modern readthedocs config + * feat: find executable filename to address #16 + * Test against python 3.11 too + ------------------------------------------------------------------- Tue Oct 18 07:46:26 UTC 2022 - Steve Kowalik diff --git a/python-sphinx-argparse.spec b/python-sphinx-argparse.spec index 44944fa..0b4dc1c 100644 --- a/python-sphinx-argparse.spec +++ b/python-sphinx-argparse.spec @@ -1,7 +1,7 @@ # # spec file for package python-sphinx-argparse # -# 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 @@ -18,12 +18,12 @@ %define skip_python2 1 Name: python-sphinx-argparse -Version: 0.3.2 +Version: 0.4.0 Release: 0 Summary: Sphinx extension to document argparse commands and options License: MIT URL: https://github.com/ashb/sphinx-argparse -Source0: https://files.pythonhosted.org/packages/source/s/sphinx-argparse/sphinx-argparse-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/s/sphinx-argparse/sphinx_argparse-%{version}.tar.gz BuildRequires: %{python_module CommonMark} BuildRequires: %{python_module Sphinx >= 1.2.0} BuildRequires: %{python_module pytest} @@ -37,7 +37,7 @@ BuildArch: noarch Sphinx extension that automatically documents argparse commands and options. %prep -%autosetup -p1 -n sphinx-argparse-%{version} +%autosetup -p1 -n sphinx_argparse-%{version} %build %python_build diff --git a/sphinx-argparse-0.3.2.tar.gz b/sphinx-argparse-0.3.2.tar.gz deleted file mode 100644 index e672380..0000000 --- a/sphinx-argparse-0.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e54ad6c8f895ac6bb9d0dd9fa07e47e137a2a42ae18a714515262e86b4cc4bab -size 14987 diff --git a/sphinx_argparse-0.4.0.tar.gz b/sphinx_argparse-0.4.0.tar.gz new file mode 100644 index 0000000..5f44976 --- /dev/null +++ b/sphinx_argparse-0.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0f34184eb56f12face774fbc87b880abdb9017a0998d1ec559b267e9697e449 +size 15020