Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package trytond_currency for openSUSE:Factory checked in at 2022-11-26 18:45:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/trytond_currency (Old) and /work/SRC/openSUSE:Factory/.trytond_currency.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "trytond_currency" Sat Nov 26 18:45:30 2022 rev:15 rq:1038267 version:6.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/trytond_currency/trytond_currency.changes 2022-11-06 12:43:24.133811715 +0100 +++ /work/SRC/openSUSE:Factory/.trytond_currency.new.1597/trytond_currency.changes 2022-11-26 18:45:34.879258362 +0100 @@ -1,0 +2,5 @@ +Fri Nov 18 19:03:57 UTC 2022 - Axel Braun <axel.br...@gmx.de> + +- Version 6.0.3 - Bugfix Release + +------------------------------------------------------------------- Old: ---- trytond_currency-6.0.2.tar.gz trytond_currency-6.0.2.tar.gz.asc New: ---- trytond_currency-6.0.3.tar.gz trytond_currency-6.0.3.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ trytond_currency.spec ++++++ --- /var/tmp/diff_new_pack.EgQhe5/_old 2022-11-26 18:45:35.415261540 +0100 +++ /var/tmp/diff_new_pack.EgQhe5/_new 2022-11-26 18:45:35.419261564 +0100 @@ -19,7 +19,7 @@ %define majorver 6.0 Name: trytond_currency -Version: %{majorver}.2 +Version: %{majorver}.3 Release: 0 Summary: The "currency" module for the Tryton ERP system License: GPL-3.0-only ++++++ trytond_currency-6.0.2.tar.gz -> trytond_currency-6.0.3.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond_currency-6.0.2/.hgtags new/trytond_currency-6.0.3/.hgtags --- old/trytond_currency-6.0.2/.hgtags 2022-11-05 18:39:13.000000000 +0100 +++ new/trytond_currency-6.0.3/.hgtags 2022-11-17 19:00:55.000000000 +0100 @@ -26,3 +26,4 @@ 3ba31ca64e5c153962ae34d09f66e7060f5eb89a 6.0.0 799917d019ceadeba4536a05a4e29ebc5f0a52cc 6.0.1 d9ad3c32dad4227a27c30fd9525bac442666be29 6.0.2 +aeb25e5123c11d19b488380e9d8398b12b30d47f 6.0.3 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond_currency-6.0.2/CHANGELOG new/trytond_currency-6.0.3/CHANGELOG --- old/trytond_currency-6.0.2/CHANGELOG 2022-11-05 18:39:12.000000000 +0100 +++ new/trytond_currency-6.0.3/CHANGELOG 2022-11-17 19:00:54.000000000 +0100 @@ -1,3 +1,7 @@ +Version 6.0.3 - 2022-11-17 +-------------------------- +* Bug fixes (see mercurial logs for details) + Version 6.0.2 - 2022-11-05 -------------------------- * Bug fixes (see mercurial logs for details) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond_currency-6.0.2/PKG-INFO new/trytond_currency-6.0.3/PKG-INFO --- old/trytond_currency-6.0.2/PKG-INFO 2022-11-05 18:39:15.196462600 +0100 +++ new/trytond_currency-6.0.3/PKG-INFO 2022-11-17 19:00:56.465374500 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: trytond_currency -Version: 6.0.2 +Version: 6.0.3 Summary: Tryton module with currencies Home-page: http://www.tryton.org/ Download-URL: http://downloads.tryton.org/6.0/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond_currency-6.0.2/tests/test_currency.py new/trytond_currency-6.0.3/tests/test_currency.py --- old/trytond_currency-6.0.2/tests/test_currency.py 2022-10-30 10:31:55.000000000 +0100 +++ new/trytond_currency-6.0.3/tests/test_currency.py 2022-11-11 23:25:06.000000000 +0100 @@ -433,10 +433,8 @@ def test_rate_unsupported_currency(self): "Fetch rate for unsupported currency" - date = datetime.date.today() - datetime.timedelta(days=2) - with self.assertRaises(UnsupportedCurrencyError): - get_rates('XXX', date) + get_rates('XXX', datetime.date(2022, 10, 3)) def suite(): diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond_currency-6.0.2/tryton.cfg new/trytond_currency-6.0.3/tryton.cfg --- old/trytond_currency-6.0.2/tryton.cfg 2021-07-01 21:45:43.000000000 +0200 +++ new/trytond_currency-6.0.3/tryton.cfg 2022-11-05 18:39:25.000000000 +0100 @@ -1,5 +1,5 @@ [tryton] -version=6.0.2 +version=6.0.3 depends: ir res diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond_currency-6.0.2/trytond_currency.egg-info/PKG-INFO new/trytond_currency-6.0.3/trytond_currency.egg-info/PKG-INFO --- old/trytond_currency-6.0.2/trytond_currency.egg-info/PKG-INFO 2022-11-05 18:39:14.000000000 +0100 +++ new/trytond_currency-6.0.3/trytond_currency.egg-info/PKG-INFO 2022-11-17 19:00:55.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: trytond-currency -Version: 6.0.2 +Version: 6.0.3 Summary: Tryton module with currencies Home-page: http://www.tryton.org/ Download-URL: http://downloads.tryton.org/6.0/