Package: python-py / 1.11.0-5

Metadata

Package Version Patches format
python-py 1.11.0-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix pytest4.patch | (download)

doc/faq.txt | 14 0 + 14 - 0 !
testing/code/test_assertion.py | 9 3 + 6 - 0 !
testing/code/test_code.py | 3 2 + 1 - 0 !
testing/code/test_excinfo.py | 12 7 + 5 - 0 !
testing/code/test_source.py | 18 9 + 9 - 0 !
testing/io_/test_capture.py | 15 10 + 5 - 0 !
testing/io_/test_terminalwriter.py | 17 8 + 9 - 0 !
testing/io_/test_terminalwriter_linewidth.py | 6 6 + 0 - 0 !
testing/log/test_log.py | 6 4 + 2 - 0 !
testing/path/common.py | 7 4 + 3 - 0 !
testing/path/conftest.py | 16 8 + 8 - 0 !
testing/path/test_cacheutil.py | 6 4 + 2 - 0 !
testing/path/test_svnauth.py | 6 4 + 2 - 0 !
testing/path/test_svnurl.py | 21 14 + 7 - 0 !
testing/path/test_svnwc.py | 17 11 + 6 - 0 !
testing/root/test_builtin.py | 6 4 + 2 - 0 !
testing/root/test_std.py | 3 2 + 1 - 0 !
17 files changed, 100 insertions(+), 82 deletions(-)

 [patch] fix pytest4.x compatibility errors

This patch should fix such errors/warnings as:

- raises / warns with a string as the second argument
Deprecated since version 4.1.

- pytest_funcarg__ prefix
Removed in version 4.0.

- getfuncargvalue

- Metafunc.addcall
Removed in version 4.0.

Fixes: https://github.com/pytest-dev/py/issues/209
Signed-off-by: Stanislav Levin <slev@altlinux.org>

python3.12.patch | (download)

testing/log/test_warning.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 replace distutils by packaging
Bug-Debian: https://bugs.debian.org/1056494
remove_pkg_resources.patch | (download)

py/_vendored_packages/apipkg/__init__.py | 12 4 + 8 - 0 !
1 file changed, 4 insertions(+), 8 deletions(-)

---
fix_pytest8.4.patch | (download)

testing/code/test_source.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---