Package Release Info

python-pyxdg-0.26-bp152.1.6

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

Change Logs

* Mon Mar 02 2020 Tomá? Chvátal <tchvatal@suse.com>
- Add setuptools dependency
- Use pytest to run tests rather than nose that will break with
  python 3.10
* Sun Mar 01 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
  * new-api.patch
* Sun Sep 15 2019 John Vandenberg <jayvdb@gmail.com>
- Fix test data to use sys.executable
* Wed Apr 24 2019 Ond?ej Súkup <mimi.vx@gmail.com>
- add resource_leak.patch - Fix several ResourceWarnings: unclosed file
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
Version: 0.25-1.21
* Mon Oct 02 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 05 2017 toddrme2178@gmail.com
- Don't provide python2-xdg. Singlespec packages should use the
  correct name.
* Mon May 01 2017 toddrme2178@gmail.com
- Add literal python-xdg provides.
* Mon Apr 24 2017 toddrme2178@gmail.com
- Fix source url
- Various small spec file cleanups.
* Thu Apr 13 2017 aloisio@gmx.com
- Converted to single-spec
- Updated source URL
* Thu Oct 22 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 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 2015 matwey.kornilov@gmail.com
- Initial version
Version: 0.26-2.2
* Mon Mar 02 2020 tchvatal@suse.com
- Add setuptools dependency
- Use pytest to run tests rather than nose that will break with
  python 3.10
* Sun Mar 01 2020 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
  * new-api.patch
* Sun Sep 15 2019 jayvdb@gmail.com
- Fix test data to use sys.executable
* Wed Apr 24 2019 mimi.vx@gmail.com
- add resource_leak.patch - Fix several ResourceWarnings: unclosed file
* Tue Dec 04 2018 mcepl@suse.com
- Remove superfluous devel dependency for noarch package
* Tue May 22 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 2018 tchvatal@suse.com
- Fix provides/obsoletes to actually provide python2-xdg too