From 321eae2ddc9c4d88eabc4712fccd51de7812ec81633066ba31bf24f462beb4cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 11 Mar 2020 15:57:44 +0000 Subject: [PATCH] Accepting request 783932 from home:mcalabkova:branches:devel:languages:python - update to 1.15.0 * Several bugs with parsing hex, bin and oct numbers. * Handle fortran formatted float number, Bug fix & test case. * Handle comparison of FixedTzOffset with other types of object OBS-URL: https://build.opensuse.org/request/show/783932 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parse?expand=0&rev=15 --- parse-1.12.1.tar.gz | 3 --- parse-1.15.0.tar.gz | 3 +++ python-parse.changes | 8 ++++++++ python-parse.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 parse-1.12.1.tar.gz create mode 100644 parse-1.15.0.tar.gz diff --git a/parse-1.12.1.tar.gz b/parse-1.12.1.tar.gz deleted file mode 100644 index 43fadae..0000000 --- a/parse-1.12.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a5fca7000c6588d77bc65c28f3f21bfce03b5e44daa8f9f07c17fe364990d717 -size 28314 diff --git a/parse-1.15.0.tar.gz b/parse-1.15.0.tar.gz new file mode 100644 index 0000000..19fce5e --- /dev/null +++ b/parse-1.15.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6d4e2c2f1fbde6717d28084a191a052950f758c0cbd83805357e6575c2b95c0 +size 29686 diff --git a/python-parse.changes b/python-parse.changes index 5f7e933..1f9c6b9 100644 --- a/python-parse.changes +++ b/python-parse.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Mar 11 15:18:17 UTC 2020 - Marketa Calabkova + +- update to 1.15.0 + * Several bugs with parsing hex, bin and oct numbers. + * Handle fortran formatted float number, Bug fix & test case. + * Handle comparison of FixedTzOffset with other types of object + ------------------------------------------------------------------- Wed Sep 11 08:31:39 UTC 2019 - Tomáš Chvátal diff --git a/python-parse.spec b/python-parse.spec index 7cd12d4..3879e6d 100644 --- a/python-parse.spec +++ b/python-parse.spec @@ -1,7 +1,7 @@ # # spec file for package python-parse # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-parse -Version: 1.12.1 +Version: 1.15.0 Release: 0 Summary: Python module for parsing strings using a "format" syntax License: MIT