File flashfocus.changes of Package flashfocus

-------------------------------------------------------------------
Wed Feb 21 09:47:50 UTC 2024 - Michael Vetter <mvetter@suse.com>

- Use %autosetup macro. Allows to eliminate the usage of deprecated
  %patchN.
- Use %python3_pyproject_wheel instead of %pyproject_wheel

-------------------------------------------------------------------
Mon Sep 25 05:26:27 UTC 2023 - Michael Vetter <mvetter@suse.com>

- Update to 2.4.1:
  * Fixed: Error when .config/flashfocus exists but no config file present
  * Fixed: Multiple sigints required to terminate flashfocus on sway
  * Update to use ruff and pre-commit
  * Modernize type hints

-------------------------------------------------------------------
Mon Sep 25 05:26:21 UTC 2023 - Michael Vetter <mvetter@suse.com>

- Update to 2.4.0:
  * Updated: Drop support for python 3.6 and 3.7
  * Updated: PEP 517 build system
- Remove flashfocus-2.0.3-no-i3ipc.patch
- Add flashfocus-2.4.0-no-i3ipc.patch

-------------------------------------------------------------------
Mon Oct 24 10:31:09 UTC 2022 - Michael Vetter <mvetter@suse.com>

- Update to 2.3.1:
  * Fixed: #78 Fix error when the current workspace is null
  * Not user facing: #79 Fixed a bunch of mypy warnings

-------------------------------------------------------------------
Tue Sep 13 05:42:27 UTC 2022 - Michael Vetter <mvetter@suse.com>

- Update to 2.3.0:
  * Added: #74 pyproject.toml config
  * Fixed: #77 Rare race condition when detecting the current workspace
  * Fixed: #78 Traceback when the current workspace is null
  * Not user facing:
    + #74 Misc. code cleanup/ linter fixes
    + #75 Fix bug in Dockerfile
    + #77 Add github action for running tests and fix some flakey tests
    + #76 Add CODEOWNERS file

-------------------------------------------------------------------
Mon Jul 11 06:49:06 UTC 2022 - Michael Vetter <mvetter@suse.com>

- Update to 2.2.5:
  * Fixed: Relax PyYaml dependency

-------------------------------------------------------------------
Fri Dec 10 09:11:15 UTC 2021 - pgajdos@suse.com

- pytest-runner is deprecated

-------------------------------------------------------------------
Mon Aug 16 08:02:11 UTC 2021 - Michael Vetter <mvetter@suse.com>

- Update to 2.2.4:
  * Fixed: Remove pytest from setup.py requirements (as it is not really required).

-------------------------------------------------------------------
Mon Aug 16 08:01:53 UTC 2021 - Michael Vetter <mvetter@suse.com>

- Update to 2.2.3:
  * Bump click dependency to v9

-------------------------------------------------------------------
Mon Aug 10 07:00:47 UTC 2020 - Michael Vetter <mvetter@suse.com>

- Update to 2.2.2:
  * Added: #55 Emit warning when flash-fullscreen: true in sway.

-------------------------------------------------------------------
Mon Jul  6 08:18:58 UTC 2020 - Michael Vetter <mvetter@suse.com>

- Update to 2.2.1:
  * Fixed: Renamed (--loglevel/-l) param to (--verbosity/-v) due
    to conflict with --flash-lone-windows

-------------------------------------------------------------------
Mon Jun  1 05:44:53 UTC 2020 - Michael Vetter <mvetter@suse.com>

- Update to 2.2.0:
  * Added: --loglevel CLI option
  * Fixed: Removed --opacity documentation in help

-------------------------------------------------------------------
Tue Mar 31 07:46:44 UTC 2020 - Michael Vetter <mvetter@suse.com>

- Update to 2.1.3:
  * Fixed: #46 Accidental bump of required version of i3ipc
- Refresh flashfocus-2.0.3-no-i3ipc.patch

-------------------------------------------------------------------
Mon Mar  9 09:50:01 UTC 2020 - Michael Vetter <mvetter@suse.com>

