From 79e87259f0ddd4fd48dcf6a7f331d78c5e09d377c401147196d167f683a9bd6f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 27 Mar 2022 14:54:02 +0000 Subject: [PATCH] - update to 3.3.1: * python 3.9 enabled OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cfgv?expand=0&rev=11 --- cfgv-3.2.0.tar.gz | 3 --- cfgv-3.3.1.tar.gz | 3 +++ python-cfgv.changes | 6 ++++++ python-cfgv.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 cfgv-3.2.0.tar.gz create mode 100644 cfgv-3.3.1.tar.gz diff --git a/cfgv-3.2.0.tar.gz b/cfgv-3.2.0.tar.gz deleted file mode 100644 index 503c63b..0000000 --- a/cfgv-3.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:298529b9fb5b5b60c4890c0c1466e6d95ac9aee2f68c79f4125c802e8cb3ab27 -size 10268 diff --git a/cfgv-3.3.1.tar.gz b/cfgv-3.3.1.tar.gz new file mode 100644 index 0000000..44c3cc3 --- /dev/null +++ b/cfgv-3.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:726c8670e5d08d20bcbf3c71f8232f8a0b8caead2be228565c70cd68fad1214a +size 10395 diff --git a/python-cfgv.changes b/python-cfgv.changes index 6698700..232469a 100644 --- a/python-cfgv.changes +++ b/python-cfgv.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Mar 27 14:52:35 UTC 2022 - Dirk Müller + +- update to 3.3.1: + * python 3.9 enabled + ------------------------------------------------------------------- Wed Aug 5 01:05:34 UTC 2020 - Steve Kowalik diff --git a/python-cfgv.spec b/python-cfgv.spec index a056ff3..1bb6b7d 100644 --- a/python-cfgv.spec +++ b/python-cfgv.spec @@ -1,7 +1,7 @@ # # spec file for package python-cfgv # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 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-cfgv -Version: 3.2.0 +Version: 3.3.1 Release: 0 Summary: Configuration validator producing human readable error messages License: MIT