- Fix Menu.py using attributes that no longer exist Patch from https://gitlab.freedesktop.org/xdg/pyxdg/-/merge_requests/2 Upstream has had a merge request open since Nov 2018 for some obvious errors; this appears to have came from the Fedora package ( https://src.fedoraproject.org/rpms/pyxdg/blob/master/f/pyxdg-0.26-getType-fix.patch ): the author seems to be the Fedora maintainer. I'm still new-ish to the OBS process; please let me know if you'd like changes. Not entirely happy with the patch name, but I have not found a good way to get a patch URL out of a GitLab merge request either. Thanks! OBS-URL: https://build.opensuse.org/request/show/780590 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyxdg?expand=0&rev=20
93 lines
3.6 KiB
Plaintext
93 lines
3.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun Mar 1 01:21:17 UTC 2020 - Mook <mook.moz+com.novell@gmail.com>
|
|
|
|
- Fix Menu.py using attributes that no longer exist
|
|
Patch from https://gitlab.freedesktop.org/xdg/pyxdg/-/merge_requests/2
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Sep 15 06:48:50 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Fix test data to use sys.executable
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 24 13:12:09 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
|
|
|
- add resource_leak.patch - Fix several ResourceWarnings: unclosed file
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 4 12:53:24 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|
|
- drop test-icon test that fails because its standard is too old
|
|
- drop hicolor-icon-theme requirement which was needed for that test
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 5 21:47:54 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
- Don't provide python2-xdg. Singlespec packages should use the
|
|
correct name.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 1 18:49:28 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
- Add literal python-xdg provides.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 24 17:35:04 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
- Fix source url
|
|
- Various small spec file cleanups.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 13 09:16:00 UTC 2017 - aloisio@gmx.com
|
|
|
|
- Converted to single-spec
|
|
- Updated source URL
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 22 09:16:26 UTC 2015 - toddrme2178@gmail.com
|
|
|
|
- It doesn't need a shared-mime-info version that high.
|
|
The unit tests just compare against pre-set values based on that
|
|
version. So remove BuildRequires version check and disable
|
|
tests for earlier openSUSE versions.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Oct 11 10:30:31 UTC 2015 - matwey.kornilov@gmail.com
|
|
|
|
- Provide/Obsolete python-xdg
|
|
For some reason there is already python-xdg which should be
|
|
python-pyxdg according to guidelines (pypi name is pyxdg).
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 10 19:37:34 UTC 2015 - matwey.kornilov@gmail.com
|
|
|
|
- Initial version
|
|
|