14
0
forked from pool/python-xcffib

Accepting request 844089 from home:jayvdb:branches:devel:languages:python

- Re-activate tests
- Update to 0.10.1
  * testing: handle lock file open() failures gracefully 
- from v0.10.0
  * Drop support for Python 2.7
  * testing: protect find_display() with flock()
  * testing: don't leak discard FD

OBS-URL: https://build.opensuse.org/request/show/844089
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xcffib?expand=0&rev=18
This commit is contained in:
2020-10-26 14:30:55 +00:00
committed by Git OBS Bridge
parent bcd467f2ba
commit c591db3eb0
4 changed files with 17 additions and 9 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Oct 26 13:01:07 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
- Re-activate tests
- Update to 0.10.1
* testing: handle lock file open() failures gracefully
- from v0.10.0
* Drop support for Python 2.7
* testing: protect find_display() with flock()
* testing: don't leak discard FD
-------------------------------------------------------------------
Fri Feb 21 09:11:30 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>