diff --git a/Logbook-1.7.0.post0.tar.gz b/Logbook-1.7.0.post0.tar.gz deleted file mode 100644 index d3f6f2e..0000000 --- a/Logbook-1.7.0.post0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a5e8016701ca3beea6a390b0ba1541037f663543ca508ccd36cfdc841639cdd7 -size 367964 diff --git a/logbook-1.8.0.tar.gz b/logbook-1.8.0.tar.gz new file mode 100644 index 0000000..6be1767 --- /dev/null +++ b/logbook-1.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:487fa41539787bfa21a51fabd7f3ae8ae7f9e6679bb3e241d0f5f18a2fc37e9c +size 368000 diff --git a/python-Logbook.changes b/python-Logbook.changes index 59a95d8..d155241 100644 --- a/python-Logbook.changes +++ b/python-Logbook.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jan 9 09:56:38 UTC 2025 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-Logbook.spec b/python-Logbook.spec index 31f69fd..dda6b1d 100644 --- a/python-Logbook.spec +++ b/python-Logbook.spec @@ -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