Opened 3 years ago

Closed 3 years ago

#14342 closed enhancement (fixed)

pyxdg-0.27

Reported by: Douglas R. Reno Owned by: Bruce Dubbs
Priority: normal Milestone: 10.1
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New minor version

PyXDG has been moved to a new location (at least for release files):

https://pypi.org/project/pyxdg/#files

New Download URL:

https://files.pythonhosted.org/packages/6f/2e/2251b5ae2f003d865beef79c8fcd517e907ed6a69f58c32403cec3eba9b2/pyxdg-0.27.tar.gz

On the https://www.freedesktop.org/wiki/Software/pyxdg/ page, it says "The primary source of release files is now PyXDG on PyPI, not this page."

Change History (3)

comment:1 by Bruce Dubbs, 3 years ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 3 years ago

PyXDG 0.27; October 2020

  • Menu: Fix compatibility with Python >= 3.8.4
  • Menu: Fix several AttributeErrors
  • Menu: Fix duplication of menu entries due when Layout is provided
  • MenuEditor: Fix fromstring typo
  • Certain tests are more independent of external system conditions
  • Standardise shebangs to /usr/bin/env python3

PyXDG 0.26; February 2018

  • The primary source of release files is now PyXDG on PyPI, not this page.
  • 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.

comment:3 by Bruce Dubbs, 3 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 23960.

Note: See TracTickets for help on using tickets.