forked from pool/python-i3ipc
- Update to 2.1.1: * Regression: emit detailed events correctly (#126) * Regression: null values in replies should be python None (#123) * Add the sway input event (#122) * Raise handler exceptions from Connection.main() (the old behavior was just to exit silently which is wrong) (#125) - Remove python2 stuff OBS-URL: https://build.opensuse.org/request/show/790086 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-i3ipc?expand=0&rev=3
27 lines
1.0 KiB
Plaintext
27 lines
1.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Mar 31 07:52:31 UTC 2020 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- Update to 2.1.1:
|
|
* Regression: emit detailed events correctly (#126)
|
|
* Regression: null values in replies should be python None (#123)
|
|
* Add the sway input event (#122)
|
|
* Raise handler exceptions from Connection.main() (the old
|
|
behavior was just to exit silently which is wrong) (#125)
|
|
- Remove python2 stuff
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 19 12:01:34 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Drop unnecessary dependency on python-devel
|
|
- Remove dependency on enum-compat, using python2-enum34 instead
|
|
- Add examples to docs
|
|
- Fix fdupes and tidy spec
|
|
- Activate test suite, with a few tests deselected due to
|
|
test runner environment
|
|
- Update to v1.7.1, last release supporting Python 2.7
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Feb 24 12:50:43 UTC 2019 - Michał Rostecki <mrostecki@opensuse.org>
|
|
|
|
- Initial release 1.6.0
|