Skip to content

Releases: jenisys/parse_type

v0.6.4

03 Oct 11:50
Compare
Choose a tag to compare

DEVELOPMENT:

  • Use setuptools-scm to simplify config-management tasks.
  • CI: Add support for Python 3.13.0-rc.3 (until Python 3.13.0 is released).
  • CI: Use astral-sh/setup-uv action.

BASELINE_2024-08-31

31 Aug 07:41
Compare
Choose a tag to compare
  • Test balloon for CI workflow

v0.6.3

26 Aug 21:13
Compare
Choose a tag to compare

UPDATE TO: parse v1.20.2

  • UPDATE: parse_type/parse.py
  • Copy structured test suite to "tests/parse_tests/"
  • Copy structured test suite to "tests/parse_tests_with_parse_type"
  • REMOVE: tests/test_parse.py

OTHERWISE:

  • README: Fix compact display of BADGES (was using multi-line)

DEVELOPMENT:

  • CI: Add support for Python 3.12

v0.6.2

04 Jul 04:50
Compare
Choose a tag to compare

FIXES #21: Avoid weird problems w/ tests/test_parse.py

  • test_parse.py tests only the parse module
  • ENSURE: The internally embedded parse module (parse_type.parse) is used for the tests per default.
  • HINT: parse v1.19.1 broke some behaviour compared to parse v1.19.0 and before (SEE: #19).

v0.6.1

02 Jul 07:36
Compare
Choose a tag to compare
  • 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:

  • Issue #19: 0.6.0: pytest is failing in two units (caused by: parse v1.19.1)
  • Issue #1: Licensing confusion

DEVELOPMENT:

  • VCS: Renamed default branch of Git repository to "main" (was: "master").
  • CI: Use github-actions as CI pipeline.

v0.6.0

18 Jan 22:02
Compare
Choose a tag to compare

FIXED:

  • Issue #17 Remove use of "use_2to3" in "setup.py" file