[Python-modules-commits] [python-pyftpdlib] branch upstream updated (0ac71a6 -> da5dc2d)

Wolfgang Borgert debacle at moszumanska.debian.org
Sun Nov 22 17:52:37 UTC 2015


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

debacle pushed a change to branch upstream
in repository python-pyftpdlib.

      from  0ac71a6   Imported Upstream version 1.2.0
      adds  da5dc2d   Import python-pyftpdlib_1.4.0.orig.tar.gz

No new revisions were added by this update.

Summary of changes:
 .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 +++++++
 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 +
 62 files changed, 6612 insertions(+), 2111 deletions(-)
 create mode 100644 .travis.yml
 delete mode 100644 HISTORY
 create mode 100644 HISTORY.rst
 delete mode 100644 INSTALL
 create mode 100644 Makefile
 delete mode 100644 PKG-INFO
 delete mode 100644 README
 create mode 100644 README.rst
 create mode 100644 docs/Makefile
 create mode 100644 docs/README.rst
 create mode 100644 docs/_static/copybutton.js
 create mode 100644 docs/_static/favicon.ico
 create mode 100644 docs/_static/logo.png
 create mode 100644 docs/_static/sidebar.js
 create mode 100644 docs/_template/globaltoc.html
 create mode 100644 docs/_template/indexcontent.html
 create mode 100644 docs/_template/indexsidebar.html
 create mode 100644 docs/_template/page.html
 create mode 100644 docs/_themes/pydoctheme/static/pydoctheme.css
 create mode 100644 docs/_themes/pydoctheme/theme.conf
 create mode 100644 docs/adoptions.rst
 create mode 100644 docs/api.rst
 create mode 100644 docs/benchmarks.rst
 create mode 100644 docs/conf.py
 create mode 100644 docs/faqs.rst
 create mode 100644 docs/index.rst
 create mode 100644 docs/install.rst
 create mode 100644 docs/make.bat
 create mode 100644 docs/rfc-compliance.rst
 create mode 100644 docs/tutorial.rst
 create mode 100644 make.bat
 delete mode 100644 setup.cfg
 create mode 100644 tox.ini

-- 
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