diff -Nru tryton-modules-analytic-purchase-3.0.0/CHANGELOG tryton-modules-analytic-purchase-3.2.0/CHANGELOG --- tryton-modules-analytic-purchase-3.0.0/CHANGELOG 2013-10-21 14:28:12.000000000 +0000 +++ tryton-modules-analytic-purchase-3.2.0/CHANGELOG 2014-04-21 18:45:29.000000000 +0000 @@ -1,3 +1,6 @@ +Version 3.2.0 - 2014-04-21 +* Bug fixes (see mercurial logs for details) + Version 3.0.0 - 2013-10-21 * Bug fixes (see mercurial logs for details) diff -Nru tryton-modules-analytic-purchase-3.0.0/COPYRIGHT tryton-modules-analytic-purchase-3.2.0/COPYRIGHT --- tryton-modules-analytic-purchase-3.0.0/COPYRIGHT 2013-10-21 14:28:11.000000000 +0000 +++ tryton-modules-analytic-purchase-3.2.0/COPYRIGHT 2014-04-21 18:45:28.000000000 +0000 @@ -1,6 +1,6 @@ -Copyright (C) 2008-2013 Cédric Krier. +Copyright (C) 2008-2014 Cédric Krier. Copyright (C) 2008-2013 Bertrand Chenal. -Copyright (C) 2008-2013 B2CK SPRL. +Copyright (C) 2008-2014 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 -Nru tryton-modules-analytic-purchase-3.0.0/debian/changelog tryton-modules-analytic-purchase-3.2.0/debian/changelog --- tryton-modules-analytic-purchase-3.0.0/debian/changelog 2013-12-02 20:15:41.000000000 +0000 +++ tryton-modules-analytic-purchase-3.2.0/debian/changelog 2014-04-24 13:26:23.000000000 +0000 @@ -1,3 +1,23 @@ +tryton-modules-analytic-purchase (3.2.0-1) unstable; urgency=medium + + * Removing LC_ALL=C.UTF-8 as build environment. + * Merging upstream version 3.2.0. + * Updating copyright. + * Bumping minimal required Python version to 2.7. + * Updating gbp.conf for usage of upstream tarball compression. + + -- Mathias Behrle Thu, 24 Apr 2014 15:26:23 +0200 + +tryton-modules-analytic-purchase (3.0.0-3) unstable; urgency=medium + + * Updating year in debian copyright. + * Removing debian/source/options, we are building with dpkg defaults. + * Removing PYBUILD_DESTDIR_python2 from rules, it is no more needed. + * Adding pgp verification for uscan. + * Adding gbp.conf for usage with git-buildpackage. + + -- Mathias Behrle Tue, 11 Mar 2014 17:14:18 +0100 + tryton-modules-analytic-purchase (3.0.0-2) unstable; urgency=low * Pointing VCS fields to new location on alioth.debian.org. diff -Nru tryton-modules-analytic-purchase-3.0.0/debian/control tryton-modules-analytic-purchase-3.2.0/debian/control --- tryton-modules-analytic-purchase-3.0.0/debian/control 2013-11-29 16:21:24.000000000 +0000 +++ tryton-modules-analytic-purchase-3.2.0/debian/control 2014-04-22 12:54:28.000000000 +0000 @@ -9,7 +9,7 @@ Homepage: http://www.tryton.org/ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=tryton/tryton-modules-analytic-purchase.git Vcs-Git: git://anonscm.debian.org/tryton/tryton-modules-analytic-purchase.git -X-Python-Version: >= 2.6 +X-Python-Version: >= 2.7 Package: tryton-modules-analytic-purchase Architecture: all diff -Nru tryton-modules-analytic-purchase-3.0.0/debian/copyright tryton-modules-analytic-purchase-3.2.0/debian/copyright --- tryton-modules-analytic-purchase-3.0.0/debian/copyright 2013-11-28 15:51:02.000000000 +0000 +++ tryton-modules-analytic-purchase-3.2.0/debian/copyright 2014-04-22 12:44:31.000000000 +0000 @@ -1,14 +1,14 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Files: * -Copyright: 2008-2013 Cédric Krier +Copyright: 2008-2014 Cédric Krier 2008-2013 Bertrand Chenal - 2008-2013 B2CK SPRL + 2008-2014 B2CK SPRL License: GPL-3+ Files: debian/* Copyright: 2009-2012 Daniel Baumann - 2012-2013 Mathias Behrle + 2012-2014 Mathias Behrle License: GPL-3+ License: GPL-3+ diff -Nru tryton-modules-analytic-purchase-3.0.0/debian/gbp.conf tryton-modules-analytic-purchase-3.2.0/debian/gbp.conf --- tryton-modules-analytic-purchase-3.0.0/debian/gbp.conf 1970-01-01 00:00:00.000000000 +0000 +++ tryton-modules-analytic-purchase-3.2.0/debian/gbp.conf 2014-04-22 18:13:04.000000000 +0000 @@ -0,0 +1,15 @@ +# Settings for Debian Tryton Maintainer repositories +# for usage with git-buildpackage + +[DEFAULT] +debian-branch = debian +pristine-tar = True + +[git-buildpackage] +ignore-new = True +# Use with orig.tar.xz tarballs, used for releases 2.2 to 3.0 +# Currently we are using upstream compression, which is gz +#compression = xz +# Use export-dir at your discretion to avoid git-buildpackage messing +# your git repeository +#export-dir = ../build-area/ diff -Nru tryton-modules-analytic-purchase-3.0.0/debian/rules tryton-modules-analytic-purchase-3.2.0/debian/rules --- tryton-modules-analytic-purchase-3.0.0/debian/rules 2013-11-29 17:03:18.000000000 +0000 +++ tryton-modules-analytic-purchase-3.2.0/debian/rules 2014-04-22 12:20:58.000000000 +0000 @@ -1,11 +1,6 @@ #!/usr/bin/make -f -# needed for pbuilder -export LC_ALL=C.UTF-8 - MAJOR := $(shell python setup.py --version | awk -F "." '{print $$1 "." $$2}') -PACKAGE_NAME := tryton-modules-$(shell python setup.py --name | sed s/^trytond_// | sed s/_/-/g) -export PYBUILD_DESTDIR_python2=debian/${PACKAGE_NAME} # Don't run tests for Tryton modules, they try to download dependencies from pypi export PYBUILD_DISABLE_python2.7=test diff -Nru tryton-modules-analytic-purchase-3.0.0/debian/source/include-binaries tryton-modules-analytic-purchase-3.2.0/debian/source/include-binaries --- tryton-modules-analytic-purchase-3.0.0/debian/source/include-binaries 1970-01-01 00:00:00.000000000 +0000 +++ tryton-modules-analytic-purchase-3.2.0/debian/source/include-binaries 2014-04-22 12:20:58.000000000 +0000 @@ -0,0 +1 @@ +debian/upstream/signing-key.pgp diff -Nru tryton-modules-analytic-purchase-3.0.0/debian/source/options tryton-modules-analytic-purchase-3.2.0/debian/source/options --- tryton-modules-analytic-purchase-3.0.0/debian/source/options 2013-11-28 15:51:02.000000000 +0000 +++ tryton-modules-analytic-purchase-3.2.0/debian/source/options 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -compression = xz -compression-level = 9 Binary files /tmp/10JodlDKAl/tryton-modules-analytic-purchase-3.0.0/debian/upstream/signing-key.pgp and /tmp/PUriOGRjbv/tryton-modules-analytic-purchase-3.2.0/debian/upstream/signing-key.pgp differ diff -Nru tryton-modules-analytic-purchase-3.0.0/debian/watch tryton-modules-analytic-purchase-3.2.0/debian/watch --- tryton-modules-analytic-purchase-3.0.0/debian/watch 2013-11-28 15:51:02.000000000 +0000 +++ tryton-modules-analytic-purchase-3.2.0/debian/watch 2014-04-22 12:20:58.000000000 +0000 @@ -1,2 +1,2 @@ version=3 -http://downloads.tryton.org/current/ .*trytond_analytic_purchase-(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz)) +opts=pgpsigurlmangle=s/$/.asc/ http://downloads.tryton.org/current/ .*trytond_analytic_purchase-(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz)) diff -Nru tryton-modules-analytic-purchase-3.0.0/INSTALL tryton-modules-analytic-purchase-3.2.0/INSTALL --- tryton-modules-analytic-purchase-3.0.0/INSTALL 2012-03-25 17:25:11.000000000 +0000 +++ tryton-modules-analytic-purchase-3.2.0/INSTALL 2014-01-30 23:14:45.000000000 +0000 @@ -4,7 +4,7 @@ Prerequisites ------------- - * Python 2.6 or later (http://www.python.org/) + * Python 2.7 or later (http://www.python.org/) * trytond (http://www.tryton.org/) * trytond_analytic_account (http://www.tryton.org/) * trytond_analytic_invoice (http://www.tryton.org/) diff -Nru tryton-modules-analytic-purchase-3.0.0/locale/es_CO.po tryton-modules-analytic-purchase-3.2.0/locale/es_CO.po --- tryton-modules-analytic-purchase-3.0.0/locale/es_CO.po 2013-10-20 18:21:49.000000000 +0000 +++ tryton-modules-analytic-purchase-3.2.0/locale/es_CO.po 2014-04-21 08:07:59.000000000 +0000 @@ -36,7 +36,7 @@ msgctxt "field:analytic_account.account,currency_digits:" msgid "Currency Digits" -msgstr "Dígitos de Moneda" +msgstr "Decimales de Moneda" msgctxt "field:analytic_account.account,debit:" msgid "Debit" @@ -80,7 +80,7 @@ msgctxt "field:purchase.line,amount:" msgid "Amount" -msgstr "Cantidad" +msgstr "Valor" msgctxt "field:purchase.line,analytic_accounts:" msgid "Analytic Accounts" @@ -172,7 +172,7 @@ msgctxt "field:purchase.purchase,currency_digits:" msgid "Currency Digits" -msgstr "Dígitos de Moneda" +msgstr "Decimales de Moneda" msgctxt "field:purchase.purchase,description:" msgid "Description" @@ -252,7 +252,7 @@ msgctxt "field:purchase.purchase,untaxed_amount:" msgid "Untaxed" -msgstr "Sin Impuesto" +msgstr "Base" msgctxt "field:purchase.purchase,warehouse:" msgid "Warehouse" @@ -320,11 +320,11 @@ msgctxt "selection:purchase.purchase,invoice_method:" msgid "Based On Order" -msgstr "Basado En La Orden" +msgstr "Basado en la Orden" msgctxt "selection:purchase.purchase,invoice_method:" msgid "Based On Shipment" -msgstr "Basado En El Envío" +msgstr "Basado en el Envío" msgctxt "selection:purchase.purchase,invoice_method:" msgid "Manual" @@ -348,7 +348,7 @@ msgctxt "selection:purchase.purchase,state:" msgid "Canceled" -msgstr "Cancelado" +msgstr "Anulada" msgctxt "selection:purchase.purchase,state:" msgid "Confirmed" diff -Nru tryton-modules-analytic-purchase-3.0.0/locale/es_ES.po tryton-modules-analytic-purchase-3.2.0/locale/es_ES.po --- tryton-modules-analytic-purchase-3.0.0/locale/es_ES.po 2013-10-20 17:39:49.000000000 +0000 +++ tryton-modules-analytic-purchase-3.2.0/locale/es_ES.po 2014-04-21 08:09:56.000000000 +0000 @@ -188,7 +188,7 @@ msgctxt "field:purchase.purchase,invoice_state:" msgid "Invoice State" -msgstr "Estado de factura" +msgstr "Estado factura" msgctxt "field:purchase.purchase,invoices:" msgid "Invoices" @@ -208,7 +208,7 @@ msgctxt "field:purchase.purchase,moves:" msgid "Moves" -msgstr "Asientos" +msgstr "Movimientos" msgctxt "field:purchase.purchase,party:" msgid "Party" @@ -244,7 +244,7 @@ msgctxt "field:purchase.purchase,tax_amount:" msgid "Tax" -msgstr "Impuesto" +msgstr "Impuestos" msgctxt "field:purchase.purchase,total_amount:" msgid "Total" @@ -324,7 +324,7 @@ msgctxt "selection:purchase.purchase,invoice_method:" msgid "Based On Shipment" -msgstr "Basado en el albarán" +msgstr "Basado en el envío" msgctxt "selection:purchase.purchase,invoice_method:" msgid "Manual" diff -Nru tryton-modules-analytic-purchase-3.0.0/MANIFEST.in tryton-modules-analytic-purchase-3.2.0/MANIFEST.in --- tryton-modules-analytic-purchase-3.0.0/MANIFEST.in 2013-03-03 18:13:22.000000000 +0000 +++ tryton-modules-analytic-purchase-3.2.0/MANIFEST.in 2014-03-08 12:13:58.000000000 +0000 @@ -1,11 +1,9 @@ include INSTALL include README -include TODO include COPYRIGHT include CHANGELOG include LICENSE include tryton.cfg include *.xml include view/*.xml -include *.odt include locale/*.po diff -Nru tryton-modules-analytic-purchase-3.0.0/PKG-INFO tryton-modules-analytic-purchase-3.2.0/PKG-INFO --- tryton-modules-analytic-purchase-3.0.0/PKG-INFO 2013-10-21 14:28:19.000000000 +0000 +++ tryton-modules-analytic-purchase-3.2.0/PKG-INFO 2014-04-21 18:45:37.000000000 +0000 @@ -1,12 +1,12 @@ Metadata-Version: 1.1 Name: trytond_analytic_purchase -Version: 3.0.0 +Version: 3.2.0 Summary: Tryton module to add analytic accounting on purchase Home-page: http://www.tryton.org/ Author: Tryton -Author-email: UNKNOWN +Author-email: issue_tracker@tryton.org License: GPL-3 -Download-URL: http://downloads.tryton.org/3.0/ +Download-URL: http://downloads.tryton.org/3.2/ Description: trytond_analytic_purchase ========================= @@ -43,6 +43,7 @@ http://www.tryton.org/ +Keywords: tryton analytic account purchase Platform: UNKNOWN Classifier: Development Status :: 5 - Production/Stable Classifier: Environment :: Plugins @@ -62,7 +63,6 @@ Classifier: Natural Language :: Slovenian Classifier: Natural Language :: Spanish Classifier: Operating System :: OS Independent -Classifier: Programming Language :: Python :: 2.6 Classifier: Programming Language :: Python :: 2.7 Classifier: Topic :: Office/Business Classifier: Topic :: Office/Business :: Financial :: Accounting diff -Nru tryton-modules-analytic-purchase-3.0.0/purchase.py tryton-modules-analytic-purchase-3.2.0/purchase.py --- tryton-modules-analytic-purchase-3.0.0/purchase.py 2013-10-20 10:24:50.000000000 +0000 +++ tryton-modules-analytic-purchase-3.2.0/purchase.py 2014-03-03 21:27:18.000000000 +0000 @@ -74,10 +74,10 @@ return res @classmethod - def default_get(cls, fields, with_rec_name=True): + def default_get(cls, fields, with_rec_name=True, with_on_change=True): fields = [x for x in fields if not x.startswith('analytic_account_')] return super(PurchaseLine, cls).default_get(fields, - with_rec_name=with_rec_name) + with_rec_name=with_rec_name, with_on_change=with_on_change) @classmethod def read(cls, ids, fields_names=None): @@ -142,42 +142,53 @@ return super(PurchaseLine, cls).create(vlist) @classmethod - def write(cls, lines, vals): + def write(cls, *args): Selection = Pool().get('analytic_account.account.selection') - vals = vals.copy() - selection_vals = {} - for field in vals.keys(): - if field.startswith('analytic_account_'): - root_id = int(field[len('analytic_account_'):]) - selection_vals[root_id] = vals[field] - del vals[field] - if selection_vals: - for line in lines: - if line.type != 'line': - continue - accounts = [] - if not line.analytic_accounts: - # Create missing selection - with Transaction().set_user(0): - selection, = Selection.create([{}]) - cls.write([line], { - 'analytic_accounts': selection.id, - }) - for account in line.analytic_accounts.accounts: - if account.root.id in selection_vals: - value = selection_vals[account.root.id] - if value: - accounts.append(value) - else: - accounts.append(account.id) - for account_id in selection_vals.values(): - if account_id \ - and account_id not in accounts: - accounts.append(account_id) - Selection.write([line.analytic_accounts], { - 'accounts': [('set', accounts)], - }) - return super(PurchaseLine, cls).write(lines, vals) + + actions = iter(args) + args = [] + for lines, values in zip(actions, actions): + values = values.copy() + selection_vals = {} + for field, value in values.items(): + if field.startswith('analytic_account_'): + root_id = int(field[len('analytic_account_'):]) + selection_vals[root_id] = value + del values[field] + if selection_vals: + for line in lines: + if line.type != 'line': + continue + accounts = [] + if not line.analytic_accounts: + # Create missing selection + with Transaction().set_user(0): + selection, = Selection.create([{}]) + cls.write([line], { + 'analytic_accounts': selection.id, + }) + for account in line.analytic_accounts.accounts: + if account.root.id in selection_vals: + value = selection_vals[account.root.id] + if value: + accounts.append(value) + else: + accounts.append(account.id) + for account_id in selection_vals.values(): + if account_id \ + and account_id not in accounts: + accounts.append(account_id) + to_remove = list( + set((a.id for a in line.analytic_accounts.accounts)) + - set(accounts)) + Selection.write([line.analytic_accounts], { + 'accounts': [ + ('remove', to_remove), + ('add', accounts), + ], + }) + args.extend((lines, values)) + return super(PurchaseLine, cls).write(*args) @classmethod def delete(cls, lines): @@ -240,8 +251,8 @@ return accounts @classmethod - def write(cls, accounts, vals): + def write(cls, accounts, values, *args): PurchaseLine = Pool().get('purchase.line') - super(Account, cls).write(accounts, vals) + super(Account, cls).write(accounts, values, *args) # Restart the cache on the fields_view_get method of purchase.line PurchaseLine._fields_view_get_cache.clear() diff -Nru tryton-modules-analytic-purchase-3.0.0/setup.py tryton-modules-analytic-purchase-3.2.0/setup.py --- tryton-modules-analytic-purchase-3.0.0/setup.py 2013-10-18 19:47:00.000000000 +0000 +++ tryton-modules-analytic-purchase-3.2.0/setup.py 2014-03-08 12:13:58.000000000 +0000 @@ -11,33 +11,51 @@ def read(fname): return open(os.path.join(os.path.dirname(__file__), fname)).read() + +def get_require_version(name): + if minor_version % 2: + require = '%s >= %s.%s.dev0, < %s.%s' + else: + require = '%s >= %s.%s, < %s.%s' + require %= (name, major_version, minor_version, + major_version, minor_version + 1) + return require + config = ConfigParser.ConfigParser() config.readfp(open('tryton.cfg')) info = dict(config.items('tryton')) for key in ('depends', 'extras_depend', 'xml'): if key in info: info[key] = info[key].strip().splitlines() -major_version, minor_version, _ = info.get('version', '0.0.1').split('.', 2) +version = info.get('version', '0.0.1') +major_version, minor_version, _ = version.split('.', 2) major_version = int(major_version) minor_version = int(minor_version) +name = 'trytond_analytic_purchase' + +download_url = 'http://downloads.tryton.org/%s.%s/' % ( + major_version, minor_version) +if minor_version % 2: + version = '%s.%s.dev0' % (major_version, minor_version) + download_url = ( + 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % ( + name[8:], name, version)) requires = [] for dep in info.get('depends', []): if not re.match(r'(ir|res|webdav)(\W|$)', dep): - requires.append('trytond_%s >= %s.%s, < %s.%s' % - (dep, major_version, minor_version, major_version, - minor_version + 1)) -requires.append('trytond >= %s.%s, < %s.%s' % - (major_version, minor_version, major_version, minor_version + 1)) + requires.append(get_require_version('trytond_%s' % dep)) +requires.append(get_require_version('trytond')) -setup(name='trytond_analytic_purchase', - version=info.get('version', '0.0.1'), +setup(name=name, + version=version, description='Tryton module to add analytic accounting on purchase', long_description=read('README'), author='Tryton', + author_email='issue_tracker@tryton.org', url='http://www.tryton.org/', - download_url=("http://downloads.tryton.org/" + - info.get('version', '0.0.1').rsplit('.', 1)[0] + '/'), + download_url=download_url, + keywords='tryton analytic account purchase', package_dir={'trytond.modules.analytic_purchase': '.'}, packages=[ 'trytond.modules.analytic_purchase', @@ -66,7 +84,6 @@ 'Natural Language :: Slovenian', 'Natural Language :: Spanish', 'Operating System :: OS Independent', - 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', 'Topic :: Office/Business', 'Topic :: Office/Business :: Financial :: Accounting', diff -Nru tryton-modules-analytic-purchase-3.0.0/tests/test_analytic_purchase.py tryton-modules-analytic-purchase-3.2.0/tests/test_analytic_purchase.py --- tryton-modules-analytic-purchase-3.0.0/tests/test_analytic_purchase.py 2012-04-03 18:15:09.000000000 +0000 +++ tryton-modules-analytic-purchase-3.2.0/tests/test_analytic_purchase.py 2014-01-12 19:04:00.000000000 +0000 @@ -1,37 +1,22 @@ -#!/usr/bin/env python #This file is part of Tryton. The COPYRIGHT file at the top level of #this repository contains the full copyright notices and license terms. - -import sys -import os -DIR = os.path.abspath(os.path.normpath(os.path.join(__file__, - '..', '..', '..', '..', '..', 'trytond'))) -if os.path.isdir(DIR): - sys.path.insert(0, os.path.dirname(DIR)) - import unittest import trytond.tests.test_tryton from trytond.tests.test_tryton import test_view, test_depends class AnalyticPurchaseTestCase(unittest.TestCase): - ''' - Test AnalyticPurchase module. - ''' + 'Test AnalyticPurchase module' def setUp(self): trytond.tests.test_tryton.install_module('analytic_purchase') def test0005views(self): - ''' - Test views. - ''' + 'Test views' test_view('analytic_purchase') def test0006depends(self): - ''' - Test depends. - ''' + 'Test depends' test_depends() @@ -40,6 +25,3 @@ suite.addTests(unittest.TestLoader().loadTestsFromTestCase( AnalyticPurchaseTestCase)) return suite - -if __name__ == '__main__': - unittest.TextTestRunner(verbosity=2).run(suite()) diff -Nru tryton-modules-analytic-purchase-3.0.0/tryton.cfg tryton-modules-analytic-purchase-3.2.0/tryton.cfg --- tryton-modules-analytic-purchase-3.0.0/tryton.cfg 2013-10-21 14:28:08.000000000 +0000 +++ tryton-modules-analytic-purchase-3.2.0/tryton.cfg 2014-04-21 18:45:24.000000000 +0000 @@ -1,5 +1,5 @@ [tryton] -version=3.0.0 +version=3.2.0 depends: analytic_account analytic_invoice diff -Nru tryton-modules-analytic-purchase-3.0.0/trytond_analytic_purchase.egg-info/PKG-INFO tryton-modules-analytic-purchase-3.2.0/trytond_analytic_purchase.egg-info/PKG-INFO --- tryton-modules-analytic-purchase-3.0.0/trytond_analytic_purchase.egg-info/PKG-INFO 2013-10-21 14:28:15.000000000 +0000 +++ tryton-modules-analytic-purchase-3.2.0/trytond_analytic_purchase.egg-info/PKG-INFO 2014-04-21 18:45:33.000000000 +0000 @@ -1,12 +1,12 @@ Metadata-Version: 1.1 Name: trytond-analytic-purchase -Version: 3.0.0 +Version: 3.2.0 Summary: Tryton module to add analytic accounting on purchase Home-page: http://www.tryton.org/ Author: Tryton -Author-email: UNKNOWN +Author-email: issue_tracker@tryton.org License: GPL-3 -Download-URL: http://downloads.tryton.org/3.0/ +Download-URL: http://downloads.tryton.org/3.2/ Description: trytond_analytic_purchase ========================= @@ -43,6 +43,7 @@ http://www.tryton.org/ +Keywords: tryton analytic account purchase Platform: UNKNOWN Classifier: Development Status :: 5 - Production/Stable Classifier: Environment :: Plugins @@ -62,7 +63,6 @@ Classifier: Natural Language :: Slovenian Classifier: Natural Language :: Spanish Classifier: Operating System :: OS Independent -Classifier: Programming Language :: Python :: 2.6 Classifier: Programming Language :: Python :: 2.7 Classifier: Topic :: Office/Business Classifier: Topic :: Office/Business :: Financial :: Accounting diff -Nru tryton-modules-analytic-purchase-3.0.0/trytond_analytic_purchase.egg-info/requires.txt tryton-modules-analytic-purchase-3.2.0/trytond_analytic_purchase.egg-info/requires.txt --- tryton-modules-analytic-purchase-3.0.0/trytond_analytic_purchase.egg-info/requires.txt 2013-10-21 14:28:15.000000000 +0000 +++ tryton-modules-analytic-purchase-3.2.0/trytond_analytic_purchase.egg-info/requires.txt 2014-04-21 18:45:33.000000000 +0000 @@ -1,4 +1,4 @@ -trytond_analytic_account >= 3.0, < 3.1 -trytond_analytic_invoice >= 3.0, < 3.1 -trytond_purchase >= 3.0, < 3.1 -trytond >= 3.0, < 3.1 \ No newline at end of file +trytond_analytic_account >= 3.2, < 3.3 +trytond_analytic_invoice >= 3.2, < 3.3 +trytond_purchase >= 3.2, < 3.3 +trytond >= 3.2, < 3.3 \ No newline at end of file