Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package trytond_purchase for 
openSUSE:Factory checked in at 2021-06-19 23:04:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/trytond_purchase (Old)
 and      /work/SRC/openSUSE:Factory/.trytond_purchase.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "trytond_purchase"

Sat Jun 19 23:04:33 2021 rev:18 rq:900898 version:5.0.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/trytond_purchase/trytond_purchase.changes        
2021-03-11 20:12:56.896727475 +0100
+++ 
/work/SRC/openSUSE:Factory/.trytond_purchase.new.2625/trytond_purchase.changes  
    2021-06-19 23:05:15.375876384 +0200
@@ -1,0 +2,5 @@
+Fri Jun 18 15:44:36 UTC 2021 - Axel Braun <axel.br...@gmx.de>
+
+- Version 5.0.7 - Bugfix Release
+
+-------------------------------------------------------------------

Old:
----
  trytond_purchase-5.0.6.tar.gz
  trytond_purchase-5.0.6.tar.gz.asc

New:
----
  trytond_purchase-5.0.7.tar.gz
  trytond_purchase-5.0.7.tar.gz.asc

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

Other differences:
------------------
++++++ trytond_purchase.spec ++++++
--- /var/tmp/diff_new_pack.6FvNXB/_old  2021-06-19 23:05:16.031877395 +0200
+++ /var/tmp/diff_new_pack.6FvNXB/_new  2021-06-19 23:05:16.035877402 +0200
@@ -17,7 +17,7 @@
 
 %define majorver 5.0
 Name:           trytond_purchase
-Version:        %{majorver}.6
+Version:        %{majorver}.7
 Release:        0
 Summary:        The "purchase" module for the Tryton ERP system
 License:        GPL-3.0

++++++ trytond_purchase-5.0.6.tar.gz -> trytond_purchase-5.0.7.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_purchase-5.0.6/.drone.yml 
new/trytond_purchase-5.0.7/.drone.yml
--- old/trytond_purchase-5.0.6/.drone.yml       2020-03-01 16:46:07.000000000 
+0100
+++ new/trytond_purchase-5.0.7/.drone.yml       2021-06-06 09:20:40.000000000 
+0200
@@ -29,9 +29,6 @@
     include:
         - IMAGE: python:3.4
           TOXENV: py34
-          DATABASE: sqlite
-        - IMAGE: python:3.4
-          TOXENV: py34
           DATABASE: postgresql
         - IMAGE: python:3.5
           TOXENV: py35
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_purchase-5.0.6/.hgtags 
new/trytond_purchase-5.0.7/.hgtags
--- old/trytond_purchase-5.0.6/.hgtags  2021-03-03 18:29:03.000000000 +0100
+++ new/trytond_purchase-5.0.7/.hgtags  2021-06-17 22:02:38.000000000 +0200
@@ -25,3 +25,4 @@
 6b440414be2890f9e78ad361687f5ed8dde8e6ff 5.0.4
 617551e63a8a1a1de20bd2a0eb43c639cf049e07 5.0.5
 83825097bd40260a9dded902b38ba68f2cd36766 5.0.6
+74c04aa1f1d79ef9d7bf47ce1a895e2ae1239eb9 5.0.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_purchase-5.0.6/CHANGELOG 
new/trytond_purchase-5.0.7/CHANGELOG
--- old/trytond_purchase-5.0.6/CHANGELOG        2021-03-03 18:29:02.000000000 
+0100
+++ new/trytond_purchase-5.0.7/CHANGELOG        2021-06-17 22:02:37.000000000 
+0200
@@ -1,3 +1,6 @@
+Version 5.0.7 - 2021-06-17
+* Bug fixes (see mercurial logs for details)
+
 Version 5.0.6 - 2021-03-03
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_purchase-5.0.6/PKG-INFO 
new/trytond_purchase-5.0.7/PKG-INFO
--- old/trytond_purchase-5.0.6/PKG-INFO 2021-03-03 18:29:04.630947600 +0100
+++ new/trytond_purchase-5.0.7/PKG-INFO 2021-06-17 22:02:40.088807800 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: trytond_purchase
-Version: 5.0.6
+Version: 5.0.7
 Summary: Tryton module for purchase
 Home-page: http://www.tryton.org/
 Author: Tryton
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_purchase-5.0.6/purchase.py 
new/trytond_purchase-5.0.7/purchase.py
--- old/trytond_purchase-5.0.6/purchase.py      2019-02-28 22:43:56.000000000 
+0100
+++ new/trytond_purchase-5.0.7/purchase.py      2021-06-03 23:41:00.000000000 
+0200
@@ -1050,9 +1050,11 @@
     delivery_date = fields.Function(fields.Date('Delivery Date',
             states={
                 'invisible': ((Eval('type') != 'line')
-                    | Eval('delivery_date_edit', False)),
+                    | (Eval('delivery_date_edit', False)
+                        & ~Eval('purchase_state').in_(
+                            ['processing', 'done', 'cancelled']))),
                 },
-            depends=['type', 'delivery_date_edit']),
+            depends=['type', 'delivery_date_edit', 'purchase_state']),
         'on_change_with_delivery_date')
     delivery_date_edit = fields.Boolean(
         "Edit Delivery Date",
@@ -1067,7 +1069,9 @@
         "Delivery Date",
         states={
             'invisible': ((Eval('type') != 'line')
-                | ~Eval('delivery_date_edit', False)),
+                | ~Eval('delivery_date_edit', False)
+                | Eval('purchase_state').in_(
+                    ['processing', 'done', 'cancelled'])),
             'readonly': Eval('purchase_state').in_([
                     'processing', 'done', 'cancel']),
             },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_purchase-5.0.6/tryton.cfg 
new/trytond_purchase-5.0.7/tryton.cfg
--- old/trytond_purchase-5.0.6/tryton.cfg       2020-07-01 22:35:31.000000000 
+0200
+++ new/trytond_purchase-5.0.7/tryton.cfg       2021-03-03 18:29:14.000000000 
+0100
@@ -1,5 +1,5 @@
 [tryton]
-version=5.0.6
+version=5.0.7
 depends:
     account
     account_invoice
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/trytond_purchase-5.0.6/trytond_purchase.egg-info/PKG-INFO 
new/trytond_purchase-5.0.7/trytond_purchase.egg-info/PKG-INFO
--- old/trytond_purchase-5.0.6/trytond_purchase.egg-info/PKG-INFO       
2021-03-03 18:29:04.000000000 +0100
+++ new/trytond_purchase-5.0.7/trytond_purchase.egg-info/PKG-INFO       
2021-06-17 22:02:39.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: trytond-purchase
-Version: 5.0.6
+Version: 5.0.7
 Summary: Tryton module for purchase
 Home-page: http://www.tryton.org/
 Author: Tryton

Reply via email to