Sat May 3 13:42:19 2014 UTC ()
Updated to latest version, 3.2.0. From CHANGELOG:

Version 3.2.0 - 2014-04-21
* Bug fixes (see mercurial logs for details)
* Add warning for moves without origin
* Allow to define the effective date of shipments
* Prevent changing product type if stock moves exist
* Use new methods to compute quantities in StockMixin._search_quantity()
* Split products_by_location into two methods on Move:
  compute_quantities_query and compute_quantities
* Use origin for inventory moves
* Allow partial assignation on Supplier Shipment Return


(rodent)
diff -r1.1 -r1.2 pkgsrc/misc/py-trytond-stock/Makefile
diff -r1.1 -r1.2 pkgsrc/misc/py-trytond-stock/PLIST
diff -r1.1 -r1.2 pkgsrc/misc/py-trytond-stock/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/misc/py-trytond-stock/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/py-trytond-stock/Makefile 2014/02/01 20:23:35 1.1
+++ pkgsrc/misc/py-trytond-stock/Makefile 2014/05/03 13:42:19 1.2
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.1 2014/02/01 20:23:35 rodent Exp $ 1# $NetBSD: Makefile,v 1.2 2014/05/03 13:42:19 rodent Exp $
2 2
3DISTNAME= trytond_stock-3.0.1 3DISTNAME= trytond_stock-3.2.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/1} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/1}
5CATEGORIES= misc python 5CATEGORIES= misc python
6MASTER_SITES= http://downloads.tryton.org/3.0/ 6MASTER_SITES= http://downloads.tryton.org/3.2/
7 7
8MAINTAINER= rodent@NetBSD.org 8MAINTAINER= rodent@NetBSD.org
9HOMEPAGE= http://www.tryton.org/ 9HOMEPAGE= http://www.tryton.org/
10COMMENT= Stock module of the Tryton application platform 10COMMENT= Stock module of the Tryton application platform
11LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
12 12
13DEPENDS+= ${PYPKGPREFIX}-trytond-currency-[0-9]*:../../finance/py-trytond-currency 13DEPENDS+= ${PYPKGPREFIX}-trytond-currency-[0-9]*:../../finance/py-trytond-currency
14DEPENDS+= ${PYPKGPREFIX}-trytond-company-[0-9]*:../../misc/py-trytond-company 14DEPENDS+= ${PYPKGPREFIX}-trytond-company-[0-9]*:../../misc/py-trytond-company
15DEPENDS+= ${PYPKGPREFIX}-trytond-product-[0-9]*:../../misc/py-trytond-product 15DEPENDS+= ${PYPKGPREFIX}-trytond-product-[0-9]*:../../misc/py-trytond-product
16DEPENDS+= ${PYPKGPREFIX}-trytond-party-[0-9]*:../../misc/py-trytond-party 16DEPENDS+= ${PYPKGPREFIX}-trytond-party-[0-9]*:../../misc/py-trytond-party
17DEPENDS+= ${PYPKGPREFIX}-python-sql-[0-9]*:../../databases/py-python-sql 17DEPENDS+= ${PYPKGPREFIX}-python-sql-[0-9]*:../../databases/py-python-sql
18DEPENDS+= ${PYPKGPREFIX}-trytond-[0-9]*:../../devel/py-trytond 18DEPENDS+= ${PYPKGPREFIX}-trytond-[0-9]*:../../devel/py-trytond
19 19

cvs diff -r1.1 -r1.2 pkgsrc/misc/py-trytond-stock/PLIST (expand / switch to unified diff)

