pkgsrc-wip/py-logbook
Min Sik Kim 9a7341f717 Update py-logbook to 1.0.0
Changes since 0.10.1:
- Added support for timezones for log timestamp formatting
- 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
- 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
  ntegration 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
- 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
2017-03-27 15:56:50 -07:00
..
DESCR
distinfo
Makefile
PLIST