diff --git a/Logbook-0.4.1.tar.gz b/Logbook-0.4.1.tar.gz deleted file mode 100644 index ad6f801..0000000 --- a/Logbook-0.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a70d3c404511e72e72a4e42f40c5bf366391be2ddccd10d337ec14ead94d3546 -size 96055 diff --git a/Logbook-1.0.0.tar.gz b/Logbook-1.0.0.tar.gz new file mode 100644 index 0000000..da5c7f0 --- /dev/null +++ b/Logbook-1.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87da2515a6b3db866283cb9d4e5a6ec44e52a1d556ebb2ea3b6e7e704b5f1872 +size 178113 diff --git a/python-Logbook.changes b/python-Logbook.changes index fe51b6e..ce0154f 100644 --- a/python-Logbook.changes +++ b/python-Logbook.changes @@ -1,3 +1,68 @@ +------------------------------------------------------------------- +Fri Jan 6 20:55:50 UTC 2017 - boris@steki.net + +- Added support for timezones for log timestamp formatting (thanks Mattijs Ugen) +- Logbook has been a 0.x long enough to earn its 1.0.0 bump! +- Logbook now uses SemVer for its versioning scheme +- Various improvements to MailHandler and the usage of TLS/SMTP SSL (thanks Frazer McLean) +- Fix log colorizing on Windows (thanks Frazer McLean) +- Coverage reports using coveralls.io +- Dropped compatibility for Python 3.2. At this point we did not actually + remove any code that supports it, but the continuous integration tests + no longer check against it, and we will no longer fix compatibility issues with 3.2. +- Better coverage and tests on Windows (thanks Frazer McLean) +- Added enable() and disable() methods for loggers (thanks Frazer McLean) +- Many cleanups and overall project improvements (thanks Frazer McLean) + +- Added logbook.utils.deprecated to automatically emit warnings when + certain functions are called (Thanks Ayala Shachar) +- Added logbook.utils.suppressed_deprecations context to temporarily + suppress deprecations (Thanks Ayala Shachar) +- Added logbook.utils.logged_if_slow to emit logs when certain operations + exceed a time threshold (Thanks Ayala Shachar) +- Many PEP8 fixes and code cleanups (thanks Taranjeet Singh and Frazer McLean) +- TestHandler constructor now receives an optional force_heavy_init=True, + forcing all records to heavy-initialize +- Windows-specific fixes and CI configuration (Thanks Frazer McLean) +- Several Unicode-specific fixes (Thanks Frazer McLean) +- Documentation cleanups +- Fix importing issue with SQLAlchemy ticketing handler +- Added TRACE log level for enabling logs below DEBUG +- Improved SQLAlchemy session management (thanks @fintan) +- Removed the bubble argument from NullHandler, preventing many future confusions +- Small bugfix supporting exc_info=False without breaking formatting +- Removed the global handler which was installed by default so far. + The rationale is to ease adoption for 3rd party libraries who don’t want + output to go to stderr by default. The old behavior can still be restored + by setting the LOGBOOK_INSTALL_DEFAULT_HANDLER environment variable +- Added frame correction option, to properly mark log record origins (Thanks Roey Darwish) +- Fixed MailHandler infinite recursion bug (Thanks Tal Yalon) +- Fix support for gevent, along with various other fixes (Thanks Tal Yalon) +- Added Pushover handler (thanks @owo) +- Default logging format now includes seconds and microseconds (#110) +- Several fixes regarding possible deadlocks in log formatting (thanks Guy Rozendorn) +- Fixed packaging so that the speedups module now gets packaged by default (#122) +- ThreadedWrapperHandler now supports maxsize (#121) (thanks Ken Jung) +- Fixes in rotating handlers (thanks zhangliyong) +- Added Pushover handler (thanks Ossama W. Obeid) +- RedisHandler now supports lpush as an option (thanks Bruno Rocha) +- Restored Python 3.2 support (thanks @rnortman) +- NullHandlers now respect filters - allows to only drop/mute certain records (#73) +- redirect_logging now sets the legacy root logger’s level + to DEBUG by default. This can be changed by specifying set_root_logger_level=False (#96) +- Added Redis handler (Thanks a lot @guillermo-carrasco for this PR) +- Fixed email encoding bug (Thanks Raphaël Vinot) +- Drop 2.5, 3.2 support, code cleanup +- The exc_info argument now accepts True, like in the standard logging modul +- Fixed Python 3.x compatibility, including speedups +- Dropped Python 2.4 support. Python 2.4 support caused a lot of + hacks in the code and introduced duplication to the test code. + In addition, it is impossible to cover 2.4-3.x with a single + tox installation, which may introduce unwitting code breakage. + Travis also does not support Python 2.4 so the chances of + accidentally breaking this support were very high as it was... + + ------------------------------------------------------------------- Thu Oct 24 11:07:59 UTC 2013 - speilicke@suse.com diff --git a/python-Logbook.spec b/python-Logbook.spec index 440644b..5e4b3ae 100644 --- a/python-Logbook.spec +++ b/python-Logbook.spec @@ -1,7 +1,7 @@ # # spec file for package python-Logbook # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: python-Logbook -Version: 0.4.1 +Version: 1.0.0 Release: 0 Summary: A logging replacement for Python License: BSD-3-Clause Group: Development/Languages/Python -Url: http://logbook.pocoo.org/ -Source: http://pypi.python.org/packages/source/L/Logbook/Logbook-%{version}.tar.gz +Url: https://pypi.org/project/Logbook/ +Source: https://pypi.io/packages/34/e8/6419c217bbf464fe8a902418120cccaf476201bd03b50958db24d6e90f65/Logbook-1.0.0.tar.gz BuildRequires: python-devel BuildRequires: python-setuptools BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -48,7 +48,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} %files %defattr(-,root,root,-) -%doc CHANGES README +%doc CHANGES %{python_sitearch}/* %changelog