logzero
logzero copied to clipboard
Robust and effective logging for Python 2 and 3.
This PR updates [coverage](https://pypi.org/project/coverage) from **5.3** to **6.4.4**. Changelog ### 6.4.4 ``` -------------------------- - Wheels are now provided for Python 3.11. .. _changes_6-4-3: ``` ### 6.4.3 ``` -------------------------- - Fix...
This PR updates [flake8](https://pypi.org/project/flake8) from **3.8.4** to **5.0.4**. Changelog ### 3.9.2 ``` ------------------- You can view the `3.9.2 milestone`_ on GitHub for more details. Bugs Fixed ~~~~~~~~~~ - Fix error...
This PR updates [Sphinx](https://pypi.org/project/Sphinx) from **3.3.1** to **5.1.1**. Changelog ### 5.1.1 ``` ===================================== Bugs fixed ---------- * 10701: Fix ValueError in the new ``deque`` based ``sphinx.ext.napolean`` iterator implementation. * 10702:...
This PR updates [cryptography](https://pypi.org/project/cryptography) from **3.4.6** to **37.0.4**. Changelog ### 37.0.4 ``` ~~~~~~~~~~~~~~~~~~~ * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.0.5. .. _v37-0-3: ``` ###...
This PR updates [watchdog](https://pypi.org/project/watchdog) from **0.10.3** to **2.1.9**. Changelog ### 2.1.9 ``` ~~~~~ 2022-06-10 • `full history <https://github.com/gorakhargosh/watchdog/compare/v2.1.8...v2.1.9>`__ - [fsevents] Fix flakey test to assert that there are no errors...
* logzero version: 1.7.0 * Python version: 3.8.10 64-bit * Operating System: Windows 10 ### Description This is an intellisense issue with pylance via VS Code. One of the changes...
This PR updates [pytest-runner](https://pypi.org/project/pytest-runner) from **5.2** to **6.0.0**. Changelog ### 6.0.0 ``` ====== * 49: Dropped workaround for older setuptools versions. * Require Python 3.7. ``` ### 5.3.2 ``` ======...
Resolves https://github.com/metachris/logzero/issues/129, also mentioned in https://github.com/metachris/logzero/issues/340
Allows users to define logging to `stdout` instead of `stderr` * All instances of `disableStdErr` are removed. Instead, the below two parameters are added where relevant in the code: *...
* logzero version: 1.7.0 * Python version: 3.9.9 * Operating System: Windows 10 ### Description in line 406 of '__init__.,py' the function def logfile(filename, ... defines filename as a string...