Python 3.9 introduced the zoneinfo module, which provides the only
feature we used pytz for (getting a datetime.tzinfo object from
an IANA timezone id); so let's use it instead of a third-party
dependency.
It's only used by Aka when sqlite3 is not available, so basically never.
And SQLAlchemy probably can't work without sqlite3 anyway.
Plus, SQLAlchemy depends on greenlet, which does not support
Python 3.11a2 yet: https://github.com/python-greenlet/greenlet/issues/273
Squashed commit of the following:
commit 3b528b5f10
Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com>
Date: Sat Jul 5 10:24:02 2014 +0300
.travis.runonce.bash: fix travis check
* Install sphinx & msgcheck on same line.
* Don't install sphinx twice.
commit aca2040807
Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com>
Date: Sat Jul 5 01:12:10 2014 +0300
.travis.runonce.bash: use sudo in travis
commit 00b8d9d0b2
Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com>
Date: Sat Jul 5 01:08:51 2014 +0300
Revert ".travis.runonce.bash: improvising"
This reverts commit 373471845c.
commit 373471845c
Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com>
Date: Sat Jul 5 01:00:52 2014 +0300
.travis.runonce.bash: improvising
I hope this also works with Travis, but I have no idea does whereis
usually check $HOME/.local/bin …
commit 1a8f54f337
Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com>
Date: Sat Jul 5 00:46:16 2014 +0300
Revert ".travis.runonce.bash: adjust $PATH"
This reverts commit dc09646279.
commit dc09646279
Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com>
Date: Sat Jul 5 00:37:13 2014 +0300
.travis.runonce.bash: adjust $PATH
If something is already installed elsewhere, pip won't reinstall it.
commit bd34aae08a
Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com>
Date: Sat Jul 5 00:25:56 2014 +0300
.travis.runonce.bash: use full paths
for applications installed to $HOME/.local
commit 643878c2f9
Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com>
Date: Sat Jul 5 00:24:20 2014 +0300
Fix Python 2.6 build
Move msgcheck & sphinx to .travis.runonce.bash so 2.6 doesn't fail to
msgcheck requiring Python 2.6.
commit 2fbb279ac2
Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com>
Date: Sat Jul 5 00:19:30 2014 +0300
fix .travis.yml
commit cc1ccb15a0
Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com>
Date: Sat Jul 5 00:08:12 2014 +0300
.travis.runonce.bash: add msgcheck
&& requirements.txt: add msgcheck & forgotten sphinx.
commit a2d910d2f5
Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com>
Date: Sat Jul 5 00:03:41 2014 +0300
.travis.runonce.bash: add forgotten sphinx
commit cdd564f115
Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com>
Date: Sat Jul 5 00:01:14 2014 +0300
Break .travis.yml to two files
* .travis.yml = the primary Travis config file.
* .travis.runonce.bash = the script which we want to run only once per
build.
commit 6c3d2dfcd2
Merge: ebf244237d8a54
Author: Valentin Lorentz <progval+github@progval.net>
Date: Fri Jul 4 19:06:47 2014 +0200
Merge pull request #755 from Mkaysi/services
Services: default NickServ and ChanServ to NickServ and ChanServ.
commit ebf2442dbc
Merge: 3f9b10cc534e82
Author: Valentin Lorentz <progval+github@progval.net>
Date: Mon Jun 30 13:27:34 2014 +0200
Merge pull request #762 from Mkaysi/nickauth
NickAuth: update l10n-fi & messages.pot .
commit c534e824f0
Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com>
Date: Mon Jun 30 14:22:34 2014 +0300
NickAuth: update l10n-fi & messages.pot .
[SKIP CI]
commit 3f9b10cc59
Merge: 607e5e038b933a
Author: Valentin Lorentz <progval+github@progval.net>
Date: Mon Jun 30 13:17:13 2014 +0200
Merge pull request #761 from nyuszika7h/fix-nickauth-nick-list-error
NickAuth: fix error message in !list
commit 38b933aee9
Author: nyuszika7h <nyuszika7h@gmail.com>
Date: Mon Jun 30 09:50:43 2014 +0200
NickAuth: fix previous commit
I'm too used to JavaScript.
commit 8e97ad3707
Author: nyuszika7h <nyuszika7h@gmail.com>
Date: Mon Jun 30 09:47:55 2014 +0200
NickAuth: fix error message in !list
commit 37d8a545e9
Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com>
Date: Fri Jun 6 13:54:26 2014 +0300
Services: default NickServ and ChanServ to NickServ and ChanServ.
* Most of networks have services with this name.
* I can only name QuakeNet from those that don't, but the default
configuration exludes it.
* If this plugin is loaded in Supybot-wizard, it asks for nicknames of
NickServ and ChanServ.
[SKIP CI] because this is `git commit --amend` and the build already
passed.