python-zope-interface: Update to 6.1, refresh patch

This also updates the list of dependencies and adds a test.sh script for
the packages feed CI.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
Jeffery To
2023-10-09 09:21:58 +08:00
committed by Josef Schlehofer
parent af7a15c905
commit 7e8f7b28d7
3 changed files with 10 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/sh
[ "$1" = python3-zope-interface ] || exit 0
python3 -c 'import zope.interface'