Hello community,

here is the log from the commit of package trytond_stock_supply for 
openSUSE:Factory checked in at 2018-08-31 10:46:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/trytond_stock_supply (Old)
 and      /work/SRC/openSUSE:Factory/.trytond_stock_supply.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "trytond_stock_supply"

Fri Aug 31 10:46:56 2018 rev:3 rq:632184 version:4.2.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/trytond_stock_supply/trytond_stock_supply.changes    
    2017-07-05 23:56:14.262832773 +0200
+++ 
/work/SRC/openSUSE:Factory/.trytond_stock_supply.new/trytond_stock_supply.changes
   2018-08-31 10:46:56.987384532 +0200
@@ -1,0 +2,5 @@
+Wed Aug 22 13:02:38 UTC 2018 - [email protected]
+
+- Version 4.2.2 - Bugfix Release
+
+-------------------------------------------------------------------

Old:
----
  trytond_stock_supply-4.2.1.tar.gz

New:
----
  trytond_stock_supply-4.2.2.tar.gz

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

Other differences:
------------------
++++++ trytond_stock_supply.spec ++++++
--- /var/tmp/diff_new_pack.ai6qfd/_old  2018-08-31 10:46:57.519385183 +0200
+++ /var/tmp/diff_new_pack.ai6qfd/_new  2018-08-31 10:46:57.523385188 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package trytond_stock_supply
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2014-2016 Dr. Axel Braun
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,10 +19,10 @@
 
 %define        majorver 4.2
 Name:           trytond_stock_supply
-Version:        %{majorver}.1
+Version:        %{majorver}.2
 Release:        0
 Summary:        The Stock Supply module for the Tryton ERP system
-License:        GPL-3.0
+License:        GPL-3.0-only
 Group:          Productivity/Office/Management
 Url:            http://www.tryton.org/
 Source:         
http://downloads.tryton.org/%{majorver}/%{name}-%{version}.tar.gz

++++++ trytond_stock_supply-4.2.1.tar.gz -> trytond_stock_supply-4.2.2.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_stock_supply-4.2.1/.drone.yml 
new/trytond_stock_supply-4.2.2/.drone.yml
--- old/trytond_stock_supply-4.2.1/.drone.yml   1970-01-01 01:00:00.000000000 
+0100
+++ new/trytond_stock_supply-4.2.2/.drone.yml   2018-08-20 23:00:00.000000000 
+0200
@@ -0,0 +1,9 @@
+image: python:all
+env:
+  - POSTGRESQL_URI=postgresql://[email protected]:5432/
+  - MYSQL_URI=mysql://[email protected]:3306/
+script:
+  - pip install tox
+  - tox -e "{py27,py33,py34,py35}-{sqlite,postgresql}" 
--skip-missing-interpreters
+services:
+  - postgres
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_stock_supply-4.2.1/.hgtags 
new/trytond_stock_supply-4.2.2/.hgtags
--- old/trytond_stock_supply-4.2.1/.hgtags      1970-01-01 01:00:00.000000000 
+0100
+++ new/trytond_stock_supply-4.2.2/.hgtags      2018-08-20 23:12:57.000000000 
+0200
@@ -0,0 +1,19 @@
+bb2bb6af62f06218b0c8c689b24dd16f43307ca1 1.0.0
+5b0a8261963f167230f23a1b97c8b38519428143 1.2.0
+396ad2807deb26c6c353eb119dc50fd4fdcbb28a 1.4.0
+b44aa993ce24453fdb2362187e201a9375bcaa09 1.6.0
+f76056df60f581f803c7a7e4cec81397e4bbbb9c 1.8.0
+354dfc672c4b3ee2609a4051f6d8d431dd087231 2.0.0
+0881ad5cb82f3f00ec1eea276fa100a957691982 2.2.0
+5eb0f23e5774dddbf43cafe34bf527e1cd78d619 2.4.0
+6cd5f943826cb858bc34d20074bfd81b715114f8 2.6.0
+69f57817f6f0ed6ee0788cfab959a9321fcb45bb 2.8.0
+2ebe2636b804a2f7635d0af5b1030ced08de7a37 3.0.0
+c466a41ecc7586e898f0f4f2341c2e74b41ea816 3.2.0
+ddd6516306dd09e3049fb95ff94b4ce48687e200 3.4.0
+e122da9f78841562722820efbf4d64e4c390e8af 3.6.0
+5dcc2dd84f2145e78882af143cad5111c31f09b6 3.8.0
+c0a58dc8306d6885126b9613ad4b36e0a95b75f0 4.0.0
+afc53d87c88438c9c8e56629e994836844e32dbe 4.2.0
+fe1b77edd749920377891bec649045e5a0e677e8 4.2.1
+ea6c8f8f104f2e4e71c52fd9cf5e9bbe8a652b15 4.2.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_stock_supply-4.2.1/CHANGELOG 
new/trytond_stock_supply-4.2.2/CHANGELOG
--- old/trytond_stock_supply-4.2.1/CHANGELOG    2017-02-06 23:12:03.000000000 
+0100
+++ new/trytond_stock_supply-4.2.2/CHANGELOG    2018-08-20 23:12:57.000000000 
+0200
@@ -1,3 +1,6 @@
+Version 4.2.2 - 2018-08-20
+* Bug fixes (see mercurial logs for details)
+
 Version 4.2.1 - 2017-02-06
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_stock_supply-4.2.1/COPYRIGHT 
new/trytond_stock_supply-4.2.2/COPYRIGHT
--- old/trytond_stock_supply-4.2.1/COPYRIGHT    2017-02-06 23:12:00.000000000 
+0100
+++ new/trytond_stock_supply-4.2.2/COPYRIGHT    2018-08-20 23:12:57.000000000 
+0200
@@ -1,7 +1,7 @@
 Copyright (C) 2013-2015 NaN-tic.
