Commit graph

253 commits

Author SHA1 Message Date
Ankush Menat
3d474b5927 fix: drop py3.7 support for v14 2022-01-10 13:45:18 +05:30
Gavin D'souza
a0e2d0ec20 fix: Drop support for Python 3.6
* Bumping iPython by a minor version broke 3.6 installs for us via https://github.com/frappe/frappe/pull/14192
* We could just add another line in requirements.txt to solve this, but
  since PY36 is reaching end of life by end of this year and release of
  3.10 is just around the corner, might as well just drop it now than
    later
* Frappe v14 would probably have the support range of 3.7-3.10/11 given
  when we release it. Maintaining dependencies for such a large range
  can become cumbersome
2021-09-17 11:24:51 +05:30
Gavin D'souza
e407b78506 chore: Drop dead and deprecated code
* Remove six for PY2 compatability since our dependencies are not, PY2
  is legacy.
* Removed usages of utils from future/past libraries since they are
  deprecated. This includes 'from __future__ ...' and 'from past...'
  statements.
* Removed compatibility imports for PY2, switched from six imports to
  standard library imports.
* Removed utils code blocks that handle operations depending on PY2/3
  versions.
* Removed 'from __future__ ...' lines from templates/code generators
* Used PY3 syntaxes in place of PY2 compatible blocks. eg: metaclass
2021-05-26 15:31:29 +05:30
Chinmay D. Pai
d94e48dbfb
chore: set python_requires to >=3.6
recent changes in frappe/__init__.py make use of f-strings that are only
available on python>=3.6

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2020-05-13 02:03:12 +05:30
Aditya Hase
837bfc0995 fix(unicode): Import unicode_literals in every file (#6805)
* fix(unicode): Import unicode_literals in every file

* fix(unicode): Test if safe_json_loads return unicode instead of bytes
2019-01-25 11:56:27 +05:30
Ameya Shenoy
c6e4699e5b removed bad code and made compatible with pip 10 (#5458) 2018-04-30 11:22:09 +05:30
Ameya Shenoy
a6087cb243
Compatibility for pip10
- also some spaces and tabs fixes
2018-04-15 03:41:32 +05:30
Achilles Rasquinha
6d764e7ac5 fixed codacy 2017-09-26 10:03:19 +05:30
Achilles Rasquinha
5ac8b500a4 fixed codacy 2017-09-25 21:22:17 +05:30
Achilles Rasquinha
c1ab7eab45 codacy fix 2017-09-25 20:56:15 +05:30
Achilles Rasquinha
eb152073a7 fu codacy 2017-09-25 19:48:18 +05:30
Achilles Rasquinha
a38b6913ce added a Makefile for faster dev, and clean command to remove eggs, wheels, builds, dist - anything that clutters devspace 2017-09-25 19:33:54 +05:30
Anand Doshi
684c8a3e2f [fix] change in versioning: store __version__ in __init__.py 2016-06-09 16:07:09 +05:30
Nabin Hait
6704fef89d bumped to version 6.27.21 2016-06-03 12:19:00 +06:00
Nabin Hait
f5d1fd3bea bumped to version 6.27.20 2016-05-26 16:11:49 +06:00
Nabin Hait
2e88c23fd4 bumped to version 6.27.19 2016-05-20 12:46:59 +06:00
Nabin Hait
786d2598a0 bumped to version 6.27.18 2016-05-11 13:11:34 +06:00
Nabin Hait
85f87f3748 bumped to version 6.27.17 2016-05-06 16:41:54 +06:00
Anand Doshi
3a091a3ef3 bumped to version 6.27.16 2016-04-28 17:13:57 +06:00
Anand Doshi
8d1ace1ccc bumped to version 6.27.15 2016-04-27 16:09:44 +06:00
Anand Doshi
01aa272db6 bumped to version 6.27.14 2016-04-22 13:17:41 +06:00
Anand Doshi
9f66e0faaf bumped to version 6.27.13 2016-04-20 20:42:34 +06:00
Anand Doshi
ded3c11f76 bumped to version 6.27.12 2016-04-20 20:10:20 +06:00
Anand Doshi
92b4fdcf88 bumped to version 6.27.11 2016-04-20 16:41:01 +06:00
Nabin Hait
98a06e1276 bumped to version 6.27.10 2016-04-15 11:30:38 +06:00
Nabin Hait
6d2a5853ed bumped to version 6.27.9 2016-04-13 16:32:58 +06:00
Anand Doshi
81c04d354e bumped to version 6.27.8 2016-04-07 18:03:23 +06:00
Anand Doshi
f8cfc205ba bumped to version 6.27.7 2016-04-04 18:24:06 +06:00
Rushabh Mehta
8243972abf bumped to version 6.27.6 2016-03-25 11:58:35 +06:00
Rushabh Mehta
c3689ceda1 bumped to version 6.27.5 2016-03-25 11:56:19 +06:00
Rushabh Mehta
eb4b16f0a2 bumped to version 6.27.4 2016-03-21 19:01:59 +06:00
Rushabh Mehta
cb660f1b80 bumped to version 6.27.3 2016-03-21 15:18:59 +06:00
Nabin Hait
623940d135 bumped to version 6.27.2 2016-03-18 17:07:38 +06:00
Nabin Hait
a96af1a6ed bumped to version 6.27.1 2016-03-17 20:02:31 +06:00
Nabin Hait
0c5b6ffec0 bumped to version 6.27.0 2016-03-17 19:48:29 +06:00
Nabin Hait
58e14cba5b bumped to version 6.26.6 2016-03-15 17:17:43 +06:00
Nabin Hait
5bef3e2dec bumped to version 6.26.5 2016-03-15 17:06:25 +06:00
Anand Doshi
f23d14c2a4 bumped to version 6.26.4 2016-03-11 12:58:37 +06:00
Anand Doshi
c470bc5817 bumped to version 6.26.3 2016-03-10 16:04:22 +06:00
Anand Doshi
461e0601bf bumped to version 6.26.2 2016-03-10 13:17:23 +06:00
Anand Doshi
aa77614a3e bumped to version 6.26.1 2016-03-09 19:32:30 +06:00
Anand Doshi
cdbe2f17e4 bumped to version 6.26.0 2016-03-09 15:46:14 +06:00
Rushabh Mehta
f689223e3f bumped to version 6.25.6 2016-03-03 17:46:49 +06:00
Rushabh Mehta
ef99e31762 bumped to version 6.25.5 2016-03-03 14:20:18 +06:00
Rushabh Mehta
e3a4dacffc bumped to version 6.25.4 2016-03-03 13:42:56 +06:00
Rushabh Mehta
2ab6ebcf3e bumped to version 6.25.3 2016-03-03 13:04:58 +06:00
Rushabh Mehta
43f024134f bumped to version 6.25.2 2016-03-03 12:17:45 +06:00
Rushabh Mehta
edd82a5898 bumped to version 6.25.1 2016-03-03 11:56:49 +06:00
Rushabh Mehta
5360cd6d73 bumped to version 6.25.0 2016-03-03 11:34:24 +06:00
Rushabh Mehta
08d2b3adb4 bumped to version 6.24.10 2016-02-29 16:13:00 +06:00