log setup.py @ 8791:b3d8a3000a7f

age author description
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
Sat, 04 Jan 2020 01:01:17 +0100 Mads Kiilerich setup: bump dulwich minimum version to 0.19.0 to get good py3 support
Sat, 04 Jan 2020 01:05:55 +0100 Mads Kiilerich setup: bump whoosh minimum version to 2.7.1 to get py3 support
Sat, 04 Jan 2020 00:45:45 +0100 Mads Kiilerich setup: bump mako minimum version to 0.9.1 to get py3 support
Sat, 04 Jan 2020 00:34:30 +0100 Mads Kiilerich setup: bump python-dateutil minimum version to 2.1.0 to get py3 support
Fri, 03 Jan 2020 23:59:15 +0100 Mads Kiilerich setup: bump beaker minimum version to 1.10.1 to get py3 support
Fri, 03 Jan 2020 23:54:59 +0100 Mads Kiilerich setup: bump formencode minimum version to 1.3.1 to get py3 support
Fri, 03 Jan 2020 23:49:19 +0100 Mads Kiilerich setup: bump ipaddr minium version to 2.2.0 to get py3 support
Sat, 04 Jan 2020 00:40:10 +0100 Mads Kiilerich setup: bump TurboGears minimum version to 2.4
Sat, 04 Jan 2020 00:10:46 +0100 Mads Kiilerich setup: bump WebOb minimum version to 1.8
Fri, 27 Dec 2019 01:46:11 +0100 Mads Kiilerich py3: open files as binary or not, depending on how we want to use them
Wed, 25 Dec 2019 15:39:33 +0100 Mads Kiilerich hg: bump minimum version to 5.1
Mon, 11 Nov 2019 00:38:52 +0100 Mads Kiilerich setup: kill WebHelpers - it is no longer used
Mon, 11 Nov 2019 01:56:23 +0100 Mads Kiilerich setup: upgrade to Routes > 2 - all blockers have been fixed
Thu, 07 Nov 2019 03:12:41 +0100 Mads Kiilerich page: minimal change to move from webhelpers.paginate to paginate
Wed, 30 Oct 2019 12:59:39 +0100 Mads Kiilerich setup: set explicit minimum version for all dependencies
Mon, 21 Oct 2019 21:55:58 +0200 Thomas De Schampheleire setup.py: bump Pygments minimum version to 2.2.0
Sun, 27 Oct 2019 18:29:52 +0100 Mads Kiilerich hg: support Mercurial 5.2
Sun, 11 Aug 2019 14:08:58 +0200 Mads Kiilerich setup: TurboGears 2.4 (and WebOb 1.8.0)
Sun, 18 Aug 2019 18:33:35 +0200 Mads Kiilerich setup: use an actual existing version as minimum requirement for ipaddr
Wed, 07 Aug 2019 00:25:02 +0200 Mads Kiilerich scripts: initial run of import cleanup using isort
Sun, 04 Aug 2019 01:08:08 +0200 Mads Kiilerich lib: use ipaddr from pip instead of vendoring it
Sat, 03 Aug 2019 19:21:32 +0200 Mads Kiilerich setup: support Mercurial 5.1
Mon, 22 Jul 2019 04:18:37 +0200 Mads Kiilerich helpers: use WebHelpers2 as much as possible - it supports Python3, and WebHelpers is dead
Mon, 22 Jul 2019 00:37:47 +0200 Mads Kiilerich setup: some additional cleanup after we no longer support Python < 2.7
Sun, 16 Jun 2019 20:16:44 +0200 Thomas De Schampheleire setup: bump formencode minimum version to 1.3.0
Fri, 07 Jun 2019 03:37:07 +0200 Mads Kiilerich setup: bump some setup.py dependency versions
Sun, 26 May 2019 22:41:36 +0200 Mads Kiilerich setup: support Mercurial 5.0
Sun, 26 May 2019 23:20:58 +0200 Mads Kiilerich setup: bump Mercurial minimum version to 4.5 - that allow us to drop some hacks, and it was released more than one year ago
Wed, 01 May 2019 22:44:51 +0200 Mads Kiilerich setup: drop support for Python 2.6
Mon, 01 Apr 2019 20:06:41 +0200 Thomas De Schampheleire setup: restrict TurboGears2 version to 2.3.x stable
Mon, 25 Mar 2019 21:07:21 +0100 Thomas De Schampheleire dependencies: bump minimum requirements to fix installation with minimum versions
Wed, 20 Mar 2019 15:59:32 +0100 Mads Kiilerich hg: support Mercurial 4.9
Fri, 28 Dec 2018 21:56:52 +0100 Thomas De Schampheleire setup.py: support Paste 3.0.x
Sun, 23 Dec 2018 21:16:07 +0100 Mads Kiilerich gearbox: drop last traces of upgrade-db paster command
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox celeryd' into 'kallithea-cli celery-run'
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox make-index' into 'kallithea-cli index-create'
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox make-rcext' in 'kallithea-cli extensions-create'
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox setup-db' into 'kallithea-cli db-create'
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox install-iis' into 'kallithea-cli iis-install'
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox cleanup-repos' into 'kallithea-cli repo-purge-deleted'
Wed, 03 Oct 2018 21:47:43 +0200 Thomas De Schampheleire cli: drop 'gearbox cache-keys --show/--cleanup' - they are rarely used, and use cases are covered by commands for updating metadata
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox update-repoinfo' into 'kallithea-cli repo-update-metadata'
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox repo-scan' into 'kallithea-cli repo-scan'
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox ishell' into 'kallithea-cli ishell'
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox make-config' into 'kallithea-cli config-create'
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: initial introduction of 'kallithea-cli' command
Mon, 05 Nov 2018 00:31:07 +0100 Mads Kiilerich Merge stable
Sun, 21 Oct 2018 17:44:06 +0200 Mads Kiilerich lib: use bleach to sanitize HTML generated from markdown - fix XSS issue when repo front page shows README.md stable
Mon, 29 Oct 2018 01:20:21 +0100 Mads Kiilerich hg: support Mercurial 4.8
Sat, 01 Sep 2018 16:14:24 +0200 Mads Kiilerich setup: bump all upper pip dependency versions to minor updates of what currently is available and testable on pypi
Sat, 01 Sep 2018 02:14:29 +0200 Mads Kiilerich setup: clarify that we require Routes less than 2.0
Sat, 01 Sep 2018 02:10:28 +0200 Mads Kiilerich celery: clarify that celery 4 doesn't work
Thu, 30 Aug 2018 20:58:25 +0200 Thomas De Schampheleire setup: sort gearbox.commands
Mon, 06 Aug 2018 00:37:13 +0200 Mads Kiilerich setup: normalize casing of dependencies and formatting of constraints
Sun, 05 Aug 2018 23:25:23 +0200 Mads Kiilerich hg: support 4.7
Sun, 05 Aug 2018 23:16:10 +0200 Mads Kiilerich hg: bump minimum version to 4.1.1
Fri, 11 May 2018 14:26:48 +0200 Mads Kiilerich setup: support Mercurial 4.6
Mon, 02 Apr 2018 14:22:11 +0200 Mads Kiilerich setup: support Mercurial 4.5.x
Mon, 02 Apr 2018 14:14:55 +0200 Mads Kiilerich setup: drop support for Mercurial < 4.0
Sun, 08 Apr 2018 17:03:08 +0200 Mads Kiilerich setup: do like TurboGears2 and don't support WebOb 1.8
Tue, 30 Jan 2018 14:35:03 +0100 Branko Majic setup: updated dependencies to accept latest Pylons release (1.0.3). stable
Thu, 11 Jan 2018 19:59:10 +0100 domruf tests: git changeset authors need to have the format 'username <user@example.com>'
Wed, 15 Nov 2017 00:05:24 +0100 domruf setup: temporary workaround to avoid dulwich 0.8.16 - it cause test failures
Sun, 22 Oct 2017 23:00:37 +0200 Mads Kiilerich vcs: support Mercurial 4.4
Thu, 14 Sep 2017 02:08:06 +0200 Mads Kiilerich vcs: support Mercurial 4.3.x
Tue, 06 Jun 2017 21:10:52 +0200 domruf hg: support Mercurial 4.2 stable
Sun, 14 May 2017 01:12:56 +0200 Mads Kiilerich setup: don't use setuptools 34 - it has indirect conflicts with the celery version supported on the stable branch (Issue #266) stable
Tue, 06 Jun 2017 21:10:52 +0200 domruf hg: support Mercurial 4.2
Mon, 27 Mar 2017 11:29:38 +0200 Søren Løvborg db: upgrade to SQLAlchemy 1.1, fixing invalid PostgreSQL SQL in User.is_default_user
Fri, 27 Jan 2017 20:49:01 +0100 Thomas De Schampheleire docs: smtp_port is now respected by backlash
Sun, 29 Jan 2017 21:08:49 +0100 Alessandro Molina backend: replace Pylons with TurboGears2
Mon, 12 Sep 2016 17:50:11 +0200 Mads Kiilerich gearbox: make a make-config sub-command available again
Tue, 25 Oct 2016 21:32:24 +0200 Mads Kiilerich gearbox: replace paster with something TurboGears2-ish that still works with the Pylons stack
Thu, 02 Feb 2017 03:11:47 +0100 Mads Kiilerich setup: bump WebOb to >=1.7
Thu, 02 Feb 2017 03:11:29 +0100 Mads Kiilerich setup: bump whoosh and bcrypt minimum versions
Mon, 23 Jan 2017 20:54:42 +0100 Mads Kiilerich setup: really support latest Beaker version (1.8.1) after 5a5bab2b773c
Sat, 14 Jan 2017 20:59:57 +0100 Andrew Shadura setup: bump babel version to <2.4
Sat, 14 Jan 2017 20:56:48 +0100 Andrew Shadura setup: don't constrain docutils version
Sun, 22 Jan 2017 01:16:52 +0100 Mads Kiilerich setup: support latest Beaker version (1.8.1)
Sun, 22 Jan 2017 01:16:52 +0100 Mads Kiilerich hg: support Mercurial 4.1
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich celery: upgrade to Celery 3
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich celeryd: move the celeryd paster command to the place where paster commands live
Wed, 03 Aug 2016 18:26:33 +0200 domruf setup: limit WebTest version to <2.0
Thu, 16 Jun 2016 18:40:26 +0200 domruf setup: support later waitress versions
Thu, 28 Jul 2016 16:28:34 +0200 Mads Kiilerich docs: drop empty Changelog in the documentation
Thu, 28 Jul 2016 16:28:34 +0200 Mads Kiilerich setup: drop ez_setup
Thu, 28 Jul 2016 16:28:34 +0200 Mads Kiilerich setup: support Mercurial 3.9
Thu, 28 Jul 2016 16:28:34 +0200 Mads Kiilerich setup: move test dependencies to dev_requirements.txt to make them optional
Fri, 15 Jul 2016 21:49:35 +0200 Søren Løvborg db: use consistent key/index/constraint names when creating database
Thu, 02 Jun 2016 13:21:59 +0200 Søren Løvborg db: add Alembic "migration environment"
Tue, 14 Jun 2016 12:02:22 +0200 Søren Løvborg paster: add informational/dummy "upgrade-db" command
Mon, 18 Jul 2016 14:08:43 +0200 Søren Løvborg db: remove SQLAlchemy Migrate support
Tue, 12 Jul 2016 21:47:14 +0200 Andrew Shadura setup: bump dulwich dependency to 0.14.1
Sun, 03 Jul 2016 12:21:00 +0200 Andrew Shadura setup: use modern bcrypt implementation instead of unsupported old one
Mon, 23 May 2016 18:02:33 +0200 Mads Kiilerich setup: upgrade SQLAlchemy to 1.0.x series
Wed, 04 May 2016 01:18:25 +0200 Mads Kiilerich setup: support Mercurial 3.8
Fri, 05 Feb 2016 21:19:44 +0100 Thomas De Schampheleire setup.py: enable pytest-sugar plugin
Mon, 07 Mar 2016 18:45:14 +0100 Søren Løvborg setup.py: remove unused package_data
Tue, 09 Feb 2016 17:46:36 +0100 Mads Kiilerich Merge stable