Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-jaraco.stream for 
openSUSE:Factory checked in at 2023-05-20 17:23:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jaraco.stream (Old)
 and      /work/SRC/openSUSE:Factory/.python-jaraco.stream.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-jaraco.stream"

Sat May 20 17:23:28 2023 rev:7 rq:1087129 version:3.0.3

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-jaraco.stream/python-jaraco.stream.changes    
    2022-09-01 09:20:35.352151193 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jaraco.stream.new.1533/python-jaraco.stream.changes
      2023-05-20 17:23:31.561512458 +0200
@@ -1,0 +2,8 @@
+Fri May 12 13:07:37 UTC 2023 - Ben Greiner <c...@bnavigator.de>
+
+- Replace removed sphinx_build setuptools hook with build-sphinx
+  * requires feature enhancement of python-jaraco.packaging
+    gh#jaraco/jaraco.packaging#11
+- Remove obsolete pytest workaround
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-jaraco.stream.spec ++++++
--- /var/tmp/diff_new_pack.DlJMM1/_old  2023-05-20 17:23:32.029515123 +0200
+++ /var/tmp/diff_new_pack.DlJMM1/_new  2023-05-20 17:23:32.033515145 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-jaraco.stream
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,8 +17,6 @@
 
 
 %define _name   jaraco.stream
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
 Name:           python-jaraco.stream
 Version:        3.0.3
 Release:        0
@@ -40,10 +38,11 @@
 BuildRequires:  %{python_module pytest}
 # /SECTION
 # SECTION documentation requirements
-BuildRequires:  %{python_module Sphinx}
-BuildRequires:  %{python_module jaraco.packaging >= 8.2}
-BuildRequires:  %{python_module pylons-sphinx-themes}
-BuildRequires:  %{python_module rst.linker >= 1.9}
+BuildRequires:  python3-Sphinx
+# Require offline feature introduced in  gh#jaraco/jaraco.packaging#11
+BuildRequires:  python3-jaraco.packaging >= 9.2
+BuildRequires:  python3-pylons-sphinx-themes
+BuildRequires:  python3-rst.linker >= 1.9
 # /SECTION
 %python_subpackages
 
@@ -64,16 +63,15 @@
 
 %build
 %pyproject_wheel
+export 
JARACO_PACKAGING_SPHINX_WHEEL=./dist/jaraco.stream-%{version}-py3-none-any.whl
+sphinx-build -b html docs/ build/sphinx/html/
+rm -r build/sphinx/html/{.buildinfo,.doctrees}
 
 %install
 %pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
-python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo
 
 %check
-#  work around for gh#pytest-dev/pytest#3396 until gh#pytest-dev/pytest#10088 
lands in a pytest release
-touch jaraco/__init__.py
-cp -r %{python3_sitelib}/jaraco/* jaraco/
 %pytest
 
 %files %{python_files}

Reply via email to