- Update to 0.4.6:
* underspecified ISO weekday dates can be parsed * adding days to underspecified dates results in proper dates * all tools with -S|--sed-mode now support -E|--empty-mode to output an empty line when a line cannot be read. * dateround supports day, week, month and year classes now (issues/92) * datediff can determine difference in nanoseconds between two time values (issues/94) OBS-URL: https://build.opensuse.org/package/show/utilities/dateutils?expand=0&rev=65
This commit is contained in:
parent
88ad8cbfa9
commit
e2efb1b157
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2
|
||||
|
||||
iEYEABECAAYFAlujSZUACgkQlMmhrILJOQ5n/QCgg1Rqqp3I7UzNpKYTvgo7lTfE
|
||||
tXkAn1TbmJexq6NghVDusYXJVsZWmZ7I
|
||||
=h03C
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:16d6a0fe7b7d49ddbb303f33538dd7304a0d4af5a0369bcbf275db6a5060cbde
|
||||
size 635908
|
7
dateutils-0.4.6.tar.asc
Normal file
7
dateutils-0.4.6.tar.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2
|
||||
|
||||
iEYEABECAAYFAlyQZRkACgkQlMmhrILJOQ4FhACfd9We+hcwUjUeKWkR/CFisihl
|
||||
NqQAn1AHVRfghgMqN4n+pq6E+E88DoeH
|
||||
=OdjS
|
||||
-----END PGP SIGNATURE-----
|
3
dateutils-0.4.6.tar.xz
Normal file
3
dateutils-0.4.6.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:26a071317ae5710f226a3e6ba9a54d3764cd9efe3965aecc18e75372088757cd
|
||||
size 640552
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 19 06:06:21 UTC 2019 - mvetter@suse.com
|
||||
|
||||
- Update to 0.4.6:
|
||||
* underspecified ISO weekday dates can be parsed
|
||||
* adding days to underspecified dates results in proper dates
|
||||
* all tools with -S|--sed-mode now support -E|--empty-mode to
|
||||
output an empty line when a line cannot be read.
|
||||
* dateround supports day, week, month and year classes now
|
||||
(issues/92)
|
||||
* datediff can determine difference in nanoseconds between
|
||||
two time values (issues/94)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 21 14:14:26 UTC 2018 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package dateutils
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,12 +12,12 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: dateutils
|
||||
Version: 0.4.5
|
||||
Version: 0.4.6
|
||||
Release: 0
|
||||
Summary: Command line date and time utilities
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user