diff --git a/logbook-pr316-sqlalchemy-count.patch b/logbook-pr316-sqlalchemy-count.patch index 40aafd5..30e5df5 100644 --- a/logbook-pr316-sqlalchemy-count.patch +++ b/logbook-pr316-sqlalchemy-count.patch @@ -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): diff --git a/python-Logbook.changes b/python-Logbook.changes index 6e79c2a..2c2c8c6 100644 --- a/python-Logbook.changes +++ b/python-Logbook.changes @@ -1,10 +1,11 @@ ------------------------------------------------------------------- -Tue Jun 27 05:38:54 UTC 2023 - Steve Kowalik +Wed Jun 28 03:27:42 UTC 2023 - Steve Kowalik - 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