CVS log for pkgsrc/www/py-FormEncode/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / www / py-FormEncode
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Feb 2 13:13:09 2024 UTC (9 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q3,
pkgsrc-2024Q2-base,
pkgsrc-2024Q2,
pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
HEAD
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +7 -14
lines
py-FormEncode: updated to 2.1.0
2.1.0
- Add support for Python 3.7 to 3.12, end support for older Python versions
- Context.set() now works as a context manager
- Fix binary of swedish translation
- Some internal code cleanup and modernization
Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Jun 6 12:42:49 2023 UTC (16 months, 4 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.8: preferred, colored
Changes since revision 1.8: +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.8: download - view: text, markup, annotated - select for diffs
Thu Oct 13 12:15:21 2022 UTC (2 years ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -3
lines
www/py-FormEncode: bump py-setuptools_scm requirement and remove py-setuptools_scm_git_archive
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Jan 4 20:55:14 2022 UTC (2 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1
lines
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Dec 6 14:41:21 2021 UTC (2 years, 10 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +13 -8
lines
py-FormEncode: update to 2.0.1.
2.0.1
-----
- Add support for 3.10
- use Pytest instead of Nose and Github Actions instead of Travis for tests
- Documentation updates
- Note this will be the last version to support Python 2.7. The next version
will be 2.1 to signal this change. If you want to keep support for Python
2.7 update your dependencies spec to be below 2.1
2.0.0
-----
- `FormEncode` can now run on Python 3.6 and higher without needing to run 2to3 first.
- `FormEncode` 2.0 is no longer compatible with Python 2.6 and 3.2 to 3.5.
If you need Python 2.6 or 3.2 to 3.5 compatibility please use `FormEncode` 1.3.
You might also try `FormEncode` 2.0.0a1 which supports Python 2.6 and Python 3.3-3.5.
- This will be the last major version to support Python 2.7
- Add strict flag to USPostalCode to raise error on postal codes that has too
many digits instead of just truncating
- Various Python 3 fixes
- Serbian latin translation
- Changed License to MIT
- Dutch, UK, Greek and South Korean postal code format fixes
- Add postal code formats for Switzerland, Cyprus, Faroe Islands, San Marino, Ukraine and Vatican City.
- Add ISODateTimeConverter validator
- Add ability to target htmlfill to particular form or ignore a form
- Fix format errors in some translations
- The version of the library can be checked using formencode.__version__
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Mar 22 12:28:28 2020 UTC (4 years, 7 months ago) by rillig
Branches: MAIN
CVS tags: 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
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +7 -1
lines
www/py-*: fix test dependencies for Python 2.7
Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Nov 28 06:30:51 2019 UTC (4 years, 11 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +5 -5
lines
py-FormEncode: BUILD_DEPENDS -> TEST_DEPENDS
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Oct 27 15:47:31 2017 UTC (7 years ago) by adam
Branches: MAIN
CVS tags: 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.2: preferred, colored
Changes since revision 1.2: +6 -3
lines
py-FormEncode: updated to 1.3.1
1.3.1 release to turn off universal wheels
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Jun 8 17:43:43 2016 UTC (8 years, 4 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2
lines
Switch to MASTER_SITES_PYPI.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Jul 15 18:30:13 2015 UTC (9 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3
Import py-FormEncode-1.3.0 as www/py-FormEncode.
FormEncode is a validation and form generation package. The
validation can be used separately from the form generation. The
validation works on compound data structures, with all parts being
nestable. It is separate from HTTP or any other input mechanism.
CVSweb <webmaster@jp.NetBSD.org>