commit python-pyftpdlib for openSUSE:Leap:15.2

2020-04-25 Thread root
Hello community,

here is the log from the commit of package python-pyftpdlib for 
openSUSE:Leap:15.2 checked in at 2020-04-25 19:05:28

Comparing /work/SRC/openSUSE:Leap:15.2/python-pyftpdlib (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-pyftpdlib.new.2738 (New)


Package is "python-pyftpdlib"

Sat Apr 25 19:05:28 2020 rev:7 rq:797117 version:1.5.6

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-pyftpdlib/python-pyftpdlib.changes  
2020-03-29 14:56:10.447180407 +0200
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-pyftpdlib.new.2738/python-pyftpdlib.changes
2020-04-25 19:05:31.771653125 +0200
@@ -1,0 +2,5 @@
+Mon Apr 20 10:41:55 UTC 2020 - Tomáš Chvátal 
+
+- Fix build without python2
+
+---



Other differences:
--
++ python-pyftpdlib.spec ++
--- /var/tmp/diff_new_pack.vwwD82/_old  2020-04-25 19:05:32.587654879 +0200
+++ /var/tmp/diff_new_pack.vwwD82/_new  2020-04-25 19:05:32.591654888 +0200
@@ -20,6 +20,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 # Tests randomly fail: https://github.com/giampaolo/pyftpdlib/issues/386
 %bcond_with test
+%bcond_without python2
 Name:   python-pyftpdlib
 Version:1.5.6
 Release:0
@@ -34,15 +35,17 @@
 BuildRequires:  %{python_module pysendfile}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
-BuildRequires:  python-ipaddress
-BuildRequires:  python-mock
 BuildRequires:  python-rpm-macros
 Requires:   python-pyOpenSSL
 Recommends: python-pysendfile
+BuildArch:  noarch
+%if %{with python2}
+BuildRequires:  python-ipaddress
+BuildRequires:  python-mock
+%endif
 %ifpython2
 Requires:   python-ipaddress
 %endif
-BuildArch:  noarch
 %python_subpackages
 
 %description




commit python-pyftpdlib for openSUSE:Leap:15.2

2020-03-29 Thread root
Hello community,

here is the log from the commit of package python-pyftpdlib for 
openSUSE:Leap:15.2 checked in at 2020-03-29 14:56:03

Comparing /work/SRC/openSUSE:Leap:15.2/python-pyftpdlib (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-pyftpdlib.new.3160 (New)


Package is "python-pyftpdlib"

Sun Mar 29 14:56:03 2020 rev:6 rq:789226 version:1.5.6

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-pyftpdlib/python-pyftpdlib.changes  
2020-03-20 05:15:12.178559997 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-pyftpdlib.new.3160/python-pyftpdlib.changes
2020-03-29 14:56:10.447180407 +0200
@@ -1,0 +2,5 @@
+Fri Mar 27 08:46:37 UTC 2020 - Antonio Larrosa 
+
+- Do not remove tests, other packages import them
+
+---



Other differences:
--
++ python-pyftpdlib.spec ++
--- /var/tmp/diff_new_pack.KXuaFY/_old  2020-03-29 14:56:11.699181383 +0200
+++ /var/tmp/diff_new_pack.KXuaFY/_new  2020-03-29 14:56:11.743181417 +0200
@@ -57,8 +57,8 @@
 
 %install
 %python_install
-%python_expand rm -r %{buildroot}%{$python_sitelib}/pyftpdlib/test
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
+# Note: Do not remove tests. Other packages import them
 
 %if %{with test}
 %check




commit python-pyftpdlib for openSUSE:Leap:15.2

2020-03-19 Thread root
Hello community,

here is the log from the commit of package python-pyftpdlib for 
openSUSE:Leap:15.2 checked in at 2020-03-20 05:15:04

Comparing /work/SRC/openSUSE:Leap:15.2/python-pyftpdlib (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-pyftpdlib.new.3160 (New)


Package is "python-pyftpdlib"

Fri Mar 20 05:15:04 2020 rev:5 rq:786357 version:1.5.6

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-pyftpdlib/python-pyftpdlib.changes  
2020-03-02 13:20:50.446098230 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-pyftpdlib.new.3160/python-pyftpdlib.changes
2020-03-20 05:15:12.178559997 +0100
@@ -1,0 +2,8 @@
+Wed Mar 18 09:21:28 UTC 2020 - Tomáš Chvátal 
+
+- Update to 1.5.6:
+  - #467: added pre-fork concurrency model, spawn()ing worker processes to 
split
+load.
+  - #520: directory LISTing is now 3.7x times faster.
+
+---

Old:

  pyftpdlib-1.5.5.tar.gz

New:

  pyftpdlib-1.5.6.tar.gz



Other differences:
--
++ python-pyftpdlib.spec ++
--- /var/tmp/diff_new_pack.H4v6Lq/_old  2020-03-20 05:15:12.526560231 +0100
+++ /var/tmp/diff_new_pack.H4v6Lq/_new  2020-03-20 05:15:12.530560233 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyftpdlib
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # 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.5
+Version:1.5.6
 Release:0
 Summary:Asynchronous FTP server library for Python
 License:MIT
@@ -57,6 +57,7 @@
 
 %install
 %python_install
+%python_expand rm -r %{buildroot}%{$python_sitelib}/pyftpdlib/test
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %if %{with test}

++ pyftpdlib-1.5.5.tar.gz -> pyftpdlib-1.5.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyftpdlib-1.5.5/HISTORY.rst 
new/pyftpdlib-1.5.6/HISTORY.rst
--- old/pyftpdlib-1.5.5/HISTORY.rst 2019-04-04 11:10:16.0 +0200
+++ new/pyftpdlib-1.5.6/HISTORY.rst 2020-02-16 16:39:33.0 +0100
@@ -1,5 +1,14 @@
 Bug tracker at https://github.com/giampaolo/pyftpdlib/issues
 
+Version: 1.5.6 - 2020-02-16
+===
+
+**Enhancements**
+
+- #467: added pre-fork concurrency model, spawn()ing worker processes to split
+  load.
+- #520: directory LISTing is now 3.7x times faster.
+
 Version: 1.5.5 - 2019-04-04
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyftpdlib-1.5.5/LICENSE new/pyftpdlib-1.5.6/LICENSE
--- old/pyftpdlib-1.5.5/LICENSE 2017-12-30 09:44:57.0 +0100
+++ new/pyftpdlib-1.5.6/LICENSE 2019-10-22 06:45:18.0 +0200
@@ -1,22 +1,21 @@
-==
-Copyright (C) 2007-2016  Giampaolo Rodola' 
+MIT License
 
- All Rights Reserved
+Copyright (c) 2007 Giampaolo Rodola'
 
-Permission to use, copy, modify, and distribute this software and
-its documentation for any purpose and without fee is hereby
-granted, provided that the above copyright notice appear in all
-copies and that both that copyright notice and this permission
-notice appear in supporting documentation, and that the name of
-Giampaolo Rodola' not be used in advertising or publicity pertaining to
-distribution of the software without specific, written prior
-permission.
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+of the Software, and to permit persons to whom the Software is furnished to do
+so, subject to the following conditions:
 
-Giampaolo Rodola' DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
-INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
-NO EVENT Giampaolo Rodola' BE LIABLE FOR ANY SPECIAL, INDIRECT OR
-CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
-OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
-NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
-CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-==
+The above copyright notice and this permission notice shall be included in all
+copies or 

commit python-pyftpdlib for openSUSE:Leap:15.2

2020-03-02 Thread root
Hello community,

here is the log from the commit of package python-pyftpdlib for 
openSUSE:Leap:15.2 checked in at 2020-03-02 13:20:50

Comparing /work/SRC/openSUSE:Leap:15.2/python-pyftpdlib (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-pyftpdlib.new.26092 (New)


Package is "python-pyftpdlib"

Mon Mar  2 13:20:50 2020 rev:4 rq:776971 version:1.5.5

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-pyftpdlib/python-pyftpdlib.changes  
2020-01-15 15:51:56.751546404 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-pyftpdlib.new.26092/python-pyftpdlib.changes
   2020-03-02 13:20:50.446098230 +0100
@@ -1,0 +2,11 @@
+Tue May 28 11:07:18 UTC 2019 - Tomáš Chvátal 
+
+- Do not remove tests, other packages import them
+
+---
+Sat May 25 09:29:17 UTC 2019 - Tomáš Chvátal 
+
+- Update to 1.5.5:
+  * Various minor fixes and documentation updates
+
+---

Old:

  pyftpdlib-1.5.4.tar.gz

New:

  pyftpdlib-1.5.5.tar.gz



Other differences:
--
++ python-pyftpdlib.spec ++
--- /var/tmp/diff_new_pack.oEnysL/_old  2020-03-02 13:20:50.758098849 +0100
+++ /var/tmp/diff_new_pack.oEnysL/_new  2020-03-02 13:20:50.762098857 +0100
@@ -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,7 @@
 
 %install
 %python_install
-%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %if %{with test}
 %check

++ pyftpdlib-1.5.4.tar.gz -> pyftpdlib-1.5.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyftpdlib-1.5.4/CREDITS new/pyftpdlib-1.5.5/CREDITS
--- old/pyftpdlib-1.5.4/CREDITS 2017-12-30 09:44:57.0 +0100
+++ new/pyftpdlib-1.5.5/CREDITS 2019-03-27 17:31:43.0 +0100
@@ -48,6 +48,12 @@
 D: Inclusion of pyftpdlib in Far Manager, a file and archive manager for 
Windows

http://www.farmanager.com/enforum/viewtopic.php?t=640==12d4d90f27f421243bcf7a0e3c516efb.
 
+N: Andrew Shulgin
+C: Ukraine
+E: andrewshulgi...@gmail.com
+D: Fixing CR duplication in ASCII mode downloads.
+   https://github.com/giampaolo/pyftpdlib/pull/492
+
 N: Arkadiusz Wahlig
 C: Germany
 W: http://arkadiusz-wahlig.blogspot.com
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyftpdlib-1.5.4/HISTORY.rst 
new/pyftpdlib-1.5.5/HISTORY.rst
--- old/pyftpdlib-1.5.4/HISTORY.rst 2018-05-04 23:04:49.0 +0200
+++ new/pyftpdlib-1.5.5/HISTORY.rst 2019-04-04 11:10:16.0 +0200
@@ -1,5 +1,17 @@
 Bug tracker at https://github.com/giampaolo/pyftpdlib/issues
 
+Version: 1.5.5 - 2019-04-04
+===
+
+**Enhancements**
+
+- #495: colored test output.
+
+**Bug fixes**
+
+- #492: CRLF line endings are replaced with CRCRLF in ASCII mode downloads.
+- #496: import error due to multiprocessing.Lock() bug.
+
 Version: 1.5.4 - 2018-05-04
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyftpdlib-1.5.4/Makefile new/pyftpdlib-1.5.5/Makefile
--- old/pyftpdlib-1.5.4/Makefile2018-04-27 08:26:44.0 +0200
+++ new/pyftpdlib-1.5.5/Makefile2019-03-27 17:32:12.0 +0100
@@ -2,7 +2,7 @@
 # To use a specific Python version run:
 # $ make install PYTHON=python3.3
 
-PYTHON = python
+PYTHON = python3
 TSCRIPT = pyftpdlib/test/runner.py
 ARGS =
 DEV_DEPS = \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyftpdlib-1.5.4/PKG-INFO new/pyftpdlib-1.5.5/PKG-INFO
--- old/pyftpdlib-1.5.4/PKG-INFO2018-05-04 23:06:51.0 +0200
+++ new/pyftpdlib-1.5.5/PKG-INFO2019-04-04 11:11:03.0 +0200
@@ -1,12 +1,16 @@
 Metadata-Version: 2.1
 Name: pyftpdlib
-Version: 1.5.4
+Version: 1.5.5
 Summary: Very fast asynchronous FTP server library
 Home-page: https://github.com/giampaolo/pyftpdlib/
 Author: Giampaolo Rodola'
 Author-email: g.rod...@gmail.com
 License: MIT
-Description: .. image:: 
https://img.shields.io/travis/giampaolo/pyftpdlib/master.svg?maxAge=3600=Linux%20/%20OSX
+Description: ..