CVS log for pkgsrc/www/py-flask-sendmail/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / www / py-flask-sendmail
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Apr 29 11:56:46 2022 UTC (2 years, 7 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q3,
pkgsrc-2024Q2-base,
pkgsrc-2024Q2,
pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
pkgsrc-2023Q4-base,
pkgsrc-2023Q4,
pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
HEAD
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -2
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.4: download - view: text, markup, annotated - select for diffs
Tue Jan 4 20:55:27 2022 UTC (2 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2
lines
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Sep 3 14:38:50 2021 UTC (3 years, 3 months ago) by khorben
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2
lines
py-flask-sendmail: fix sending messages
Bumps PKGREVISION.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Jun 2 21:06:03 2021 UTC (3 years, 6 months ago) by khorben
Branches: MAIN
CVS tags: pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1
lines
py-flask-sendmail: improve and import a couple fixes
The updated patches:
- fix the suppressing of messages when testing or disabled in configuration;
- import what should be a better fix when piping messages to sendmail(1).
Bumps PKGREVISION.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu May 27 22:25:05 2021 UTC (3 years, 6 months ago) by khorben
Branches: MAIN
py-flask-sendmail: import version 0.1
The Flask-Sendmail extension provides a simple interface to your system's
sendmail client from within your Flask application and gives you ability to send
messages from your views and scripts.
CVSweb <webmaster@jp.NetBSD.org>