From a579ce146b037c8f77615e6d91c21cde049a58c71be2db193172f23250cf48ec Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 27 Jul 2023 16:46:49 +0000 Subject: [PATCH] - update to 1.0.1: * Fix `ColumnDataProperty.merge` method * Add `DataPropertyMatrix` to the package root * Improve type annotations * Drop support for Python 3.6 * Modify to use `pypa/build` for package build * Update `[build-system]` * Add `zip_safe=False` * Add `__all__` to `__init__.py` * Improve type annotations * Remove a deprecated function: `set_log_level` * Remove `is_multibyte_str` function OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-DataProperty?expand=0&rev=22 --- DataProperty-0.55.1.tar.gz | 3 --- DataProperty-1.0.1.tar.gz | 3 +++ python-DataProperty.changes | 16 ++++++++++++++++ python-DataProperty.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 DataProperty-0.55.1.tar.gz create mode 100644 DataProperty-1.0.1.tar.gz diff --git a/DataProperty-0.55.1.tar.gz b/DataProperty-0.55.1.tar.gz deleted file mode 100644 index 47bd1cf..0000000 --- a/DataProperty-0.55.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08113748e164c17d60b9e66c256cbabec0c654b7aaf5e8441c4ec4ee51d5c921 -size 35003 diff --git a/DataProperty-1.0.1.tar.gz b/DataProperty-1.0.1.tar.gz new file mode 100644 index 0000000..b4a43e2 --- /dev/null +++ b/DataProperty-1.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:723e5729fa6e885e127a771a983ee1e0e34bb141aca4ffe1f0bfa7cde34650a4 +size 35340 diff --git a/python-DataProperty.changes b/python-DataProperty.changes index d2f9504..9cbadb0 100644 --- a/python-DataProperty.changes +++ b/python-DataProperty.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Jul 27 16:44:47 UTC 2023 - Dirk Müller + +- update to 1.0.1: + * Fix `ColumnDataProperty.merge` method + * Add `DataPropertyMatrix` to the package root + * Improve type annotations + * Drop support for Python 3.6 + * Modify to use `pypa/build` for package build + * Update `[build-system]` + * Add `zip_safe=False` + * Add `__all__` to `__init__.py` + * Improve type annotations + * Remove a deprecated function: `set_log_level` + * Remove `is_multibyte_str` function + ------------------------------------------------------------------- Thu May 18 14:51:47 UTC 2023 - Dirk Müller diff --git a/python-DataProperty.spec b/python-DataProperty.spec index 5e93d1b..7c7bcb7 100644 --- a/python-DataProperty.spec +++ b/python-DataProperty.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-DataProperty -Version: 0.55.1 +Version: 1.0.1 Release: 0 Summary: Python library for extract property from data License: MIT