File python-xdg.changes of Package python-xdg
-------------------------------------------------------------------
Tue Jan 15 09:13:20 UTC 2013 - vuntz@opensuse.org
- Drop use of %py_requires (or equivalent for python3): a
python(abi) Requires is automatically added.
-------------------------------------------------------------------
Tue Jan 15 08:39:02 UTC 2013 - vuntz@opensuse.org
- Add pre_checkin.sh and rework python3 packaging so that only
updating the python-xdg spec file is enough: the few differences
between the two spec files are handled with a %build_for_python3
define.
-------------------------------------------------------------------
Mon Jan 14 15:21:03 UTC 2013 - p.drouand@gmail.com
- Initial python3 support
-------------------------------------------------------------------
Mon Jan 14 15:16:11 UTC 2013 - p.drouand@gmail.com
- Update to version 0.25:
+ Add support for $XDG_RUNTIME_DIR (deb#656338).
+ Allow desktop entry files that are not encoded in UTF-8
(deb#693855).
+ Mime: Add support for subclasses and aliases.
- Changes from version 0.24:
+ Update allowed DesktopEntry categories following changes to the
specification.
+ Fix removal of empty submenu (fdo#54747).
+ Documentation is now available on RTD:
http://pyxdg.readthedocs.org/
+ A few more tests, and some code cleanup.
+ Fix failure to parse some menu files when kde-config is missing
(fdo#56426).
- Changes from version 0.23:
+ Fix a test for non-UTF-8 locales.
- Changes from version 0.22:
+ Better unicode handling in several modules.
+ Fix for sorting non-ASCII menu entries (fdo#52492).
+ More tests.
- Changes from version 0.21:
+ Tests can now be run conveniently using nosetests, and cover
more of the code.
+ BaseDirectory: New save_cache_path() function (fdo#26458).
+ Config: Default icon theme is 'hicolor', not 'highcolor'.
+ Menu: Obsolete Rule.compile() method removed.
+ DesktopEntry:
- Corrected spelling of checkCategories() method (fdo#24974).
- Consider Actions and Keywords keys standard.
- Accept non-ASCII Keywords.
- Update list of environments valid for OnlyShowIn.
+ Mime: Fix get_type_by_contents() in Python 3.
+ RecentFiles: Minor bug fixes.
- Changes from version 0.20:
+ Compatible with Python 3; requires Python 2.6 or later
+ Clean up accidental GPL license notice in Menu.py
+ Add test scripts for xdg.Mime, xdg.Locale and xdg.RecentFiles
+ Fixes for icon theme validation
+ Fix exception in xdg.Mime
+ Replace invalid string exceptions
+ Fall back to default base directories if $XDG* environment
variables are set but empty.
+ Remove use of deprecated os.popen3 in Menu.py
+ Correct URLs in README
-------------------------------------------------------------------
Tue Oct 18 13:12:50 UTC 2011 - vuntz@opensuse.org
- Add Provides/Obsoletes for python-pyxdg, which is the name of the
package in Packman.
-------------------------------------------------------------------
Wed Jan 27 14:17:23 CET 2010 - vuntz@opensuse.org
- Update to version 0.19:
+ IniFile.py: add support for trusted desktop files
+ DesktopEntry.py: Support spec version 1.0, deb#563660
+ MimeType.py: Fix parsing of in memory data, deb#563718
+ DesktopEntry.py: Fix constructor, deb#551297, deb#562951,
deb#562952
-------------------------------------------------------------------
Thu Dec 17 10:57:27 CET 2009 - vuntz@opensuse.org
- Update to version 0.18:
+ DesktopEntry.py: Add getMimeTypes() method, correctly returning
strings
+ DesktopEntry.py: Deprecated getMimeType() returning list of regex
+ Menu.py: Add support for XDG_MENU_PREFIX
+ Mime.py: Add get_type_by_contents()
-------------------------------------------------------------------
Sun Aug 9 12:43:26 CEST 2009 - coolo@novell.com
- use new python macros
-------------------------------------------------------------------
Fri May 22 13:49:42 CEST 2009 - vuntz@novell.com
- Update to version 0.17:
+ Menu.py: Python <= 2.3 compatibility fix
+ DesktopEntry.py: Fix wrong indention
- Drop python-xdg-indentation.patch: fixed upstream.
- Use fdupes.
-------------------------------------------------------------------
Tue Dec 02 11:14:45 GMT 2008 - riggwelter@opensuse.org
- Fix indentation problem in DesktopEntry
-------------------------------------------------------------------
Fri Oct 24 12:52:55 CEST 2008 - lrupp@suse.de
- update to 0.16
+ IconTheme.py: Add more directories to the pixmap path
+ IniFile.py: Fix saving of relative filenames
+ IniFile.py, DesktopEntry.py: Fix __cmp__ method
+ IniFile.py, IconTheme.py: Better error handling
- avoid self-provides
- remove provides/obsoletes for non existing package
- cleanup in %%install is not necessary
-------------------------------------------------------------------
Tue Jul 25 21:35:33 CEST 2008 - mauro@suse.de
- initial SUSE package