Revisions of python-coloredlogs

buildservice-autocommit accepted request 1081966 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 23)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1081368 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 22)
SR for python stack proposal
buildservice-autocommit accepted request 960709 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 21)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 960431 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 20)
- python-mock is actually not needed for build
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 942758 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 19)
- Fix build error for Leap.
  - Set right versions to BuildRequires and Requires.
- Disable python2 and python36 because End of support.
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 931852 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 18)
- Update to 15.0.1
  - Bug fix: Restore :class:`.StandardErrorHandler` functionality
  - The :class:`.StandardErrorHandler` class is responsible for dynamically
    resolving (looking up the value of) sys.stderr for each logged message instead
    of once when :func:`coloredlogs.install()` is called.
  - This was unintentionally broken by changes in `release 14.1`_.
  - _Release 15.0.1: https://github.com/xolox/python-coloredlogs/compare/15.0...15.0.1
- Update to 15.0
  - Don't enable system logging on MacOS and Windows anymore.
  - This is backwards incompatible (which is why I'm bumping the major version
    number) however the old behavior has been reported to be rather problematic
    (see :func:`~coloredlogs.syslog.is_syslog_supported()` for details) so this
    seems like the best choice.
  - _Release 15.0: https://github.com/xolox/python-coloredlogs/compare/14.2...15.0
- Update to 14.3
  * Merged pull request `#89`_ which enhances :func:`coloredlogs.install()` to
    preserve the filters on handlers that are replaced by :pypi:`coloredlogs`.
  * _Release 14.3: https://github.com/xolox/python-coloredlogs/compare/14.2...14.3
  * _#89: https://github.com/xolox/python-coloredlogs/pull/89
- Update to 14.2
  * Honor the ``$NO_COLOR`` environment variable as suggested in issue `#88`_.
  * _Release 14.2: https://github.com/xolox/python-coloredlogs/compare/14.1...14.2
  * _#88: https://github.com/xolox/python-coloredlogs/issues/88
- Update to 14.1
  **Bug fixes:**
  - Don't allow interactive terminal detection to disable colored text when
    colored text is being forced by the caller (reported in issue `#84`_).
  - Automatically disable colored text when logging output is being redirected to
    a file in such a way that it actually works 😬 (reported in issue `#100`_).
  **Other changes:**
  - Start testing on PyPy 3 (because why not?)
  - _Release 14.1: https://github.com/xolox/python-coloredlogs/compare/14.0...14.1
  - _#84: https://github.com/xolox/python-coloredlogs/issues/84
  - _#100: https://github.com/xolox/python-coloredlogs/issues/100
- Fix minimum dependency version of python-humanfriendly
- Update to 14.0
  * Merged pull request `#80`_ that drops support for Python 3.4 which
    has gone end-of-life and now represents less than 1% of PyPI downloads.
  * Improved compatibility with the Python standard library by changing
    the order of positional arguments received by the initializer of the
    :class:`~coloredlogs.ColoredFormatter` class (as suggested in `#64`_
    and `#75`_).
  * Add support for the ``%(username)s`` field (requested in `#76`_) and properly
    document supported custom fields.
  * Consistently use ``console`` highlighting in documentation.
  * Fix a broken link in the readme.
  * Merge pull request `#79`_ which adds support for Python 3.8.
  * Fix support for custom log record factories and add a test to avoid
    regressions (`#47`_, `#59`_).
  * Change ``make screenshots`` to be Python 3 compatible and document
    additional requirements (`#65`_).
- Update to 11.0:
  - This is a maintenance release that drops Python 2.6 support,
    adds Python 3.7 support and merges quite a few minor pull
    requests. The major version number was bumped because of the
    compatibility changes.
    Complete list of (really small) changes is on
    https://github.com/xolox/python-coloredlogs/blob/master/CHANGELOG.rst#release-11-0-2020-02-14
  - Update test_cli_conversion_test.patch
- Add test_cli_conversion_test.patch, because we don't have versionless
  coloredlogs in time of %check.
- Disable one flaky test
- Remove superfluous devel dependency for noarch package
- Version update to 10.0:
  * Many upstream changes to enumerate, see CHANGELOG.rst
- Enable testsuite
- Use %license tag
- Update to version 7.3
  * No changelog
- Implement single-spec version
- initial package, version 5.1.1
buildservice-autocommit accepted request 824186 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 17)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 823868 from John Vandenberg's avatar John Vandenberg (jayvdb) (revision 16)
- Fix minimum dependency version of python-humanfriendly
buildservice-autocommit accepted request 790586 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 15)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 790555 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 14)
- Update to 14.0
  * Merged pull request `#80`_ that drops support for Python 3.4 which
    has gone end-of-life and now represents less than 1% of PyPI downloads.
  * Improved compatibility with the Python standard library by changing
    the order of positional arguments received by the initializer of the
    :class:`~coloredlogs.ColoredFormatter` class (as suggested in `#64`_
    and `#75`_).
  * Add support for the ``%(username)s`` field (requested in `#76`_) and properly
    document supported custom fields.
  * Consistently use ``console`` highlighting in documentation.
  * Fix a broken link in the readme.
  * Merge pull request `#79`_ which adds support for Python 3.8.
  * Fix support for custom log record factories and add a test to avoid
    regressions (`#47`_, `#59`_).
  * Change ``make screenshots`` to be Python 3 compatible and document
    additional requirements (`#65`_).
buildservice-autocommit accepted request 774498 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 13)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 12)
- Update to 11.0:
  - This is a maintenance release that drops Python 2.6 support,
    adds Python 3.7 support and merges quite a few minor pull
    requests. The major version number was bumped because of the
    compatibility changes.
    Complete list of (really small) changes is on
    https://github.com/xolox/python-coloredlogs/blob/master/CHANGELOG.rst#release-11-0-2020-02-14
  - Update test_cli_conversion_test.patch
buildservice-autocommit accepted request 700395 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 11)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 700393 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 10)
- Add test_cli_conversion_test.patch, because we don't have versionless
  coloredlogs in time of %check.
buildservice-autocommit accepted request 676164 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 9)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 8)
- Disable one flaky test
buildservice-autocommit accepted request 653980 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 7)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 6)
Remove superfluous devel dependency for noarch package
buildservice-autocommit accepted request 630723 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 5)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 4)
- Version update to 10.0:
  * Many upstream changes to enumerate, see CHANGELOG.rst
- Enable testsuite
Displaying revisions 1 - 20 of 23
openSUSE Build Service is sponsored by