14
0

- Refresh patch from GitHub, the short shas gained one character.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Logbook?expand=0&rev=22
This commit is contained in:
2023-06-28 03:28:37 +00:00
committed by Git OBS Bridge
parent 600c78864d
commit 32c4449cb4
2 changed files with 3 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ Subject: [PATCH] replace removed SQLAlchemy Table.count() method
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/logbook/ticketing.py b/logbook/ticketing.py
index 7321fa3..4f94ab8 100644
index 7321fa32..4f94ab8e 100644
--- a/logbook/ticketing.py
+++ b/logbook/ticketing.py
@@ -243,7 +243,10 @@ def record_ticket(self, record, data, hash, app_id):

View File

@@ -1,10 +1,11 @@
-------------------------------------------------------------------
Tue Jun 27 05:38:54 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
Wed Jun 28 03:27:42 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Add patch deal-with-missing-socket.patch
- Pin SQLAlchemy < 2, this requires 1.4
- Stop using greedy globs in %files
- Light spring cleaning of the spec file.
- Refresh patch from GitHub, the short shas gained one character.
-------------------------------------------------------------------
Fri May 7 18:20:13 UTC 2021 - Ben Greiner <code@bnavigator.de>