forked from pool/python-parse
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
This commit is contained in:
committed by
Git OBS Bridge
parent
f3e597caf3
commit
321eae2ddc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user