14
0
forked from pool/python-ntfy

- 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ntfy?expand=0&rev=17
This commit is contained in:
Matthias Bach
2022-02-17 09:15:51 +00:00
committed by Git OBS Bridge
parent 9f0de0069b
commit 2a5dce798c
2 changed files with 11 additions and 2 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
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>