Releases: VCTLabs/pygtail
Releases · VCTLabs/pygtail
Release list
Release v0.14.0.3
0.14.0.3 (2025-08-19)
Fixes
- Remove deprecated version attribute from package metadata. [Stephen L Arnold]
Release v0.14.0.2
0.14.0.2 (2025-07-18)
Changes
- Move metadata to setup.cfg, get version from metadata. [Stephen L Arnold]
Release v0.14.0.1
0.14.0.1 (2025-06-03)
New
- Add github workflows and simple conda recipe. [Stephen L Arnold]
Changes
-
(re)disable conda workflow on pull, use SPDX license string. [Stephen L Arnold]
- conda build on windows takes slightly less than forever
- add coverage ignore for test dir inside pkg, apparently
toml coverage config is not quite working
-
Remove auto-approve workflow, remove requirement from rules. [Stephen L Arnold]
-
Use only license text table in toml config, at least for now. [Stephen L Arnold]
-
Add missing lint cmd, skip most log handling tests on windows. [Stephen L Arnold]
-
Update packaging, migrate README to rst, update tox file. [Stephen L Arnold]
- note the legacy license format will need to be updated before
the warning deprecation drop date
- note the legacy license format will need to be updated before
Fixes
-
Revert to older toml license format, cleanup conda build. [Stephen L Arnold]
- remove pytest import and use unittest.skipIf instead
-
Update conda recipe, enable on pull_request for testing. [Stephen L Arnold]
Other
- Update pypi instructions. [Brad Greenlee]