- Update to 2.1.2:
  * (Hopefully) fixed: #43 - Error when setting rules in config
  * Add support for Click 7.0

-------------------------------------------------------------------
Mon Sep 30 08:48:24 UTC 2019 - mvetter@suse.com

- Update to 2.1.1:
  * Fixed: #39 Crashes when switching tags on dwm
  * Handle null NET_WM_STATE when detecting fullscreen
- Changes from 2.1.0:
  * Added: flash-fullscreen/no-flash-fullscreen config options
  * Fixed: Exit without traceback for non-supported wayland WMs
  * Fixed: Cleaned up flakey tests

-------------------------------------------------------------------
Sun Sep 15 06:56:47 UTC 2019 - mvetter@suse.com

- Update to 2.0.5:
  * Add support for marshmallow v3
- Does not work with i3/sway yet because we don't have i3ipc
  packaged

-------------------------------------------------------------------
Tue Sep 10 09:05:42 UTC 2019 - mvetter@suse.com

- Update to 2.0.3:
  * Fix typo in marshmallow pin
  * Add init.py to display_protocols submodule
- Add flashfocus-2.0.3-no-i3ipc.patch

-------------------------------------------------------------------
Mon Sep  9 08:05:38 UTC 2019 - mvetter@suse.com

- Update to 2.0.1:
  * Temporarily pin marshmallow to v2
  * Added sway support
  * Dropped python2 support
  * Increased minimum pyyaml version to 5.1
  * Added i3ipc requirement

-------------------------------------------------------------------
Tue May 28 06:33:34 UTC 2019 - mvetter@suse.com

- Update to 1.2.7:
  * Added support for marshmallow v3 which is in prerelease
  * Set windows to default opacity even if they're not flashed (#25)

-------------------------------------------------------------------
Mon May 27 05:51:23 UTC 2019 - mvetter@suse.com

- Update to 1.2.5:
  * Stopped using the deprecated inspect.getargspec API in python3
  * Bug fix (issue #25)

-------------------------------------------------------------------
Wed Jan 30 19:59:33 UTC 2019 - Bernhard Wiedemann <bwiedemann@suse.com>

- Fix build with python 3.7

-------------------------------------------------------------------
Mon Jan 28 08:27:28 UTC 2019 - mvetter@suse.com

- Update to 1.2.1:
  * Reverted Pyyaml requirement to >3.0

-------------------------------------------------------------------
Tue Jan 22 10:06:39 UTC 2019 - mvetter@suse.com

- Update to 1.2.0:
  * Added flash-lone-windows CLI option.
  * Added: ability to set custom config file location with --config flag
  * Fixed: Use marshmallow strict mode due to deprecation warning
  * Fixed: Updated pyaml version in requirements due to security vulnerability

-------------------------------------------------------------------
Mon Oct 15 11:13:23 UTC 2018 - mvetter@suse.com

- Update to 1.1.1:
  * Implemented flash-lone-windows configuration option
    (see default config file for details)
  * Added flash-lone-windows CLI option

-------------------------------------------------------------------
Thu Sep  6 08:28:35 UTC 2018 - mvetter@suse.com

- Update to 1.0.9:
  * Improved test suite runtime
  * Fix uncaught AttributeError when RuleMatcher returns None
  * Fix bug which broke window flashing with transparent windows(#18)
  * Code refactoring

-------------------------------------------------------------------
Thu Jun  7 10:17:59 UTC 2018 - mvetter@suse.com

- Fix /bin/bash path

-------------------------------------------------------------------
Wed Jun  6 07:52:55 UTC 2018 - mvetter@suse.com

- Only replace env in nc_flash_window via sed

-------------------------------------------------------------------
Wed Jun  6 07:36:44 UTC 2018 - mvetter@suse.com

- Recommend compton

-------------------------------------------------------------------
Wed Jun  6 07:07:40 UTC 2018 - mvetter@suse.com

- Initial package in version 1.0.7 for openSUSE
openSUSE Build Service is sponsored by