python-py/python-py-doc.changes
Ondřej Súkup 439acb5f51 Accepting request 644859 from home:mimi_vx:branches:devel:languages:python:pytest
- update to 1.7.0
 * use ``shutil.get_terminal_size()`` in Python 3.3+ to determine the size of the
  terminal, which produces more accurate results than the previous method.
 * introduce new ``PY_IGNORE_IMPORTMISMATCH`` environment variable
  that suppresses ``ImportMismatchError`` exceptions when set to ``1``.
 * add ``TerminalWriter.width_of_current_line`` (i18n version of
  ``TerminalWriter.chars_on_current_line``), a read-only property
  that tracks how wide the current line is, attempting to take
  into account international characters in the calculation.

- update to 1.7.0
 * use ``shutil.get_terminal_size()`` in Python 3.3+ to determine the size of the
  terminal, which produces more accurate results than the previous method.
 * introduce new ``PY_IGNORE_IMPORTMISMATCH`` environment variable
  that suppresses ``ImportMismatchError`` exceptions when set to ``1``.
 * add ``TerminalWriter.width_of_current_line`` (i18n version of
  ``TerminalWriter.chars_on_current_line``), a read-only property
  that tracks how wide the current line is, attempting to take
  into account international characters in the calculation.

OBS-URL: https://build.opensuse.org/request/show/644859
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-py?expand=0&rev=5
2018-10-26 13:10:14 +00:00

94 lines
3.4 KiB
Plaintext

-------------------------------------------------------------------
Fri Oct 26 13:07:32 UTC 2018 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 1.7.0
* use ``shutil.get_terminal_size()`` in Python 3.3+ to determine the size of the
terminal, which produces more accurate results than the previous method.
* introduce new ``PY_IGNORE_IMPORTMISMATCH`` environment variable
that suppresses ``ImportMismatchError`` exceptions when set to ``1``.
* add ``TerminalWriter.width_of_current_line`` (i18n version of
``TerminalWriter.chars_on_current_line``), a read-only property
that tracks how wide the current line is, attempting to take
into account international characters in the calculation.
-------------------------------------------------------------------
Thu Aug 2 12:39:13 UTC 2018 - mimi.vx@gmail.com
- update to 1.5.4
* don't make assumptions about fs case sensitivity in ``make_numbered_dir``.
-------------------------------------------------------------------
Thu May 31 04:37:00 UTC 2018 - toddrme2178@gmail.com
- update to version 1.5.3
* - fix #179: ensure we can support 'from py.error import ...'
-------------------------------------------------------------------
Sun Nov 19 05:51:49 UTC 2017 - arun@gmx.de
- specfile:
* updated url
- update to version 1.5.2:
* fix #169, #170: error importing py.log on Windows: no module named
"syslog".
- changes from version 1.5.1:
* fix #167 - prevent pip from installing py in unsupported Python
versions.
-------------------------------------------------------------------
Wed Nov 15 07:06:05 UTC 2017 - arun@gmx.de
- update to version 1.5.0:
* python 2.6 and 3.3 are no longer supported
* deprecate py.std and remove all internal uses
* fix #73 turn py.error into an actual module
* path join to / no longer produces leading double slashes
* fix #82 - remove unsupportable aliases
* fix python37 compatibility of path.sysfind on windows by correctly
replacing vars
* turn iniconfig and apipkg into vendored packages and ease
de-vendoring for distributions
* fix #68 remove invalid py.test.ensuretemp references
* fix #25 - deprecate path.listdir(sort=callable)
* add TerminalWriter.chars_on_current_line read-only property that
tracks how many characters have been written to the current line.
-------------------------------------------------------------------
Fri Jun 30 06:04:20 UTC 2017 - aloisio@gmx.com
- Update to 1.4.34
-------------------------------------------------------------------
Thu Feb 23 14:58:09 UTC 2017 - jmatejek@suse.com
- update to 1.4.32
- use only python3-Sphinx to build docs
- provide $flavor-doc for all pythons
-------------------------------------------------------------------
Sat Sep 3 18:33:49 UTC 2016 - p.drouand@gmail.com
- Update download Url
-------------------------------------------------------------------
Sat Jul 23 13:23:33 UTC 2016 - michael@stroeder.com
- corrected homepage URL
- HTTPS URL for pypi source link
- update to version 1.4.31
* fix local().copy(dest, mode=True) to also work with unicode.
* pass better error message with svn EEXIST paths
-------------------------------------------------------------------
Thu Jul 2 10:01:08 UTC 2015 - aj@ajaissle.de
- update to version 1.4.30
-------------------------------------------------------------------
Tue Jun 30 13:45:03 UTC 2015 - aj@ajaissle.de
- Split documentation into separate package to avoid build loop