[BACK]Return to PLIST CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / lang / py-hy

File: [cvs.NetBSD.org] / pkgsrc / lang / py-hy / PLIST (download)

Revision 1.5, Sat Mar 20 19:14:57 2021 UTC (2 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1
Changes since 1.4: +2 -1 lines

py-hy: updated to 0.20.0

0.20.0 (released 2021-01-25)
==============================

Removals
------------------------------
* Python 3.5 is no longer supported.

New Features
------------------------------
* `let` macro now supports extended iterable unpacking syntax.
* New contrib module `pprint`, a Hy equivalent of `python.pprint`.

Bug Fixes
------------------------------
* Fixed a bug that made `hy.eval` from Python fail on `require`.
* Fixed a bug that prevented pickling of keyword objects.
* Fixed a compiler crash from `setv` with an odd number of arguments in
  `defclass`.

0.19.0 (released 2020-07-16)
==============================

Breaking Changes
------------------------------
* `parse-args` is no longer implemented with `eval`; so e.g. you should
  now say `:type int` instead of `:type 'int`.

New Features
------------------------------
* Python 3.9 is now supported.

Bug Fixes
------------------------------
* Improved support for nesting anaphoric macros by only applying
  symbol replacement where absolutely necessary.
* Quoted f-strings are no longer evaluated prematurely.
* Fixed a regression in the production of error messages for empty
  expressions.
* Fixed a scoping bug for code executed with `hy -c`.
* Fixed a bug in the compilation of multiple `require`\s.
* Fixed various bugs in command-line option parsing.

@comment $NetBSD: PLIST,v 1.5 2021/03/20 19:14:57 adam Exp $
bin/hy-${PYVERSSUFFIX}
bin/hy2py-${PYVERSSUFFIX}
bin/hyc-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/hy/__init__.py
${PYSITELIB}/hy/__init__.pyc
${PYSITELIB}/hy/__init__.pyo
${PYSITELIB}/hy/__main__.py
${PYSITELIB}/hy/__main__.pyc
${PYSITELIB}/hy/__main__.pyo
${PYSITELIB}/hy/_compat.py
${PYSITELIB}/hy/_compat.pyc
${PYSITELIB}/hy/_compat.pyo
${PYSITELIB}/hy/cmdline.py
${PYSITELIB}/hy/cmdline.pyc
${PYSITELIB}/hy/cmdline.pyo
${PYSITELIB}/hy/compiler.py
${PYSITELIB}/hy/compiler.pyc
${PYSITELIB}/hy/compiler.pyo
${PYSITELIB}/hy/completer.py
${PYSITELIB}/hy/completer.pyc
${PYSITELIB}/hy/completer.pyo
${PYSITELIB}/hy/contrib/__init__.py
${PYSITELIB}/hy/contrib/__init__.pyc
${PYSITELIB}/hy/contrib/__init__.pyo
${PYSITELIB}/hy/contrib/botsbuildbots.hy
${PYSITELIB}/hy/contrib/hy_repr.hy
${PYSITELIB}/hy/contrib/loop.hy
${PYSITELIB}/hy/contrib/pprint.hy
${PYSITELIB}/hy/contrib/profile.hy
${PYSITELIB}/hy/contrib/sequences.hy
${PYSITELIB}/hy/contrib/walk.hy
${PYSITELIB}/hy/core/__init__.py
${PYSITELIB}/hy/core/__init__.pyc
${PYSITELIB}/hy/core/__init__.pyo
${PYSITELIB}/hy/core/bootstrap.hy
${PYSITELIB}/hy/core/language.hy
${PYSITELIB}/hy/core/macros.hy
${PYSITELIB}/hy/core/shadow.hy
${PYSITELIB}/hy/errors.py
${PYSITELIB}/hy/errors.pyc
${PYSITELIB}/hy/errors.pyo
${PYSITELIB}/hy/extra/__init__.py
${PYSITELIB}/hy/extra/__init__.pyc
${PYSITELIB}/hy/extra/__init__.pyo
${PYSITELIB}/hy/extra/anaphoric.hy
${PYSITELIB}/hy/extra/reserved.hy
${PYSITELIB}/hy/importer.py
${PYSITELIB}/hy/importer.pyc
${PYSITELIB}/hy/importer.pyo
${PYSITELIB}/hy/lex/__init__.py
${PYSITELIB}/hy/lex/__init__.pyc
${PYSITELIB}/hy/lex/__init__.pyo
${PYSITELIB}/hy/lex/exceptions.py
${PYSITELIB}/hy/lex/exceptions.pyc
${PYSITELIB}/hy/lex/exceptions.pyo
${PYSITELIB}/hy/lex/lexer.py
${PYSITELIB}/hy/lex/lexer.pyc
${PYSITELIB}/hy/lex/lexer.pyo
${PYSITELIB}/hy/lex/parser.py
${PYSITELIB}/hy/lex/parser.pyc
${PYSITELIB}/hy/lex/parser.pyo
${PYSITELIB}/hy/macros.py
${PYSITELIB}/hy/macros.pyc
${PYSITELIB}/hy/macros.pyo
${PYSITELIB}/hy/model_patterns.py
${PYSITELIB}/hy/model_patterns.pyc
${PYSITELIB}/hy/model_patterns.pyo
${PYSITELIB}/hy/models.py
${PYSITELIB}/hy/models.pyc
${PYSITELIB}/hy/models.pyo
${PYSITELIB}/hy/version.py
${PYSITELIB}/hy/version.pyc
${PYSITELIB}/hy/version.pyo