Subject: CVS commit: pkgsrc/devel/py-fire
From: Adam Ciarcinski
Date: 2024-10-14 18:53:17
Message id: 20241014165317.B8BCCFC7E@cvs.NetBSD.org

Log Message:
py-fire: updated to 0.7.0

Python Fire v0.7.0

Notable in this release:

This release is the first to drop Python 2 support. For Python 2 users, use \ 
<= 0.6.0.
CI improvements from @Borda including dependabot and an expanded build matrix

What's Changed

adding GH dependabot
Bump the pip group with 2 updates
Update hypothesis requirement from <6.62.0 to <6.100.0 in /.github/scripts
Removed pipes dependency
Update termcolor requirement from <2.2.0 to <2.5.0 in /.github/scripts
Update mock requirement from <5.0.0 to <6.0.0 in /.github/scripts
Update pytest requirement from <=7.2.1 to <=8.1.1 in /.github/scripts
Update pytest-runner requirement from <6.0.0 to <7.0.0 in /.github/scripts
fix typo in dependabot group
Update setuptools requirement from <=69.1.1 to <=69.2.0 in /.github/scripts
Update hypothesis requirement from <6.100.0 to <6.101.0 in /.github/scripts
Update levenshtein requirement from <=0.25.0 to <=0.25.1 in /.github/scripts
Use ast.Constant for recent Python versions
Remove future imports now that we've dropped support for Python 2
remove six: Replace six.string_types and six.integer_types, etc.
Remove sys.version_info checks
Update setuptools requirement from <=69.2.0 to <=75.1.0 in /.github/scripts
Simplify requirements.txt by assuming Python 3
Update hypothesis requirement from <6.101.0 to <6.113.0 in /.github/scripts
Remove mock in favor of unittest.mock
Update pytest requirement from <=8.1.1 to <=8.3.3 in /.github/scripts
Update label used by dependabot
Update levenshtein requirement from <=0.25.1 to <=0.26.0 in /.github/scripts
Upgrade pylint version
Run github action on pull_request
Add current system MSYS check
Remove .format in favor of f-strings
Remove six from console, eliminates six entirely
Move asyncio imports and update docs
Include Python 3.13 in github actions
Continue upgrade of codebase to Python 3
update required Python 3.7 in setup.py
Lint improvements and type safety
ci: expand build matrix for major OS
Replace Python 2 type hints with real type annotations

Files:
RevisionActionfile
1.9modifypkgsrc/devel/py-fire/Makefile
1.3modifypkgsrc/devel/py-fire/distinfo