14
0

Accepting request 1087122 from devel:languages:python

- 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/request/show/1087122
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphinx-argparse?expand=0&rev=5
This commit is contained in:
2023-05-15 14:54:25 +00:00
committed by Git OBS Bridge
4 changed files with 17 additions and 7 deletions

View File

@@ -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> Tue Oct 18 07:46:26 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-sphinx-argparse # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
%define skip_python2 1 %define skip_python2 1
Name: python-sphinx-argparse Name: python-sphinx-argparse
Version: 0.3.2 Version: 0.4.0
Release: 0 Release: 0
Summary: Sphinx extension to document argparse commands and options Summary: Sphinx extension to document argparse commands and options
License: MIT License: MIT
URL: https://github.com/ashb/sphinx-argparse 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 CommonMark}
BuildRequires: %{python_module Sphinx >= 1.2.0} BuildRequires: %{python_module Sphinx >= 1.2.0}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
@@ -37,7 +37,7 @@ BuildArch: noarch
Sphinx extension that automatically documents argparse commands and options. Sphinx extension that automatically documents argparse commands and options.
%prep %prep
%autosetup -p1 -n sphinx-argparse-%{version} %autosetup -p1 -n sphinx_argparse-%{version}
%build %build
%python_build %python_build

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e54ad6c8f895ac6bb9d0dd9fa07e47e137a2a42ae18a714515262e86b4cc4bab
size 14987

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e0f34184eb56f12face774fbc87b880abdb9017a0998d1ec559b267e9697e449
size 15020