undertime (3.2.0)
[PTS] [DDPO]
COMMITS: VCS has seen 5 commits since the 3.2.0 tag
- Git: https://gitlab.com/anarcat/undertime.git
-
- Branch: main
- Path: debian/changelog
- Repo size: 1970176
- Browser: https://gitlab.com/anarcat/undertime
- Last scan: 2023-01-30 16:30:06+00
- Next scan: 2023-01-31 15:48:00+00
- Debian changelog in Git:
undertime (3.2.0) unstable; urgency=medium
* lowercase Local and Equivalent in main output
* workaround weird autodiscovery bug in setuptools preventing local
builds
* do not bundle LICENSE and CHANGELOG in long description
* support parsing dates with arrow
* fallback to parsedatetime if dateparser fails
* optimisation: split date parsing in stubs, delay imports
* report the timezone database version in selftest
-- Antoine Beaupré <anarcat@debian.org> Thu, 02 Jun 2022 14:40:04 -0400
- This branch is 5 commits ahead of tag 3.2.0
- Git log:
commit 8bcb68ce577df1f9c969e4ca47ad138961f9e9b3
Author: Antoine Beaupré <anarcat@debian.org>
Date: Thu Sep 1 11:09:35 2022 -0400
fix error in copyright file
This was probably generated by decopy or an error of mine, not
sure. Somehow it got past FTP-masters usually acute eyes.
commit 162814d251ce390a43991e31f7b2c5b5ab28836a
Author: Vipul Kumar <finn02@disroot.org>
Date: Sun Jun 28 02:03:20 2020 +0000
[Enh] change date format of man page
This commit contains following enhancements:
- Also include month in man page date.
- Since `-l` and `-V` option don't require any additional argument, we
can merge them into single sentence.
commit 2d14d4e22f21c119398613f72de4aaaf150397b9
Author: Antoine Beaupré <anarcat@debian.org>
Date: Thu Jun 23 17:05:53 2022 -0400
notice an interesting commandline completion tool
commit fa51787dc7181a097c9eebb20d7f090bb3eda5f4
Author: Antoine Beaupré <anarcat@debian.org>
Date: Sat Jun 4 15:22:42 2022 -0400
mention scooby
commit 67e701ae86e088f8380467fc32d3aa9b5a9bf4aa
Author: Antoine Beaupré <anarcat@debian.org>
Date: Thu Jun 2 15:21:45 2022 -0400
add missing space to fix linters and CI, oops