Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-yattag for openSUSE:Factory checked in at 2024-01-03 12:24:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-yattag (Old) and /work/SRC/openSUSE:Factory/.python-yattag.new.28375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-yattag" Wed Jan 3 12:24:09 2024 rev:2 rq:1135622 version:1.15.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-yattag/python-yattag.changes 2023-05-04 17:10:41.944408708 +0200 +++ /work/SRC/openSUSE:Factory/.python-yattag.new.28375/python-yattag.changes 2024-01-03 12:24:14.073825533 +0100 @@ -1,0 +2,6 @@ +Fri Dec 29 09:55:11 UTC 2023 - Dirk Müller <dmueller@suse.com> + +- update to 1.15.2: + * Add exports to _all__ + +------------------------------------------------------------------- Old: ---- yattag-1.15.1.tar.gz New: ---- yattag-1.15.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-yattag.spec ++++++ --- /var/tmp/diff_new_pack.Rbac3c/_old 2024-01-03 12:24:15.173865726 +0100 +++ /var/tmp/diff_new_pack.Rbac3c/_new 2024-01-03 12:24:15.173865726 +0100 @@ -18,7 +18,7 @@ %define skip_python2 1 Name: python-yattag -Version: 1.15.1 +Version: 1.15.2 Release: 0 Summary: Generate HTML or XML in a pythonic way License: LGPL-2.1-only ++++++ yattag-1.15.1.tar.gz -> yattag-1.15.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yattag-1.15.1/PKG-INFO new/yattag-1.15.2/PKG-INFO --- old/yattag-1.15.1/PKG-INFO 2023-03-03 10:12:12.430634700 +0100 +++ new/yattag-1.15.2/PKG-INFO 2023-10-27 14:17:11.504937400 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: yattag -Version: 1.15.1 +Version: 1.15.2 Summary: Generate HTML or XML in a pythonic way. Pure python alternative to web template engines.Can fill HTML forms with default values and error messages. Home-page: https://www.yattag.org Author: Benjamin Le Forestier diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yattag-1.15.1/setup.py new/yattag-1.15.2/setup.py --- old/yattag-1.15.1/setup.py 2023-03-03 10:08:00.000000000 +0100 +++ new/yattag-1.15.2/setup.py 2023-10-27 14:13:29.000000000 +0200 @@ -5,7 +5,7 @@ setup( name='yattag', - version='1.15.1', + version='1.15.2', package_data={"yattag": ["py.typed"]}, packages=['yattag'], install_requires=[ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yattag-1.15.1/yattag/__init__.py new/yattag-1.15.2/yattag/__init__.py --- old/yattag-1.15.1/yattag/__init__.py 2023-03-03 10:07:48.000000000 +0100 +++ new/yattag-1.15.2/yattag/__init__.py 2023-10-27 14:13:47.000000000 +0200 @@ -55,7 +55,15 @@ """ __author__ = "Benjamin Le Forestier (benjamin@leforestier.org)" -__version__ = '1.15.1' +__version__ = '1.15.2' +__all__ = [ + 'Doc', + 'SimpleDoc', + 'indent', + 'NO', + 'FIRST_LINE', + 'EACH_LINE' +] from yattag.simpledoc import SimpleDoc from yattag.doc import Doc diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yattag-1.15.1/yattag.egg-info/PKG-INFO new/yattag-1.15.2/yattag.egg-info/PKG-INFO --- old/yattag-1.15.1/yattag.egg-info/PKG-INFO 2023-03-03 10:12:12.000000000 +0100 +++ new/yattag-1.15.2/yattag.egg-info/PKG-INFO 2023-10-27 14:17:11.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: yattag -Version: 1.15.1 +Version: 1.15.2 Summary: Generate HTML or XML in a pythonic way. Pure python alternative to web template engines.Can fill HTML forms with default values and error messages. Home-page: https://www.yattag.org Author: Benjamin Le Forestier