15
0

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Send2Trash?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2019-03-06 10:43:29 +00:00
committed by Git OBS Bridge
parent dfc65d9882
commit ba84b74220
5 changed files with 47 additions and 11 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Mar 6 10:34:17 UTC 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 00:27:32 UTC 2018 - Jan Engelhardt <jengelh@inai.de>