The NetBSD Project

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

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


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

py-setuptools includes the py-wheel functionality nowadays

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun Jan 28 20:34:42 2024 UTC (11 months, 4 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +7 -8 lines
py-flask-user: updated to 1.0.2.2

* v1.0.2.2:
    * Added new settings to ``UserManager`` which can be used to customize page
      footers: ``USER_APP_VERSION``, ``USER_CORPORATION_NAME``, and
      ``USER_COPYRIGHT_YEAR``
    * Fixed crash when one tried to change username and ``USER_ENABLE_EMAIL``
      was falsy
* v1.0.2.1:
    * Added Slovak, Polish and Ukrainian translations.
    * Fixed bug in "Password Changed" email template
    * Fixed crash when USER_ENABLE_INVITE_USER is set
    * Updated min allowed version of ``passlib`` from 1.6 to 1.7
* v1.0.2.0 - Production/Stable release. Dropped support for Python 2.6 and 3.3.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Jun 6 12:42:50 2023 UTC (19 months, 3 weeks ago) by riastradh
Branches: MAIN
CVS tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html

Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Oct 19 13:56:34 2022 UTC (2 years, 3 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -2 lines
fighting a losing battle against py-cryptography rustification, part 2

Switch users to versioned_dependencies.mk.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Apr 29 11:56:46 2022 UTC (2 years, 8 months ago) by wiz
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: +4 -5 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.20: download - view: text, markup, annotated - select for diffs
Thu Apr 21 11:00:01 2022 UTC (2 years, 9 months ago) by wiz
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +4 -2 lines
*: convert to versioned_dependencies for py-cryptography

Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Jan 4 20:55:28 2022 UTC (3 years 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.17.4.1: download - view: text, markup, annotated - select for diffs
Sun May 5 14:33:36 2019 UTC (5 years, 8 months ago) by bsiegert
Branches: pkgsrc-2019Q1
Diff to: previous 1.17: preferred, colored; next MAIN 1.18: preferred, colored
Changes since revision 1.17: +2 -2 lines
Pullup ticket #5950 - requested by wiz
www/py-flask-user: build fix

Revisions pulled up:
- www/py-flask-user/Makefile                                    1.18

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Tue Apr 30 05:57:33 UTC 2019

   Modified Files:
   	pkgsrc/www/py-flask-user: Makefile

   Log Message:
   py-flask-user: fix pasto in DEPENDS

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Apr 30 05:57:33 2019 UTC (5 years, 8 months ago) by wiz
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, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
py-flask-user: fix pasto in DEPENDS

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Dec 16 18:24:08 2018 UTC (6 years, 1 month ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2019Q1-base, pkgsrc-2018Q4-base, pkgsrc-2018Q4
Branch point for: pkgsrc-2019Q1
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -2 lines
py-flask-user: remove DIST_SUBDIR

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Dec 16 18:20:57 2018 UTC (6 years, 1 month ago) by adam
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +13 -17 lines
py-flask-user: updated to 1.0.1.5

v1.0.1.5 - Removed callbacks/auth0.
v1.0.1.4 - Fixed calls to get_primary_user_email_object().
v1.0.1.3 - Changed custom form class attribute namess from something like self.register_form to something like self.RegisterFormClass
v1.0.1.2 - Use app.permanent_session_lifetime to limit user session lifetime.
v1.0.1.1 - Alpha release

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Jan 7 21:02:49 2018 UTC (7 years ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
Fix path to py-bcrypt.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Dec 12 10:28:20 2017 UTC (7 years, 1 month ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +8 -6 lines
py-flask-user: updated to 0.6.19

v0.6.19 Fixed install problem

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Sep 16 19:27:23 2017 UTC (7 years, 4 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Reset maintainer

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Jul 30 22:32:26 2017 UTC (7 years, 5 months ago) by wiz
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Switch github HOMEPAGEs to https.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Jan 12 11:58:23 2017 UTC (8 years ago) by rodent
Branches: MAIN
CVS tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -4 lines
Update to latest release 0.6.11. Changelog is outdated. DEPENDS on
py-cryptodome instead of py-crypto now. Update adds more localisations
among other files.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Jun 8 17:43:47 2016 UTC (8 years, 7 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Switch to MASTER_SITES_PYPI.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Apr 19 00:50:42 2015 UTC (9 years, 9 months ago) by rodent
Branches: MAIN
CVS tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -3 lines
Use the correct bcrypt python module. Bump PKGREVISION.

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

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Dec 5 03:01:20 2014 UTC (10 years, 1 month ago) by rodent
Branches: MAIN
CVS tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3 lines
NTSA - upstream changed distfile again. Changes are benign. Bump
PKGREVISION and change DIST_SUBDIR.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Nov 12 00:14:14 2014 UTC (10 years, 2 months ago) by rodent
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -2 lines
DISTFILE changed at MASTER_SITES. Changes were benign and involved a PLIST
entry change (locale file). Only other change was in the meta information
of the package, classifying it as localised in the French language. Bump
PKGREVISION, use DIST_SUBDIR, and modify post-install command to fix perms
on new file. Thanks to joerg@ and kre@ for reporting this.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Nov 10 03:48:25 2014 UTC (10 years, 2 months ago) by rodent
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +5 -2 lines
Updated to 0.6.1. Remove executable perms from locale file in post-install.
No easily-accessible changelog.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Jul 16 23:27:00 2014 UTC (10 years, 6 months ago) by rodent
Branches: MAIN
CVS tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Updated to latest release, 0.5.2. Adds USER_AUTO_LOGIN setting and feature.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Jun 15 15:56:14 2014 UTC (10 years, 7 months ago) by rodent
Branches: MAIN
CVS tags: pkgsrc-2014Q2-base, pkgsrc-2014Q2
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
v0.5.1: Multiple UserEmails per User.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Jun 1 01:03:58 2014 UTC (10 years, 7 months ago) by rodent
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Update to 0.5.0. Nothing in visible changelog anywhere. More/better/faster?

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat May 3 02:35:35 2014 UTC (10 years, 8 months ago) by rodent
Branches: MAIN
Import py27-Flask-User-0.4.9 as www/py-flask-user.

Customizable User Account Management for Flask: Register, Confirm email, Login,
Change username, Change password, Forgot password and more.

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>