14
0
forked from pool/python-pyxdg

- Update to 0.26.0:

* IconTheme: Add support for Scale and ScaledDirectories keys.
  * DesktopEntry: New method findTryExec()
  * Menu: More efficient processing of filter rules by building a Python AST
  * Mime: Prefer the first mimetype found for a file extension, instead of the last
  * Mime: Allow unknown magic-matching rule formats
  * Mime: GlobDB has new methods first_match and all_matches for matching paths
  * Mime: New function get_extensions to get extensions for a given mime type
  * Mime: Fix MagicDB.match_data crashing with an unknown 'possible' mimetype
  * Mime: Correctly handle __NOMAGIC__ rule removing previous magic matches
  * Menu: XML parsing reworked
  * BaseDirectory: More secure creation of a fallback runtime directory with get_runtime_dir(strict=False)
  * Various miscellaneous improvements to testing.

- Fix provides/obsoletes to actually provide python2-xdg too

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyxdg?expand=0&rev=11
This commit is contained in:
Tomáš Chvátal
2018-05-22 19:18:42 +00:00
committed by Git OBS Bridge
parent 3eda7ac35f
commit 7830c5ca30
6 changed files with 36 additions and 72 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Tue May 22 19:10:38 UTC 2018 - tchvatal@suse.com
- Update to 0.26.0:
* IconTheme: Add support for Scale and ScaledDirectories keys.
* DesktopEntry: New method findTryExec()
* Menu: More efficient processing of filter rules by building a Python AST
* Mime: Prefer the first mimetype found for a file extension, instead of the last
* Mime: Allow unknown magic-matching rule formats
* Mime: GlobDB has new methods first_match and all_matches for matching paths
* Mime: New function get_extensions to get extensions for a given mime type
* Mime: Fix MagicDB.match_data crashing with an unknown 'possible' mimetype
* Mime: Correctly handle __NOMAGIC__ rule removing previous magic matches
* Menu: XML parsing reworked
* BaseDirectory: More secure creation of a fallback runtime directory with get_runtime_dir(strict=False)
* Various miscellaneous improvements to testing.
-------------------------------------------------------------------
Tue May 22 19:07:50 UTC 2018 - tchvatal@suse.com
- Fix provides/obsoletes to actually provide python2-xdg too
-------------------------------------------------------------------
Mon Oct 2 14:02:20 UTC 2017 - jmatejek@suse.com