Accepting request 1199454 from devel:languages:python
- update to 2.0.0: * Adopt Ruff * Tighten MyPy settings * Update GitHub actions versions OBS-URL: https://build.opensuse.org/request/show/1199454 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphinxcontrib-applehelp?expand=0&rev=7
This commit is contained in:
commit
0d07821fe7
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 8 12:53:14 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 2.0.0:
|
||||||
|
* Adopt Ruff
|
||||||
|
* Tighten MyPy settings
|
||||||
|
* Update GitHub actions versions
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jan 14 10:40:10 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Sun Jan 14 10:40:10 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package python-sphinxcontrib-applehelp
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -16,7 +16,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define skip_python2 1
|
|
||||||
%global flavor @BUILD_FLAVOR@%{nil}
|
%global flavor @BUILD_FLAVOR@%{nil}
|
||||||
%if "%{flavor}" == "test"
|
%if "%{flavor}" == "test"
|
||||||
%define psuffix -test
|
%define psuffix -test
|
||||||
@ -27,7 +26,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-sphinxcontrib-applehelp%{psuffix}
|
Name: python-sphinxcontrib-applehelp%{psuffix}
|
||||||
Version: 1.0.8
|
Version: 2.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Sphinx extension which outputs Apple help books
|
Summary: Sphinx extension which outputs Apple help books
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
@ -70,8 +69,8 @@ sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books
|
|||||||
|
|
||||||
%if !%{with test}
|
%if !%{with test}
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst CHANGES
|
%doc README.rst CHANGES.rst
|
||||||
%license LICENSE
|
%license LICENCE.rst
|
||||||
%dir %{python_sitelib}/sphinxcontrib
|
%dir %{python_sitelib}/sphinxcontrib
|
||||||
%{python_sitelib}/sphinxcontrib/applehelp
|
%{python_sitelib}/sphinxcontrib/applehelp
|
||||||
%{python_sitelib}/sphinxcontrib_applehelp-%{version}*-info
|
%{python_sitelib}/sphinxcontrib_applehelp-%{version}*-info
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c40a4f96f3776c4393d933412053962fac2b84f4c99a7982ba42e09576a70619
|
|
||||||
size 19674
|
|
BIN
sphinxcontrib_applehelp-2.0.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
sphinxcontrib_applehelp-2.0.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user