commit python-pyftpdlib for openSUSE:Factory

2020-08-18 Thread root
Hello community,

here is the log from the commit of package python-pyftpdlib for 
openSUSE:Factory checked in at 2020-08-18 15:08:40

Comparing /work/SRC/openSUSE:Factory/python-pyftpdlib (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyftpdlib.new.3399 (New)


Package is "python-pyftpdlib"

Tue Aug 18 15:08:40 2020 rev:13 rq:826978 version:1.5.6

Changes:

--- /work/SRC/openSUSE:Factory/python-pyftpdlib/python-pyftpdlib.changes
2020-05-26 17:18:19.143845650 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pyftpdlib.new.3399/python-pyftpdlib.changes  
2020-08-18 15:09:03.747991297 +0200
@@ -1,0 +2,5 @@
+Sun Aug 16 04:20:40 UTC 2020 - John Vandenberg 
+
+- Re-activate test suite, replacing nose with pytest
+
+---



Other differences:
--
++ python-pyftpdlib.spec ++
--- /var/tmp/diff_new_pack.fSdQ6B/_old  2020-08-18 15:09:08.039993072 +0200
+++ /var/tmp/diff_new_pack.fSdQ6B/_new  2020-08-18 15:09:08.043993074 +0200
@@ -18,8 +18,6 @@
 
 
 %{?!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
@@ -29,10 +27,10 @@
 Group:  Development/Languages/Python
 URL:https://github.com/giampaolo/pyftpdlib/
 Source: 
https://files.pythonhosted.org/packages/source/p/pyftpdlib/pyftpdlib-%{version}.tar.gz
-BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module psutil}
 BuildRequires:  %{python_module pyOpenSSL}
 BuildRequires:  %{python_module pysendfile}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -66,11 +64,15 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 # Note: Do not remove tests. Other packages import them
 
-%if %{with test}
 %check
+# Tests reported as randomly failing in 2016 against v1.5.0:
+# https://github.com/giampaolo/pyftpdlib/issues/386
+# If they re-occur, please update the issue with backtraces,
+# and disable only related tests.
 export PYTHONPATH=$PWD
-%python_exec pyftpdlib/test/runner.py
-%endif
+printf '[pytest]\naddopts = -rs -v -k "not (TestFtpStoreDataTLSMixin and 
test_rest_on_stor) and not (TestFtpStoreDataTLSMixin and test_stor_ascii)"' > 
pytest.ini
+# %%pytest des not work. The tests parse CLI args and fail if there are any 
unknown program args
+%python_exec -m pytest
 
 %post
 %python_install_alternative ftpbench




commit python-pyftpdlib for openSUSE:Factory

2020-05-26 Thread root
Hello community,

here is the log from the commit of package python-pyftpdlib for 
openSUSE:Factory checked in at 2020-05-26 17:17:30

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


Package is "python-pyftpdlib"

Tue May 26 17:17:30 2020 rev:12 rq:807662 version:1.5.6

Changes:

--- /work/SRC/openSUSE:Factory/python-pyftpdlib/python-pyftpdlib.changes
2020-04-21 13:09:18.868650400 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pyftpdlib.new.2738/python-pyftpdlib.changes  
2020-05-26 17:18:19.143845650 +0200
@@ -1,0 +2,5 @@
+Wed May 20 07:26:27 UTC 2020 - Petr Gajdos 
+
+- %python3_only -> %python_alternative
+
+---



Other differences:
--
++ python-pyftpdlib.spec ++
--- /var/tmp/diff_new_pack.Ox8DS3/_old  2020-05-26 17:18:20.155847826 +0200
+++ /var/tmp/diff_new_pack.Ox8DS3/_new  2020-05-26 17:18:20.159847835 +0200
@@ -37,6 +37,8 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-pyOpenSSL
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 Recommends: python-pysendfile
 BuildArch:  noarch
 %if %{with python2}
@@ -60,6 +62,7 @@
 
 %install
 %python_install
