Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-relatorio for 
openSUSE:Factory checked in at 2026-04-10 23:44:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-relatorio (Old)
 and      /work/SRC/openSUSE:Factory/.python-relatorio.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-relatorio"

Fri Apr 10 23:44:59 2026 rev:20 rq:1345938 version:0.12.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-relatorio/python-relatorio.changes        
2026-04-04 19:09:52.923188089 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-relatorio.new.21863/python-relatorio.changes 
    2026-04-10 23:45:08.599892396 +0200
@@ -1,0 +2,6 @@
+Fri Apr 10 18:25:04 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 0.12.1:
+  * minor typo fix
+
+-------------------------------------------------------------------

Old:
----
  relatorio-0.12.0.tar.gz

New:
----
  relatorio-0.12.1.tar.gz

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

Other differences:
------------------
++++++ python-relatorio.spec ++++++
--- /var/tmp/diff_new_pack.SSPKpn/_old  2026-04-10 23:45:09.267919878 +0200
+++ /var/tmp/diff_new_pack.SSPKpn/_new  2026-04-10 23:45:09.267919878 +0200
@@ -20,7 +20,7 @@
 %define         mod_name relatorio
 %{?sle15_python_module_pythons}
 Name:           python-relatorio
-Version:        0.12.0
+Version:        0.12.1
 Release:        0
 Summary:        Python module to create reports from Python objects
 License:        GPL-3.0-or-later

++++++ relatorio-0.12.0.tar.gz -> relatorio-0.12.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/relatorio-0.12.0/.gitignore 
new/relatorio-0.12.1/.gitignore
--- old/relatorio-0.12.0/.gitignore     2026-04-10 23:45:09.371924156 +0200
+++ new/relatorio-0.12.1/.gitignore     1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-symbolic link to Sync/dotfiles/git/dot-gitignore
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/relatorio-0.12.0/PKG-INFO 
new/relatorio-0.12.1/PKG-INFO
--- old/relatorio-0.12.0/PKG-INFO       2020-02-02 01:00:00.000000000 +0100
+++ new/relatorio-0.12.1/PKG-INFO       2020-02-02 01:00:00.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: relatorio
-Version: 0.12.0
+Version: 0.12.1
 Summary: A templating library able to output odt and pdf files
 Project-URL: homepage, https://www.tryton.org/
 Project-URL: documentation, https://docs.tryton.org/relatorio
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/relatorio-0.12.0/relatorio/__init__.py 
new/relatorio-0.12.1/relatorio/__init__.py
--- old/relatorio-0.12.0/relatorio/__init__.py  2020-02-02 01:00:00.000000000 
+0100
+++ new/relatorio-0.12.1/relatorio/__init__.py  2020-02-02 01:00:00.000000000 
+0100
@@ -12,5 +12,5 @@
 from . import templates
 from .reporting import MIMETemplateLoader, Report, ReportRepository
 
-__version__ = '0.12.0'
+__version__ = '0.12.1'
 __all__ = ['MIMETemplateLoader', 'ReportRepository', 'Report', 'templates']
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/relatorio-0.12.0/relatorio/templates/opendocument.py 
new/relatorio-0.12.1/relatorio/templates/opendocument.py
--- old/relatorio-0.12.0/relatorio/templates/opendocument.py    2020-02-02 
01:00:00.000000000 +0100
+++ new/relatorio-0.12.1/relatorio/templates/opendocument.py    2020-02-02 
01:00:00.000000000 +0100
@@ -71,7 +71,7 @@
 
 # A note regarding OpenDocument namespaces:
 #
-# The current code assumes the original OpenOffice document uses default
+# The current code assumes the original LibreOffice document uses default
 # namespace prefix ("table", "xlink", "draw", ...). We derive the actual
 # namespaces URIs from their prefix, instead of the other way round. This has
 # the advantage that if a new version of the format use different namespaces

Reply via email to