diff --git a/DataProperty-1.0.1.tar.gz b/DataProperty-1.0.1.tar.gz deleted file mode 100644 index b4a43e2..0000000 --- a/DataProperty-1.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:723e5729fa6e885e127a771a983ee1e0e34bb141aca4ffe1f0bfa7cde34650a4 -size 35340 diff --git a/dataproperty-1.1.0.tar.gz b/dataproperty-1.1.0.tar.gz new file mode 100644 index 0000000..11406f3 --- /dev/null +++ b/dataproperty-1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b038437a4097d1a1c497695c3586ea34bea67fdd35372b9a50f30bf044d77d04 +size 42574 diff --git a/python-DataProperty.changes b/python-DataProperty.changes index 9cbadb0..d72884e 100644 --- a/python-DataProperty.changes +++ b/python-DataProperty.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Feb 6 12:04:06 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 1.1.0 + * Add set_type_value method to DataPropertyExtractor class + * Change type annotation of TypeValueMap to use dict instead of Mapping +- Adjust upstream source name in spec file + ------------------------------------------------------------------- Thu Jul 27 16:44:47 UTC 2023 - Dirk Müller diff --git a/python-DataProperty.spec b/python-DataProperty.spec index 7c7bcb7..5794db2 100644 --- a/python-DataProperty.spec +++ b/python-DataProperty.spec @@ -1,7 +1,7 @@ # # spec file for package python-DataProperty # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,13 +18,13 @@ %{?sle15_python_module_pythons} Name: python-DataProperty -Version: 1.0.1 +Version: 1.1.0 Release: 0 Summary: Python library for extract property from data License: MIT Group: Development/Languages/Python URL: https://github.com/thombashi/DataProperty -Source: https://files.pythonhosted.org/packages/source/D/DataProperty/DataProperty-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/d/dataproperty/dataproperty-%{version}.tar.gz BuildRequires: %{python_module setuptools >= 38.3.0} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -45,7 +45,7 @@ BuildRequires: %{python_module typepy >= 1.1.0} Python library for extract property from data. %prep -%setup -q -n DataProperty-%{version} +%setup -q -n dataproperty-%{version} %build %python_build