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
2023-05-05 15:58:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sphinxcontrib-svg2pdfconverter (Old)
and
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-svg2pdfconverter.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sphinxcontrib-svg2pdfconverter"
Fri May 5 15:58:03 2023 rev:7 rq:1084868 version:1.2.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-sphinxcontrib-svg2pdfconverter/python-sphinxcontrib-svg2pdfconverter.changes
2022-10-31 11:47:18.070430069 +0100
+++
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-svg2pdfconverter.new.1533/python-sphinxcontrib-svg2pdfconverter.changes
2023-05-05 15:58:23.836467441 +0200
@@ -1,0 +2,6 @@
+Thu May 4 20:14:33 UTC 2023 - Dirk Müller <[email protected]>
+
+- update to 1.2.2:
+ * update mail address
+
+-------------------------------------------------------------------
Old:
----
sphinxcontrib-svg2pdfconverter-1.2.1.tar.gz
New:
----
sphinxcontrib-svg2pdfconverter-1.2.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-sphinxcontrib-svg2pdfconverter.spec ++++++
--- /var/tmp/diff_new_pack.ubLunh/_old 2023-05-05 15:58:24.348470374 +0200
+++ /var/tmp/diff_new_pack.ubLunh/_new 2023-05-05 15:58:24.356470420 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-sphinxcontrib-svg2pdfconverter
#
-# 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
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-sphinxcontrib-svg2pdfconverter
-Version: 1.2.1
+Version: 1.2.2
Release: 0
Summary: Sphinx SVG to PDF converter extension
License: BSD-2-Clause
++++++ sphinxcontrib-svg2pdfconverter-1.2.1.tar.gz ->
sphinxcontrib-svg2pdfconverter-1.2.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/sphinxcontrib-svg2pdfconverter-1.2.1/LICENSE.txt
new/sphinxcontrib-svg2pdfconverter-1.2.2/LICENSE.txt
--- old/sphinxcontrib-svg2pdfconverter-1.2.1/LICENSE.txt 2022-10-08
10:37:16.000000000 +0200
+++ new/sphinxcontrib-svg2pdfconverter-1.2.2/LICENSE.txt 2023-01-13
19:14:56.000000000 +0100
@@ -1,7 +1,7 @@
If not otherwise noted, the extensions in this package are licensed
under the following license.
-Copyright (c) 2018-2022 by Missing Link Electronics, Inc.
+Copyright (c) 2018-2023 by Missing Link Electronics, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/sphinxcontrib-svg2pdfconverter-1.2.1/PKG-INFO
new/sphinxcontrib-svg2pdfconverter-1.2.2/PKG-INFO
--- old/sphinxcontrib-svg2pdfconverter-1.2.1/PKG-INFO 2022-10-08
10:38:26.317296300 +0200
+++ new/sphinxcontrib-svg2pdfconverter-1.2.2/PKG-INFO 2023-01-13
19:18:33.701000200 +0100
@@ -1,11 +1,11 @@
Metadata-Version: 2.1
Name: sphinxcontrib-svg2pdfconverter
-Version: 1.2.1
+Version: 1.2.2
Summary: Sphinx SVG to PDF converter extension
Home-page:
https://github.com/missinglinkelectronics/sphinxcontrib-svg2pdfconverter
Download-URL: https://pypi.org/project/sphinxcontrib-svg2pdfconverter
Author: Stefan Wiehler
-Author-email: [email protected]
+Author-email: [email protected]
License: BSD
Platform: any
Classifier: Development Status :: 5 - Production/Stable
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/sphinxcontrib-svg2pdfconverter-1.2.1/setup.py
new/sphinxcontrib-svg2pdfconverter-1.2.2/setup.py
--- old/sphinxcontrib-svg2pdfconverter-1.2.1/setup.py 2022-10-08
10:37:16.000000000 +0200
+++ new/sphinxcontrib-svg2pdfconverter-1.2.2/setup.py 2023-01-13
19:13:19.000000000 +0100
@@ -13,12 +13,12 @@
setup(
name='sphinxcontrib-svg2pdfconverter',
- version='1.2.1',
+ version='1.2.2',
url='https://github.com/missinglinkelectronics/sphinxcontrib-svg2pdfconverter',
download_url='https://pypi.org/project/sphinxcontrib-svg2pdfconverter',
license='BSD',
author='Stefan Wiehler',
- author_email='[email protected]',
+ author_email='[email protected]',
description='Sphinx SVG to PDF converter extension',
long_description=long_description,
long_description_content_type='text/x-rst',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/sphinxcontrib-svg2pdfconverter-1.2.1/sphinxcontrib/cairosvgconverter.py
new/sphinxcontrib-svg2pdfconverter-1.2.2/sphinxcontrib/cairosvgconverter.py
--- old/sphinxcontrib-svg2pdfconverter-1.2.1/sphinxcontrib/cairosvgconverter.py
2022-10-08 10:37:16.000000000 +0200
+++ new/sphinxcontrib-svg2pdfconverter-1.2.2/sphinxcontrib/cairosvgconverter.py
2023-01-13 19:14:35.000000000 +0100
@@ -8,8 +8,8 @@
See <https://cairosvg.org/>.
- :copyright: Copyright 2018-2020 by Stefan Wiehler
- <[email protected]> and
+ :copyright: Copyright 2018-2023 by Stefan Wiehler
+ <[email protected]> and
Copyright 2020 by Marko Kohtala
<[email protected]>.
:license: BSD, see LICENSE.txt for details.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/sphinxcontrib-svg2pdfconverter-1.2.1/sphinxcontrib/inkscapeconverter.py
new/sphinxcontrib-svg2pdfconverter-1.2.2/sphinxcontrib/inkscapeconverter.py
--- old/sphinxcontrib-svg2pdfconverter-1.2.1/sphinxcontrib/inkscapeconverter.py
2022-10-08 10:37:16.000000000 +0200
+++ new/sphinxcontrib-svg2pdfconverter-1.2.2/sphinxcontrib/inkscapeconverter.py
2023-01-13 19:14:15.000000000 +0100
@@ -6,8 +6,8 @@
Converts SVG images to PDF using Inkscape in case the builder does not
support SVG images natively (e.g. LaTeX).
- :copyright: Copyright 2018-2020 by Stefan Wiehler
- <[email protected]>.
+ :copyright: Copyright 2018-2023 by Stefan Wiehler
+ <[email protected]>.
:license: BSD, see LICENSE.txt for details.
"""
import re
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/sphinxcontrib-svg2pdfconverter-1.2.1/sphinxcontrib/rsvgconverter.py
new/sphinxcontrib-svg2pdfconverter-1.2.2/sphinxcontrib/rsvgconverter.py
--- old/sphinxcontrib-svg2pdfconverter-1.2.1/sphinxcontrib/rsvgconverter.py
2022-10-08 10:37:16.000000000 +0200
+++ new/sphinxcontrib-svg2pdfconverter-1.2.2/sphinxcontrib/rsvgconverter.py
2023-01-13 19:14:06.000000000 +0100
@@ -6,8 +6,8 @@
Converts SVG images to PDF using libRSVG in case the builder does not
support SVG images natively (e.g. LaTeX).
- :copyright: Copyright 2018-2019 by Stefan Wiehler
- <[email protected]>.
+ :copyright: Copyright 2018-2023 by Stefan Wiehler
+ <[email protected]>.
:license: BSD, see LICENSE.txt for details.
"""
import subprocess
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/sphinxcontrib-svg2pdfconverter-1.2.1/sphinxcontrib_svg2pdfconverter.egg-info/PKG-INFO
new/sphinxcontrib-svg2pdfconverter-1.2.2/sphinxcontrib_svg2pdfconverter.egg-info/PKG-INFO
---
old/sphinxcontrib-svg2pdfconverter-1.2.1/sphinxcontrib_svg2pdfconverter.egg-info/PKG-INFO
2022-10-08 10:38:26.000000000 +0200
+++
new/sphinxcontrib-svg2pdfconverter-1.2.2/sphinxcontrib_svg2pdfconverter.egg-info/PKG-INFO
2023-01-13 19:18:33.000000000 +0100
@@ -1,11 +1,11 @@
Metadata-Version: 2.1
Name: sphinxcontrib-svg2pdfconverter
-Version: 1.2.1
+Version: 1.2.2
Summary: Sphinx SVG to PDF converter extension
Home-page:
https://github.com/missinglinkelectronics/sphinxcontrib-svg2pdfconverter
Download-URL: https://pypi.org/project/sphinxcontrib-svg2pdfconverter
Author: Stefan Wiehler
-Author-email: [email protected]
+Author-email: [email protected]
License: BSD
Platform: any
Classifier: Development Status :: 5 - Production/Stable