- Update to 0.4.7:

* strptime mimics return code behaviour of dateconv
  * use unsigned arithmetic for leap second conversion
  * fix up ymds before adding days or business days
  * drain prchunk if filled with many small lines

OBS-URL: https://build.opensuse.org/package/show/utilities/dateutils?expand=0&rev=67
This commit is contained in:
Michael Vetter 2020-02-05 19:17:46 +00:00 committed by Git OBS Bridge
parent e2efb1b157
commit 55b814fa86
6 changed files with 22 additions and 13 deletions

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iEYEABECAAYFAlyQZRkACgkQlMmhrILJOQ4FhACfd9We+hcwUjUeKWkR/CFisihl
NqQAn1AHVRfghgMqN4n+pq6E+E88DoeH
=OdjS
-----END PGP SIGNATURE-----

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:26a071317ae5710f226a3e6ba9a54d3764cd9efe3965aecc18e75372088757cd
size 640552

7
dateutils-0.4.7.tar.asc Normal file
View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iEYEABECAAYFAl44GZYACgkQlMmhrILJOQ7ZawCfYa/dLh8ODFQiM5cfOlLsyE93
JvoAnAoJqSxtFxYk33ClkLnjdFIPVPfE
=bbJ9
-----END PGP SIGNATURE-----

3
dateutils-0.4.7.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:49725457f5bef45ea424baade8999a6e54496e357f64280474ff7134a54f599a
size 649932

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Feb 5 19:16:19 UTC 2020 - Michael Vetter <mvetter@suse.com>
- Update to 0.4.7:
* strptime mimics return code behaviour of dateconv
* use unsigned arithmetic for leap second conversion
* fix up ymds before adding days or business days
* drain prchunk if filled with many small lines
-------------------------------------------------------------------
Tue Mar 19 06:06:21 UTC 2019 - mvetter@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package dateutils
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 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 http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: dateutils
Version: 0.4.6
Version: 0.4.7
Release: 0
Summary: Command line date and time utilities
License: BSD-3-Clause