From d47dbc8df7c12bbe6226f9cd953ec5af3d9af90edd0023a978fbc60a63f336c9 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 25 Jun 2025 08:58:30 +0000 Subject: [PATCH] Accepting request 1288443 from home:glaubitz:branches:devel:languages:python - Update to 1.8.2 * TimedRotatingFileHandler was sensitive to changes in the current work directory if ``filename`` was a relative path. * Wheels are built for Linux arm64 - Use Python 3.11 on SLE-15 by default OBS-URL: https://build.opensuse.org/request/show/1288443 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Logbook?expand=0&rev=40 --- logbook-1.8.1.tar.gz | 3 --- logbook-1.8.2.tar.gz | 3 +++ python-Logbook.changes | 9 +++++++++ python-Logbook.spec | 3 ++- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 logbook-1.8.1.tar.gz create mode 100644 logbook-1.8.2.tar.gz diff --git a/logbook-1.8.1.tar.gz b/logbook-1.8.1.tar.gz deleted file mode 100644 index 0d23e07..0000000 --- a/logbook-1.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:221e6f884f035fffd77935802ab47dc0a3aa7c833010cd7b51354649a7eb462d -size 368031 diff --git a/logbook-1.8.2.tar.gz b/logbook-1.8.2.tar.gz new file mode 100644 index 0000000..dbb2a52 --- /dev/null +++ b/logbook-1.8.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d19797c1646ef2f518fe207ae88d2415487085044f5fa5f1cd725b9ab0dd329 +size 368141 diff --git a/python-Logbook.changes b/python-Logbook.changes index e567f48..969c6f6 100644 --- a/python-Logbook.changes +++ b/python-Logbook.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Jun 25 06:16:06 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 1.8.2 + * TimedRotatingFileHandler was sensitive to changes in the + current work directory if ``filename`` was a relative path. + * Wheels are built for Linux arm64 +- Use Python 3.11 on SLE-15 by default + ------------------------------------------------------------------- Mon Apr 14 06:03:57 UTC 2025 - Steve Kowalik diff --git a/python-Logbook.spec b/python-Logbook.spec index 80b4444..506e30e 100644 --- a/python-Logbook.spec +++ b/python-Logbook.spec @@ -16,8 +16,9 @@ # +%{?sle15_python_module_pythons} Name: python-Logbook -Version: 1.8.1 +Version: 1.8.2 Release: 0 Summary: A logging replacement for Python License: BSD-3-Clause