[PR #65] [MERGED] Protoc fix #113

Closed
opened 2026-03-02 04:00:06 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: protoc-fix


📝 Commits (6)

  • a2ad5ac Added protoletariat as optional dependency
  • de9f965 Added proto python modified files
  • f61ccd6 Changed optional dependency name
  • 64038ef Updated README.md with branch changes
  • 7b57315 Improved commands readability
  • 6e73d1f Removed 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.

## 📋 Pull Request Information **Original PR:** https://github.com/ElDavoo/wa-crypt-tools/pull/65 **Author:** [@Mikel12455](https://github.com/Mikel12455) **Created:** 5/5/2023 **Status:** ✅ Merged **Merged:** 5/23/2023 **Merged by:** [@ElDavoo](https://github.com/ElDavoo) **Base:** `main` ← **Head:** `protoc-fix` --- ### 📝 Commits (6) - [`a2ad5ac`](https://github.com/ElDavoo/wa-crypt-tools/commit/a2ad5ac0e00fd16b0f47cc31204e6c193181a842) Added protoletariat as optional dependency - [`de9f965`](https://github.com/ElDavoo/wa-crypt-tools/commit/de9f965696f7e46ebb3d70c89bc7751704089a4e) Added proto python modified files - [`f61ccd6`](https://github.com/ElDavoo/wa-crypt-tools/commit/f61ccd66b4cb3bc4e0294db32e1e9be267505c8d) Changed optional dependency name - [`64038ef`](https://github.com/ElDavoo/wa-crypt-tools/commit/64038efe7d1132885a5a833b4377da86c92eb2c5) Updated README.md with branch changes - [`7b57315`](https://github.com/ElDavoo/wa-crypt-tools/commit/7b57315f50b4477d84290606dfb51568b781a657) Improved commands readability - [`6e73d1f`](https://github.com/ElDavoo/wa-crypt-tools/commit/6e73d1f56b49209b75883bba0b56796ce3533a96) Removed manual protobuf fix from README.md ### 📊 Changes **8 files changed** (+56 additions, -116 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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](https://github.com/cpcloud/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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 04:00:06 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/wa-crypt-tools#113
No description provided.