[Python-modules-commits] [python-pyftpdlib] branch master updated (3009e4c -> 21f87f1)
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 change to branch master
in repository python-pyftpdlib.
from 3009e4c Update Vcs fields for git migration
new fee8cc3 fix syntax error in debian/control
new 0443b85 add debian/clean for egg files
new 32bc475 add Python 3 package
new dfa47b1 change homepage s/Google code/GitHub/
new da5dc2d Import python-pyftpdlib_1.4.0.orig.tar.gz
new ee184bc record new upstream branch created by importing python-pyftpdlib_1.4.0.orig.tar.gz and merge it
new 061a5a7 mark binary files
new beec4f8 fix/update MANIFEST file
new a40aaa0 merge patched into master
new 68c2b50 add myself to Uploaders
new 21f87f1 prepare 1.4.0-1
The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.travis.yml | 20 +
CREDITS | 20 +-
HISTORY | 720 ----------------
HISTORY.rst | 766 +++++++++++++++++
INSTALL | 4 -
MANIFEST.in | 7 +-
Makefile | 71 ++
PKG-INFO | 33 -
README | 12 -
README.rst | 255 ++++++
debian/.git-dpm | 14 +-
debian/changelog | 11 +-
debian/clean | 1 +
debian/control | 35 +-
debian/copyright | 2 +-
debian/patches/0001-fix-update-MANIFEST-file.patch | 29 +
debian/patches/series | 1 +
debian/{docs => python-pyftpdlib.docs} | 2 +-
debian/{docs => python3-pyftpdlib.docs} | 2 +-
debian/rules | 4 +-
debian/source/include-binaries | 2 +
debian/watch | 3 +-
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 +
74 files changed, 6701 insertions(+), 2133 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 debian/clean
create mode 100644 debian/patches/0001-fix-update-MANIFEST-file.patch
create mode 100644 debian/patches/series
copy debian/{docs => python-pyftpdlib.docs} (54%)
rename debian/{docs => python3-pyftpdlib.docs} (54%)
create mode 100644 debian/source/include-binaries
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