-Copyright (C) 2008-2017 Cédric Krier.
+Copyright (C) 2008-2018 Cédric Krier.
 Copyright (C) 2008-2013 Bertrand Chenal.
-Copyright (C) 2008-2017 B2CK SPRL.
+Copyright (C) 2008-2018 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_stock_supply-4.2.1/PKG-INFO 
new/trytond_stock_supply-4.2.2/PKG-INFO
--- old/trytond_stock_supply-4.2.1/PKG-INFO     2017-02-06 23:12:14.000000000 
+0100
+++ new/trytond_stock_supply-4.2.2/PKG-INFO     2018-08-20 23:12:58.000000000 
+0200
@@ -1,12 +1,13 @@
 Metadata-Version: 1.1
 Name: trytond_stock_supply
-Version: 4.2.1
+Version: 4.2.2
 Summary: Tryton module for stock supply
 Home-page: http://www.tryton.org/
 Author: Tryton
 Author-email: [email protected]
 License: GPL-3
 Download-URL: http://downloads.tryton.org/4.2/
+Description-Content-Type: UNKNOWN
 Description: trytond_stock_supply
         ====================
         
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_stock_supply-4.2.1/purchase_request.py 
new/trytond_stock_supply-4.2.2/purchase_request.py
--- old/trytond_stock_supply-4.2.1/purchase_request.py  2016-11-28 
18:39:17.000000000 +0100
+++ new/trytond_stock_supply-4.2.2/purchase_request.py  2018-08-20 
23:00:00.000000000 +0200
@@ -187,7 +187,7 @@
                         })
 
         for i in existing_req.itervalues():
-            i.sort(lambda r, s: cmp(r['supply_date'], s['supply_date']))
+            i.sort(key=lambda r: r['supply_date'])
 
         # Update new requests to take existing requests into account
         new_requests.sort(key=operator.attrgetter('supply_date'))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_stock_supply-4.2.1/setup.cfg 
new/trytond_stock_supply-4.2.2/setup.cfg
--- old/trytond_stock_supply-4.2.1/setup.cfg    2017-02-06 23:12:14.000000000 
+0100
+++ new/trytond_stock_supply-4.2.2/setup.cfg    2018-08-20 23:12:58.000000000 
+0200
@@ -1,5 +1,4 @@
 [egg_info]
 tag_build = 
 tag_date = 0
