mirror of
https://github.com/ElDavoo/wa-crypt-tools.git
synced 2026-04-26 14:15:55 +03:00
[PR #65] [MERGED] Protoc fix #113
Labels
No labels
bug
documentation
enhancement
enhancement
good first issue
help wanted
info needed
invalid
low priority
pull-request
skill issue
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/wa-crypt-tools#113
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ElDavoo/wa-crypt-tools/pull/65
Author: @Mikel12455
Created: 5/5/2023
Status: ✅ Merged
Merged: 5/23/2023
Merged by: @ElDavoo
Base:
main← Head:protoc-fix📝 Commits (6)
a2ad5acAdded protoletariat as optional dependencyde9f965Added proto python modified filesf61ccd6Changed optional dependency name64038efUpdated README.md with branch changes7b57315Improved commands readability6e73d1fRemoved manual protobuf fix from README.md📊 Changes
8 files changed (+56 additions, -116 deletions)
View changed files
📝
README.md(+21 -14)📝
pyproject.toml(+6 -1)📝
src/wa_crypt_tools/proto/C14_cipher_pb2.py(+5 -17)📝
src/wa_crypt_tools/proto/C14_cipher_version_pb2.py(+4 -16)📝
src/wa_crypt_tools/proto/C15_IV_pb2.py(+4 -16)📝
src/wa_crypt_tools/proto/key_type_pb2.py(+4 -16)📝
src/wa_crypt_tools/proto/prefix_pb2.py(+8 -20)📝
src/wa_crypt_tools/proto/version_features_pb2.py(+4 -16)📄 Description
This pull requests fixes the issue #63
The only changes are in the generated Python proto classes and in the pyproject.toml file.
I added a new optional dependency called protoletariat that can automatically fix the imports. The package still works with the modified python file, although again I couldn't run any extensive test other than trying to decrypt a local crypt15 backup I had.
I also added some instruction on how to use the new tool in the README.md file.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.