14
0
forked from pool/python-pyxdg

Accepting request 852787 from home:bnavigator:branches:devel:languages:python

- Update to version 0.27
  * 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 
- drop new-api.patch, resource_leak.patch merged upstream
- get example test data from gitlab repository -- pass all tests

OBS-URL: https://build.opensuse.org/request/show/852787
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyxdg?expand=0&rev=28
This commit is contained in:
2020-12-03 06:13:28 +00:00
committed by Git OBS Bridge
parent 3849b67da2
commit 56f490636f
7 changed files with 26 additions and 219 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Dec 3 02:30:45 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Update to version 0.27
* 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
- drop new-api.patch, resource_leak.patch merged upstream
- get example test data from gitlab repository -- pass all tests
-------------------------------------------------------------------
Mon Oct 5 12:47:20 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>