File python-ntfy.changes of Package python-ntfy
-------------------------------------------------------------------
Tue Oct 28 20:25:23 UTC 2025 - Matthias Bach <marix@marix.org>
- Update to version 2.7.1
  * Fix Matrix backend fails wheen trying to send messages with
    unicode in them.
  * Make theme icons available for linux backend.
  * Swap Slacker for Slack SDK.
  * Add compatibility with emoji 2.0.
  * Compatility with Python 311, 3.12, and 3.13.
- Drop emoji-2.0-compatibility.patch merged upstream.
- Drop python-311-compat.patch merged upstream.
- Drop python-312-compat.patch merged upstream.
- Added a workaround for a test isolation issue affecting the
  configuration tests.
- Switch service file from old disabled to modern manual run mode.
-------------------------------------------------------------------
Mon Jun  9 12:37:08 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Convert to libalternatives
-------------------------------------------------------------------
Mon Jun  2 14:43:25 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Convert to pip-based build
-------------------------------------------------------------------
Mon May 20 09:46:03 UTC 2024 - Matthias Bach <marix@marix.org>
- Stop building for Python 3.6 as python-emoji no longer supports
  it.
-------------------------------------------------------------------
Wed Jan  3 00:22:57 UTC 2024 - Matthias Bach <marix@marix.org>
- Add python-312-compat.patch to achieve compatibility with Python
  3.12.
-------------------------------------------------------------------
Sat Jan  7 14:14:56 UTC 2023 - Matthias Bach <marix@marix.org>
- Add python-311-compat.patch to achieve compatibility with Python
  3.11.
-------------------------------------------------------------------
Mon Jul 18 19:00:39 UTC 2022 - Matthias Bach <marix@marix.org> - 2.7.0
- Add emoji-2.0-compatibility.patch to allow upgrade of
  python-ntfy to version 2.0.
- Add drop-misleading-shebangs.patch.
-------------------------------------------------------------------
Tue May  3 12:39:50 UTC 2022 - pgajdos@suse.com
- added patches
  fix https://github.com/dschep/ntfy/issues/247
  + python-ntfy-no-mock.patch
-------------------------------------------------------------------
Thu Feb 17 08:53:36 UTC 2022 - Matthias Bach <marix@marix.org> - 2.7.0
- Switch test execution to pytest to allow for deselecting tests of
  optional functionality for which we lack the requiired
  dependencies.
- Drop build dependency to the sleekxmpp Python module which got
  dropped from Factory.
-------------------------------------------------------------------
Mon Jan 10 19:46:43 UTC 2022 - Matthias Bach <marix@marix.org>
- Stop using %pyunittest as this seems to cause build failures on
  Leap
-------------------------------------------------------------------
Tue May 25 10:53:45 UTC 2021 - pgajdos@suse.com
- %check: use %pyunittest rpm macro
-------------------------------------------------------------------
Thu Dec 24 18:29:42 UTC 2020 - Matthias Bach <marix@marix.org> - 2.7.0
- Modernise spec file
-------------------------------------------------------------------
Tue Apr 21 19:15:31 UTC 2020 - Matthias Bach <marix@marix.org>
- Drop deprecated usage of %python3_only in favour of
  %python_alternative.
-------------------------------------------------------------------
Tue Dec  4 12:50:54 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
-------------------------------------------------------------------
Sun Nov 25 19:51:37 UTC 2018 - marix@marix.org
- Update to ntfy 2.7.0.
  * Support customizing or disabling the notification icon.
  * Support cusotmizing the notification timeout.
  * Have auto-ntfy ignore htop by default.
  * Make auto-ntfy send notifications in the background so that
    control returns to the shell faster.
-------------------------------------------------------------------
Sun Apr 15 11:08:58 UTC 2018 - marix@marix.org
- Switch source service to run offline instead of on checkout.
  This is required to be compatible with Factory policies.
-------------------------------------------------------------------
Wed Apr  4 18:34:22 UTC 2018 - marix@marix.org
- Update to Ntfy 2.6.0
  * This version adds support for third party backends.
-------------------------------------------------------------------
Sat Mar 31 19:14:54 UTC 2018 - marix@marix.org
- Fix the copyright note in the spec file.
-------------------------------------------------------------------
Sat Mar 31 12:07:09 UTC 2018 - marix@marix.org
- Initial package:
  * Only packaged for Python 3 as this primarily provides the
    executable ntfy.
  * Source is taken from Github as the source distribution on PyPI
    lacks the tests.
  * The package suggests a couple Python packages which are
    currently not packaged for openSUSE. Given the strict naming
    convention for packaged Python packages this should be safe,
    though and magically work once those packages are made
    available.