1
0

- Add patch stop-using-utcnow.patch:

* Use a callable wrapping datetime.now(utc) rather than utcnow().

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Flask-SQLAlchemy?expand=0&rev=14
This commit is contained in:
2024-02-01 17:05:03 +00:00
committed by Git OBS Bridge
parent 5552e93568
commit 50d5ddb8b0
3 changed files with 146 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Feb 1 05:13:58 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Add patch stop-using-utcnow.patch:
* Use a callable wrapping datetime.now(utc) rather than utcnow().
-------------------------------------------------------------------
Thu Oct 19 21:37:17 UTC 2023 - Matej Cepl <mcepl@cepl.eu>