[Python-modules-commits] [python-pyftpdlib] 05/11: record new upstream branch created by importing python-pyftpdlib_1.4.0.orig.tar.gz and merge it

Wolfgang Borgert debacle at moszumanska.debian.org
Sun Nov 22 17:51:58 UTC 2015


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to branch master
in repository python-pyftpdlib.

commit ee184bc0a691ecef9b49b98f437f9a55b9640f4a
Merge: dfa47b1 da5dc2d
Author: W. Martin Borgert <debacle at debian.org>
Date:   Sun Nov 22 17:29:17 2015 +0100

    record new upstream branch created by importing python-pyftpdlib_1.4.0.orig.tar.gz and merge it

 .travis.yml                                   |  20 +
 CREDITS                                       |  20 +-
 HISTORY                                       | 720 --------------------
 HISTORY.rst                                   | 766 +++++++++++++++++++++
 INSTALL                                       |   4 -
 MANIFEST.in                                   |   2 +
 Makefile                                      |  71 ++
 PKG-INFO                                      |  33 -
 README                                        |  12 -
 README.rst                                    | 255 +++++++
 debian/.git-dpm                               |  14 +-
 demo/anti_flood_ftpd.py                       |   6 +-
 demo/basic_ftpd.py                            |   7 +-
 demo/md5_ftpd.py                              |   3 +-
 demo/multi_proc_ftp.py                        |   3 +-
 demo/multi_thread_ftp.py                      |   3 +-
 demo/throttled_ftpd.py                        |   3 +-
 demo/tls_ftpd.py                              |   9 +-
 demo/unix_daemon.py                           |  40 +-
 demo/unix_ftpd.py                             |   6 +-
 demo/winnt_ftpd.py                            |   6 +-
 docs/Makefile                                 | 177 +++++
 docs/README.rst                               |  15 +
 docs/_static/copybutton.js                    |  57 ++
 docs/_static/favicon.ico                      | Bin 0 -> 15086 bytes
 docs/_static/logo.png                         | Bin 0 -> 13008 bytes
 docs/_static/sidebar.js                       | 161 +++++
 docs/_template/globaltoc.html                 |  12 +
 docs/_template/indexcontent.html              |   4 +
 docs/_template/indexsidebar.html              |   8 +
 docs/_template/page.html                      |  66 ++
 docs/_themes/pydoctheme/static/pydoctheme.css | 187 +++++
 docs/_themes/pydoctheme/theme.conf            |  23 +
 docs/adoptions.rst                            | 340 ++++++++++
 docs/api.rst                                  | 615 +++++++++++++++++
 docs/benchmarks.rst                           | 274 ++++++++
 docs/conf.py                                  | 262 +++++++
 docs/faqs.rst                                 | 385 +++++++++++
 docs/index.rst                                |  27 +
 docs/install.rst                              |  43 ++
 docs/make.bat                                 | 242 +++++++
 docs/rfc-compliance.rst                       | 296 ++++++++
 docs/tutorial.rst                             | 536 +++++++++++++++
 make.bat                                      |  82 +++
 pyftpdlib/__init__.py                         |  17 +-
 pyftpdlib/__main__.py                         |  13 +-
 pyftpdlib/_compat.py                          |  19 +-
 pyftpdlib/authorizers.py                      | 121 ++--
 pyftpdlib/contrib/authorizers.py              |   9 +-
 pyftpdlib/contrib/filesystems.py              |   5 +-
 pyftpdlib/contrib/handlers.py                 |   6 +-
 pyftpdlib/filesystems.py                      |  92 +--
 pyftpdlib/ftpserver.py                        |  28 +-
 pyftpdlib/handlers.py                         | 528 ++++++++-------
 pyftpdlib/ioloop.py                           | 126 ++--
 pyftpdlib/log.py                              |  26 +-
 pyftpdlib/servers.py                          |  58 +-
 setup.cfg                                     |   5 -
 setup.py                                      | 182 ++---
 test/bench.py                                 | 146 ++--
 test/test_contrib.py                          | 575 +++++++++-------
 test/test_ftpd.py                             | 937 ++++++++++++--------------
 tox.ini                                       |  29 +
 63 files changed, 6619 insertions(+), 2118 deletions(-)

diff --cc debian/.git-dpm
index c58c1f6,0000000..6a80553
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
 +# see git-dpm(1) from git-dpm package
- 0ac71a65ae0b3edd8fd9c953861f4bd577d611eb
- 0ac71a65ae0b3edd8fd9c953861f4bd577d611eb
- 0ac71a65ae0b3edd8fd9c953861f4bd577d611eb
- 0ac71a65ae0b3edd8fd9c953861f4bd577d611eb
- python-pyftpdlib_1.2.0.orig.tar.gz
- 18b04b2691b070c41fe8a4ac02cb0c218ac06581
- 119917
++da5dc2d853b22a412fdba704a9b61bce1ed2ea80
++da5dc2d853b22a412fdba704a9b61bce1ed2ea80
++da5dc2d853b22a412fdba704a9b61bce1ed2ea80
++da5dc2d853b22a412fdba704a9b61bce1ed2ea80
++python-pyftpdlib_1.4.0.orig.tar.gz
++f2d7ca1303768a90120ca4cf267db0a788f7ab8e
++187701
 +debianTag="debian/%e%v"
 +patchedTag="patched/%e%v"
 +upstreamTag="upstream/%e%u"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pyftpdlib.git



More information about the Python-modules-commits mailing list