From 8f763d60cc913a5e6b06e8604c2be1ac04b3fff447b9c18d3bbf248c692da6ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 2 Aug 2022 13:38:29 +0000 Subject: [PATCH] Accepting request 992318 from home:ohollmann:branches:devel:languages:python Update to v0.55.0 OBS-URL: https://build.opensuse.org/request/show/992318 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-DataProperty?expand=0&rev=16 --- DataProperty-0.50.1.tar.gz | 3 --- DataProperty-0.55.0.tar.gz | 3 +++ python-DataProperty.changes | 42 +++++++++++++++++++++++++++++++++++++ python-DataProperty.spec | 4 ++-- 4 files changed, 47 insertions(+), 5 deletions(-) delete mode 100644 DataProperty-0.50.1.tar.gz create mode 100644 DataProperty-0.55.0.tar.gz diff --git a/DataProperty-0.50.1.tar.gz b/DataProperty-0.50.1.tar.gz deleted file mode 100644 index e705413..0000000 --- a/DataProperty-0.50.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cad9080e5d1bac85a3bd33a016743537370d524ae683b012345ed9b5b7715f6b -size 33950 diff --git a/DataProperty-0.55.0.tar.gz b/DataProperty-0.55.0.tar.gz new file mode 100644 index 0000000..6c69a91 --- /dev/null +++ b/DataProperty-0.55.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73ccf10f8b123968210438a1a1aa859ea6d5a16b4e1f4d307da7a81b838e79fa +size 34992 diff --git a/python-DataProperty.changes b/python-DataProperty.changes index d8fc132..6f25d25 100644 --- a/python-DataProperty.changes +++ b/python-DataProperty.changes @@ -1,3 +1,45 @@ +------------------------------------------------------------------- +Tue Aug 2 12:21:17 UTC 2022 - Otto Hollmann + +- Update to v0.55.0: + * Add default_format_flags property + * Fix PyPy version specification + * Update key of steps + * Use extras in tox.ini instead of self-referencing the package in deps + * Replace to use MAKE + * Remove basepython from testenvs + * Fix concurrency.group of a job + * Add tool.black.target-version to pyproject.toml +- Changes from v0.54.2 + * Remove pytype + * Fix DataProperty.get_padding_len method return improper len when the inputs + are dict + * Fix preprocess failed when the inputs are dict +- Changes from v0.54.1 + * Fix normalization order of type hints +- Changes from v0.54.0 + * Improve normalize_type_hint + * Add setup-ci target to Makefile + * Add strategy.matrix.exclude to a workflow +- Changes from v0.53.0 + * Modify type annotation of column_type_hints property + * Modify to accept type hints as strings + * Add normalize_type_hint function + * Add dequote to parameter to Preprocessor class + * Add max_precision property to DataPropertyExtractor class + * Add jupyter extra to black + * Bump Python 3.10 RC version +- Changes from v0.52.0 + * Add support for max_precision +- Changes from v0.51.0 + * Modify to use Python 3.6 syntax + * Add support for Python 3.10 + * Drop support for Python 3.5 + * Improve calculation of ascii char width of the body + * Add max_decimal_places argument to get_number_of_digit function + * Improve precision for real number values + * Add support for string with thousand separators as integer + ------------------------------------------------------------------- Mon May 3 15:17:04 UTC 2021 - Martin Hauke diff --git a/python-DataProperty.spec b/python-DataProperty.spec index adebe15..9774e96 100644 --- a/python-DataProperty.spec +++ b/python-DataProperty.spec @@ -1,7 +1,7 @@ # # spec file for package python-DataProperty # -# Copyright (c) 2021 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-DataProperty -Version: 0.50.1 +Version: 0.55.0 Release: 0 Summary: Python library for extract property from data License: MIT