15
0

Accepting request 789712 from home:mcalabkova:branches:devel:languages:python

- Update to 3.0
  * Added support for Python 3.7 and 3.8.
  * Dropped support for Python 2.6 and 3.4.
  * Actively deprecate ``interpret_carriage_returns()``.
  * Moved test helpers to :mod:`humanfriendly.testing`.
  * Include documentation in source distributions.
  * Use Python 3 for local development (``Makefile``).
  * Restructured the online documentation.
  * Updated PyPI domain in documentation.
  * Added this changelog.

OBS-URL: https://build.opensuse.org/request/show/789712
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-capturer?expand=0&rev=8
This commit is contained in:
Tomáš Chvátal
2020-03-30 12:52:49 +00:00
committed by Git OBS Bridge
parent 15a4be0168
commit a785ba3ee3
4 changed files with 27 additions and 10 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Mar 30 09:31:30 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 3.0
* Added support for Python 3.7 and 3.8.
* Dropped support for Python 2.6 and 3.4.
* Actively deprecate ``interpret_carriage_returns()``.
* Moved test helpers to :mod:`humanfriendly.testing`.
* Include documentation in source distributions.
* Use Python 3 for local development (``Makefile``).
* Restructured the online documentation.
* Updated PyPI domain in documentation.
* Added this changelog.
-------------------------------------------------------------------
Tue Dec 4 12:46:28 UTC 2018 - Matej Cepl <mcepl@suse.com>