17
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/devel:languages:python:flask/python-Flask-SQLAlchemy?expand=0&rev=31
This commit is contained in:
2024-02-01 05:14:53 +00:00
committed by Git OBS Bridge
parent 64df15e919
commit 0f6d78c8bd
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>