Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Send2Trash for openSUSE:Factory checked in at 2023-08-28 17:17:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Send2Trash (Old) and /work/SRC/openSUSE:Factory/.python-Send2Trash.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Send2Trash" Mon Aug 28 17:17:13 2023 rev:6 rq:1106284 version:1.8.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Send2Trash/python-Send2Trash.changes 2023-08-04 15:04:56.060845646 +0200 +++ /work/SRC/openSUSE:Factory/.python-Send2Trash.new.1766/python-Send2Trash.changes 2023-08-28 17:17:20.197221529 +0200 @@ -1,0 +2,10 @@ +Sat Aug 26 13:11:25 UTC 2023 - Ben Greiner <c...@bnavigator.de> + +- Update to 1.8.2 + * Add fallback to HOMETRASH when cross device errors happen in + plat_other (#26, #41, #63) + * win/legacy: tiny logic simplification by @BoboTiG in #77 +- PEP517 +- Drop Python2 code + +------------------------------------------------------------------- Old: ---- Send2Trash-1.8.0-gh.tar.gz New: ---- Send2Trash-1.8.2-gh.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Send2Trash.spec ++++++ --- /var/tmp/diff_new_pack.YR0xAn/_old 2023-08-28 17:17:21.225258446 +0200 +++ /var/tmp/diff_new_pack.YR0xAn/_new 2023-08-28 17:17:21.229258590 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-Send2Trash # -# 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 @@ -16,29 +16,26 @@ # -# test scripts missing -%define oldpython python %{?sle15_python_module_pythons} Name: python-Send2Trash -Version: 1.8.0 +Version: 1.8.2 Release: 0 Summary: Python library to send files to the Trash location License: BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/arsenetar/send2trash Source: https://github.com/arsenetar/send2trash/archive/refs/tags/%{version}.tar.gz#/Send2Trash-%{version}-gh.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: typelib(GObject) Requires: typelib(Gio) Requires(post): update-alternatives Requires(postun):update-alternatives -%ifpython2 -Obsoletes: %{oldpython}-send2trash < %{version} -Provides: %{oldpython}-send2trash = %{version} -%endif +Provides: python-send2trash = %{version}-%{release} BuildArch: noarch %python_subpackages @@ -56,10 +53,10 @@ %setup -q -n send2trash-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_clone -a %{buildroot}%{_bindir}/send2trash %python_expand %fdupes %{buildroot}%{$python_sitelib} @@ -78,6 +75,6 @@ %doc CHANGES.rst README.rst %python_alternative %{_bindir}/send2trash %{python_sitelib}/send2trash -%{python_sitelib}/Send2Trash-%{version}*-info +%{python_sitelib}/Send2Trash-%{version}.dist-info %changelog ++++++ Send2Trash-1.8.0-gh.tar.gz -> Send2Trash-1.8.2-gh.tar.gz ++++++ ++++ 1791 lines of diff (skipped)