forked from pool/python-Send2Trash
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
d3f4984535 | ||
6d4054e80c |
BIN
Send2Trash-1.8.2-gh.tar.gz
(Stored with Git LFS)
BIN
Send2Trash-1.8.2-gh.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
Send2Trash-1.8.3-gh.tar.gz
Normal file
3
Send2Trash-1.8.3-gh.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:90bcdf2ed2a18b687040c0f58bfccd6ad2e1b7ec495a9903119dc3c47c615052
|
||||
size 17288
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 19:52:27 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <code@bnavigator.de>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user