File python3-appdirs.changes of Package python3-appdirs
-------------------------------------------------------------------
Sun May 8 06:58:18 UTC 2016 - arun@gmx.de
- specfile:
* updated source url to files.pythonhosted.org
-------------------------------------------------------------------
Sat Jan 10 19:10:23 UTC 2015 - arun@gmx.de
- specfile:
* update copyright year
* changed to tar.gz (provided by pypi)
- update to version 1.4.0:
* [PR #42] AppAuthor is now optional on Windows
* [issue 41] Support Jython on Windows, Mac, and Unix-like
platforms. Windows support requires JNA.
* [PR #44] Fix incorrect behaviour of the site_config_dir method
- changes from version 1.3.0:
* [Unix, issue 16] Conform to XDG standard, instead of breaking it
for everybody
* [Unix] Removes gratuitous case mangling of the case, since *nix-es
are usually case sensitive, so mangling is not wise
* [Unix] Fixes the uterly wrong behaviour in site_data_dir, return
result based on XDG_DATA_DIRS and make room for respecting the
standard which specifies XDG_DATA_DIRS is a multiple-value
variable
* [Issue 6] Add *_config_dir which are distinct on nix-es, according
to XDG specs; on Windows and Mac return the corresponding
*_data_dir
-------------------------------------------------------------------
Mon Mar 24 13:08:43 UTC 2014 - toddrme2178@gmail.com
- Initial version