Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-blinker for openSUSE:Factory 
checked in at 2023-08-05 12:54:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-blinker (Old)
 and      /work/SRC/openSUSE:Factory/.python-blinker.new.22712 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-blinker"

Sat Aug  5 12:54:58 2023 rev:21 rq:1102380 version:1.6.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-blinker/python-blinker.changes    
2023-07-27 16:50:03.133557888 +0200
+++ /work/SRC/openSUSE:Factory/.python-blinker.new.22712/python-blinker.changes 
2023-08-05 12:55:04.792645449 +0200
@@ -1,0 +2,7 @@
+Mon Jul 31 12:04:02 UTC 2023 - Daniel Garcia <[email protected]>
+
+- Remove no-stdpy-pyc.patch
+- Call directly to the sphinx module with the specific python
+  interpreter to avoid the usage of default python, bsc#1213698.
+
+-------------------------------------------------------------------

Old:
----
  no-stdpy-pyc.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-blinker.spec ++++++
--- /var/tmp/diff_new_pack.ES003Q/_old  2023-08-05 12:55:05.344648980 +0200
+++ /var/tmp/diff_new_pack.ES003Q/_new  2023-08-05 12:55:05.348649006 +0200
@@ -25,9 +25,6 @@
 Group:          Development/Languages/Python
 URL:            https://github.com/pallets-eco/blinker/
 Source:         
https://files.pythonhosted.org/packages/source/b/blinker/blinker-%{version}.tar.gz
-# PATCH-FIX-OPENSUSE no-stdpy-pyc.patch bsc#[0-9]+ [email protected]
-# Persuade Sphinx not to generate *.pyc files
-Patch0:         no-stdpy-pyc.patch
 BuildRequires:  %{python_module Pallets-Sphinx-Themes}
 BuildRequires:  %{python_module Sphinx}
 BuildRequires:  %{python_module pip}
@@ -75,7 +72,10 @@
 
 %{python_expand pushd docs
 export PYTHONPATH=%{buildroot}%{$python_sitelib}
-make html
+# Do not call "make html" directly because it'll use python3 by
+# default and that could produce .pyc files from different python
+# versions in the package bsc#1213698
+$python -m sphinx -M html . _build
 popd
 
 %fdupes %{buildroot}%{$python_sitelib}

Reply via email to