undertime (3.2.0)
[PTS] [DDPO]
COMMITS: VCS has seen 3 commits since the 3.2.0 tag
- Git: https://gitlab.com/anarcat/undertime.git
-
- Branch: main
- Path: debian/changelog
- Browser: https://gitlab.com/anarcat/undertime
- Last scan: 2022-06-26 23:22:04+00
- Next scan: 2022-06-27 21:26: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 3 commits ahead of tag 3.2.0
- Git log:
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