[PR #469] [MERGED] Notify users of new PyInstaller version #478

Closed
opened 2026-02-26 12:21:47 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/brentvollebregt/auto-py-to-exe/pull/469
Author: @mcagriaksoy
Created: 3/17/2024
Status: Merged
Merged: 3/22/2024
Merged by: @brentvollebregt

Base: masterHead: pyinstaller_version_check_br


📝 Commits (9)

  • c0b88b6 Pyinstaller version check is added
  • 74c044e Undesired version prefix is removed from pyinstaller version
  • 5691649 Update auto_py_to_exe/utils.py
  • 78411f2 Update auto_py_to_exe/utils.py
  • 70e9b62 Update auto_py_to_exe/utils.py
  • 386edff Update auto_py_to_exe/utils.py
  • 7dc2abb Update auto_py_to_exe/utils.py
  • de78c59 Fix naming
  • 9b32aac Ruff fix

📊 Changes

2 files changed (+29 additions, -0 deletions)

View changed files

📝 auto_py_to_exe/utils.py (+28 -0)
📝 requirements.txt (+1 -0)

📄 Description

This PR is created for the Issue https://github.com/brentvollebregt/auto-py-to-exe/issues/467

I have added version check on utils.py and display warning on the UI!
Also, I updated to requirements.txt

SS:
image

Tested on: Ubuntu 22.04.3 LTS, Windows 11


🔄 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/brentvollebregt/auto-py-to-exe/pull/469 **Author:** [@mcagriaksoy](https://github.com/mcagriaksoy) **Created:** 3/17/2024 **Status:** ✅ Merged **Merged:** 3/22/2024 **Merged by:** [@brentvollebregt](https://github.com/brentvollebregt) **Base:** `master` ← **Head:** `pyinstaller_version_check_br` --- ### 📝 Commits (9) - [`c0b88b6`](https://github.com/brentvollebregt/auto-py-to-exe/commit/c0b88b6b1c49dc3d42c138f1ed54325f46c3236c) Pyinstaller version check is added - [`74c044e`](https://github.com/brentvollebregt/auto-py-to-exe/commit/74c044e9689b024e5dfceb82622a2353e753daba) Undesired version prefix is removed from pyinstaller version - [`5691649`](https://github.com/brentvollebregt/auto-py-to-exe/commit/56916492e9d3820416bd71eac5a913797dc34bdc) Update auto_py_to_exe/utils.py - [`78411f2`](https://github.com/brentvollebregt/auto-py-to-exe/commit/78411f2f7b1cfc32ad640731ad0d3d5455311160) Update auto_py_to_exe/utils.py - [`70e9b62`](https://github.com/brentvollebregt/auto-py-to-exe/commit/70e9b6218cf4bcd6fbe4f19332c42166edde6c27) Update auto_py_to_exe/utils.py - [`386edff`](https://github.com/brentvollebregt/auto-py-to-exe/commit/386edfff75f57a8de9a3870b1a369a864f20ac52) Update auto_py_to_exe/utils.py - [`7dc2abb`](https://github.com/brentvollebregt/auto-py-to-exe/commit/7dc2abbef2ff6ab2232081d15623edeb6d216dbb) Update auto_py_to_exe/utils.py - [`de78c59`](https://github.com/brentvollebregt/auto-py-to-exe/commit/de78c596a9db06d01130e87f82e0a762888e6225) Fix naming - [`9b32aac`](https://github.com/brentvollebregt/auto-py-to-exe/commit/9b32aacf9049095982696c07a71ce4bf5ba96727) Ruff fix ### 📊 Changes **2 files changed** (+29 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `auto_py_to_exe/utils.py` (+28 -0) 📝 `requirements.txt` (+1 -0) </details> ### 📄 Description This PR is created for the Issue https://github.com/brentvollebregt/auto-py-to-exe/issues/467 I have added version check on utils.py and display warning on the UI! Also, I updated to requirements.txt SS: ![image](https://github.com/brentvollebregt/auto-py-to-exe/assets/20202577/9d925748-0438-4a25-95b6-193a0619fc32) Tested on: Ubuntu 22.04.3 LTS, Windows 11 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 12:21:47 +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/auto-py-to-exe#478
No description provided.