41 Commits

Author SHA256 Message Date
2366e216bd 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
f353e60a64 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
b3fa856734 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
1434605796 - 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
742e36dc2c - 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
ffe867dddf 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
95e9adc90d - 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
b79d263a15 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
b804ac248d - 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
28aea95171 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
373e0538f5 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
a613751ccb Accepting request 1131713 from devel:languages:python
- update to 1.7.0.post0:
  * Ensure setuptools can read version number statically during
    build
  * Dropped support for Python 3.7
  * Passing (keyfile, certfile) to MailHandler's ``secure``
    argument is deprecated in favour of passing an ``ssl.SSLContext``.
  * Python 3.12 support

- restrict to older Cython version
  * Added support for controlling rotating file names -- Logbook now allows users to

OBS-URL: https://build.opensuse.org/request/show/1131713
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Logbook?expand=0&rev=12
2023-12-08 21:31:54 +00:00
0a39b9c97a - update to 1.7.0.post0:
* Ensure setuptools can read version number statically during
    build
  * Dropped support for Python 3.7
  * Passing (keyfile, certfile) to MailHandler's ``secure``
    argument is deprecated in favour of passing an ``ssl.SSLContext``.
  * Python 3.12 support
- restrict to older Cython version
  * Added support for controlling rotating file names -- Logbook now allows users to

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Logbook?expand=0&rev=29
2023-12-07 22:08:38 +00:00
2884d5bf4b Accepting request 1118992 from devel:languages:python
- update to 1.6.0
- drop patches:
  logbook-pr316-sqlalchemy-count.patch
  deal-with-missing-socket.patch
  * Supports SQLAlchemy 1.4 and 2.0.
  * Fix various deprecation warnings.
  * exc_info arg may be a BaseException instance
  * FileHandler supports path-like objects.
  * Fixed bug which prevented compilation on Cython 3
  * Wheels are generated for more platforms and architectures

OBS-URL: https://build.opensuse.org/request/show/1118992
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Logbook?expand=0&rev=11
2023-10-19 20:50:23 +00:00
67f9d004ca fix changelog
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Logbook?expand=0&rev=27
2023-10-19 14:31:21 +00:00
95fa0665e1 Accepting request 1114339 from home:mimi_vx:branches:devel:languages:python
- update to 1.6.0
  * Supports SQLAlchemy 1.4 and 2.0.
  * Fix various deprecation warnings.
  * exc_info arg may be a BaseException instance
  * FileHandler supports path-like objects.
  * Fixed bug which prevented compilation on Cython 3
  * Wheels are generated for more platforms and architectures

OBS-URL: https://build.opensuse.org/request/show/1114339
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Logbook?expand=0&rev=26
2023-09-30 13:17:18 +00:00
8fbba301e8 Accepting request 1103736 from devel:languages:python
- restrict to older Cython version

OBS-URL: https://build.opensuse.org/request/show/1103736
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Logbook?expand=0&rev=10
2023-08-14 20:35:33 +00:00
f9cab92a42 - restrict to older Cython version
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Logbook?expand=0&rev=24
2023-08-13 21:19:31 +00:00
71489ce9d4 Accepting request 1095703 from devel:languages:python
- Add patch deal-with-missing-socket.patch
- Pin SQLAlchemy < 2, this requires 1.4
- Stop using greedy globs in %files
- Light spring cleaning of the spec file.
- Refresh patch from GitHub, the short shas gained one character.

OBS-URL: https://build.opensuse.org/request/show/1095703
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Logbook?expand=0&rev=9
2023-06-28 19:33:13 +00:00
128e50add8 - Refresh patch from GitHub, the short shas gained one character.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Logbook?expand=0&rev=22
2023-06-28 03:28:37 +00:00
c32d64c809 - Add patch deal-with-missing-socket.patch
- Pin SQLAlchemy < 2, this requires 1.4
- Stop using greedy globs in %files
- Light spring cleaning of the spec file.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Logbook?expand=0&rev=21
2023-06-27 05:46:16 +00:00
7d573fcec9 Accepting request 891394 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/891394
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Logbook?expand=0&rev=8
2021-05-12 17:31:15 +00:00
e6209531cc Accepting request 891375 from home:bnavigator:branches:devel:languages:python
- Add logbook-pr316-sqlalchemy-count.patch for compatibility with
  SQLAlchemy 1.4 -- gh#getlogbook/logbook#316

OBS-URL: https://build.opensuse.org/request/show/891375
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Logbook?expand=0&rev=19
2021-05-07 21:04:51 +00:00
e29871ecab Accepting request 784820 from devel:languages:python
- Fix build without python2

OBS-URL: https://build.opensuse.org/request/show/784820
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Logbook?expand=0&rev=7
2020-03-26 23:23:43 +00:00
Tomáš Chvátal
ce3cfb6545 - Fix build without python2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Logbook?expand=0&rev=17
2020-03-14 08:12:50 +00:00
a1ad6dbcb0 Accepting request 764616 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/764616
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Logbook?expand=0&rev=6
2020-01-16 17:15:37 +00:00
Tomáš Chvátal
278f332dc2 Accepting request 764615 from home:mcalabkova:branches:devel:languages:python
- Update to 1.5.3
  * Remove usage of deprecated collections API

