Path to this page:
Subject: CVS commit: pkgsrc/textproc/py-parse_type
From: Adam Ciarcinski
Date: 2023-07-07 15:47:11
Message id: 20230707134711.39206FBDB@cvs.NetBSD.org
Log Message:
py-parse_type: updated to 0.6.2
Version: 0.6.2 (2023-07-04)
FIXES:
* tests/test_parse.py tests ``parse_type.parse`` (per default).
REASON: Using for older installed ``parse`` module may cause weird problems.
RELATED TO: ``parse v1.19.1`` (behavior changed compared to ``v1.19.0``)
Version: 0.6.1 (2023-07-02)
* Switch to MIT license (same as: `parse`_ module)
* Use SPDX-License-Identifier in source code (to simplify understanding)
* UPDATE/SYNC to `parse`_ v1.19.1
* ADDED: ``pyproject.toml`` to support newer ``pip`` versions
REASON: ``setup.py`` becomes DEPRECATED in 2023-09 for newer ``pip`` versions.
FIXED:
* pytest is failing in two units (submitted by: kloczek; caused by: `parse`_ v1.19.1)
* Licensing confusion
DEVELOPMENT:
* VCS: Renamed default branch of Git repository to "main" (was: \
"master").
* CI: Use github-actions as CI pipeline.
Files: