]>
git.phdru.name Git - mimedecode.git/log
Oleg Broytman [Fri, 24 Sep 2021 15:04:47 +0000 (18:04 +0300)]
Release 3.1.0.post1: GitHub Actions
Oleg Broytman [Thu, 23 Sep 2021 11:31:53 +0000 (14:31 +0300)]
CI(GHActions): Group tasks
Oleg Broytman [Mon, 30 Aug 2021 22:45:24 +0000 (01:45 +0300)]
CI(GHActions): Come back to `tox`
Oleg Broytman [Mon, 30 Aug 2021 07:11:49 +0000 (10:11 +0300)]
CI(GHActions): fail no so fast
Oleg Broytman [Mon, 30 Aug 2021 06:46:11 +0000 (09:46 +0300)]
CI(GHActions): Come back to `pip`
Oleg Broytman [Sun, 29 Aug 2021 20:28:50 +0000 (23:28 +0300)]
Docs(ChangeLog): Update
[skip ci]
Oleg Broytman [Sun, 29 Aug 2021 15:16:48 +0000 (18:16 +0300)]
Merge branch 'github-actions'
Oleg Broytman [Sun, 29 Aug 2021 15:16:06 +0000 (18:16 +0300)]
CI: Stop using Travis CI
Remove .travis.yml.
Oleg Broytman [Sun, 29 Aug 2021 14:53:44 +0000 (17:53 +0300)]
CI(GHActions): Add PyPy
Oleg Broytman [Sun, 29 Aug 2021 14:52:22 +0000 (17:52 +0300)]
CI(GHActions): `pip` cache
Oleg Broytman [Sun, 29 Aug 2021 14:02:09 +0000 (17:02 +0300)]
CI: Github Actions
Oleg Broytman [Sun, 25 Jul 2021 18:01:34 +0000 (21:01 +0300)]
Tests(tox): Limit `pip` and `setuptools` versions for Python 3.4
Oleg Broytman [Sun, 25 Jul 2021 11:51:32 +0000 (14:51 +0300)]
Tests(tox): Limit `VIRTUALENV_PIP` version for Python 3.4
Oleg Broytman [Sun, 23 May 2021 14:35:43 +0000 (17:35 +0300)]
Docs: Fix index: Add `mimedecode` document
Oleg Broytman [Sun, 23 May 2021 14:28:37 +0000 (17:28 +0300)]
Build: Release version 3.1.0
Oleg Broytman [Tue, 5 Jan 2021 13:23:44 +0000 (16:23 +0300)]
Doc: Fix copyright year
[skip ci]
Oleg Broytman [Tue, 5 Jan 2021 12:59:05 +0000 (15:59 +0300)]
Python 3.9
Oleg Broytman [Sat, 23 May 2020 09:24:41 +0000 (12:24 +0300)]
Docs: Convert `mimedecode.docbook` to reST
Generate html/man/text using Sphinx.
[skip ci]
Oleg Broytman [Mon, 18 May 2020 23:02:28 +0000 (02:02 +0300)]
Docs: Python 3.8
Version 3.0.1 will be released in 2020 (hopefully).
[skip ci]
Oleg Broytman [Thu, 7 May 2020 22:31:12 +0000 (01:31 +0300)]
Fix: Re-raise the exception
Oleg Broytman [Thu, 7 May 2020 22:29:28 +0000 (01:29 +0300)]
Feat: Replace outdated `os.removedirs` by `shutil.rmtree`
Oleg Broytman [Wed, 6 May 2020 20:28:16 +0000 (23:28 +0300)]
CI: pip<21 for Python 2.7
Oleg Broytman [Sat, 25 Apr 2020 23:00:48 +0000 (02:00 +0300)]
Doc(TODO): Get rid of DocBook
[skip ci]
Oleg Broytman [Fri, 28 Feb 2020 12:11:01 +0000 (15:11 +0300)]
Limit `setuptools<44` for Python 2.7
Oleg Broytman [Tue, 25 Feb 2020 20:39:35 +0000 (23:39 +0300)]
Tests: Run tests with Python 3.8
Oleg Broytman [Tue, 25 Feb 2020 20:22:33 +0000 (23:22 +0300)]
CI(Travis): Set default OS to `linux`, dist to `xenial`
Default dist is `xenial` anyway.
Oleg Broytman [Sun, 31 Mar 2019 21:25:00 +0000 (00:25 +0300)]
Feat: Replaced outdated and insecure `mktemp` with `NamedTemporaryFile`
Oleg Broytman [Mon, 25 Feb 2019 18:24:35 +0000 (21:24 +0300)]
CI: Remove branch limitations
Oleg Broytman [Mon, 18 Feb 2019 18:32:24 +0000 (21:32 +0300)]
Style(setup): Fix flake8 F821 undefined name `execfile` under Python 3
Oleg Broytman [Mon, 18 Feb 2019 18:06:41 +0000 (21:06 +0300)]
Build(setup): Use exec[file] to get version from __version__.py
Use exec[file] instead of imp/importlib.
Oleg Broytman [Thu, 7 Feb 2019 14:23:20 +0000 (17:23 +0300)]
CI(travis): remove deprecated `sudo` keyword
Oleg Broytman [Thu, 7 Feb 2019 13:42:40 +0000 (16:42 +0300)]
Build(setup.py): Use `importlib` instead of deprecated `imp` for Python 3.4+
Oleg Broytman [Sun, 3 Feb 2019 18:53:05 +0000 (21:53 +0300)]
CI: Require pip < 19.1 for Python 2.7 and 3.4
Oleg Broytman [Fri, 1 Feb 2019 19:49:37 +0000 (22:49 +0300)]
Version 3.0.0: Python 3.7
Oleg Broytman [Thu, 31 Jan 2019 19:30:09 +0000 (22:30 +0300)]
Python 3.7
Oleg Broytman [Tue, 21 Aug 2018 16:54:30 +0000 (19:54 +0300)]
Drop support for Python 3.3
Oleg Broytman [Sat, 30 Jun 2018 09:38:57 +0000 (12:38 +0300)]
Tests(tox): Python 3.7
[skip ci]
Oleg Broytman [Fri, 25 May 2018 07:37:52 +0000 (10:37 +0300)]
Upgrade: http://phdru.name -> https://phdru.name
Oleg Broytman [Wed, 4 Apr 2018 03:03:08 +0000 (06:03 +0300)]
Tests(tox): Require tox <= 2.9.1
tox 3+ dropped support of Python 3.3.
Oleg Broytman [Sun, 1 Apr 2018 01:22:53 +0000 (04:22 +0300)]
CI(.travis.yml): Install forgotten `ppu`
Oleg Broytman [Fri, 30 Mar 2018 20:58:44 +0000 (23:58 +0300)]
Build(setup.py): Add long_description_content_type
Oleg Broytman [Thu, 29 Mar 2018 21:38:53 +0000 (00:38 +0300)]
Build(setup.py): Add `project_urls`
Oleg Broytman [Wed, 28 Mar 2018 19:58:00 +0000 (22:58 +0300)]
Build(setup.py): Use setuptools instead of distutils
Oleg Broytman [Wed, 28 Mar 2018 18:46:13 +0000 (21:46 +0300)]
Docs: 2018 year
[skip ci]
Oleg Broytman [Mon, 5 Feb 2018 07:45:36 +0000 (10:45 +0300)]
Docs: Update INSTALL.txt
[skip ci]
Oleg Broytman [Sun, 4 Feb 2018 06:22:43 +0000 (09:22 +0300)]
Build: Use module returned by imp.load_source() directly
Oleg Broytman [Wed, 27 Dec 2017 20:21:25 +0000 (23:21 +0300)]
Tests: Remove excessive comment
[skip ci]
Oleg Broytman [Wed, 27 Dec 2017 20:15:56 +0000 (23:15 +0300)]
Docs: Use present tense instead of past
[skip ci]
Oleg Broytman [Wed, 27 Dec 2017 18:39:18 +0000 (21:39 +0300)]
Feat: Move main() to __main__.py
Oleg Broytman [Wed, 27 Dec 2017 18:38:44 +0000 (21:38 +0300)]
Docs: Update TODO
[skip ci]
Oleg Broytman [Fri, 15 Dec 2017 17:41:15 +0000 (20:41 +0300)]
Build: Require tox >= 2.0 (for passenv)
[skip ci]
Oleg Broytman [Fri, 15 Dec 2017 13:50:40 +0000 (16:50 +0300)]
Build: Find links at http://phdru.name/Software/Python/
[skip ci]
Oleg Broytman [Fri, 15 Dec 2017 13:28:21 +0000 (16:28 +0300)]
Docs: Remove -O2 from installation instructions
[skip ci]
Oleg Broytman [Tue, 12 Dec 2017 12:23:51 +0000 (15:23 +0300)]
Docs: Fix release date
[skip ci]
Oleg Broytman [Tue, 12 Dec 2017 12:18:26 +0000 (15:18 +0300)]
Docs: Fix: mimedecode.py -> mimedecode
[skip ci]
Oleg Broytman [Tue, 12 Dec 2017 12:14:22 +0000 (15:14 +0300)]
Docs: Fix: mimedecode requires Python 3.3+
[skip ci]
Oleg Broytman [Tue, 12 Dec 2017 11:55:25 +0000 (14:55 +0300)]
Split mimedecode.py into a mimedecode library and a small script
Oleg Broytman [Tue, 12 Dec 2017 12:00:58 +0000 (15:00 +0300)]
Fix(sdist): Include *.txt-py3
Oleg Broytman [Mon, 11 Dec 2017 14:47:16 +0000 (17:47 +0300)]
Build(setup.py): Use python_requires keyword
CI: Upgrade pip and setuptools
Oleg Broytman [Wed, 15 Nov 2017 20:11:59 +0000 (23:11 +0300)]
Build: List implementations (add PyPy)
Oleg Broytman [Mon, 13 Nov 2017 13:29:05 +0000 (16:29 +0300)]
Docs: TODO: setup.py: PyPy
[skip ci]
Oleg Broytman [Mon, 13 Nov 2017 13:28:34 +0000 (16:28 +0300)]
Docs: Add an example to ANNOUNCE
Reformat paragraphs.
[skip ci]
Oleg Broytman [Thu, 2 Nov 2017 22:46:44 +0000 (01:46 +0300)]
Release 2.8
Oleg Broytman [Thu, 2 Nov 2017 22:49:32 +0000 (01:49 +0300)]
Fix(devscripts): Fix mk-git-aliases
[skip ci]
Oleg Broytman [Thu, 2 Nov 2017 22:47:20 +0000 (01:47 +0300)]
Docs: Update installation instructions
[skip ci]
Oleg Broytman [Thu, 2 Nov 2017 11:25:22 +0000 (14:25 +0300)]
Fix(build): mimedecode is no longer Python2-only
Oleg Broytman [Thu, 2 Nov 2017 11:24:23 +0000 (14:24 +0300)]
Docs: Remove less important items from ANNOUNCE
[skip ci]
Oleg Broytman [Wed, 1 Nov 2017 20:10:21 +0000 (23:10 +0300)]
Docs: Update TODO with release plans
[skip ci]
Oleg Broytman [Mon, 23 Oct 2017 21:18:08 +0000 (00:18 +0300)]
Cleanup: Fix flake8 E722 do not use bare except
Oleg Broytman [Sun, 22 Oct 2017 20:27:52 +0000 (23:27 +0300)]
Docs: Change priorities in TODO
Oleg Broytman [Sat, 21 Oct 2017 17:22:05 +0000 (20:22 +0300)]
Tests: On fail show diff immediately
Useful with Travis console.
Oleg Broytman [Sat, 21 Oct 2017 19:05:36 +0000 (22:05 +0300)]
Tests: Install ~/.mime.types for tests if the current user doesn't have it
Useful for Travis.
Oleg Broytman [Sat, 21 Oct 2017 17:25:19 +0000 (20:25 +0300)]
Update ChangeLog
[skip ci]
Oleg Broytman [Sat, 21 Oct 2017 15:55:44 +0000 (18:55 +0300)]
Tests: Tests at Travis and AppVeyor
Oleg Broytman [Sat, 21 Oct 2017 14:49:36 +0000 (17:49 +0300)]
Docs: Published at GitHub
Oleg Broytman [Sat, 21 Oct 2017 14:48:41 +0000 (17:48 +0300)]
TODO: flake8
Oleg Broytman [Sat, 21 Oct 2017 14:48:25 +0000 (17:48 +0300)]
Docs: Fix INSTALL.txt
Oleg Broytman [Sun, 15 Oct 2017 15:35:59 +0000 (18:35 +0300)]
Docs: Fixed flake8 errors and warnings
Oleg Broytman [Sun, 15 Oct 2017 13:26:58 +0000 (16:26 +0300)]
Cleanup: Fix flake8 F401 'name' imported but unused
Oleg Broytman [Sun, 15 Oct 2017 13:26:58 +0000 (16:26 +0300)]
Cleanup: Fix flake8 E701 multiple statements on one line (colon)
Oleg Broytman [Sun, 15 Oct 2017 13:26:58 +0000 (16:26 +0300)]
Cleanup: Fix flake8 E501 line too long
Oleg Broytman [Sun, 15 Oct 2017 13:26:58 +0000 (16:26 +0300)]
Cleanup: Fix flake8 E402 module level import not at top of file
Oleg Broytman [Sun, 15 Oct 2017 13:26:58 +0000 (16:26 +0300)]
Cleanup: Fix flake8 E401 multiple imports on one line
Oleg Broytman [Sun, 15 Oct 2017 13:26:58 +0000 (16:26 +0300)]
Cleanup: Fix flake8 E306 expected 1 blank line before a nested definition, found 0
Oleg Broytman [Sun, 15 Oct 2017 13:26:58 +0000 (16:26 +0300)]
Cleanup: Fix flake8 E305 expected 2 blank lines after class, found 1
Oleg Broytman [Sun, 15 Oct 2017 13:26:58 +0000 (16:26 +0300)]
Cleanup: Fix flake8 E302 expected 2 blank lines, found 1
Oleg Broytman [Sun, 15 Oct 2017 13:26:58 +0000 (16:26 +0300)]
Cleanup: Fix flake8 E261 at least two spaces before inline comment
Oleg Broytman [Sun, 15 Oct 2017 14:12:04 +0000 (17:12 +0300)]
Docs: update
Oleg Broytman [Sun, 15 Oct 2017 13:26:58 +0000 (16:26 +0300)]
Cleanup: Fix flake8 E251 unexpected spaces around keyword / parameter equals
Oleg Broytman [Sun, 15 Oct 2017 13:26:58 +0000 (16:26 +0300)]
Cleanup: Fix flake8 E225 missing whitespace around operator
Oleg Broytman [Sun, 15 Oct 2017 13:26:58 +0000 (16:26 +0300)]
Cleanup: Fix flake8 E128 continuation line under-indented for visual indent
Oleg Broytman [Sun, 15 Oct 2017 13:26:58 +0000 (16:26 +0300)]
Cleanup: Fix flake8 E127 continuation line over-indented for visual indent
Oleg Broytman [Sun, 27 Aug 2017 17:06:45 +0000 (20:06 +0300)]
Doc: Python 3
Oleg Broytman [Sun, 27 Aug 2017 17:04:33 +0000 (20:04 +0300)]
Fix: Recode text from mailcap command from default encoding to charset
Oleg Broytman [Wed, 23 Aug 2017 19:22:54 +0000 (22:22 +0300)]
Use subprocess.Popen instead of os.popen
Oleg Broytman [Sat, 19 Aug 2017 16:46:03 +0000 (19:46 +0300)]
Fix(setup): Fix keywords and platforms
Oleg Broytman [Mon, 31 Jul 2017 21:46:01 +0000 (00:46 +0300)]
Feat(tests): Use tox for testing
Oleg Broytman [Wed, 14 Jun 2017 22:17:25 +0000 (01:17 +0300)]
Fixed last problems with Python 3
Oleg Broytman [Sat, 13 May 2017 17:33:13 +0000 (20:33 +0300)]
TODO: Move mimedecode into a separate subdirectory
Oleg Broytman [Sat, 13 May 2017 12:03:41 +0000 (15:03 +0300)]
Update ANNOUNCE and ChangeLog