+%python_clone -a %{buildroot}%{_bindir}/ftpbench
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 # Note: Do not remove tests. Other packages import them
 
@@ -69,10 +72,16 @@
 %python_exec pyftpdlib/test/runner.py
 %endif
 
+%post
+%python_install_alternative ftpbench
+
+%postun
+%python_uninstall_alternative ftpbench
+
 %files %{python_files}
 %license LICENSE
 %doc README.rst
-%python3_only %{_bindir}/ftpbench
+%python_alternative %{_bindir}/ftpbench
 %{python_sitelib}/*
 
 %changelog




commit python-pyftpdlib for openSUSE:Factory

2020-04-21 Thread root
Hello community,

here is the log from the commit of package python-pyftpdlib for 
openSUSE:Factory checked in at 2020-04-21 13:09:02

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


Package is "python-pyftpdlib"

Tue Apr 21 13:09:02 2020 rev:11 rq:795774 version:1.5.6

Changes:

--- /work/SRC/openSUSE:Factory/python-pyftpdlib/python-pyftpdlib.changes
2020-03-27 21:58:56.114849913 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pyftpdlib.new.2738/python-pyftpdlib.changes  
2020-04-21 13:09:18.868650400 +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.MmWJoE/_old  2020-04-21 13:09:20.384653423 +0200
+++ /var/tmp/diff_new_pack.MmWJoE/_new  2020-04-21 13:09:20.388653431 +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:Factory

2020-03-27 Thread root
Hello community,

here is the log from the commit of package python-pyftpdlib for 
openSUSE:Factory checked in at 2020-03-27 21:58:05

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


Package is "python-pyftpdlib"

Fri Mar 27 21:58:05 2020 rev:10 rq:788921 version:1.5.6

Changes:

--- /work/SRC/openSUSE:Factory/python-pyftpdlib/python-pyftpdlib.changes
2020-03-18 12:52:05.717199899 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pyftpdlib.new.3160/python-pyftpdlib.changes  
2020-03-27 21:58:56.114849913 +0100
@@ -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.TDYot4/_old  2020-03-27 21:58:58.390851237 +0100
+++ /var/tmp/diff_new_pack.TDYot4/_new  2020-03-27 21:58:58.390851237 +0100
@@ -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:Factory

2020-03-18 Thread root
Hello community,

here is the log from the commit of package python-pyftpdlib for 
openSUSE:Factory checked in at 2020-03-18 12:46:07

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


Package is "python-pyftpdlib"

Wed Mar 18 12:46:07 2020 rev:9 rq:786119 version:1.5.6

Changes:

--- /work/SRC/openSUSE:Factory/python-pyftpdlib/python-pyftpdlib.changes
2019-06-01 09:47:49.931358445 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pyftpdlib.new.3160/python-pyftpdlib.changes  
2020-03-18 12:52:05.717199899 +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.t9Rnzb/_old  2020-03-18 12:52:07.409200910 +0100
+++ /var/tmp/diff_new_pack.t9Rnzb/_new  2020-03-18 12:52:07.417200914 +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:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package python-pyftpdlib for 
openSUSE:Factory checked in at 2019-06-01 09:47:48

Comparing /work/SRC/openSUSE:Factory/python-pyftpdlib (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyftpdlib.new.5148 (New)


Package is "python-pyftpdlib"

Sat Jun  1 09:47:48 2019 rev:8 rq:705885 version:1.5.5

Changes:

--- /work/SRC/openSUSE:Factory/python-pyftpdlib/python-pyftpdlib.changes
2019-05-27 08:39:37.899041824 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pyftpdlib.new.5148/python-pyftpdlib.changes  
2019-06-01 09:47:49.931358445 +0200
@@ -1,0 +2,5 @@
+Tue May 28 11:07:18 UTC 2019 - Tomáš Chvátal 
+
+- Do not remove tests, other packages import them
+
+---



Other differences:
--
++ python-pyftpdlib.spec ++
--- /var/tmp/diff_new_pack.DNNH6z/_old  2019-06-01 09:47:50.571358227 +0200
+++ /var/tmp/diff_new_pack.DNNH6z/_new  2019-06-01 09:47:50.575358225 +0200
@@ -57,7 +57,6 @@
 
 %install
 %python_install
-%python_expand rm -r %{buildroot}%{$python_sitelib}/pyftpdlib/test
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %if %{with test}




commit python-pyftpdlib for openSUSE:Factory

2019-05-27 Thread root
Hello community,

here is the log from the commit of package python-pyftpdlib for 
openSUSE:Factory checked in at 2019-05-27 08:39:27

Comparing /work/SRC/openSUSE:Factory/python-pyftpdlib (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyftpdlib.new.5148 (New)


Package is "python-pyftpdlib"

Mon May 27 08:39:27 2019 rev:7 rq:705393 version:1.5.5

Changes:

--- /work/SRC/openSUSE:Factory/python-pyftpdlib/python-pyftpdlib.changes
2018-12-24 11:41:53.661425399 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pyftpdlib.new.5148/python-pyftpdlib.changes  
2019-05-27 08:39:37.899041824 +0200
@@ -1,0 +2,6 @@
+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.TyQtXK/_old  2019-05-27 08:39:38.707041509 +0200
+++ /var/tmp/diff_new_pack.TyQtXK/_new  2019-05-27 08:39:38.711041508 +0200
@@ -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 @@
 
 %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

++ 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: .. image:: http://pepy.tech/badge/pyftpdlib
+:target: http://pepy.tech/project/pyftpdlib
+

commit python-pyftpdlib for openSUSE:Factory

2018-12-24 Thread root
Hello community,

here is the log from the commit of package python-pyftpdlib for 
openSUSE:Factory checked in at 2018-12-24 11:41:52

Comparing /work/SRC/openSUSE:Factory/python-pyftpdlib (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyftpdlib.new.28833 (New)


Package is "python-pyftpdlib"

Mon Dec 24 11:41:52 2018 rev:6 rq:659586 version:1.5.4

Changes:

--- /work/SRC/openSUSE:Factory/python-pyftpdlib/python-pyftpdlib.changes
2018-05-10 15:49:42.616581340 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pyftpdlib.new.28833/python-pyftpdlib.changes 
2018-12-24 11:41:53.661425399 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:52:12 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-pyftpdlib.spec ++
--- /var/tmp/diff_new_pack.Z3BOuU/_old  2018-12-24 11:41:54.281424849 +0100
+++ /var/tmp/diff_new_pack.Z3BOuU/_new  2018-12-24 11:41:54.281424849 +0100
@@ -13,7 +13,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -28,16 +28,15 @@
 Group:  Development/Languages/Python
 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 nose}
-BuildRequires:  %{python_module pyOpenSSL}
 BuildRequires:  %{python_module psutil}
+BuildRequires:  %{python_module pyOpenSSL}
 BuildRequires:  %{python_module pysendfile}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
 BuildRequires:  python-ipaddress
 BuildRequires:  python-mock
+BuildRequires:  python-rpm-macros
 Requires:   python-pyOpenSSL
 Recommends: python-pysendfile
 %ifpython2




commit python-pyftpdlib for openSUSE:Factory

2018-05-10 Thread root
Hello community,

here is the log from the commit of package python-pyftpdlib for 
openSUSE:Factory checked in at 2018-05-10 15:49:40

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


Package is "python-pyftpdlib"

Thu May 10 15:49:40 2018 rev:5 rq:605512 version:1.5.4

Changes:

--- /work/SRC/openSUSE:Factory/python-pyftpdlib/python-pyftpdlib.changes
2018-05-08 13:36:25.707526973 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyftpdlib.new/python-pyftpdlib.changes   
2018-05-10 15:49:42.616581340 +0200
@@ -1,0 +2,15 @@
+Wed May  9 00:57:35 UTC 2018 - toddrme2...@gmail.com
+
+- Version update to 1.5.4
+  + Enhancements
+* #463: FTPServer class can now be used as a context manager.
+  + Bug fixes
+* #431: Ctrl-C doesn't exit `python -m pyftpdlib` on Windows.
+* #436: ThreadedFTPServer.max_cons is evaluated threading.activeCount(). If
+  the user uses threads of its own it will consume the number of max_cons.
+* #447: ThreadedFTPServer and MultiprocessFTPServer do not join() tasks 
which
+  are no longer consuming resources.
+- Disable tests since they randomly fail.
+  See https://github.com/giampaolo/pyftpdlib/issues/386
+
+---

Old:

  pyftpdlib-1.5.3.tar.gz

New:

  pyftpdlib-1.5.4.tar.gz



Other differences:
--
++ python-pyftpdlib.spec ++
--- /var/tmp/diff_new_pack.DAFCy0/_old  2018-05-10 15:49:43.700541613 +0200
+++ /var/tmp/diff_new_pack.DAFCy0/_new  2018-05-10 15:49:43.700541613 +0200
@@ -18,8 +18,10 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+# Tests randomly fail: https://github.com/giampaolo/pyftpdlib/issues/386
+%bcond_with test
 Name:   python-pyftpdlib
-Version:1.5.3
+Version:1.5.4
 Release:0
 Summary:Asynchronous FTP server library for Python
 License:MIT
@@ -27,13 +29,20 @@
 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 psutil}
+BuildRequires:  %{python_module pysendfile}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+BuildRequires:  python-ipaddress
+BuildRequires:  python-mock
 Requires:   python-pyOpenSSL
+Recommends: python-pysendfile
+%ifpython2
+Requires:   python-ipaddress
+%endif
 BuildArch:  noarch
 %python_subpackages
 
@@ -51,9 +60,11 @@
 %python_install
 %python_expand %fdupes -s %{buildroot}%{$python_sitelib}
 
+%if %{with test}
 %check
 export PYTHONPATH=$PWD
 %python_exec pyftpdlib/test/runner.py
+%endif
 
 %files %{python_files}
 %license LICENSE

++ pyftpdlib-1.5.3.tar.gz -> pyftpdlib-1.5.4.tar.gz ++
 2012 lines of diff (skipped)




commit python-pyftpdlib for openSUSE:Factory

2018-05-08 Thread root
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 - tchva...@suse.com
+
+- 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)




commit python-pyftpdlib for openSUSE:Factory

2017-07-11 Thread root
Hello community,

here is the log from the commit of package python-pyftpdlib for 
openSUSE:Factory checked in at 2017-07-11 08:25:18

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


Package is "python-pyftpdlib"

Tue Jul 11 08:25:18 2017 rev:3 rq:508490 version:1.5.2

Changes:

--- /work/SRC/openSUSE:Factory/python-pyftpdlib/python-pyftpdlib.changes
2017-06-28 10:36:26.654037298 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyftpdlib.new/python-pyftpdlib.changes   
2017-07-11 08:25:19.691824363 +0200
@@ -1,0 +2,5 @@
+Thu Jul  6 00:25:48 UTC 2017 - jeng...@inai.de
+
+- Trim exaggeration from descriptions.
+
+---



Other differences:
--
++ python-pyftpdlib.spec ++
--- /var/tmp/diff_new_pack.HoK5I1/_old  2017-07-11 08:25:20.219749902 +0200
+++ /var/tmp/diff_new_pack.HoK5I1/_new  2017-07-11 08:25:20.223749338 +0200
@@ -21,7 +21,7 @@
 Name:   python-pyftpdlib
 Version:1.5.2
 Release:0
-Summary:Very fast asynchronous FTP server library
+Summary:Asynchronous FTP server library for Python
 License:MIT
 Group:  Development/Languages/Python
 Url:https://github.com/giampaolo/pyftpdlib/
@@ -38,16 +38,8 @@
 %python_subpackages
 
 %description
-Python FTP server library provides a high-level portable interface to easily
-write very efficient, scalable and asynchronous FTP servers with Python. It is
-the most complete `RFC-959 `__ FTP server
-implementation available for `Python `__ programming
-language and it's used in projects like
-`Google Chromium `__ and
-`Bazaar `__ and included in
-`Debian `__,
-`Fedora `__ and
-`FreeBSD `__ package repositories.
+The Python FTP server library provides a high-level interface to
+write very asynchronous FTP servers with Python.
 
 %prep
 %setup -q -n pyftpdlib-%{version}




commit python-pyftpdlib for openSUSE:Factory

2017-06-28 Thread root
Hello community,

here is the log from the commit of package python-pyftpdlib for 
openSUSE:Factory checked in at 2017-06-28 10:36:25

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


Package is "python-pyftpdlib"

Wed Jun 28 10:36:25 2017 rev:2 rq:505701 version:1.5.2

Changes:

--- /work/SRC/openSUSE:Factory/python-pyftpdlib/python-pyftpdlib.changes
2016-07-21 08:19:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyftpdlib.new/python-pyftpdlib.changes   
2017-06-28 10:36:26.654037298 +0200
@@ -1,0 +2,13 @@
+Thu Jun 22 14:14:51 UTC 2017 - jmate...@suse.com
+
+- update to 1.5.2
+  * disables old SSL methods
+  * fixed some hangs/crashes
+- fixes test failures in OBS
+- drop patches that are no longer needed:
+  * pyftpdlib-disable-error-0-ssl-unwrap.diff
+  * pyftpdlib-disable-incomplete-file-received.diff
+  * pyftpdlib-handle-missing-SSLv3.diff
+- convert to singlespec
+
+---

Old:

  pyftpdlib-1.5.1.tar.gz
  pyftpdlib-disable-error-0-ssl-unwrap.diff
  pyftpdlib-disable-incomplete-file-received.diff
  pyftpdlib-handle-missing-SSLv3.diff

New:

  pyftpdlib-1.5.2.tar.gz



Other differences:
--
++ python-pyftpdlib.spec ++
--- /var/tmp/diff_new_pack.JUaeji/_old  2017-06-28 10:36:27.273949598 +0200
+++ /var/tmp/diff_new_pack.JUaeji/_new  2017-06-28 10:36:27.277949032 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyftpdlib
 #
-# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2016 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -14,31 +14,28 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pyftpdlib
-Version:1.5.1
+Version:1.5.2
 Release:0
-License:MIT
 Summary:Very fast asynchronous FTP server library
-Url:https://github.com/giampaolo/pyftpdlib/
+License:MIT
 Group:  Development/Languages/Python
-Source: 
https://pypi.python.org/packages/a8/f8/0f6db156898616dbcbd7bf865660295c81479071ab0fcd1898fe1b3a4fc4/pyftpdlib-%{version}.tar.gz
-Patch1:pyftpdlib-disable-error-0-ssl-unwrap.diff
-Patch2:pyftpdlib-handle-missing-SSLv3.diff
-Patch3:pyftpdlib-disable-incomplete-file-received.diff
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
-BuildRequires:  python-mock
-BuildRequires:  python-nose
-BuildRequires:  python-pyOpenSSL
+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:  python-rpm-macros
 Requires:  python-pyOpenSSL
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
 BuildArch:  noarch
-%endif
+%python_subpackages
 
 %description
 Python FTP server library provides a high-level portable interface to easily
@@ -54,23 +51,22 @@
 
 %prep
 %setup -q -n pyftpdlib-%{version}
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
 
 %check
-make test
+#%%python_exec -m nose #pyftpdlib/test
+export PYTHONPATH=$PWD
+%python_exec pyftpdlib/test/runner.py
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
 %doc README.rst LICENSE
-%{_bindir}/ftpbench
+%python3_only %{_bindir}/ftpbench
 %{python_sitelib}/*
 
 %changelog

++ pyftpdlib-1.5.1.tar.gz -> pyftpdlib-1.5.2.tar.gz ++
 7682 lines of diff (skipped)




commit python-pyftpdlib for openSUSE:Factory

2016-07-21 Thread h_root
Hello community,

here is the log from the commit of package python-pyftpdlib for 
openSUSE:Factory checked in at 2016-07-21 08:18:54

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


Package is "python-pyftpdlib"

Changes:

New Changes file:

--- /dev/null   2016-07-07 10:01:34.856033756 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyftpdlib.new/python-pyftpdlib.changes   
2016-07-21 08:19:04.0 +0200
@@ -0,0 +1,21 @@
+---
+Mon May  9 14:58:36 UTC 2016 - h...@urpla.net
+
+- add patch to disable another failing test, related to icomplete
+  file receptions
+
+---
+Mon May  9 13:14:32 UTC 2016 - h...@urpla.net
+
+- add patch to test SSLv3 only, if available
+
+---
+Mon May  9 10:34:42 UTC 2016 - h...@urpla.net
+
+- add patch to disable a test, that triggers an error 0 in ssl
+
+---
+Sun May  8 20:15:42 UTC 2016 - h...@urpla.net
+
+- version 1.5.1: initial build
+

New:

  pyftpdlib-1.5.1.tar.gz
  pyftpdlib-disable-error-0-ssl-unwrap.diff
  pyftpdlib-disable-incomplete-file-received.diff
  pyftpdlib-handle-missing-SSLv3.diff
  python-pyftpdlib.changes
  python-pyftpdlib.spec



Other differences:
--
++ python-pyftpdlib.spec ++
#
# spec file for package python-pyftpdlib
#
# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2016 LISA GmbH, Bingen, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/


Name:   python-pyftpdlib
Version:1.5.1
Release:0
License:MIT
Summary:Very fast asynchronous FTP server library
Url:https://github.com/giampaolo/pyftpdlib/
Group:  Development/Languages/Python
Source: 
https://pypi.python.org/packages/a8/f8/0f6db156898616dbcbd7bf865660295c81479071ab0fcd1898fe1b3a4fc4/pyftpdlib-%{version}.tar.gz
Patch1: pyftpdlib-disable-error-0-ssl-unwrap.diff
Patch2: pyftpdlib-handle-missing-SSLv3.diff
Patch3: pyftpdlib-disable-incomplete-file-received.diff
BuildRequires:  python-devel
BuildRequires:  python-setuptools
BuildRequires:  python-mock
BuildRequires:  python-nose
BuildRequires:  python-pyOpenSSL
Requires:   python-pyOpenSSL
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else
BuildArch:  noarch
%endif

%description
Python FTP server library provides a high-level portable interface to easily
write very efficient, scalable and asynchronous FTP servers with Python. It is
the most complete `RFC-959 `__ FTP server
implementation available for `Python `__ programming
language and it's used in projects like
`Google Chromium `__ and
`Bazaar `__ and included in
`Debian `__,
`Fedora `__ and
`FreeBSD `__ package repositories.

%prep
%setup -q -n pyftpdlib-%{version}
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

%check
make test

%files
%defattr(-,root,root,-)
%doc README.rst LICENSE
%{_bindir}/ftpbench
%{python_sitelib}/*

%changelog
++ pyftpdlib-disable-error-0-ssl-unwrap.diff ++
Index: b/pyftpdlib/test/test_functional_ssl.py
===
--- a/pyftpdlib/test/test_functional_ssl.py
+++ b/pyftpdlib/test/test_functional_ssl.py
@@ -134,7 +134,7 @@ class TestFtpListingCmdsTLSMixin(TLSTest
 # File "/opt/python/2.7.9/lib/python2.7/ssl.py", line 771, in unwrap
 #s = self._sslobj.shutdown()
 #