./devel/py-fire, Python DFU tool for updating Nitrokeys firmware

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.7.0, Package name: py312-fire-0.7.0, Maintainer: nikita

Python Fire is a library for automatically generating command line
interfaces (CLIs) with a single line of code.

It will turn any Python module, class, object, function, etc.
(any Python component will work!) into a CLI. It's called Fire
because when you call Fire(), it fires off your command.


Master sites:

Filesize: 85.146 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-10-14 18:53:17 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
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
   2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325)
Log message:
*: clean-up after python38 removal
   2024-04-29 12:45:24 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-fire: updated to 0.6.0

Python Fire v0.6.0

Use literal dict to satisfy linter
freeze CI requirements
Fix path to requirements.txt
Fix deprecation warning: LICENSE is autodetected
adding python 3.10 [tag & CI]
docs: fix brand name Github -> GitHub
Fix typos in console and tests
Split too long line, fixing lint
Add missing argument description
Fix missing $ sign in bash completion
remove asyncio.coroutine
Update build.yml dropping Python 2.7
Update formatting_windows.py
Add Python 3.11 and Python 3.12 to build workflow
   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-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-05-18 14:59:08 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-fire: add missing TOOL dependency

Clean some pkglint and add some test dependencies, though tests
don't run with python 3.11 due to asyncio changes in that version