15
0
forked from pool/python-ddt

- Update to 1.3.0:

* Fix build on 32bit arches with 64bit time_t
  * Add functionality to query device properties.
  * Add InputDevice.set_absinfo() and InputDevice.absinfo().
  * Instruct the asyncio event loop to stop monitoring the fd of
    the input device when the device is closed.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ddt?expand=0&rev=20
This commit is contained in:
Tomáš Chvátal
2020-01-22 10:38:41 +00:00
committed by Git OBS Bridge
parent b9bbd8b37b
commit 46b8d9663b
4 changed files with 15 additions and 7 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 22 10:35:00 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.2.2:
* use mock only when it is really needed
-------------------------------------------------------------------
Thu Mar 7 14:07:30 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>