14
0

22 Commits

Author SHA256 Message Date
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
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
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
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
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
e3d5556b5f - 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
88cfec3639 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
c866566c34 - 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
600c78864d - 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
00b923f577 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
Tomáš Chvátal
4732f4f7a5 - 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
Tomáš Chvátal
e9cd719e34 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
Tomáš Chvátal
efaef5c22f - 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
Tomáš Chvátal
9f12860d1e 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
Tomáš Chvátal
3d9f5feac9 - 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
Tomáš Chvátal
92530f0c2a 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
Todd R
16b6cc80cb 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
Thomas Bechtold
6277f17086 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
6c67f7e35b - 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
258a0881d4 - 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
3c3a6af74d 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