Package Release Info

python-Send2Trash-1.8.3-bp160.1.9

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python313-Send2Trash

Change Logs

* Tue Mar 25 2025 Steve Kowalik <steven.kowalik@suse.com>
- Lowercase metadata directory name.
* Wed Oct 30 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 2023 Ben Greiner <code@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
* Thu Aug 03 2023 ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
* Tue Jan 04 2022 Ben Greiner <code@bnavigator.de>
- Update to 1.8.0
  * Add compatibility with pathlib paths (#49)
  * Fix thread compatibility of modern windows implementation (#59)
  * Fix handling of UNC names in legacy windows implementation
    (#57)
- Release Version 1.7.1
  * Fix handling of UNC names (#57)
  * Changed conditional for when to try to use pyobjc version (#51)
  * Add console_script entry point (#50)
  * Increased python CI versions (#52, #54)
  * Fix minor issue in setup.py (#53)
  * Fix issue with windows tests importing modules on non-windows
    (#55)
  * Unit test cleanups, rewrites, and flake8 cleanups
  * Windows: Fix legacy windows platform for multi-byte unicode and
    add tests
  * macOS: Add alternative pyobjc version to potentially improve
    compatibility (#51)
  * Add main method which allows calling via python -m send2trash
    somefile
  * Windows: Add support for using IFileOperation when pywin32 is
    present on Vista and newer
  * Add support for passing multiple files at once in a list
  * Windows: Batch multi-file calls to improve performance (#42)
  * Windows: Fix issue with SHFileOperation failing silently when
    path is not found (#33)
- Drop python2.patch
Version: 1.5.0-bp155.2.13
* Wed Mar 06 2019 Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.5.0:
  * More specific error when failing to create XDG fallback trash directory (#20)
  * Windows: Workaround for long paths (#23)
- Add patch to test properly under python2:
  * python2.patch
Version: 1.5.0-bp152.1.8
* Wed Mar 06 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 1.5.0:
  * More specific error when failing to create XDG fallback trash directory (#20)
  * Windows: Workaround for long paths (#23)
- Add patch to test properly under python2:
  * python2.patch
* Wed Dec 19 2018 Jan Engelhardt <jengelh@inai.de>
- Use noun phrase in summary. Wrap description at 70 cols.
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
Version: 1.4.1-bp150.2.4
* Fri Oct 20 2017 toddrme2178@gmail.com
- Renamed to python-Send2Trash to follow openSUSE python package
  naming guidelines
- Implement single-spec version
- Update to Version 1.4.1
  * Fix crash on Windows introduced in v1.4.0. Oops… (#14)
- Update to Version Version 1.4.0
  * Use bytes instead of str for internal path handling in plat_other. (#13)
- Update to Version Version 1.3.1
  * Throw WindowsError instead of OSError in plat_win. (#7)
  * Fix TypeError on python 2 in plat_other. (#12)
* Fri Sep 27 2013 barendartchuk@suse.com
- created package using py2pack