diff --git a/python-yq.changes b/python-yq.changes index bd13d15..5a14880 100644 --- a/python-yq.changes +++ b/python-yq.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Mar 1 20:21:02 UTC 2023 - Dirk Müller + +- update to 3.1.1: + * Handle TOML datetimes. Fixes #160 + * Test and documentation improvements + ------------------------------------------------------------------- Tue Jul 26 15:58:36 UTC 2022 - Matej Cepl diff --git a/python-yq.spec b/python-yq.spec index 3fa28aa..26d6359 100644 --- a/python-yq.spec +++ b/python-yq.spec @@ -1,7 +1,7 @@ # # spec file for package python-yq # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-yq -Version: 3.1.0 +Version: 3.1.1 Release: 0 Summary: Command-line YAML processor - jq wrapper for YAML documents License: Apache-2.0 diff --git a/yq-3.1.0.tar.gz b/yq-3.1.0.tar.gz deleted file mode 100644 index 1d80c05..0000000 --- a/yq-3.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30a84aa22486c749ba269256bd586c0bcd370b7e2a71e76c3924ead4867e74f2 -size 29627 diff --git a/yq-3.1.1.tar.gz b/yq-3.1.1.tar.gz new file mode 100644 index 0000000..9f76e84 --- /dev/null +++ b/yq-3.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:853f342b1562ddee979038ec8ecee5405cdd9b6a7cb81ed6cdb8018c9e802633 +size 30095