log setup.py @ 8871:142936233154

age author description
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