Hello community,

here is the log from the commit of package trytond_stock for openSUSE:Factory 
checked in at 2018-05-15 10:14:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/trytond_stock (Old)
 and      /work/SRC/openSUSE:Factory/.trytond_stock.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "trytond_stock"

Tue May 15 10:14:11 2018 rev:9 rq:606654 version:4.2.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/trytond_stock/trytond_stock.changes      
2018-03-11 15:24:45.012293845 +0100
+++ /work/SRC/openSUSE:Factory/.trytond_stock.new/trytond_stock.changes 
2018-05-15 10:33:38.455661616 +0200
@@ -1,0 +2,5 @@
+Thu Apr  5 16:54:48 UTC 2018 - axel.br...@gmx.de
+
+- Version 4.2.7 - Bugfix Release
+
+-------------------------------------------------------------------

Old:
----
  trytond_stock-4.2.6.tar.gz

New:
----
  trytond_stock-4.2.7.tar.gz

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

Other differences:
------------------
++++++ trytond_stock.spec ++++++
--- /var/tmp/diff_new_pack.XBb3Fe/_old  2018-05-15 10:33:39.051639728 +0200
+++ /var/tmp/diff_new_pack.XBb3Fe/_new  2018-05-15 10:33:39.051639728 +0200
@@ -19,7 +19,7 @@
 
 %define majorver 4.2
 Name:           trytond_stock
-Version:        %{majorver}.6
+Version:        %{majorver}.7
 Release:        0
 Summary:        The "stock" module for the Tryton ERP system
 License:        GPL-3.0-only

++++++ trytond_stock-4.2.6.tar.gz -> trytond_stock-4.2.7.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_stock-4.2.6/.hgtags 
new/trytond_stock-4.2.7/.hgtags
--- old/trytond_stock-4.2.6/.hgtags     2018-03-01 23:06:24.000000000 +0100
+++ new/trytond_stock-4.2.7/.hgtags     2018-04-03 18:18:16.000000000 +0200
@@ -21,3 +21,4 @@
 d5f91da91a5ddea522c91855ecb5472adb1b732d 4.2.4
 6947c089e6ef6f58bb8de5ace265246dc6d2768a 4.2.5
 1e58aa853ed03710d5dff62d9d62e5d1c42128e3 4.2.6
+732c51e75017bd833194d9011b7edcc313252b8d 4.2.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_stock-4.2.6/CHANGELOG 
new/trytond_stock-4.2.7/CHANGELOG
--- old/trytond_stock-4.2.6/CHANGELOG   2018-03-01 23:06:23.000000000 +0100
+++ new/trytond_stock-4.2.7/CHANGELOG   2018-04-03 18:18:15.000000000 +0200
@@ -1,3 +1,6 @@
+Version 4.2.7 - 2018-04-03
+* Bug fixes (see mercurial logs for details)
+
 Version 4.2.6 - 2018-03-01
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_stock-4.2.6/PKG-INFO 
new/trytond_stock-4.2.7/PKG-INFO
--- old/trytond_stock-4.2.6/PKG-INFO    2018-03-01 23:06:24.000000000 +0100
+++ new/trytond_stock-4.2.7/PKG-INFO    2018-04-03 18:18:16.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_stock
-Version: 4.2.6
+Version: 4.2.7
 Summary: Tryton module for stock and inventory
 Home-page: http://www.tryton.org/
 Author: Tryton
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_stock-4.2.6/location.py 
new/trytond_stock-4.2.7/location.py
--- old/trytond_stock-4.2.6/location.py 2017-08-08 18:36:56.000000000 +0200
+++ new/trytond_stock-4.2.7/location.py 2018-04-03 18:18:14.000000000 +0200
@@ -248,7 +248,7 @@
 
         context = {}
         if (name == 'quantity'
-                and Transaction().context.get('stock_date_end') >
+                and Transaction().context.get('stock_date_end', 
datetime.date.max) >
                 Date_.today()):
             context['stock_date_end'] = Date_.today()
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_stock-4.2.6/tryton.cfg 
new/trytond_stock-4.2.7/tryton.cfg
--- old/trytond_stock-4.2.6/tryton.cfg  2017-11-07 23:59:52.000000000 +0100
+++ new/trytond_stock-4.2.7/tryton.cfg  2018-03-01 23:06:39.000000000 +0100
@@ -1,5 +1,5 @@
 [tryton]
-version=4.2.6
+version=4.2.7
 depends:
     company
     currency
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_stock-4.2.6/trytond_stock.egg-info/PKG-INFO 
new/trytond_stock-4.2.7/trytond_stock.egg-info/PKG-INFO
--- old/trytond_stock-4.2.6/trytond_stock.egg-info/PKG-INFO     2018-03-01 
23:06:24.000000000 +0100
+++ new/trytond_stock-4.2.7/trytond_stock.egg-info/PKG-INFO     2018-04-03 
18:18:16.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond-stock
-Version: 4.2.6
+Version: 4.2.7
 Summary: Tryton module for stock and inventory
 Home-page: http://www.tryton.org/
 Author: Tryton


Reply via email to