OBS-URL: https://build.opensuse.org/request/show/764615
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Logbook?expand=0&rev=15
2020-01-15 10:51:38 +00:00
c4df9d0e0b Accepting request 732888 from devel:languages:python
- Update to 1.5.2:
  * Added support for asyncio and contextvars

OBS-URL: https://build.opensuse.org/request/show/732888
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Logbook?expand=0&rev=5
2019-09-30 13:54:40 +00:00
Tomáš Chvátal
ffd92789d7 - Update to 1.5.2:
* Added support for asyncio and contextvars

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Logbook?expand=0&rev=13
2019-09-24 09:24:50 +00:00
f556cc5452 Accepting request 731162 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/731162
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Logbook?expand=0&rev=4
2019-09-23 10:17:29 +00:00
Tomáš Chvátal
28f1c18641 Accepting request 730983 from home:jayvdb:py3only
- Use python_expand in %build to allow building only a single flavour

OBS-URL: https://build.opensuse.org/request/show/730983
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Logbook?expand=0&rev=11
2019-09-16 07:36:48 +00:00
4554be04a7 Accepting request 681853 from devel:languages:python
- Update to version 1.4.3:
  * Use correct record delimiters (null for UNIX, newline for network) in SyslogHandler (thanks Jonathan Kamens)
  * Try to reconnect to SyslogHandler TCP sockets when they are disconnected (thanks Jonathan Kamens)
  * Use RFC 5424 format for networking logging in SyslogHandler (thanks Jonathan Kamens)
  * Fixed deprecated regular expression pattern (thanks Tsuyoshi Hombashi)
  * Fixed TimedRotatingFileHandler rotation (thanks Tucker Beck)

OBS-URL: https://build.opensuse.org/request/show/681853
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Logbook?expand=0&rev=3
2019-03-12 08:52:11 +00:00
Tomáš Chvátal
6a4fa9f856 - Update to version 1.4.3:
* Use correct record delimiters (null for UNIX, newline for network) in SyslogHandler (thanks Jonathan Kamens)
  * Try to reconnect to SyslogHandler TCP sockets when they are disconnected (thanks Jonathan Kamens)
  * Use RFC 5424 format for networking logging in SyslogHandler (thanks Jonathan Kamens)
  * Fixed deprecated regular expression pattern (thanks Tsuyoshi Hombashi)
  * Fixed TimedRotatingFileHandler rotation (thanks Tucker Beck)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Logbook?expand=0&rev=9
2019-03-05 16:43:36 +00:00
52b7a2a65a Accepting request 628720 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/628720
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Logbook?expand=0&rev=2
2018-08-12 18:55:40 +00:00
Tomáš Chvátal
7d1e488912 Accepting request 628692 from home:czerw:test
- Update to Version 1.4.0
  * Added support for checking if trace logs have been emitted in TestHandler (thanks @thedrow)
  * Added support for controlling rotating file names -- Logbook now allows users to 
    customize the formatting of rollover/rotating files (thanks Tucker Beck)
  * Added support for compressed log files, supporting both gzip and brotli compression
    methods (thanks Maor Marcus)
  * Fixed CPU usage for queuing handlers (thanks Adam Urbańczyk)
- Remove cleanup of tests/*.pyc files and tests/__pycache__ from downloaded source code
- Fully enable tests
- Add cython build of _speedups.c for each python version

OBS-URL: https://build.opensuse.org/request/show/628692
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Logbook?expand=0&rev=7
2018-08-11 06:39:28 +00:00
8003798f4d Accepting request 522426 from devel:languages:python
Needed by the latest version of python3-raven

OBS-URL: https://build.opensuse.org/request/show/522426
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Logbook?expand=0&rev=1
2017-09-09 18:27:18 +00:00
Todd R
5895bf0e26 Accepting request 522425 from home:TheBlackCat:branches:devel:languages:python
- Implement single-spec version
- Update to Version 1.1.0
  * Added a handler for Riemann (thanks Šarūnas Navickas)
  * Added a handler for Slack (thanks @jonathanng)
  * Colorizing mixin can now force coloring on or off (thanks @ayalash)
- Update to Version 1.0.1
  * Fix PushOver handler cropping (thanks Sébastien Celles)

OBS-URL: https://build.opensuse.org/request/show/522425
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Logbook?expand=0&rev=5
2017-09-08 19:32:30 +00:00
d3888a208a Accepting request 453499 from home:bmanojlovic:branches:devel:languages:python
updated url (which again if you go to "homepage" redirects to readtheddocs but as requested.

OBS-URL: https://build.opensuse.org/request/show/453499
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Logbook?expand=0&rev=4
2017-02-16 14:13:44 +00:00
Sascha Peilicke
da49bd3abf - Require python-setuptools instead of distribute (upstreams merged)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Logbook?expand=0&rev=3
2013-10-24 11:08:00 +00:00
Sascha Peilicke
050cd22191 - Package README and CHANGES
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Logbook?expand=0&rev=2
2013-04-29 13:53:05 +00:00
Sascha Peilicke
78b5588585 Accepting request 173333 from home:prusnak
please review and add

OBS-URL: https://build.opensuse.org/request/show/173333
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Logbook?expand=0&rev=1
2013-04-29 13:48:34 +00:00