Commit Graph
12 Commits
Author SHA1 Message Date
p40000043244@byd.com 316f307034 ci: 3.8/3.9 仅提供纯 Python wheel, CI 矩阵回退 3.10-3.14
Windows runner 未安装 Python 3.8/3.9 (run 258 失败于 Python 3.8 is required)。
requires-python 维持 >=3.8: 3.8/3.9 用户安装 py3-none-any wheel, 功能一致;
pyd wheel 覆盖 runner 预装的 3.10-3.14。
2026-08-03 16:10:06 +08:00
p40000043244@byd.com d34861be93 feat: 支持 Python 3.8+ (0.3.0)
publish-dlp-io / publish (push) Failing after 2s
- requires-python >=3.8, classifiers 增加 3.8/3.9
- 代码经 ast feature_version=(3,8) 校验, 无 3.9+ 专属语法; str|None 等注解由 future annotations 延迟求值
- CI 测试/构建/smoke 矩阵扩展为 3.8-3.14, 裸资产数 6→8
- 注意: Windows runner 需预装 Python 3.8 与 3.9 (py launcher)
dlp-io-v0.3.0
2026-08-03 15:30:33 +08:00
p40000043244@byd.com 457e4eed3f docs: DLP 环境特征调研记录与判定/写入逻辑说明
- docs/DLP_ENVIRONMENT_NOTES.md: 白名单矩阵/密文样本/属性不可区分等实测结论与探索过程
- README: DLP 程序化特征与 is_encrypted/写入通道实现逻辑摘要
2026-07-31 18:32:14 +08:00
p40000043244@byd.com 7b62c23e1e feat: is_encrypted 加密状态判断与未加密写入通道 (0.2.0)
publish-dlp-io / publish (push) Successful in 1m16s
- is_encrypted(): certutil 原始哈希 + helper 视图对比, Python/pyd/EXE 三环境均可判定
- w/a/x 写入按后缀探测通道, 直写会被加密时自动切换 PowerShell stdin 中转, 保证落盘未加密
- 新增 WriteChannel/DlpWriteError 与 DLP_IO_WRITE_CHANNEL 强制通道开关
- tests: DLP 加解密样本 fixture 与 19 个结构化断言用例
dlp-io-v0.2.0
2026-07-31 18:24:22 +08:00
p40000043244@byd.com a458270fa7 chore: git_push_dlp 改 robocopy 增量镜像(固定 stage 复用,只复制变动文件) 2026-07-31 18:13:44 +08:00
p40000043244@byd.com e0f1db75c2 docs: 收编 git-push-dlp skill(DLP 保护区内 git push 流程) 2026-07-31 17:59:19 +08:00
antior 65b277fc72 Add PyPI registry install instructions to README 2026-07-31 17:29:40 +08:00
antior 0895501234 Skip existing release assets instead of replacing them 2026-07-31 17:14:40 +08:00
antior 7575a2f807 Use CI_PACKAGE_TOKEN for PyPI registry uploads 2026-07-31 17:04:01 +08:00
antior 8c108bfd64 Publish distributions to Gitea PyPI registry alongside the release
publish-dlp-io / publish (push) Failing after 1m6s
dlp-io-v0.1.1
2026-07-31 16:57:08 +08:00
antior fe1a6ed749 Consolidate to single dlp_io module and publish release artifacts via Gitea Actions
publish-dlp-io / publish (push) Successful in 1m27s
dlp-io-v0.1.0
2026-07-31 16:42:59 +08:00
antior 3b0c81fd9d Initial commit: split dlp-io library out of DataPacker 2026-07-31 14:58:37 +08:00