Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package trytond_company for openSUSE:Factory
checked in at 2026-03-08 17:26:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/trytond_company (Old)
and /work/SRC/openSUSE:Factory/.trytond_company.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "trytond_company"
Sun Mar 8 17:26:37 2026 rev:18 rq:1337451 version:7.0.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/trytond_company/trytond_company.changes
2025-07-02 18:17:00.658171836 +0200
+++
/work/SRC/openSUSE:Factory/.trytond_company.new.8177/trytond_company.changes
2026-03-08 17:27:12.919620376 +0100
@@ -1,0 +2,5 @@
+Sat Mar 7 18:57:04 UTC 2026 - Axel Braun <[email protected]>
+
+- Version 7.0.3 - Bugfix Release
+
+-------------------------------------------------------------------
Old:
----
trytond_company-7.0.2.tar.gz
New:
----
trytond_company-7.0.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ trytond_company.spec ++++++
--- /var/tmp/diff_new_pack.U5gRvF/_old 2026-03-08 17:27:13.399640091 +0100
+++ /var/tmp/diff_new_pack.U5gRvF/_new 2026-03-08 17:27:13.403640256 +0100
@@ -1,7 +1,7 @@
#
# spec file for package trytond_company
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
# Copyright (c) 2015-2024 Dr. Axel Braun
#
# All modifications and additions to the file contributed by third parties
@@ -29,7 +29,7 @@
%define majorver 7.0
Name: trytond_company
-Version: %{majorver}.2
+Version: %{majorver}.3
Release: 0
Summary: The "company" module for the Tryton ERP system
License: GPL-3.0-only
++++++ trytond_company-7.0.2.tar.gz -> trytond_company-7.0.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_company-7.0.2/CHANGELOG
new/trytond_company-7.0.3/CHANGELOG
--- old/trytond_company-7.0.2/CHANGELOG 2025-01-01 20:42:07.000000000 +0100
+++ new/trytond_company-7.0.3/CHANGELOG 2026-03-02 22:47:57.000000000 +0100
@@ -1,4 +1,9 @@
+Version 7.0.3 - 2026-03-02
+--------------------------
+* Bug fixes (see mercurial logs for details)
+
+
Version 7.0.2 - 2025-01-01
--------------------------
* Bug fixes (see mercurial logs for details)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_company-7.0.2/COPYRIGHT
new/trytond_company-7.0.3/COPYRIGHT
--- old/trytond_company-7.0.2/COPYRIGHT 2025-01-01 20:42:07.000000000 +0100
+++ new/trytond_company-7.0.3/COPYRIGHT 2026-03-02 22:47:56.000000000 +0100
@@ -1,6 +1,6 @@
-Copyright (C) 2008-2024 Cédric Krier.
+Copyright (C) 2008-2026 Cédric Krier.
Copyright (C) 2008-2013 Bertrand Chenal.
-Copyright (C) 2008-2024 B2CK SPRL.
+Copyright (C) 2008-2026 B2CK SPRL.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_company-7.0.2/PKG-INFO
new/trytond_company-7.0.3/PKG-INFO
--- old/trytond_company-7.0.2/PKG-INFO 2025-01-01 20:42:10.055294800 +0100
+++ new/trytond_company-7.0.3/PKG-INFO 2026-03-02 22:48:00.263992800 +0100
@@ -1,6 +1,6 @@
-Metadata-Version: 2.1
+Metadata-Version: 2.4
Name: trytond_company
-Version: 7.0.2
+Version: 7.0.3
Summary: Tryton module with companies and employees
Home-page: http://www.tryton.org/
Download-URL: http://downloads.tryton.org/7.0/
@@ -56,6 +56,21 @@
Requires-Dist: trytond_currency<7.1,>=7.0
Requires-Dist: trytond_party<7.1,>=7.0
Requires-Dist: trytond<7.1,>=7.0
+Provides-Extra: test
+Dynamic: author
+Dynamic: author-email
+Dynamic: classifier
+Dynamic: description
+Dynamic: download-url
+Dynamic: home-page
+Dynamic: keywords
+Dynamic: license
+Dynamic: license-file
+Dynamic: project-url
+Dynamic: provides-extra
+Dynamic: requires-dist
+Dynamic: requires-python
+Dynamic: summary
##############
Company Module
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_company-7.0.2/setup.py
new/trytond_company-7.0.3/setup.py
--- old/trytond_company-7.0.2/setup.py 2024-09-07 16:45:14.000000000 +0200
+++ new/trytond_company-7.0.3/setup.py 2026-02-27 18:10:25.000000000 +0100
@@ -50,6 +50,8 @@
requires.append(get_require_version('trytond_%s' % dep))
requires.append(get_require_version('trytond'))
+tests_require = []
+
setup(name=name,
version=version,
description='Tryton module with companies and employees',
@@ -119,6 +121,9 @@
license='GPL-3',
python_requires='>=3.8',
install_requires=requires,
+ extras_require={
+ 'test': tests_require,
+ },
zip_safe=False,
entry_points="""
[trytond.modules]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_company-7.0.2/tryton.cfg
new/trytond_company-7.0.3/tryton.cfg
--- old/trytond_company-7.0.2/tryton.cfg 2024-09-07 16:45:14.000000000
+0200
+++ new/trytond_company-7.0.3/tryton.cfg 2025-09-22 21:34:39.000000000
+0200
@@ -1,5 +1,5 @@
[tryton]
-version=7.0.2
+version=7.0.3
depends:
currency
ir
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/trytond_company-7.0.2/trytond_company.egg-info/PKG-INFO
new/trytond_company-7.0.3/trytond_company.egg-info/PKG-INFO
--- old/trytond_company-7.0.2/trytond_company.egg-info/PKG-INFO 2025-01-01
20:42:09.000000000 +0100
+++ new/trytond_company-7.0.3/trytond_company.egg-info/PKG-INFO 2026-03-02
22:47:59.000000000 +0100
@@ -1,6 +1,6 @@
-Metadata-Version: 2.1
+Metadata-Version: 2.4
Name: trytond_company
-Version: 7.0.2
+Version: 7.0.3
Summary: Tryton module with companies and employees
Home-page: http://www.tryton.org/
Download-URL: http://downloads.tryton.org/7.0/
@@ -56,6 +56,21 @@
Requires-Dist: trytond_currency<7.1,>=7.0
Requires-Dist: trytond_party<7.1,>=7.0
Requires-Dist: trytond<7.1,>=7.0
+Provides-Extra: test
+Dynamic: author
+Dynamic: author-email
+Dynamic: classifier
+Dynamic: description
+Dynamic: download-url
+Dynamic: home-page
+Dynamic: keywords
+Dynamic: license
+Dynamic: license-file
+Dynamic: project-url
+Dynamic: provides-extra
+Dynamic: requires-dist
+Dynamic: requires-python
+Dynamic: summary
##############
Company Module
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/trytond_company-7.0.2/trytond_company.egg-info/requires.txt
new/trytond_company-7.0.3/trytond_company.egg-info/requires.txt
--- old/trytond_company-7.0.2/trytond_company.egg-info/requires.txt
2025-01-01 20:42:09.000000000 +0100
+++ new/trytond_company-7.0.3/trytond_company.egg-info/requires.txt
2026-03-02 22:47:59.000000000 +0100
@@ -2,3 +2,5 @@
trytond_currency<7.1,>=7.0
trytond_party<7.1,>=7.0
trytond<7.1,>=7.0
+
+[test]