Commit Graph

53 Commits

Author SHA1 Message Date
Sergi Almacellas Abellana 9b1f2e4b36 Add product identifiers
issue7086
review265481006
2019-06-06 19:20:43 +02:00
Cédric Krier dd268576e9 Add Finnish
issue7237
review44951002
2019-05-01 16:38:56 +02:00
Cédric Krier 2bdc3f450d Add Turkish
issue6745
review48261002
2019-05-01 16:18:48 +02:00
Cédric Krier 156f1bbfcf Drop support of python 3.4
issue8203
review279171002
2019-04-07 19:50:03 +02:00
Cédric Krier 5278b37b6c Merge README and doc and remove INSTALL
issue7397
review253271002
2019-04-06 17:38:56 +02:00
Cédric Krier 2497999745 Update links in package description
issue7921
2019-03-31 00:15:09 +01:00
Cédric Krier 82dd5c3c7d Use find_packages to discover packages
issue7963
review253111002
2019-03-22 15:33:43 +01:00
Cédric Krier ac3f4d3f1c Re-add trydevpi to dependency_links
It is needed to install Tryton's dependencies of dependencies.

issue8044
2019-01-26 01:10:48 +01:00
Cédric Krier 60d728713e Replace --process-dependency-link by --find-links
issue8044
review51611003
2019-01-25 23:26:59 +01:00
Cédric Krier 029a0a13da Prepare release 5.0.0 2018-10-01 12:43:35 +02:00
Cédric Krier 841d376b05 Remove deprecation warning
- remove invalid escape sequence
- use  read_file instead of read_fp
- use importlib instead of imp and __import__
- use callable instead of instance of collections.Callable
- fix silent file closing
- replace SafeConfigParser by ConfigParser
- replace decodestring by decodebytes
- replace encodestring by encodebytes

issue7666
issue7390
review53361004
2018-09-01 17:06:28 +02:00
Cédric Krier be57369675 Add support for Python 3.7
issue7547
2018-07-28 16:44:10 +02:00
Cédric Krier ef73236e26 Remove support for Python 2.7
issue7497
review53261002
2018-06-26 19:11:48 +02:00
Cédric Krier 748e9f5031 Add Persian
issue7311
2018-04-14 17:23:50 +02:00
Cédric Krier df9f7f7f68 Improve dependency links
issue7049
2018-01-21 19:58:02 +01:00
Cédric Krier ca41ca8506 Remove support of Python 3.3 and add Python 3.6
issue6843
review41611002
2017-10-23 23:54:04 +02:00
Nicolas Évrard 8360d184a4 Set the right license in the classifiers
review9191003
2017-02-13 16:35:58 +01:00
Cédric Krier 5ba201bcac Update translations 2016-11-25 23:53:19 +01:00
Cédric Krier 69a68a49ba Update translations 2016-05-01 11:01:41 +02:00
Cédric Krier bf7f4254f5 Add Python3 support
issue3211
review19011002
2016-02-11 22:59:18 +01:00
Sharoon Thomas f50679af90 Update dependency for new webdav module
issue4703
review15181002
2016-01-16 19:23:41 +01:00
Cédric Krier a5747952d9 Add Hungarian 2015-09-02 13:52:23 +02:00
Cédric Krier 18c2bbbaef Add Italian 2015-07-09 15:42:29 +02:00
Cédric Krier 7499d59031 Add Portuguese (Brazil) 2015-06-22 22:10:02 +02:00
Cédric Krier 01b09359e8 Add support for PyPy
issue4408
2015-03-15 16:00:28 +01:00
Cédric Krier 99914f4586 Fix most flake8 errors
review8771002
2014-12-02 12:55:30 +01:00
Cédric Krier 484dc28784 Improve setup.py to allow dev publication
issue3436
issue1891
review2441002
2014-03-08 12:59:24 +01:00
Cédric Krier dabc0fd42a Drop support of Python 2.6
review2691002
2014-01-31 00:03:47 +01:00
Cédric Krier 4384482d71 Add Slovenian classifier 2013-10-18 21:50:11 +02:00
Cédric Krier 57b56e8e94 Migration to python-sql
review1001002
2013-09-06 22:34:24 +02:00
Albert Cervera i Areny 67f0096c18 Update Catalan translation. 2013-04-19 19:37:49 +02:00
Cédric Krier 5e01f3feed Use separate XML files for views 2013-03-09 15:42:09 +01:00
Cédric Krier 69a4e3036e Fix flake8 2013-02-24 14:18:51 +01:00
Cédric Krier 97885b8fc3 Simplify module information with python configuration
review363001
2012-06-08 19:34:08 +02:00
Cédric Krier c72de3e12c Simplify workflow engine
review256001
2012-03-25 00:18:01 +01:00
Cédric Krier b95a06c84f Clean translations 2011-10-24 00:24:48 +02:00
Cédric Krier f389b70ddf Set Tryton classifier
issue2134
2011-09-29 23:24:10 +02:00
Cédric Krier ad6c9ee02b icons is not a module
issue2149
2011-09-29 17:28:00 +02:00
Cédric Krier b508eeaa73 Remove support of Python2.5 and fix py3 warnings 2011-07-12 00:17:55 +02:00
Cédric Krier a6978ce062 Add missing icons 2011-04-26 21:26:57 +02:00
Cédric Krier d59b4639da Prepare release 2.0.0 2011-04-26 21:14:10 +02:00
Cédric Krier f26baecec6 Add test_suite in setup.py 2010-03-12 17:49:38 +01:00
Cédric Krier 451d9b9a40 Use open instead of file to follow recommendation of Python doc 2010-02-22 23:18:11 +01:00
Cédric Krier 45f1e8ca88 Improve requires of setup.py for issue1420
Add version constraint on other modules
Use one line constraint for trytond
Remove unused find_packages
2010-02-22 16:31:10 +01:00
Hartmut Goebel f76757407b Minor code cleanup in setup.py 2009-06-22 12:18:01 +02:00
Cédric Krier 59eb36f443 Allow egg installation 2008-11-18 18:29:14 +01:00
Cédric Krier f538a7af5c Prepare release 1.0.0 2008-11-17 11:23:52 +01:00
Cédric Krier 3451bfabf9 Fix setup 2008-10-27 10:12:59 +01:00
Cédric Krier a38aabfdf1 Fix name in setup 2008-10-27 09:55:04 +01:00
Cédric Krier c9b85feef8 Fix version number
Add trytond requires
2008-10-23 16:24:06 +02:00