Skip to content

v3.0.0

Compare
Choose a tag to compare
@bsrdjan bsrdjan released this 11 Jul 13:49
· 75 commits to main since this release

bug-fixes

  • Installation error - pyrfc 2.8.2 and other recent versions on macos python 3.10, issue #327
  • get_function_module_description` import error fixed

build

  • Build and test automation using tox, with environments for:
    • isolated build
    • linter, formatter, import order checker
    • documentation builder
    • unit testing with test report
  • setup.py sections ported to pyproject.toml
  • Single version number, in pyproject.toml
  • Cython version restricted to stable releases
  • Unit tests added for source distribution and package content check
  • Source distribution created on Linux platform

breaking changes

  • Python 3.7 support dropped
  • macOS 10.15 support dropped, minimum supported version is 11
  • py_to_string and string_to_py functions removed from pyrfc interface