14
0

Accepting request 1236167 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1236167
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Logbook?expand=0&rev=13
This commit is contained in:
2025-01-12 10:14:08 +00:00
committed by Git OBS Bridge
4 changed files with 16 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a5e8016701ca3beea6a390b0ba1541037f663543ca508ccd36cfdc841639cdd7
size 367964

3
logbook-1.8.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:487fa41539787bfa21a51fabd7f3ae8ae7f9e6679bb3e241d0f5f18a2fc37e9c
size 368000

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Jan 9 09:56:38 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.8.0
* Python 3.13 support
* Fixed deprecation warnings on Python 3.12
* Dropped support for Python 3.8
- Adjust upstream source name in spec file
-------------------------------------------------------------------
Thu Dec 7 22:08:25 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-Logbook
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
Name: python-Logbook
Version: 1.7.0.post0
Version: 1.8.0
Release: 0
Summary: A logging replacement for Python
License: BSD-3-Clause
URL: https://github.com/getlogbook/logbook
Source: https://files.pythonhosted.org/packages/source/L/Logbook/Logbook-%{version}.tar.gz
Source: https://files.pythonhosted.org/packages/source/l/logbook/logbook-%{version}.tar.gz
BuildRequires: %{python_module Brotli}
BuildRequires: %{python_module Cython}
BuildRequires: %{python_module Jinja2}
@@ -54,7 +54,7 @@ Recommends: python-redis
An alternative logging implementation for python.
%prep
%autosetup -p1 -n Logbook-%{version}
%autosetup -p1 -n logbook-%{version}
dos2unix LICENSE
%build