Package: vine / 5.1.0+dfsg-1

Metadata

Package Version Patches format
vine 5.1.0+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Remove image from remote donation site privacy issue.patch | (download)

docs/_templates/sidebardonations.html | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 remove image from remote donation site (privacy issue)

0002 replace deprecated setup method.patch | (download)

t/unit/test_synchronization.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 tests: replace deprecated setup method (#105)

Nose's `setup` method is deprecated since Pytest 7.2.

See https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose for details.

Fixes: https://github.com/celery/vine/issues/104

Signed-off-by: Stanislav Levin <slev@altlinux.org>