Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-strictyaml for openSUSE:Factory checked in at 2023-12-08 22:33:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-strictyaml (Old) and /work/SRC/openSUSE:Factory/.python-strictyaml.new.25432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-strictyaml" Fri Dec 8 22:33:49 2023 rev:9 rq:1132129 version:1.7.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-strictyaml/python-strictyaml.changes 2023-06-12 15:26:19.731008486 +0200 +++ /work/SRC/openSUSE:Factory/.python-strictyaml.new.25432/python-strictyaml.changes 2023-12-08 22:34:37.801688175 +0100 @@ -1,0 +2,10 @@ +Fri Dec 8 15:59:25 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 1.7.3: + * REFACTOR : Fix pipeline. + * TOOLING : Improvements to pyenv multi-environment tester. + * FEATURE : Upgraded package to use pyproject.toml files + * REFACTOR : Fixed linter errors. + * TOOLING : Build wheel and sdist that both work. + +------------------------------------------------------------------- Old: ---- strictyaml-1.6.2.tar.gz New: ---- strictyaml-1.7.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-strictyaml.spec ++++++ --- /var/tmp/diff_new_pack.1Depyg/_old 2023-12-08 22:34:38.213703335 +0100 +++ /var/tmp/diff_new_pack.1Depyg/_new 2023-12-08 22:34:38.213703335 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-strictyaml # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 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,14 @@ %{?sle15_python_module_pythons} Name: python-strictyaml -Version: 1.6.2 +Version: 1.7.3 Release: 0 Summary: Strict, typed YAML parser License: MIT URL: https://hitchdev.com/strictyaml Source: https://files.pythonhosted.org/packages/source/s/strictyaml/strictyaml-%{version}.tar.gz -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-python-dateutil >= 2.6.0 @@ -52,10 +53,10 @@ %setup -q -n strictyaml-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} #%%check @@ -66,5 +67,6 @@ %files %{python_files} %doc README.md %license LICENSE.txt -%{python_sitelib}/* +%{python_sitelib}/strictyaml +%{python_sitelib}/strictyaml-%{version}.dist-info ++++++ strictyaml-1.6.2.tar.gz -> strictyaml-1.7.3.tar.gz ++++++ ++++ 5590 lines of diff (skipped)