The NetBSD Project

CVS log for pkgsrc/www/py-flask-login/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / www / py-flask-login

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Nov 11 07:29:23 2024 UTC (4 weeks, 2 days ago) by wiz
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -2 lines
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Dec 7 17:17:55 2023 UTC (12 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +6 -3 lines
py-flask-login: updated to 0.6.3

Version 0.6.3
- Compatibility with Flask 3 and Werkzeug 3.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Sep 26 11:11:02 2022 UTC (2 years, 2 months ago) by kleink
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
py-flask-login: Update to 0.6.2.

Version 0.6.2
-------------

Released on July 25th, 2022

- Fix compatibility with Werkzeug 2.2 and Flask 2.2.  691
- Revert change to `expand_login_view` that attempted to preserve a
  dynamic subdomain value. Such values should be handled using
  `app.url_value_preprocessor` and `app.url_defaults`.  691
- Ensure deprecation warnings are present for deprecated features that
  will be removed in the next feature release.
  - Use `request_loader` instead of `header_loader`.
  - Use `user_loaded_from_request` instead of `user_loaded_from_header`.
  - Use `app.config["LOGIN_DISABLED"]` instead of `_login_disabled`.
  - Use `init_app` instead of `setup_app`.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon May 16 15:35:29 2022 UTC (2 years, 6 months ago) by kleink
Branches: MAIN
CVS tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -4 lines
py-flask-login: Update to 0.6.1.

Version 0.6.1
-------------

Released on May 1st, 2022

- Only preserve subdomain or host view args in unauthorized redirect
- The new utility function `login_remembered` returns `True` if the
  current login is remembered across sessions.
- Fix side effect potentially executing view twice for same request.
- Clarify usage of FlaskLoginClient test client in docs.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Apr 29 11:56:45 2022 UTC (2 years, 7 months ago) by wiz
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -1 lines
*: mark py-flask dependencies as not-for-python-2.x

I'll update py-flask soon; the current pkgsrc of py-flask version
is broken and all newer versions do not support python 2.x

Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Jan 4 20:55:26 2022 UTC (2 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -1 lines
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun May 10 13:11:58 2020 UTC (4 years, 7 months ago) by kleink
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
py-flask-login: Update to 0.5.0.

Version 0.5.0
-------------

Released on February 9th, 2020

- New custom test client: `flask_login.FlaskLoginClient`.
  You can use this to write clearer automated tests. 431
- Prefix authenticated user_id, remember, and remember_seconds in
  Flask Session
  with underscores to prevent accidental usage in application code. 470
- Simplify user loading. 378
- Various documentation improvements. 393, 394, 397, 417
- Set session ID when setting next. 403
- Clear session identifier on logout. 404
- Ensure use of a safe and up-to-date version of Flask.
- Drop support of Python versions: 2.6, 3.3, 3.4 450

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Dec 12 09:38:54 2017 UTC (7 years ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +4 -4 lines
py-flask-login: updated to 0.4.1

Version 0.4.1:
- New config option USE_SESSION_FOR_NEXT to enable storing next url in session
  instead of url.
- Accept int seconds along with timedelta for REMEMBER_COOKIE_DURATION.
- New config option FORCE_HOST_FOR_REDIRECTS to force host for redirects.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Feb 22 20:53:33 2017 UTC (7 years, 9 months ago) by kleink
Branches: MAIN
CVS tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Update py-flask-login to 0.4.0.


Version 0.4.0
-------------

Released on October 26th, 2016

- 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

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Oct 21 11:46:36 2015 UTC (9 years, 1 month ago) by kleink
Branches: MAIN
CVS tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
Update py-flask-login to 0.3.2.

Version 0.3.2
-------------

Released on October 8th, 2015

- Fixes Python 2.6 compatibility.
- Updates SESSION_KEYS to include "remember".


Version 0.3.1
-------------

Released on September 30th, 2015

- Fixes removal of non-Flask-Login keys from session object when using
  'strong' protection.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Sep 22 11:54:09 2015 UTC (9 years, 2 months ago) by kleink
Branches: MAIN
CVS tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -3 lines
Update py-flask-login to 0.3.0.


Version 0.3.0
-------------

Released on September 10th, 2015

- Fixes handling of X-Forward-For header.
- Update to use SHA512 instead of MS5 for session identifier creation.
- Fixes session creation for every view.
- BREAKING: UTC used to set cookie duration.
- BREAKING: Non-fresh logins now returns HTTP 401.
- Support unicode user IDs in cookie.
- Fixes user_logged_out signal invocation.
- Support for per-Blueprint login views.
- BREAKING: The `is_authenticated`, `is_active`, and `is_anonymous` members of
  the user class are now properties, not methods. Applications should update
  their user classes accordingly.
- Various other improvements including documentation and code clean up.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Dec 31 13:57:32 2014 UTC (9 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -3 lines
Improve EGG_NAME default to work for packages with '-' in their name.
Remove now unnecessary overrides in various packages.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed May 21 08:59:18 2014 UTC (10 years, 6 months ago) by kleink
Branches: MAIN
CVS tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Update py-flask-login to 0.2.11.

Version 0.2.11
--------------

- Fixes missing request loader invocation when authorization header exists.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Apr 3 08:44:45 2014 UTC (10 years, 8 months ago) by kleink
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
Update py-flask-login to 0.2.10.


Version 0.2.10
--------------

Released on March 9th, 2014

- Generalized `request_loader` introduced; ability to log users in via
  customized callback over request.
- Fixes request context dependency by explicitly checking `has_request_context`.
- Fixes remember me issues since lazy user loading changes.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Jan 25 10:30:28 2014 UTC (10 years, 10 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -3 lines
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Jan 12 09:45:24 2014 UTC (10 years, 11 months ago) by wiz
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -2 lines
PYTHON_VERSIONS_INCOMPATIBLE cleanup.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Jan 1 17:56:43 2014 UTC (10 years, 11 months ago) by kleink
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Update py-flask-login to 0.2.9.

Version 0.2.9-dev
-----------------

Released on December 28th, 2013

- Fixes anonymous user assignment.
- Fixes localization in Python 3.


Version 0.2.8
-------------

Released on December 21st 2013

- Support login via authorization header. This allows login via Basic Auth, for
  example. Useful in an API presentation context.
- Ability to override user ID method name. This is useful if the ID getter is
  named differently than the default.
- Session data is now only read when the user is requested. This can be
  beneficial for cookie and caching control when differenting between
  requests that use user information for rendering and ones where all users
  (including anonymous) get the same result (e.g. static pages)
- BREAKING: User *must* always be accessed through the ``current_user``
  local. This breaks any previous direct access to ``_request_ctx.top.user``.
  This is because user is not loaded until current_user is accessed.
- Fixes unnecessary access to the session when the user is anonymous
  and session protection is active.
  see https://github.com/maxcountryman/flask-login/issues/120
- Fixes issue where order dependency of applying the login manager
  before dependent applications was required.
  see https://github.com/mattupstate/flask-principal/issues/22
- Fixes Python 3 ``UserMixin`` hashing.
- Fixes incorrect documentation.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Aug 23 15:33:58 2013 UTC (11 years, 3 months ago) by kleink
Branches: MAIN
CVS tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Update py-flask-login to 0.2.7.

No changelog provided; fixes to unicode handling.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Aug 4 13:11:18 2013 UTC (11 years, 4 months ago) by kleink
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -1 lines
Enable Python 3.3.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Jul 19 18:06:18 2013 UTC (11 years, 4 months ago) by kleink
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Update py-flask-login to 0.2.6.

0.2.6
-----

* Add options to disable the login decorators.
* if availabe, use X-Forwarded-For header instead of request.remote_addr for
  the session protectin id

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Jul 9 18:37:22 2013 UTC (11 years, 5 months ago) by kleink
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3 lines
Update py-flask-login to 0.2.5.

0.2.4
-----

* Python 3 related changes
* Auto app initalization


0.2.5
-----

* Don't modify the session unless there's something to do

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Jun 25 13:29:33 2013 UTC (11 years, 5 months ago) by kleink
Branches: MAIN
CVS tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Update www/py-flask-login to 0.2.3.

No changelog provided; several bug fixes, including compatibility with
Werkzeug-0.9 and Flask-0.10.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Jan 9 19:02:44 2013 UTC (11 years, 11 months ago) by kleink
Branches: MAIN
CVS tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -1 lines
Sprinkle empty USE_LANGUAGES definitions in pure python packages
where missed at import time.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Jan 7 20:15:01 2013 UTC (11 years, 11 months ago) by kleink
Branches: MAIN
Import Flask-Login-0.1.3 as www/py-flask-login.

Flask-Login provides user session management for Flask. It handles
the common tasks of logging in, logging out, and remembering your
users' sessions over extended periods of time.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>