forked from pool/python-sphinx-argparse
- 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
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 14 18:40:55 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <steven.kowalik@suse.com>
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e54ad6c8f895ac6bb9d0dd9fa07e47e137a2a42ae18a714515262e86b4cc4bab
|
||||
size 14987
|
3
sphinx_argparse-0.4.0.tar.gz
Normal file
3
sphinx_argparse-0.4.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e0f34184eb56f12face774fbc87b880abdb9017a0998d1ec559b267e9697e449
|
||||
size 15020
|
Reference in New Issue
Block a user