Compare commits

11 Commits

Author SHA256 Message Date
f359dd3807 Accepting request 1288472 from devel:languages:python
Forwarded request #1288443 from 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

OBS-URL: https://build.opensuse.org/request/show/1288472
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Logbook?expand=0&rev=17
2025-06-26 09:38:40 +00:00
d47dbc8df7 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
2025-06-25 08:58:30 +00:00
cabb8be295 Accepting request 1269098 from devel:languages:python
- Support both lowercased and unnormalized metadata directory names.

- Lowercase metadata directory name.

OBS-URL: https://build.opensuse.org/request/show/1269098
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Logbook?expand=0&rev=16
2025-04-14 10:59:42 +00:00
02e86c2f30 - Support both lowercased and unnormalized metadata directory names.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Logbook?expand=0&rev=38
2025-04-14 06:04:07 +00:00
95ed62ae2d - Lowercase metadata directory name.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Logbook?expand=0&rev=37
2025-03-26 00:44:09 +00:00
e5983fe69b Accepting request 1254542 from devel:languages:python
- Update to 1.8.1:
  * Fixed crash on Python 3.12+ in speedups extension module.
- Drop patch use-pydict-size.patch, included upstream.

OBS-URL: https://build.opensuse.org/request/show/1254542
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Logbook?expand=0&rev=15
2025-03-20 18:25:22 +00:00
61304f3973 - Update to 1.8.1:
* Fixed crash on Python 3.12+ in speedups extension module.
- Drop patch use-pydict-size.patch, included upstream.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Logbook?expand=0&rev=35
2025-03-19 23:35:52 +00:00
361fce8fee Accepting request 1250522 from devel:languages:python
- Add patch use-pydict-size.patch:
  * Use PyDict_Size rather then PyList_GET_SIZE on a dict object.

OBS-URL: https://build.opensuse.org/request/show/1250522
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Logbook?expand=0&rev=14
2025-03-06 13:48:57 +00:00
f6bb758d73 - Add patch use-pydict-size.patch:
* Use PyDict_Size rather then PyList_GET_SIZE on a dict object.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Logbook?expand=0&rev=33
2025-03-06 04:07:10 +00:00
f6538c374e 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
2025-01-12 10:14:08 +00:00
bb040d7e89 Accepting request 1236132 from home:glaubitz:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1236132
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Logbook?expand=0&rev=31
2025-01-09 12:17:55 +00:00
4 changed files with 52 additions and 10 deletions

View File

@@ -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
View File

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

View File

@@ -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>

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
@@ -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