- Add pytest-asyncio dependency and test-aio.patch to fix tests - Skip some misbehaving tests OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-i3ipc?expand=0&rev=23
68 lines
2.6 KiB
Plaintext
68 lines
2.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Sep 5 15:21:20 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- Add pytest-asyncio dependency and test-aio.patch to fix tests
|
|
- Skip some misbehaving tests
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 28 11:44:55 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- Convert to pip-based build
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 4 08:27:56 UTC 2022 - pgajdos@suse.com
|
|
|
|
- disable flaky test_detailed_window_event (stucks on obs for x86_64)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 23 09:48:08 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Mark example scripts as non-executable
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 7 12:17:37 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
- Fix Requires: python-<module> instead of %{python <module>} so
|
|
that python38-<foo> does not pull in python36-<dependency>.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 6 07:38:48 UTC 2020 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- Update to 2.2.1:
|
|
* includes sway comatibility enhancements (#98) and other bugfixes.
|
|
* Make the sway INPUT event subscribable (#127).
|
|
* Remove the enum-compat dependency (#128).
|
|
* Add examples and docs to MANIFEST.in (#132).
|
|
* Add sway-specific fields to OutputReply (#137).
|
|
* Add find_by_pid() method for sway (#142).
|
|
* Add side properties to Gaps object (#143).
|
|
* Add ipc_data attribute to objects (8947b9f).
|
|
* Add all known sway properties (e6c7f1b).
|
|
* Fix scratchpad for sway (f11e729).
|
|
* Bug: fix crash after reload then restart (#148).
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 31 10:50:37 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() (#125)
|
|
|
|
-------------------------------------------------------------------
|
|
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
|