Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package trytond_party for openSUSE:Factory 
checked in at 2026-01-09 17:04:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/trytond_party (Old)
 and      /work/SRC/openSUSE:Factory/.trytond_party.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "trytond_party"

Fri Jan  9 17:04:52 2026 rev:20 rq:1326355 version:7.0.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/trytond_party/trytond_party.changes      
2025-07-02 18:17:02.670255436 +0200
+++ /work/SRC/openSUSE:Factory/.trytond_party.new.1928/trytond_party.changes    
2026-01-09 17:07:06.709002611 +0100
@@ -1,0 +2,5 @@
+Mon Jan  5 15:14:35 UTC 2026 - Axel Braun <[email protected]>
+
+- Version 7.0.7 - Bugfix Release
+
+-------------------------------------------------------------------

Old:
----
  trytond_party-7.0.6.tar.gz

New:
----
  trytond_party-7.0.7.tar.gz

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

Other differences:
------------------
++++++ trytond_party.spec ++++++
--- /var/tmp/diff_new_pack.Hapoui/_old  2026-01-09 17:07:07.537036933 +0100
+++ /var/tmp/diff_new_pack.Hapoui/_new  2026-01-09 17:07:07.541037099 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package trytond_party
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 # Copyright (c) 2014-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_party
-Version:        %{majorver}.6
+Version:        %{majorver}.7
 Release:        0
 Summary:        The "party" module for the Tryton ERP system
 License:        GPL-3.0-only

++++++ trytond_party-7.0.6.tar.gz -> trytond_party-7.0.7.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_party-7.0.6/CHANGELOG 
new/trytond_party-7.0.7/CHANGELOG
--- old/trytond_party-7.0.6/CHANGELOG   2025-02-16 12:20:21.000000000 +0100
+++ new/trytond_party-7.0.7/CHANGELOG   2026-01-02 10:58:04.000000000 +0100
@@ -1,4 +1,9 @@
 
+Version 7.0.7 - 2026-01-02
+--------------------------
+* Bug fixes (see mercurial logs for details)
+
+
 Version 7.0.6 - 2025-02-16
 --------------------------
 * Bug fixes (see mercurial logs for details)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_party-7.0.6/PKG-INFO 
new/trytond_party-7.0.7/PKG-INFO
--- old/trytond_party-7.0.6/PKG-INFO    2025-02-16 12:20:23.993735000 +0100
+++ new/trytond_party-7.0.7/PKG-INFO    2026-01-02 10:58:06.826757700 +0100
@@ -1,6 +1,6 @@
-Metadata-Version: 2.2
+Metadata-Version: 2.4
 Name: trytond_party
-Version: 7.0.6
+Version: 7.0.7
 Summary: Tryton module with parties and addresses
 Home-page: http://www.tryton.org/
 Download-URL: http://downloads.tryton.org/7.0/
@@ -71,6 +71,7 @@
 Dynamic: home-page
 Dynamic: keywords
 Dynamic: license
+Dynamic: license-file
 Dynamic: project-url
 Dynamic: provides-extra
 Dynamic: requires-dist
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_party-7.0.6/party.py 
new/trytond_party-7.0.7/party.py
--- old/trytond_party-7.0.6/party.py    2024-09-07 16:45:14.000000000 +0200
+++ new/trytond_party-7.0.7/party.py    2025-12-30 18:25:58.000000000 +0100
@@ -851,13 +851,14 @@
         notifications.extend(self._notify_duplicate())
         return notifications
 
-    @fields.depends('code', methods=['on_change_with_code'])
+    @fields.depends('party', 'code', methods=['on_change_with_code'])
     def _notify_duplicate(self):
         cls = self.__class__
         if self.code:
             code = self.on_change_with_code()
             others = cls.search([
                     ('id', '!=', self.id),
+                    ('party', '!=', self.party),
                     ('type', '!=', None),
                     ('code', '=', code),
                     ], limit=1)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_party-7.0.6/tryton.cfg 
new/trytond_party-7.0.7/tryton.cfg
--- old/trytond_party-7.0.6/tryton.cfg  2024-11-06 21:41:18.000000000 +0100
+++ new/trytond_party-7.0.7/tryton.cfg  2025-09-22 21:34:39.000000000 +0200
@@ -1,5 +1,5 @@
 [tryton]
-version=7.0.6
+version=7.0.7
 depends:
     country
     ir
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_party-7.0.6/trytond_party.egg-info/PKG-INFO 
new/trytond_party-7.0.7/trytond_party.egg-info/PKG-INFO
--- old/trytond_party-7.0.6/trytond_party.egg-info/PKG-INFO     2025-02-16 
12:20:23.000000000 +0100
+++ new/trytond_party-7.0.7/trytond_party.egg-info/PKG-INFO     2026-01-02 
10:58:06.000000000 +0100
@@ -1,6 +1,6 @@
-Metadata-Version: 2.2
+Metadata-Version: 2.4
 Name: trytond_party
-Version: 7.0.6
+Version: 7.0.7
 Summary: Tryton module with parties and addresses
 Home-page: http://www.tryton.org/
 Download-URL: http://downloads.tryton.org/7.0/
@@ -71,6 +71,7 @@
 Dynamic: home-page
 Dynamic: keywords
 Dynamic: license
+Dynamic: license-file
 Dynamic: project-url
 Dynamic: provides-extra
 Dynamic: requires-dist

Reply via email to