-tag_svn_revision = 0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_stock_supply-4.2.1/tox.ini 
new/trytond_stock_supply-4.2.2/tox.ini
--- old/trytond_stock_supply-4.2.1/tox.ini      1970-01-01 01:00:00.000000000 
+0100
+++ new/trytond_stock_supply-4.2.2/tox.ini      2018-08-20 23:00:00.000000000 
+0200
@@ -0,0 +1,18 @@
+[tox]
+envlist = 
{py27,py33,py34,py35}-{sqlite,postgresql,mysql},pypy-{sqlite,postgresql}
+
+[testenv]
+commands = {envpython} setup.py test
+deps =
+    {py27,py33,py34,py35}-postgresql: psycopg2 >= 2.5
+    pypy-postgresql: psycopg2cffi >= 2.5
+    mysql: MySQL-python
+    sqlite: sqlitebck
+setenv =
+    sqlite: TRYTOND_DATABASE_URI={env:SQLITE_URI:sqlite://}
+    postgresql: TRYTOND_DATABASE_URI={env:POSTGRESQL_URI:postgresql://}
+    mysql: TRYTOND_DATABASE_URI={env:MYSQL_URI:mysql://}
+    sqlite: DB_NAME={env:SQLITE_NAME::memory:}
+    postgresql: DB_NAME={env:POSTGRESQL_NAME:test}
+    mysql: DB_NAME={env:MYSQL_NAME:test}
+install_command = pip install --pre --find-links https://trydevpi.tryton.org/ 
{opts} {packages}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_stock_supply-4.2.1/tryton.cfg 
new/trytond_stock_supply-4.2.2/tryton.cfg
--- old/trytond_stock_supply-4.2.1/tryton.cfg   2016-11-28 18:42:19.000000000 
+0100
+++ new/trytond_stock_supply-4.2.2/tryton.cfg   2018-08-20 23:00:00.000000000 
+0200
@@ -1,5 +1,5 @@
 [tryton]
-version=4.2.1
+version=4.2.2
 depends:
     account
     ir
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/trytond_stock_supply-4.2.1/trytond_stock_supply.egg-info/PKG-INFO 
new/trytond_stock_supply-4.2.2/trytond_stock_supply.egg-info/PKG-INFO
--- old/trytond_stock_supply-4.2.1/trytond_stock_supply.egg-info/PKG-INFO       
2017-02-06 23:12:13.000000000 +0100
+++ new/trytond_stock_supply-4.2.2/trytond_stock_supply.egg-info/PKG-INFO       
2018-08-20 23:12:58.000000000 +0200
@@ -1,12 +1,13 @@
 Metadata-Version: 1.1
 Name: trytond-stock-supply
-Version: 4.2.1
+Version: 4.2.2
 Summary: Tryton module for stock supply
 Home-page: http://www.tryton.org/
 Author: Tryton
 Author-email: [email protected]
 License: GPL-3
 Download-URL: http://downloads.tryton.org/4.2/
+Description-Content-Type: UNKNOWN
 Description: trytond_stock_supply
         ====================
         
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/trytond_stock_supply-4.2.1/trytond_stock_supply.egg-info/SOURCES.txt 
new/trytond_stock_supply-4.2.2/trytond_stock_supply.egg-info/SOURCES.txt
--- old/trytond_stock_supply-4.2.1/trytond_stock_supply.egg-info/SOURCES.txt    
2017-02-06 23:12:13.000000000 +0100
+++ new/trytond_stock_supply-4.2.2/trytond_stock_supply.egg-info/SOURCES.txt    
2018-08-20 23:12:58.000000000 +0200
@@ -1,15 +1,24 @@
+.drone.yml
+.hgtags
 CHANGELOG
 COPYRIGHT
 INSTALL
 LICENSE
 MANIFEST.in
 README
+__init__.py
+location.py
 location.xml
+order_point.py
 order_point.xml
+product.py
 product.xml
+purchase_request.py
 purchase_request.xml
 setup.py
+shipment.py
 shipment.xml
+tox.ini
 tryton.cfg
 ./__init__.py
 ./location.py
@@ -70,8 +79,10 @@
 locale/ru.po
 locale/sl.po
 locale/zh_CN.po
+tests/__init__.py
 tests/scenario_stock_internal_supply.rst
 tests/scenario_stock_supply_purchase_request.rst
+tests/test_stock_supply.py
 trytond_stock_supply.egg-info/PKG-INFO
 trytond_stock_supply.egg-info/SOURCES.txt
 trytond_stock_supply.egg-info/dependency_links.txt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/trytond_stock_supply-4.2.1/trytond_stock_supply.egg-info/requires.txt 
new/trytond_stock_supply-4.2.2/trytond_stock_supply.egg-info/requires.txt
--- old/trytond_stock_supply-4.2.1/trytond_stock_supply.egg-info/requires.txt   
2017-02-06 23:12:13.000000000 +0100
+++ new/trytond_stock_supply-4.2.2/trytond_stock_supply.egg-info/requires.txt   
2018-08-20 23:12:58.000000000 +0200
@@ -1,8 +1,8 @@
 python-sql
-trytond_account >= 4.2, < 4.3
-trytond_party >= 4.2, < 4.3
-trytond_product >= 4.2, < 4.3
-trytond_purchase >= 4.2, < 4.3
-trytond_purchase_request >= 4.2, < 4.3
-trytond_stock >= 4.2, < 4.3
-trytond >= 4.2, < 4.3
+trytond_account<4.3,>=4.2
+trytond_party<4.3,>=4.2
+trytond_product<4.3,>=4.2
+trytond_purchase<4.3,>=4.2
+trytond_purchase_request<4.3,>=4.2
+trytond_stock<4.3,>=4.2
+trytond<4.3,>=4.2


Reply via email to