Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial Update #2

Merged
merged 14 commits into from
Nov 22, 2016
Merged

Initial Update #2

merged 14 commits into from
Nov 22, 2016

Conversation

pyup-bot
Copy link
Contributor

This is my first visit to this fine repo so I have bundled all updates in a single pull request to make things easier for you to merge.

Close this pull request and delete the branch if you want me to start with single pull requests right away

Here's the executive summary:

Updates

Here's a list of all the updates bundled in this pull request. I've added some links to make it easier for you to find all the information you need.

alembic 0.8.6 » 0.8.8 PyPI | Repo | Docs
pytz 2016.4 » 2016.7 PyPI | Homepage | Docs
Flask-Login 0.3.2 » 0.4.0 PyPI | Changelog | Repo | Docs
bcrypt 2.0.0 » 3.1.1 PyPI | Repo
Mako 1.0.4 » 1.0.6 PyPI | Homepage
Flask-WTF 0.12 » 0.13.1 PyPI | Changelog | Repo | Docs
Flask-Migrate 1.8.0 » 2.0.1 PyPI | Changelog | Repo | Docs
python-editor 1.0 » 1.0.1 PyPI | Repo
SQLAlchemy 1.0.13 » 1.1.4 PyPI | Homepage
cffi 1.6.0 » 1.9.1 PyPI | Docs
pycparser 2.14 » 2.17 PyPI | Changelog | Repo
Werkzeug 0.11.10 » 0.11.11 PyPI | Homepage
psycopg2 2.6.1 » 2.6.2 PyPI | Homepage | Docs
Flask 0.11 » 0.11.1 PyPI | Changelog | Repo

Changelogs

Flask-Login 0.3.2 -> 0.4.0

0.4.0


Released on TBD.

  • Fixes OPTIONS exemption from login. 244
  • Fixes use of MD5 by replacing with SHA512. 264
  • BREAKING: The login_manager.token_handler function, get_auth_token method
    on the User class, and the utils.make_secure_token utility function have
    been removed to prevent users from creating insecure auth implementations.
    Use the Alternative Tokens example from the docs instead. 291

Flask-WTF 0.12 -> 0.13.1

0.13.1


Released 2016/10/6

  • Deprecation warning for Form is shown during __init__ instead of immediately when subclassing. (262_)
  • Don't use pkg_resources to get version, for compatibility with GAE. (261_)

.. _261: wtforms/flask-wtf#261
.. _262: wtforms/flask-wtf#262

0.13


Released 2016/09/29

  • Form is renamed to FlaskForm in order to avoid name collision with WTForms's base class. Using Form will show a deprecation warning. (250_)
  • hidden_tag no longer wraps the hidden inputs in a hidden div. This is valid HTML5 and any modern HTML parser will behave correctly. (217, 193)
  • flask_wtf.html5 is deprecated. Import directly from wtforms.fields.html5. (251_)
  • is_submitted is true for PATCH and DELETE in addition to POST and PUT. (187_)
  • generate_csrf takes a token_key parameter to specify the key stored in the session. (206_)
  • generate_csrf takes a url_safe parameter to allow the token to be used in URLs. (206_)
  • fom.data can be accessed multiple times without raising an exception. (248_)
  • File extension with multiple parts (.tar.gz) can be used in the FileAllowed validator. (201_)

.. _187: wtforms/flask-wtf#187
.. _193: wtforms/flask-wtf#193
.. _201: wtforms/flask-wtf#201
.. _206: wtforms/flask-wtf#206
.. _217: wtforms/flask-wtf#217
.. _248: wtforms/flask-wtf#248
.. _250: wtforms/flask-wtf#250
.. _251: wtforms/flask-wtf#251

Flask-Migrate 1.8.0 -> 2.0.1

2.0.1

  • Fix flake8 warnings in Alembic templates (136)

2.0.0

  • Added Travis CI builds for Python 3.5
  • Support for the new Flask CLI based on Click

1.8.1

  • Allow to init_app to work correctly when db is given in constructor (118)

Flask 0.11 -> 0.11.1

0.11.1


Bugfix release, released on June 7th 2016.

  • Fixed a bug that prevented FLASK_APP=foobar/__init__.py from working. See
    pull request 1872.

Once you have closed this pull request, I'll create seperate pull requests for every update as soon as I find them.

That's it for now!

Happy merging! 🤖

@maxtortime maxtortime merged commit 3758fa1 into master Nov 22, 2016
@maxtortime maxtortime deleted the pyup-initial-update branch November 22, 2016 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants