Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-parse for openSUSE:Factory checked in at 2024-01-15 22:15:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-parse (Old) and /work/SRC/openSUSE:Factory/.python-parse.new.21961 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-parse" Mon Jan 15 22:15:53 2024 rev:10 rq:1138499 version:1.20.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-parse/python-parse.changes 2021-08-28 22:29:29.101997544 +0200 +++ /work/SRC/openSUSE:Factory/.python-parse.new.21961/python-parse.changes 2024-01-15 22:17:05.598142349 +0100 @@ -1,0 +2,13 @@ +Sat Jan 13 20:40:54 UTC 2024 - Dirk Müller <dmuel...@suse.com> + +- update to 1.20.0: + * Optimize _expand_named_fields + * Add functionality to parse datetimes according C standard + format codes. +- update to 1.19.1: + * Add support for sign specifiers in number formats. + * Fix handling of unused alignment + * modern packaging + * universal wheel + +------------------------------------------------------------------- Old: ---- parse-1.19.0.tar.gz New: ---- parse-1.20.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-parse.spec ++++++ --- /var/tmp/diff_new_pack.Zqc7me/_old 2024-01-15 22:17:06.042158571 +0100 +++ /var/tmp/diff_new_pack.Zqc7me/_new 2024-01-15 22:17:06.042158571 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-parse # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,14 +18,16 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-parse -Version: 1.19.0 +Version: 1.20.0 Release: 0 Summary: Python module for parsing strings using a "format" syntax License: MIT Group: Development/Languages/Python URL: https://github.com/r1chardj0n3s/parse Source0: https://files.pythonhosted.org/packages/source/p/parse/parse-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -39,10 +41,10 @@ chmod a-x README.rst %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -51,5 +53,7 @@ %files %{python_files} %license LICENSE %doc README.rst -%{python_sitelib}/* +%{python_sitelib}/parse.py +%pycache_only %{python_sitelib}/__pycache__/parse.* +%{python_sitelib}/parse-%{version}.dist-info ++++++ parse-1.19.0.tar.gz -> parse-1.20.0.tar.gz ++++++ ++++ 6105 lines of diff (skipped)