14
0
forked from pool/python-moban

- Add patch stop-using-jinja-extensions.patch

* Stop using a removed Jinja2 extension.
- Add patch remove-mock.patch
  * Switch to using unittest.mock.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-moban?expand=0&rev=19
This commit is contained in:
2022-05-20 06:45:53 +00:00
committed by Git OBS Bridge
parent 1390d2885f
commit 5bfb65c11f
4 changed files with 177 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri May 20 06:37:52 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
- Add patch stop-using-jinja-extensions.patch
* Stop using a removed Jinja2 extension.
- Add patch remove-mock.patch
* Switch to using unittest.mock.
-------------------------------------------------------------------
Thu Sep 24 08:38:23 UTC 2020 - pgajdos@suse.com