Changelog for
python39-py-1.11.0-1.1.noarch.rpm :
* Tue Mar 15 2022 Stephan Kulow
- use %python_expand for %fdupes
* Sun Jan 23 2022 Dirk Müller - update to 1.11.0:
* Support Python 3.11
* Support ``NO_COLOR`` environment variable
* Update vendored apipkg: 1.5 => 2.0
* Fri Feb 19 2021 Ben Greiner - Update to 1.10.0
* Fix a regular expression DoS vulnerability in the py.path.svnwc SVN blame functionality (CVE-2020-29651)
* Sat Oct 17 2020 John Vandenberg - Devendor apipkg and iniconfig- Add pr_222.patch to activate test suite
* Mon Jun 29 2020 Marketa Calabkova - Update to 1.9.0
* Add type annotation stubs
* Mon Jan 06 2020 Tomáš Chvátal - Update to 1.8.1: - Handle ``FileNotFoundError`` when trying to import pathlib in ``path.common`` on Python 3.4 (#207). - ``py.path.local.samefile`` now works correctly in Python 3 on Windows when dealing with symlinks.
* Wed Jun 19 2019 Tomáš Chvátal - Switch to multibuild to avoid cycle bsc#1138666
* Wed Feb 27 2019 Tomáš Chvátal - Update to 1.8.0:
* add ``\"importlib\"`` pyimport mode for python3.5+, allowing unimportable test suites to contain identically named modules.
* fix ``LocalPath.as_cwd()`` not calling ``os.chdir()`` with ``None``, when being invoked from a non-existing directory.- Drop merged patch separators.patch
* Fri Feb 15 2019 Tomáš Chvátal - Make tests never fail as they are borked on pytest-4 with most probably no intention of being ever fixed
* Fri Feb 15 2019 Tomáš Chvátal - Make tests really pass on pytest 3.x series- Add patch to operate better with serparators (from upstream git):
* separators.patch
* Tue Feb 12 2019 Tomáš Chvátal - Drop the doc subpackage, no need for it really- Make sure the tests are realy executed
* Fri Oct 26 2018 Ondřej Súkup - 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 02 2018 mimi.vxAATTgmail.com- update to 1.5.4
* don\'t make assumptions about fs case sensitivity in ``make_numbered_dir``.
* Thu May 31 2018 toddrme2178AATTgmail.com- update to version 1.5.3
* - fix #179: ensure we can support \'from py.error import ...\'