forked from pool/python-pyftpdlib
- Update to 1.5.5:
* Various minor fixes and documentation updates OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyftpdlib?expand=0&rev=13
This commit is contained in:
committed by
Git OBS Bridge
parent
daf978b7ec
commit
4c50e313d1
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pyftpdlib
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 LISA GmbH, Bingen, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -21,7 +21,7 @@
|
||||
# Tests randomly fail: https://github.com/giampaolo/pyftpdlib/issues/386
|
||||
%bcond_with test
|
||||
Name: python-pyftpdlib
|
||||
Version: 1.5.4
|
||||
Version: 1.5.5
|
||||
Release: 0
|
||||
Summary: Asynchronous FTP server library for Python
|
||||
License: MIT
|
||||
@@ -57,7 +57,8 @@ write very asynchronous FTP servers with Python.
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
|
||||
%python_expand rm -r %{buildroot}%{$python_sitelib}/pyftpdlib/test
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%if %{with test}
|
||||
%check
|
||||
|
Reference in New Issue
Block a user