Flask-mwoauth

Latest version: v0.4.82

Safety actively analyzes 630848 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 3

0.1.31

========================================
New features:
- Allow MWOAuth.request to take an optional url parameter.
This allows requests to a different wiki than the one where the OAuth
authorization was performed, as long as the same OAuth headers are
accepted (e.g. wikimedia foundation wikis)

0.1.25

========================================
New features:
- handling of login?next=.... via cookies (by Cristian Consonni)
- more efficient handling of big POST requests using the Requests library (by Cristian Consonni)

Bugfixes:
- demo app now has correct index url
- demo app now warns for using a random (thanks, again, Cristian!)

Also thanks to:
- Kunal Mehta for a minor PEP8 fix


!/bin/bash
git diff --quiet && (
VERSION=0.4.`git log --oneline | grep -v 'Bump version to' | wc -l` &&
echo Bumping version to $VERSION &&
sed -i -e "s/__version__.*/__version__ = '$VERSION'/" flask_mwoauth/__init__.py &&
vim CHANGELOG.rst +3 -c ':read !echo'" -e '\n\nv$VERSION (`date`)\n========================================'"
vim CREDITS.rst
git add CHANGELOG.rst CREDITS.rst flask_mwoauth/__init__.py
git commit -m "Bump version to $VERSION" &&
git tag $VERSION HEAD &&
git push &&
python setup.py sdist upload
) || (
echo "Working copy must be clean"
)

Page 3 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.