15
0

Accepting request 536642 from home:TheBlackCat:branches:devel:languages:python

- Renamed to python-Send2Trash to follow openSUSE pyhon 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)
- created package using py2pack

OBS-URL: https://build.opensuse.org/request/show/536642
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Send2Trash?expand=0&rev=1
This commit is contained in:
Todd R
2017-10-26 03:03:36 +00:00
committed by Git OBS Bridge
commit dcfc681f74
5 changed files with 117 additions and 0 deletions

20
python-Send2Trash.changes Normal file
View File

@@ -0,0 +1,20 @@
-------------------------------------------------------------------
Fri Oct 20 16:18:31 UTC 2017 - toddrme2178@gmail.com
- Renamed to python-Send2Trash to follow openSUSE pyhon 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 13:48:57 UTC 2013 - barendartchuk@suse.com
- created package using py2pack