This is an automated email from the ASF dual-hosted git repository.
kentontaylor pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git.
from 53e7ee8 [#8321] consider a missing honeypot field as bad as one that was erroneously
filled out. Previously was raising an unhandled error
new 535b1f9 [#8320] Upgrade chardet
new 17a7529 [#8320] Upgrade beaker
new e65d52e [#8320] Upgrade decorator
new acd4c12 [#8320] Upgrade pylint and deps
new 40d9b82 [#8320] Upgrade pyflakes
new 937e3fc [#8320] upgrade dateutil
new 8e2b694 [#8320] stop including all of req.in/txt within req-dev.in/txt
new e411010 [#8320] upgrade testfixtures
new 23d5aed [#8320] upgrade requests-oauthlib
new d04b98d [#8320] upgrade requests
new 4669fc0 [#8320] upgrade python-oembed
new 48fb6d6 [#8320] upgrade python-magic
new ddbac75 [#8320] upgrade oauth2
new ca941a3 [#8320] upgrade mock
new d82c672 [#8320] upgrade datadiff
new 7ea671d [#8320] upgrade faulthandler
new 8bae1d1 [#8320] upgrade ipython
new d828012 [#8320] upgrade formencode, plus easywidgets related fix
The 18 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
Allura/allura/lib/app_globals.py | 4 +-
Allura/allura/lib/helpers.py | 4 +-
Allura/allura/model/artifact.py | 2 +-
Allura/allura/tests/functional/test_admin.py | 9 ++-
Allura/allura/tests/functional/test_root.py | 4 +-
Allura/allura/tests/model/test_notification.py | 6 +-
Allura/allura/tests/model/test_repo.py | 2 +-
Allura/allura/tests/test_plugin.py | 7 +-
Allura/allura/tests/test_tasks.py | 4 +-
ForgeBlog/forgeblog/tests/test_commands.py | 3 +-
requirements-dev.in | 2 -
requirements-dev.txt | 89 ++++----------------------
requirements.in | 38 +++++------
requirements.txt | 70 +++++++++++++-------
14 files changed, 104 insertions(+), 140 deletions(-)
|