diff --git a/pyftpdlib-1.5.10.tar.gz b/pyftpdlib-1.5.10.tar.gz new file mode 100644 index 0000000..febea88 --- /dev/null +++ b/pyftpdlib-1.5.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dbdeb1215bcba2fb748dae31ffdb1ab008540c28d13b3704e178f368a087128 +size 204487 diff --git a/pyftpdlib-1.5.9.tar.gz b/pyftpdlib-1.5.9.tar.gz deleted file mode 100644 index b61ac45..0000000 --- a/pyftpdlib-1.5.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:323d4c42f1406aedb4df18faf680f64f32c080ff66f6c26090ba592f5bfc4a0f -size 204755 diff --git a/python-pyftpdlib.changes b/python-pyftpdlib.changes index 30fd106..9f414d5 100644 --- a/python-pyftpdlib.changes +++ b/python-pyftpdlib.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Aug 31 12:04:37 UTC 2024 - Dirk Müller + +- update to 1.5.10: + * use black formatter. + * use argparse instead of deprecated optparse. + * use pytest instead of unittest. + * add ability to run tests in parallel with make test- + parallel. + * PermissionError may occur on Windows when binding ports + from a pre-configured PASV range. + ------------------------------------------------------------------- Mon Mar 25 14:21:26 UTC 2024 - Dirk Müller diff --git a/python-pyftpdlib.spec b/python-pyftpdlib.spec index 9a48880..9396aba 100644 --- a/python-pyftpdlib.spec +++ b/python-pyftpdlib.spec @@ -19,7 +19,7 @@ %{?sle15_python_module_pythons} Name: python-pyftpdlib -Version: 1.5.9 +Version: 1.5.10 Release: 0 Summary: Asynchronous FTP server library for Python License: MIT