Next | Query returned 27 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | Package updated
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation

This follows the recommended bootstrap method (flit_core, build, installer).

However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
   2023-10-04 22:16:17 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-asdf: updated to 2.15.2

2.15.2 (2023-09-29)

The ASDF Standard is at v1.6.0

- Add support for python 3.12
   2023-08-30 22:04:46 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-asdf: updated to 2.15.1

2.15.1 (2023-08-07)
-------------------

The ASDF Standard is at v1.6.0

- Drop Python 3.8 support
- Drop NumPy 1.20, 1.21 support
- Convert numpy scalars to python types during yaml encoding
  to handle NEP51 changes for numpy 2.0
- Vendorize jsonschema 4.17.3

2.15.0 (2023-03-28)
-------------------

The ASDF Standard is at v1.6.0

- Require numpy<1.25 for python 3.8
- Add AsdfProvisionalAPIWarning to warn developers of new features that
  may undergo breaking changes but are likely to be included as stable
  features (without this warning) in a future version of ASDF
- Add AsdfDeprecationWarning to AsdfFile.blocks
- Document policy for ASDF release cycle including when support for ASDF versions
  end. Also document dependency support policy.
- Update lower pins on ``numpy`` (per release policy), ``packaging``, and \ 
``pyyaml`` to
  ones that we can successfully build and test against.
- Provide more informative filename when failing to open a file
- Add new plugin type for custom schema validators.
- Add AsdfDeprecationWarning to `~asdf.types.CustomType`
- Throw more useful error when provided with a path containing an
  extra leading slash
- Add AsdfDeprecationWarning to AsdfInFits. Support for reading and
  writing ASDF in fits files is being moved to `stdatamodels
  <https://github.com/spacetelescope/stdatamodels>`_.
- Add AsdfDeprecationWarning to asdf.resolver
- Add AsdfDeprecationWarning to asdf.tests.helpers.assert_extension_correctness
- Add AsdfDeprecationWarning to asdf.type_index
- Add warning to use of asdftool extract and remove-hdu about deprecation
  and impending removal
- Deprecate AsdfFile attributes that use the legacy extension api
- Add AsdfDeprecationWarning to asdf.types
- deprecate default_extensions, get_default_resolver and
  get_cached_asdf_extension_list in asdf.extension
- move asdf.types.format_tag to asdf.testing.helpers.format_tag
- Deprecate AsdfExtenion, AsdfExtensionList, BuiltinExtension
- Add AsdfDeprecationWarning to asdf_extensions entry point
- Deprecate asdf.tests.helpers
- respect umask when determining file permissions for written files
- rename master branch to main
   2023-08-02 01:20:57 by Thomas Klausner | Files touched by this commit (158)
Log message:
*: remove more references to Python 3.7
   2023-07-01 10:37:47 by Thomas Klausner | Files touched by this commit (105) | Package updated
Log message:
*: restrict py-numpy users to 3.9+ in preparation for update
   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
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
   2023-03-29 11:34:15 by Thomas Klausner | Files touched by this commit (96)
Log message:
*: use PYTHON_VERSION instead of _PYTHON_VERSION
   2022-08-29 18:20:19 by Dr. Thomas Orgis | Files touched by this commit (3) | Package updated
Log message:
devel/py-asdf: import 2.11.0 from wip

2.11.0 (2022-03-15)
-------------------

- Update minimum jsonschema version to 4.0.1. [#1105]

2.10.1 (2022-03-02)
-------------------

- Bugfix for circular build dependency for asdf. [#1094]
- Fix small bug with handling multiple schema uris per tag. [#1095]

2.10.0 (2022-02-17)
-------------------

- Replace asdf-standard submodule with pypi package. [#1079]

2.9.2 (2022-02-07)
------------------

- Fix deprecation warnings stemming from the release of pytest 7.0.0. [#1075]

- Fix bug in pytest plugin when schemas are not in a directory named \ 
"schemas". [#1076]

2.9.1 (2022-02-03)
------------------

- Fix typo in testing module ``__init__.py`` name. [#1071]

2.9.0 (2022-02-02)
------------------

- Added the capability for tag classes to provide an interface
  to asdf info functionality to obtain information about the
  class attributes rather than appear as an opaque class object.
  [#1052 #1055]

- Fix tag listing when extension is not fully implemented. [#1034]

- Drop support for Python 3.6. [#1054]

- Adjustments to compression plugin tests and documentation. [#1053]

- Update setup.py to raise error if "git submodule update --init" has
  not been run. [#1057]

- Add ability for tags to correspond to multiple schema_uri, with an
  implied allOf among the schema_uris. [#1058, #1069]

- Add the URL of the file being parsed to ``SerializationContext``. [#1065]

- Add ``asdf.testing.helpers`` module with simplified versions of test
  helpers previously available in ``asdf.tests.helpers``. [#1067]
   2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289)
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag

This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.

Set this flag for packages that need it and bump PKGREVISION.
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

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

Next | Query returned 27 messages, browsing 11 to 20 | Previous