Hello community,

here is the log from the commit of package python-pyftpdlib for 
openSUSE:Factory checked in at 2018-05-08 13:36:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyftpdlib (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyftpdlib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyftpdlib"

Tue May  8 13:36:24 2018 rev:4 rq:603032 version:1.5.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyftpdlib/python-pyftpdlib.changes        
2017-07-11 08:25:19.691824363 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyftpdlib.new/python-pyftpdlib.changes   
2018-05-08 13:36:25.707526973 +0200
@@ -1,0 +2,10 @@
+Wed May  2 10:27:38 UTC 2018 - [email protected]
+
+- Version update to 1.5.3:
+  * implemented SITE MFMT command which changes file modification time. (patch 
by Tahir Ijaz)
+  * add username and password command line options
+  * documentation moved to readthedocs: http://pyftpdlib.readthedocs.io
+  * fix duplicated output log. (path by PonyPC)
+  * Respond successfully to STOR only after closing file handle.
+
+-------------------------------------------------------------------

Old:
----
  pyftpdlib-1.5.2.tar.gz

New:
----
  pyftpdlib-1.5.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pyftpdlib.spec ++++++
--- /var/tmp/diff_new_pack.plOzGm/_old  2018-05-08 13:36:26.355503587 +0200
+++ /var/tmp/diff_new_pack.plOzGm/_new  2018-05-08 13:36:26.363503299 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyftpdlib
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2016 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,21 +19,21 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-pyftpdlib
-Version:        1.5.2
+Version:        1.5.3
 Release:        0
 Summary:        Asynchronous FTP server library for Python
 License:        MIT
 Group:          Development/Languages/Python
-Url:            https://github.com/giampaolo/pyftpdlib/
+URL:            https://github.com/giampaolo/pyftpdlib/
 Source:         
https://files.pythonhosted.org/packages/source/p/pyftpdlib/pyftpdlib-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module pyOpenSSL}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-pyOpenSSL
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 %python_subpackages
 
@@ -49,15 +49,15 @@
 
 %install
 %python_install
+%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
 
 %check
-#%%python_exec -m nose #pyftpdlib/test
 export PYTHONPATH=$PWD
 %python_exec pyftpdlib/test/runner.py
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc README.rst LICENSE
+%license LICENSE
+%doc README.rst
 %python3_only %{_bindir}/ftpbench
 %{python_sitelib}/*
 

++++++ pyftpdlib-1.5.2.tar.gz -> pyftpdlib-1.5.3.tar.gz ++++++
++++ 4883 lines of diff (skipped)


Reply via email to