- Don't fail on Sphinx build warnings.
- For jsc#PED-1570, providing Python 3.11 for SLE-15-SP5. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python311?expand=0&rev=42
This commit is contained in:
parent
6c436c7abc
commit
b37cda8bf5
@ -1 +1,3 @@
|
|||||||
addFilter("pem-certificate.*/usr/lib.*/python.*/test/*.pem")
|
addFilter("pem-certificate.*/usr/lib.*/python.*/test/*.pem")
|
||||||
|
addFilter("devel-file-in-non-devel-package.*/usr/lib.*/python.*/tests/*.c")
|
||||||
|
addFilter("devel-file-in-non-devel-package.*/usr/lib.*/python.*/test/*.cpp")
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 10 11:11:56 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- Don't fail on Sphinx build warnings.
|
||||||
|
- For jsc#PED-1570, providing Python 3.11 for SLE-15-SP5.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 8 14:59:50 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
Thu Dec 8 14:59:50 UTC 2022 - Matej Cepl <mcepl@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
|
||||||
@ -466,6 +466,9 @@ rm Lib/site-packages/README.txt
|
|||||||
# Add vendored bluez-devel files
|
# Add vendored bluez-devel files
|
||||||
tar xvf %{SOURCE21}
|
tar xvf %{SOURCE21}
|
||||||
|
|
||||||
|
# Don't fail on warnings when building documentation
|
||||||
|
sed -i -e '/^SPHINXERRORHANDLING/s/-W//' Doc/Makefile
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if %{with doc}
|
%if %{with doc}
|
||||||
TODAY_DATE=`date -r %{SOURCE0} "+%%B %%d, %%Y"`
|
TODAY_DATE=`date -r %{SOURCE0} "+%%B %%d, %%Y"`
|
||||||
|
Loading…
Reference in New Issue
Block a user