Accepting request 1084260 from home:marxin:branches:devel:languages:python
- Use sphinx-build and do not depend on removed build_sphinx in Sphinx 7.0 (boo#1211051). OBS-URL: https://build.opensuse.org/request/show/1084260 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mysqlclient?expand=0&rev=31
This commit is contained in:
parent
801961606d
commit
14aa2d7a38
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 3 11:10:33 UTC 2023 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
- Use sphinx-build and do not depend on removed build_sphinx
|
||||||
|
in Sphinx 7.0 (boo#1211051).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Sep 24 10:58:20 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Sat Sep 24 10:58:20 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -74,7 +74,7 @@ This package adds Python 3 support and bug fixes to MySQLdb1.
|
|||||||
%if !%{with test}
|
%if !%{with test}
|
||||||
%python_build
|
%python_build
|
||||||
|
|
||||||
python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo
|
sphinx-build -b html doc build/sphinx/html && rm build/sphinx/html/.buildinfo
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user