log setup.py @ 8998:a80ac2033a8a draft i18n tip

age author description
Tue, 13 Dec 2022 16:46:09 +0100 Mads Kiilerich setup: use old importlib_metadata version to fix kombu failing on python < 3.8 stable
Tue, 08 Feb 2022 01:06:04 +0100 Mads Kiilerich setup: support Mercurial 6.1 for continuously improved Python 3 support stable
Tue, 28 Sep 2021 14:00:08 +0200 Mads Kiilerich setup: support Mercurial 5.9 for continuously improved Python 3 support stable
Tue, 28 Sep 2021 14:40:55 +0200 Mads Kiilerich setup: support Bleach 4.2 for Python 3.10 support stable
Tue, 28 Sep 2021 13:58:58 +0200 Mads Kiilerich setup: support FormEncode 2.0.0 for Python 3.10 support stable
Wed, 12 May 2021 12:01:54 +0200 Mads Kiilerich setup: make chardet a mandatory dependency
Wed, 21 Apr 2021 13:34:02 +0200 Mads Kiilerich hg: support Mercurial 5.8
Wed, 20 Jan 2021 00:54:55 +0100 Mads Kiilerich setup: support Mercurial 5.7
Thu, 07 Jan 2021 03:47:21 +0100 Mads Kiilerich celery: upgrade to Celery 5.0 ... and adjust for Click API
Sun, 01 Nov 2020 06:29:32 +0100 Mads Kiilerich imports: try to use global imports unless it is a layering violation
Thu, 22 Oct 2020 11:29:32 +0200 Mads Kiilerich hg: support Mercurial 5.6
Mon, 20 Jul 2020 20:13:32 +0200 Mads Kiilerich mercurial: support Mercurial 5.5
Wed, 06 May 2020 21:40:05 +0200 Mads Kiilerich setup: bump version numbers to current max
Thu, 23 Apr 2020 21:45:27 +0200 Mads Kiilerich tg: move make_app to kallithea/config/application.py per TG 2.4 convention
Thu, 04 Jun 2020 20:56:36 +0200 Thomas De Schampheleire setup: exclude celery 4.4.4 which is broken due to unexpressed dependency stable
Sat, 23 May 2020 19:52:04 +0200 Thomas De Schampheleire cleanup: drop last traces of kallithea-config stable
Wed, 22 Apr 2020 14:13:47 +0200 Mads Kiilerich hg: support Mercurial 5.4
Fri, 10 Apr 2020 16:54:50 +0200 Mads Kiilerich setup: install pip in virtualenv to make sure we have the latest version
Thu, 26 Mar 2020 18:12:52 +0100 Mads Kiilerich setup: avoid bleach 3.1.4 for now - it seems to deliberately cause regressions
Mon, 30 Dec 2019 01:02:36 +0100 Mads Kiilerich auth: also use safe password hashing on Windows using bcrypt
Sun, 04 Aug 2019 00:07:10 +0200 Mads Kiilerich cleanup: minimize use of lambda expressions - we have 'def' for that purpose
Thu, 20 Feb 2020 02:03:24 +0100 Mads Kiilerich celery: upgrade to Celery 4
Sun, 09 Feb 2020 19:42:16 +0100 Mads Kiilerich cleanup: trivial fixes for some pyflakes warnings
Thu, 06 Feb 2020 02:38:25 +0100 Mads Kiilerich setup: bump version numbers to current max
Wed, 05 Feb 2020 22:28:20 +0100 Mads Kiilerich py3: officially support Python 3
Sat, 23 Nov 2019 22:08:18 +0100 Mads Kiilerich py3: switch to use Python 3 interpreter, temporarily leaving many things very broken until they have been migrated/fixed in a reviewable way
Sat, 25 Jan 2020 22:13:43 +0100 Mads Kiilerich setup: support Mercurial 5.3
Sat, 04 Jan 2020 00:30:21 +0100 Mads Kiilerich setup: bump sqlalchemy minimum version to 1.2.9 to get rid of py3 warning
Sat, 04 Jan 2020 00:23:15 +0100 Mads Kiilerich setup: bump alembic minimum version to 1.0.10 to get rid of py3 warning
Sat, 04 Jan 2020 00:17:20 +0100 Mads Kiilerich setup: bump decorator minimum version to 4.2.1 to get rid of py3 warning