--- pkgsrc/misc/py-trytond-stock/PLIST 2014/02/01 20:23:35 1.1
+++ pkgsrc/misc/py-trytond-stock/PLIST 2014/05/03 13:42:19 1.2
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.1 2014/02/01 20:23:35 rodent Exp $ 1@comment $NetBSD: PLIST,v 1.2 2014/05/03 13:42:19 rodent Exp $
2${PYSITELIB}/trytond/modules/stock/__init__.py 2${PYSITELIB}/trytond/modules/stock/__init__.py
3${PYSITELIB}/trytond/modules/stock/__init__.pyc 3${PYSITELIB}/trytond/modules/stock/__init__.pyc
4${PYSITELIB}/trytond/modules/stock/__init__.pyo 4${PYSITELIB}/trytond/modules/stock/__init__.pyo
5${PYSITELIB}/trytond/modules/stock/configuration.py 5${PYSITELIB}/trytond/modules/stock/configuration.py
6${PYSITELIB}/trytond/modules/stock/configuration.pyc 6${PYSITELIB}/trytond/modules/stock/configuration.pyc
7${PYSITELIB}/trytond/modules/stock/configuration.pyo 7${PYSITELIB}/trytond/modules/stock/configuration.pyo
8${PYSITELIB}/trytond/modules/stock/configuration.xml 8${PYSITELIB}/trytond/modules/stock/configuration.xml
9${PYSITELIB}/trytond/modules/stock/customer_return_restocking_list.odt 9${PYSITELIB}/trytond/modules/stock/customer_return_restocking_list.odt
10${PYSITELIB}/trytond/modules/stock/delivery_note.odt 10${PYSITELIB}/trytond/modules/stock/delivery_note.odt
11${PYSITELIB}/trytond/modules/stock/icons/tryton-inventory.svg 11${PYSITELIB}/trytond/modules/stock/icons/tryton-inventory.svg
12${PYSITELIB}/trytond/modules/stock/internal_shipment.odt 12${PYSITELIB}/trytond/modules/stock/internal_shipment.odt
13${PYSITELIB}/trytond/modules/stock/inventory.py 13${PYSITELIB}/trytond/modules/stock/inventory.py
14${PYSITELIB}/trytond/modules/stock/inventory.pyc 14${PYSITELIB}/trytond/modules/stock/inventory.pyc
@@ -43,26 +43,27 @@ ${PYSITELIB}/trytond/modules/stock/produ @@ -43,26 +43,27 @@ ${PYSITELIB}/trytond/modules/stock/produ
43${PYSITELIB}/trytond/modules/stock/product.pyc 43${PYSITELIB}/trytond/modules/stock/product.pyc
44${PYSITELIB}/trytond/modules/stock/product.pyo 44${PYSITELIB}/trytond/modules/stock/product.pyo
45${PYSITELIB}/trytond/modules/stock/product.xml 45${PYSITELIB}/trytond/modules/stock/product.xml
46${PYSITELIB}/trytond/modules/stock/shipment.py 46${PYSITELIB}/trytond/modules/stock/shipment.py
47${PYSITELIB}/trytond/modules/stock/shipment.pyc 47${PYSITELIB}/trytond/modules/stock/shipment.pyc
48${PYSITELIB}/trytond/modules/stock/shipment.pyo 48${PYSITELIB}/trytond/modules/stock/shipment.pyo
49${PYSITELIB}/trytond/modules/stock/shipment.xml 49${PYSITELIB}/trytond/modules/stock/shipment.xml
50${PYSITELIB}/trytond/modules/stock/stock.xml 50${PYSITELIB}/trytond/modules/stock/stock.xml
51${PYSITELIB}/trytond/modules/stock/supplier_restocking_list.odt 51${PYSITELIB}/trytond/modules/stock/supplier_restocking_list.odt
52${PYSITELIB}/trytond/modules/stock/tests/__init__.py 52${PYSITELIB}/trytond/modules/stock/tests/__init__.py
53${PYSITELIB}/trytond/modules/stock/tests/__init__.pyc 53${PYSITELIB}/trytond/modules/stock/tests/__init__.pyc
54${PYSITELIB}/trytond/modules/stock/tests/__init__.pyo 54${PYSITELIB}/trytond/modules/stock/tests/__init__.pyo
55${PYSITELIB}/trytond/modules/stock/tests/scenario_stock_average_cost_price.rst 55${PYSITELIB}/trytond/modules/stock/tests/scenario_stock_average_cost_price.rst
 56${PYSITELIB}/trytond/modules/stock/tests/scenario_stock_inventory.rst
56${PYSITELIB}/trytond/modules/stock/tests/scenario_stock_shipment_out.rst 57${PYSITELIB}/trytond/modules/stock/tests/scenario_stock_shipment_out.rst
57${PYSITELIB}/trytond/modules/stock/tests/test_stock.py 58${PYSITELIB}/trytond/modules/stock/tests/test_stock.py
58${PYSITELIB}/trytond/modules/stock/tests/test_stock.pyc 59${PYSITELIB}/trytond/modules/stock/tests/test_stock.pyc
59${PYSITELIB}/trytond/modules/stock/tests/test_stock.pyo 60${PYSITELIB}/trytond/modules/stock/tests/test_stock.pyo
60${PYSITELIB}/trytond/modules/stock/tryton.cfg 61${PYSITELIB}/trytond/modules/stock/tryton.cfg
61${PYSITELIB}/trytond/modules/stock/view/configuration_form.xml 62${PYSITELIB}/trytond/modules/stock/view/configuration_form.xml
62${PYSITELIB}/trytond/modules/stock/view/inventory_form.xml 63${PYSITELIB}/trytond/modules/stock/view/inventory_form.xml
63${PYSITELIB}/trytond/modules/stock/view/inventory_line_form.xml 64${PYSITELIB}/trytond/modules/stock/view/inventory_line_form.xml
64${PYSITELIB}/trytond/modules/stock/view/inventory_line_tree.xml 65${PYSITELIB}/trytond/modules/stock/view/inventory_line_tree.xml
65${PYSITELIB}/trytond/modules/stock/view/inventory_tree.xml 66${PYSITELIB}/trytond/modules/stock/view/inventory_tree.xml
66${PYSITELIB}/trytond/modules/stock/view/location_form.xml 67${PYSITELIB}/trytond/modules/stock/view/location_form.xml
67${PYSITELIB}/trytond/modules/stock/view/location_list.xml 68${PYSITELIB}/trytond/modules/stock/view/location_list.xml
68${PYSITELIB}/trytond/modules/stock/view/location_quantity_tree.xml 69${PYSITELIB}/trytond/modules/stock/view/location_quantity_tree.xml

cvs diff -r1.1 -r1.2 pkgsrc/misc/py-trytond-stock/distinfo (expand / switch to unified diff)

--- pkgsrc/misc/py-trytond-stock/distinfo 2014/02/01 20:23:35 1.1
+++ pkgsrc/misc/py-trytond-stock/distinfo 2014/05/03 13:42:19 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1 2014/02/01 20:23:35 rodent Exp $ 1$NetBSD: distinfo,v 1.2 2014/05/03 13:42:19 rodent Exp $
2 2
3SHA1 (trytond_stock-3.0.1.tar.gz) = 2a7c891380a33a92f376430bbdd9564e31eaea99 3SHA1 (trytond_stock-3.2.0.tar.gz) = af1e83496bc4d4b7780a40dfd71c448a956b6829
4RMD160 (trytond_stock-3.0.1.tar.gz) = 320c7e857c29fa7e5796cadfbc79785171a9e56f 4RMD160 (trytond_stock-3.2.0.tar.gz) = 3155a67b0f392688a1acfe3f6473bd6f44cb593d
5Size (trytond_stock-3.0.1.tar.gz) = 171231 bytes 5Size (trytond_stock-3.2.0.tar.gz) = 173725 bytes