Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-plette for openSUSE:Factory checked in at 2022-10-18 12:44:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-plette (Old) and /work/SRC/openSUSE:Factory/.python-plette.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-plette" Tue Oct 18 12:44:59 2022 rev:4 rq:1012117 version:0.4.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-plette/python-plette.changes 2020-03-27 00:26:19.412287991 +0100 +++ /work/SRC/openSUSE:Factory/.python-plette.new.2275/python-plette.changes 2022-10-18 12:45:24.765780136 +0200 @@ -1,0 +2,14 @@ +Mon Oct 17 12:20:21 UTC 2022 - pgaj...@suse.com + +- version update to 0.4.2 + * Add logic to populate the ``default`` and ``develop`` package + sections from the ``Pipfile`` to ``with_meta_from``. + * Change validation schema for Requires object to allow for both + ``python_version`` and ``python_full_version``. + * Exclude ``pipenv`` section from ``Pipfile`` hash generation as + this was a regression caused by named package categories. + * Add support for named catergories. + * Bug fix. + * Drop Python2 support. + +------------------------------------------------------------------- Old: ---- plette-0.2.3.tar.gz New: ---- plette-0.4.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-plette.spec ++++++ --- /var/tmp/diff_new_pack.9eAFrU/_old 2022-10-18 12:45:25.325781411 +0200 +++ /var/tmp/diff_new_pack.9eAFrU/_new 2022-10-18 12:45:25.329781420 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-plette # -# Copyright (c) 2020 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 @@ -18,19 +18,20 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-plette -Version: 0.2.3 +Version: 0.4.2 Release: 0 Summary: Structured Pipfile and Pipfile.lock models License: ISC Group: Development/Languages/Python URL: https://github.com/sarugaku/plette -Source: https://github.com/sarugaku/plette/archive/%{version}/plette-%{version}.tar.gz +Source: https://github.com/sarugaku/plette/archive/refs/tags/v%{version}.tar.gz#/plette-%{version}.tar.gz # See https://github.com/sarugaku/plette/issues/8 Patch0: ignore-hashlib-case.patch +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools >= 36.2.2} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-six Requires: python-tomlkit Suggests: python-Cerberus BuildArch: noarch @@ -38,7 +39,6 @@ BuildRequires: %{python_module Cerberus} BuildRequires: %{python_module invoke} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module six} BuildRequires: %{python_module tomlkit} # /SECTION %python_subpackages @@ -51,10 +51,10 @@ %patch0 -p1 %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check ++++++ plette-0.2.3.tar.gz -> plette-0.4.2.tar.gz ++++++ ++++ 1866 lines of diff (skipped)