undertime (2.3.2)
[PTS] [DDPO]
COMMITS: VCS has seen 15 commits since the 2.3.2 tag
- Git: https://gitlab.com/anarcat/undertime.git
-
- Branch: master
- Path: debian/changelog
- Browser: https://gitlab.com/anarcat/undertime
- Last scan: 2021-01-26 16:18:01+00
- Next scan: 2021-01-27 12:20:00+00
- Debian changelog in Git:
undertime (2.3.2) unstable; urgency=medium
* fix negative fractional timezone calculation (thanks, Vipul)
-- Antoine Beaupré <anarcat@debian.org> Sat, 23 May 2020 19:25:21 -0400
- This branch is 15 commits ahead of tag 2.3.2
- Git log:
commit 93ab8a448bc401f024ae786fe7316ee8ef9b1a3a
Author: Antoine Beaupré <anarcat@debian.org>
Date: Mon Oct 26 14:03:19 2020 -0400
matrix support landed in gitlab, try it out
commit 74b555cbe3467445240bd739fd23e649d3acbe18
Author: Antoine Beaupré <anarcat@debian.org>
Date: Mon Sep 21 09:45:48 2020 -0400
lint on all python files
Suggested by: @vipul in !13
commit fc88ac6f3b37000473cdec867d8b5d306d7692ae
Merge: a35fcfc ae6067a
Author: Antoine Beaupré <anarcat+gitlab@anarc.at>
Date: Mon Sep 21 13:43:54 2020 +0000
Merge branch 'prefer-https' into 'master'
Prefer https over non-https URL
See merge request anarcat/undertime!13
commit ae6067a424933352176ccf7d5f12ff19aab8076d
Author: Vipul Kumar <finn02@disroot.org>
Date: Mon Sep 21 01:46:07 2020 +0000
Run 'black' on project's root directory
commit 9ea32f411cdc6511f8ea8525d9dff46f3fefb308
Author: Vipul Kumar <finn02@disroot.org>
Date: Mon Sep 21 01:44:20 2020 +0000
Prefer https over non-https URL
It's always a good idea to prefer https over non-https URL.
commit a35fcfc2dc14d9c6cd6d882669207a96288ba86d
Merge: 98d847f 27063eb
Author: Antoine Beaupré <anarcat+gitlab@anarc.at>
Date: Sun Sep 20 20:06:18 2020 +0000
Merge branch 'fix/typos' into 'master'
[Fix] typos
See merge request anarcat/undertime!14
commit 98d847f8523f6408e0d5c0dea9b275d60ecaeef5
Author: Antoine Beaupré <anarcat@debian.org>
Date: Sun Sep 20 16:04:37 2020 -0400
fix tests in pytest and tox
Those were yielding duplicate messages for some reason. Just assume
things are insane and just look for the error messages we expect and
move on.
commit c444b9ee610558e344222f75da1a31b52c78a92f
Author: Antoine Beaupré <anarcat@debian.org>
Date: Sun Sep 20 15:41:17 2020 -0400
blacken
commit 27063ebf4fba05b6e055c4a039be6f6671399afa
Author: Vipul Kumar <finn02@disroot.org>
Date: Sun Sep 20 02:24:59 2020 +0000
[Fix] typos
- word 'can' is used twice
- fix spell of 'issues'
commit 04e871be326a6bb58a75d984f9be478dabee9f88
Merge: 1300b5f 546affd
Author: Antoine Beaupré <anarcat+gitlab@anarc.at>
Date: Sun Jun 28 20:59:48 2020 +0000
Merge branch 'enhance/version' into 'master'
Add support for -V option
See merge request anarcat/undertime!12
commit 546affd992ca6c08e664921af9a8c02e302d1a20
Author: Vipul Kumar <finn02@disroot.org>
Date: Sat Jun 27 17:48:33 2020 +0000
[Enh] add shorter notation of --version
Usually command line programs also have shorter notation of --version
which could be either -v or -V. But '-v' is more commonly assigned for
--verbose option; and undertime is also using this for verbose option,
so only viable option is '-V'[1].
[1]: https://gitlab.com/anarcat/undertime/-/commit/555654f1b99cfe6aed678fd5d07eb3d401806670#note_348021195
commit 09d85fab1ce73e3922b494d904831fe50f369dc6
Author: Vipul <finn02@disroot.org>
Date: Sat Jun 6 06:21:02 2020 +0000
[Enh] switch to https URL
commit 744b2fac1b9097f0c621ba12dcd00c3d7127c432
Author: Vipul <finn02@disroot.org>
Date: Sat Jun 6 06:18:10 2020 +0000
[Fix] remove extra hyphen present in --default-zone option
commit ccec2d79ca519f935b56a88c628f44b76f670f8f
Author: Vipul <finn02@disroot.org>
Date: Sat Jun 6 05:50:08 2020 +0000
[Fix] spell of invoke, time zone
Fix spell of following words:
- boldface
- command line
- invoke
- time zone
commit 0e5062cfd2f1f9677ee751120621faaccf617731
Author: Vipul <finn02@disroot.org>
Date: Sat Jun 6 01:23:55 2020 +0000
[Refactor] move shorter notation at beginning
Usually we first mention shorter notation of argument followed by its
longer form in man page.