diff --git a/Send2Trash-1.8.2-gh.tar.gz b/Send2Trash-1.8.2-gh.tar.gz deleted file mode 100644 index bc720fb..0000000 --- a/Send2Trash-1.8.2-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0fc5e578a8f5c34455dd76e26909e73ea61250d796d23e36804999d4318cd5c2 -size 17074 diff --git a/Send2Trash-1.8.3-gh.tar.gz b/Send2Trash-1.8.3-gh.tar.gz new file mode 100644 index 0000000..83ac6fb --- /dev/null +++ b/Send2Trash-1.8.3-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90bcdf2ed2a18b687040c0f58bfccd6ad2e1b7ec495a9903119dc3c47c615052 +size 17288 diff --git a/python-Send2Trash.changes b/python-Send2Trash.changes index fee2769..7b1b3e6 100644 --- a/python-Send2Trash.changes +++ b/python-Send2Trash.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Oct 30 19:52:27 UTC 2024 - Dirk Müller + +- update to 1.8.3: + * Add support for any iterable type as input + * fix: Use os.fsdecode() for arguments to shutil.move() + ------------------------------------------------------------------- Sat Aug 26 13:11:25 UTC 2023 - Ben Greiner @@ -80,6 +87,6 @@ Fri Oct 20 16:18:31 UTC 2017 - toddrme2178@gmail.com ------------------------------------------------------------------- Fri Sep 27 13:48:57 UTC 2013 - barendartchuk@suse.com -- created package using py2pack +- created package using py2pack diff --git a/python-Send2Trash.spec b/python-Send2Trash.spec index b23dea4..cd88c0a 100644 --- a/python-Send2Trash.spec +++ b/python-Send2Trash.spec @@ -1,7 +1,7 @@ # # spec file for package python-Send2Trash # -# Copyright (c) 2023 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,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-Send2Trash -Version: 1.8.2 +Version: 1.8.3 Release: 0 Summary: Python library to send files to the Trash location License: BSD-3-Clause @@ -34,7 +34,7 @@ BuildRequires: python-rpm-macros Requires: typelib(GObject) Requires: typelib(Gio) Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives Provides: python-send2trash = %{version}-%{release} BuildArch: noarch