Releases: VCTLabs/tftpy
RPM Release v0.8.6.1
0.8.6.1 (12 Jul 2025)
New
- Add baseline test and release workflows. [Stephen L Arnold]
Changes
-
Add pytest/coverage configs to pyproject.toml, plus a tox file. [Stephen L Arnold]
- re-enable setuptools_scm in build-requires, set version in setup.cfg
- fix rpm builds and remove toml warnings with setup.cfg, fix .pylintrc
- make sure setuptools_scm dep is old enough for el9 packages
Other
-
Fix test discovery for expected test and coverage tools. [Stephen L Arnold]
- help pytest find the tests without mutating the python path
- add a skiptest for miscstdin on macos
-
Adding missing flock boolean propagation into upload context by client. Closes msoulier#150. [Michael P. Soulier]
-
Experimenting with broken CSS paths. [Michael P. Soulier]
-
Site update. [Michael P. Soulier]
-
Fixing a typo. [Michael P. Soulier]
-
Updated SF site to point to Github. [Michael P. Soulier]
-
Playing with sphinx styles. [Michael P. Soulier]
-
Fixed .gitignore. [Michael P. Soulier]
-
Site rebuild. [Michael P. Soulier]
-
Fixing directory names. [Michael P. Soulier]
-
Set up pelican for github site. [Michael P. Soulier]
-
Removing submodule. [Michael P. Soulier]
-
Removing unneeded workflows. [Michael P. Soulier]
-
Create static.yml. [Michael P. Soulier]
-
Removing workflow config for now. [Michael P. Soulier]
-
Moving doc to docs. [Michael P. Soulier]
-
Reverting index.html to root as github refuses to recognize my web subdirectory. [Michael P. Soulier]
-
Organizing the website. [Michael P. Soulier]
-
Create index.html. [Michael P. Soulier]
-
Running a basic download on windows. [Michael P. Soulier]
-
Making use of importlib more tolerant. [Michael P. Soulier]
-
Initial wrapper for flock, need to test on windows. [Michael P. Soulier]
Release v0.8.2.1
v0.8.2.1 (28 Aug 2023)
Other
-
Remove windows from CI test matrix, too many forks. [Stephen L Arnold]
- should not use fork or /tmp for testing, and tests might actually work
on windows
- should not use fork or /tmp for testing, and tests might actually work
-
Fix more package imports in init and lower pylint threshold. [Stephen L Arnold]
-
More workflow cleanup, fix yaml and bogus path. [Stephen L Arnold]
-
Fix test discovery, cleanup docs and tests, fix deprecated imports. [Stephen L Arnold]
- add a release workflow, rename test file