From 4c50e313d1b006bde84ca2e6538359571e89c5aa0546fe588425cc07d70ac030 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 25 May 2019 09:32:02 +0000 Subject: [PATCH] - 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 --- pyftpdlib-1.5.4.tar.gz | 3 --- pyftpdlib-1.5.5.tar.gz | 3 +++ python-pyftpdlib.changes | 6 ++++++ python-pyftpdlib.spec | 7 ++++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 pyftpdlib-1.5.4.tar.gz create mode 100644 pyftpdlib-1.5.5.tar.gz diff --git a/pyftpdlib-1.5.4.tar.gz b/pyftpdlib-1.5.4.tar.gz deleted file mode 100644 index f9808e3..0000000 --- a/pyftpdlib-1.5.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5fca613978743d41c3bfc68e25a811d646a3b8a9eee9eb07021daca89646a0f -size 184986 diff --git a/pyftpdlib-1.5.5.tar.gz b/pyftpdlib-1.5.5.tar.gz new file mode 100644 index 0000000..9c7ca54 --- /dev/null +++ b/pyftpdlib-1.5.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1adf1c03d1508749e7c2f26dc9850ec0ef834318d725b7ae5ac91698f5c86752 +size 184314 diff --git a/python-pyftpdlib.changes b/python-pyftpdlib.changes index 686202b..8b36085 100644 --- a/python-pyftpdlib.changes +++ b/python-pyftpdlib.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat May 25 09:29:17 UTC 2019 - Tomáš Chvátal + +- Update to 1.5.5: + * Various minor fixes and documentation updates + ------------------------------------------------------------------- Tue Dec 4 12:52:12 UTC 2018 - Matej Cepl diff --git a/python-pyftpdlib.spec b/python-pyftpdlib.spec index 54dceb6..d7f922d 100644 --- a/python-pyftpdlib.spec +++ b/python-pyftpdlib.spec @@ -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