14
0
forked from pool/python-pyxdg

- Add setuptools dependency

- Use pytest to run tests rather than nose that will break with
  python 3.10
  * new-api.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyxdg?expand=0&rev=21
This commit is contained in:
Tomáš Chvátal
2020-03-02 08:29:17 +00:00
committed by Git OBS Bridge
parent 17e8901053
commit d919a4253c
3 changed files with 14 additions and 6 deletions

View File

@@ -1,8 +1,16 @@
-------------------------------------------------------------------
Mon Mar 2 08:27:33 UTC 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 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
* new-api.patch
-------------------------------------------------------------------
Sun Sep 15 06:48:50 UTC 2019 - John Vandenberg <jayvdb@gmail.com>