Hello community, here is the log from the commit of package trytond_stock for openSUSE:Factory checked in at 2017-11-16 14:03:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/trytond_stock (Old) and /work/SRC/openSUSE:Factory/.trytond_stock.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "trytond_stock" Thu Nov 16 14:03:40 2017 rev:7 rq:542145 version:4.2.5 Changes: -------- --- /work/SRC/openSUSE:Factory/trytond_stock/trytond_stock.changes 2017-10-06 11:03:41.927089504 +0200 +++ /work/SRC/openSUSE:Factory/.trytond_stock.new/trytond_stock.changes 2017-11-16 14:03:43.295738878 +0100 @@ -1,0 +2,5 @@ +Thu Nov 9 06:04:34 UTC 2017 - [email protected] + +- Version 4.2.5 - Bugfix Release + +------------------------------------------------------------------- Old: ---- trytond_stock-4.2.4.tar.gz New: ---- trytond_stock-4.2.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ trytond_stock.spec ++++++ --- /var/tmp/diff_new_pack.Jeiytn/_old 2017-11-16 14:03:44.119709015 +0100 +++ /var/tmp/diff_new_pack.Jeiytn/_new 2017-11-16 14:03:44.119709015 +0100 @@ -19,7 +19,7 @@ %define majorver 4.2 Name: trytond_stock -Version: %{majorver}.4 +Version: %{majorver}.5 Release: 0 Summary: The "stock" module for the Tryton ERP system License: GPL-3.0 ++++++ trytond_stock-4.2.4.tar.gz -> trytond_stock-4.2.5.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond_stock-4.2.4/.drone.yml new/trytond_stock-4.2.5/.drone.yml --- old/trytond_stock-4.2.4/.drone.yml 1970-01-01 01:00:00.000000000 +0100 +++ new/trytond_stock-4.2.5/.drone.yml 2016-11-28 18:39:12.000000000 +0100 @@ -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-4.2.4/.hgtags new/trytond_stock-4.2.5/.hgtags --- old/trytond_stock-4.2.4/.hgtags 1970-01-01 01:00:00.000000000 +0100 +++ new/trytond_stock-4.2.5/.hgtags 2017-11-07 23:59:33.000000000 +0100 @@ -0,0 +1,22 @@ +36cc8c10a10e0df5e7a0ef2cb6d6cdda706c0180 1.0.0 +f1d720635a60692c9abeb972734482e01ebc4b87 1.2.0 +0571f5c67623c43272e5fc05cc381554d6bf3db0 1.4.0 +6a658c8f74a540a10272f5d7f311d6c61c04f3da 1.6.0 +902e4b31b9d56918b1e9eb6e9486f52d19820fa6 1.8.0 +c2e3b9e568b73f262ebf0b69c2ca98f97cbb886e 2.0.0 +3babec8ed968fa95e07a7d90351de0e23a1125bf 2.2.0 +6217a989c27b4780c99ae09ee8cd1bd99807f857 2.4.0 +be073cc040e1ea0eabf77e09eaa8c8c97062e3ab 2.6.0 +83de8e4076f99f7247dc034a909a85a0dc500d84 2.8.0 +1e2bd2e0ec24c7c6109d38625e90462dffb18c13 3.0.0 +bcb26eaee7652f9b11cc717402859b0c3c6d87d2 3.2.0 +70be46258bf1471f5712285ae1772941610aaf7b 3.4.0 +70c741dc67fb55b51b950b2c5fa383318e693e04 3.6.0 +1b17ff426586b71fc7df09353c6337abe409c7cc 3.8.0 +f8628e226bd36c24c4ba5fece3363a272d2090eb 4.0.0 +ba22e15da88bf5736b49a85f12d8d4c864f4bd3f 4.2.0 +a03e56a5b2593526522b067f6a8f08e2e2cace51 4.2.1 +516af9f9a519df32d947ec13468b9fb2174b011f 4.2.2 +9f3ce9dd80e5ce5373a1753ca6fc637a6b8c66cb 4.2.3 +d5f91da91a5ddea522c91855ecb5472adb1b732d 4.2.4 +6947c089e6ef6f58bb8de5ace265246dc6d2768a 4.2.5 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond_stock-4.2.4/CHANGELOG new/trytond_stock-4.2.5/CHANGELOG --- old/trytond_stock-4.2.4/CHANGELOG 2017-10-04 22:01:44.000000000 +0200 +++ new/trytond_stock-4.2.5/CHANGELOG 2017-11-07 23:59:33.000000000 +0100 @@ -1,3 +1,6 @@ +Version 4.2.5 - 2017-11-07 +* Bug fixes (see mercurial logs for details) + Version 4.2.4 - 2017-10-04 * Bug fixes (see mercurial logs for details) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond_stock-4.2.4/PKG-INFO new/trytond_stock-4.2.5/PKG-INFO --- old/trytond_stock-4.2.4/PKG-INFO 2017-10-04 22:01:45.000000000 +0200 +++ new/trytond_stock-4.2.5/PKG-INFO 2017-11-07 23:59:34.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: trytond_stock -Version: 4.2.4 +Version: 4.2.5 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.4/inventory.py new/trytond_stock-4.2.5/inventory.py --- old/trytond_stock-4.2.4/inventory.py 2017-08-08 18:36:56.000000000 +0200 +++ new/trytond_stock-4.2.5/inventory.py 2017-11-07 23:59:31.000000000 +0100 @@ -358,7 +358,7 @@ @classmethod def search_rec_name(cls, name, clause): - return [('product',) + tuple(clause[1:])] + return [('product.rec_name',) + tuple(clause[1:])] def get_uom(self, name): return self.product.default_uom.id diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond_stock-4.2.4/move.py new/trytond_stock-4.2.5/move.py --- old/trytond_stock-4.2.4/move.py 2017-08-08 18:36:56.000000000 +0200 +++ new/trytond_stock-4.2.5/move.py 2017-11-07 23:59:31.000000000 +0100 @@ -527,7 +527,7 @@ @classmethod def search_rec_name(cls, name, clause): - return [('product',) + tuple(clause[1:])] + return [('product.rec_name',) + tuple(clause[1:])] def _update_product_cost_price(self, direction): """ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond_stock-4.2.4/tox.ini new/trytond_stock-4.2.5/tox.ini --- old/trytond_stock-4.2.4/tox.ini 1970-01-01 01:00:00.000000000 +0100 +++ new/trytond_stock-4.2.5/tox.ini 2016-11-28 18:39:12.000000000 +0100 @@ -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-4.2.4/tryton.cfg new/trytond_stock-4.2.5/tryton.cfg --- old/trytond_stock-4.2.4/tryton.cfg 2017-08-08 18:37:16.000000000 +0200 +++ new/trytond_stock-4.2.5/tryton.cfg 2017-10-04 22:02:06.000000000 +0200 @@ -1,5 +1,5 @@ [tryton] -version=4.2.4 +version=4.2.5 depends: company currency diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond_stock-4.2.4/trytond_stock.egg-info/PKG-INFO new/trytond_stock-4.2.5/trytond_stock.egg-info/PKG-INFO --- old/trytond_stock-4.2.4/trytond_stock.egg-info/PKG-INFO 2017-10-04 22:01:45.000000000 +0200 +++ new/trytond_stock-4.2.5/trytond_stock.egg-info/PKG-INFO 2017-11-07 23:59:34.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: trytond-stock -Version: 4.2.4 +Version: 4.2.5 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.4/trytond_stock.egg-info/SOURCES.txt new/trytond_stock-4.2.5/trytond_stock.egg-info/SOURCES.txt --- old/trytond_stock-4.2.4/trytond_stock.egg-info/SOURCES.txt 2017-10-04 22:01:45.000000000 +0200 +++ new/trytond_stock-4.2.5/trytond_stock.egg-info/SOURCES.txt 2017-11-07 23:59:34.000000000 +0100 @@ -1,24 +1,36 @@ +.drone.yml +.hgtags CHANGELOG COPYRIGHT INSTALL LICENSE MANIFEST.in README +__init__.py +configuration.py configuration.xml customer_return_restocking_list.odt delivery_note.odt internal_shipment.odt +inventory.py inventory.xml +location.py location.xml +move.py move.xml +party.py party.xml +period.py period.xml picking_list.odt +product.py product.xml setup.py +shipment.py shipment.xml stock.xml supplier_restocking_list.odt +tox.ini tryton.cfg ./__init__.py ./configuration.py @@ -131,11 +143,13 @@ locale/ru.po locale/sl.po locale/zh_CN.po +tests/__init__.py tests/scenario_stock_average_cost_price.rst tests/scenario_stock_inventory.rst tests/scenario_stock_reporting.rst tests/scenario_stock_shipment_internal.rst tests/scenario_stock_shipment_out.rst +tests/test_stock.py trytond_stock.egg-info/PKG-INFO trytond_stock.egg-info/SOURCES.txt trytond_stock.egg-info/dependency_links.txt
