Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package 
python-sphinxcontrib-svg2pdfconverter for openSUSE:Factory checked in at 
2024-11-11 13:45:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sphinxcontrib-svg2pdfconverter (Old)
 and      
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-svg2pdfconverter.new.2017 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-sphinxcontrib-svg2pdfconverter"

Mon Nov 11 13:45:24 2024 rev:8 rq:1223206 version:1.2.3

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-sphinxcontrib-svg2pdfconverter/python-sphinxcontrib-svg2pdfconverter.changes
      2023-05-05 15:58:23.836467441 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-svg2pdfconverter.new.2017/python-sphinxcontrib-svg2pdfconverter.changes
    2024-11-11 13:45:34.644445285 +0100
@@ -1,0 +2,9 @@
+Sun Nov 10 21:45:29 UTC 2024 - Dirk Müller <[email protected]>
+
+- update to 1.2.3:
+  * provide support for RSVG converter's ``--format`` argument. In
+    more recent RSVG builds, the ``pdf1.5`` format will generate
+    the fewest warnings with LaTeX backends. By default, this is
+    ``pdf``.
+
+-------------------------------------------------------------------

Old:
----
  sphinxcontrib-svg2pdfconverter-1.2.2.tar.gz

New:
----
  sphinxcontrib_svg2pdfconverter-1.2.3.tar.gz

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

Other differences:
------------------
++++++ python-sphinxcontrib-svg2pdfconverter.spec ++++++
--- /var/tmp/diff_new_pack.m2ujcQ/_old  2024-11-11 13:45:35.084463714 +0100
+++ /var/tmp/diff_new_pack.m2ujcQ/_new  2024-11-11 13:45:35.088463882 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sphinxcontrib-svg2pdfconverter
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,19 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
+%{?sle15_python_module_pythons}
 Name:           python-sphinxcontrib-svg2pdfconverter
-Version:        1.2.2
+Version:        1.2.3
 Release:        0
 Summary:        Sphinx SVG to PDF converter extension
 License:        BSD-2-Clause
 Group:          Development/Languages/Python
 URL:            
https://github.com/missinglinkelectronics/sphinxcontrib-svg2pdfconverter
-Source:         
https://files.pythonhosted.org/packages/source/s/sphinxcontrib-svg2pdfconverter/sphinxcontrib-svg2pdfconverter-%{version}.tar.gz
+Source:         
https://files.pythonhosted.org/packages/source/s/sphinxcontrib-svg2pdfconverter/sphinxcontrib_svg2pdfconverter-%{version}.tar.gz
 BuildRequires:  %{python_module Sphinx >= 1.6.3}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-Sphinx >= 1.6.3
@@ -39,17 +40,19 @@
 Sphinx SVG to PDF converter extension
 
 %prep
-%setup -q -n sphinxcontrib-svg2pdfconverter-%{version}
+%autosetup -p1 -n sphinxcontrib_svg2pdfconverter-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %files %{python_files}
 %doc README.rst
 %license LICENSE.txt
-%{python_sitelib}/*
+%{python_sitelib}/sphinxcontrib
+%{python_sitelib}/sphinxcontrib*.pth
+%{python_sitelib}/sphinxcontrib_svg2pdfconverter-%{version}.dist-info
 

Reply via email to