Compare commits
11 Commits
Author | SHA256 | Date | |
---|---|---|---|
f359dd3807 | |||
d47dbc8df7 | |||
cabb8be295 | |||
02e86c2f30 | |||
95ed62ae2d | |||
e5983fe69b | |||
61304f3973 | |||
361fce8fee | |||
f6bb758d73 | |||
f6538c374e | |||
bb040d7e89 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a5e8016701ca3beea6a390b0ba1541037f663543ca508ccd36cfdc841639cdd7
|
||||
size 367964
|
3
logbook-1.8.2.tar.gz
Normal file
3
logbook-1.8.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6d19797c1646ef2f518fe207ae88d2415487085044f5fa5f1cd725b9ab0dd329
|
||||
size 368141
|
@@ -1,3 +1,44 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 25 06:16:06 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- 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 <steven.kowalik@suse.com>
|
||||
|
||||
- Support both lowercased and unnormalized metadata directory names.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 26 00:43:50 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Lowercase metadata directory name.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 19 23:35:22 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 1.8.1:
|
||||
* Fixed crash on Python 3.12+ in speedups extension module.
|
||||
- Drop patch use-pydict-size.patch, included upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 6 04:05:59 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Add patch use-pydict-size.patch:
|
||||
* Use PyDict_Size rather then PyList_GET_SIZE on a dict object.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@@ -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
|
||||
@@ -16,13 +16,14 @@
|
||||
#
|
||||
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-Logbook
|
||||
Version: 1.7.0.post0
|
||||
Version: 1.8.2
|
||||
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 +55,7 @@ Recommends: python-redis
|
||||
An alternative logging implementation for python.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n Logbook-%{version}
|
||||
%autosetup -p1 -n logbook-%{version}
|
||||
dos2unix LICENSE
|
||||
|
||||
%build
|
||||
@@ -62,8 +63,8 @@ export CFLAGS="%{optflags} -fno-strict-aliasing"
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||
|
||||
%check
|
||||
export CFLAGS="%{optflags}"
|
||||
@@ -74,8 +75,8 @@ kill %%1
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
%doc CHANGES
|
||||
%doc README.md CHANGES
|
||||
%{python_sitearch}/logbook
|
||||
%{python_sitearch}/Logbook-%{version}*-info
|
||||
%{python_sitearch}/[Ll]ogbook-%{version}.dist-info
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user