[PR #1279] [MERGED] Updates #1148

Closed
opened 2026-02-25 21:30:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/benbusby/whoogle-search/pull/1279
Author: @Don-Swanson
Created: 11/26/2025
Status: Merged
Merged: 11/26/2025
Merged by: @Don-Swanson

Base: mainHead: updates


📝 Commits (10+)

  • cffef7a Update dependencies and configuration for version 1.2.0
  • 3698d90 - Added condition to the 'on-success' job to execute only if the preceding workflow run concludes successfully.
  • 7b56aa0 Update notice
  • 0f000a6 Update GitHub Actions workflows to use latest actions and improve build conditions
  • 71a2c10 Remove tag push from GitHub Actions workflow and disable related build step in favor of using GitHub releases for versioning.
  • 2075322 Refine GitHub Actions workflow condition to remove tag check for test success
  • 20ed493 Dropping Support for armv7l due to security bugs in cryptography
  • ccdeb60 Update Dockerfile to use Python 3.12-alpine3.22 and remove unnecessary bridge package
  • db6d031 Enhance GitHub Actions workflow for tag handling and debugging
  • a2ec4e9 Merge branch 'main' into updates

📊 Changes

14 files changed (+57 additions, -39 deletions)

View changed files

📝 .github/workflows/buildx.yml (+7 -0)
📝 .github/workflows/docker_main.yml (+1 -1)
📝 Dockerfile (+18 -5)
📝 README.md (+12 -2)
📝 app/models/config.py (+0 -1)
📝 app/routes.py (+2 -4)
📝 app/templates/display.html (+5 -3)
📝 app/templates/error.html (+0 -2)
📝 app/templates/index.html (+0 -6)
📝 app/version.py (+2 -2)
📝 pyproject.toml (+2 -2)
📝 requirements.txt (+5 -7)
📝 test/conftest.py (+0 -1)
📝 test/test_routes.py (+3 -3)

📄 Description

Rebased/Updated numerous requirements/dependencies.


🔄 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/benbusby/whoogle-search/pull/1279 **Author:** [@Don-Swanson](https://github.com/Don-Swanson) **Created:** 11/26/2025 **Status:** ✅ Merged **Merged:** 11/26/2025 **Merged by:** [@Don-Swanson](https://github.com/Don-Swanson) **Base:** `main` ← **Head:** `updates` --- ### 📝 Commits (10+) - [`cffef7a`](https://github.com/benbusby/whoogle-search/commit/cffef7aa150f9f7f247051564620937d528a2702) Update dependencies and configuration for version 1.2.0 - [`3698d90`](https://github.com/benbusby/whoogle-search/commit/3698d9065ed20063048ad4ef5326a7d14c4f8d2c) - Added condition to the 'on-success' job to execute only if the preceding workflow run concludes successfully. - [`7b56aa0`](https://github.com/benbusby/whoogle-search/commit/7b56aa053b6726eb5c3630ebc22ae4dc87c31cd8) Update notice - [`0f000a6`](https://github.com/benbusby/whoogle-search/commit/0f000a676b23c655685a9ac26cf2d77ed37cdd20) Update GitHub Actions workflows to use latest actions and improve build conditions - [`71a2c10`](https://github.com/benbusby/whoogle-search/commit/71a2c10e58104711da7264ceb523ef7248c9bca2) Remove tag push from GitHub Actions workflow and disable related build step in favor of using GitHub releases for versioning. - [`2075322`](https://github.com/benbusby/whoogle-search/commit/20753224f362029c29611f765dcb6de6fa859e95) Refine GitHub Actions workflow condition to remove tag check for test success - [`20ed493`](https://github.com/benbusby/whoogle-search/commit/20ed4936717ecdbb4b063a7f269dde9c792e7cdb) Dropping Support for armv7l due to security bugs in cryptography - [`ccdeb60`](https://github.com/benbusby/whoogle-search/commit/ccdeb60fc0f0edfd3b1e20d5feafd64790017839) Update Dockerfile to use Python 3.12-alpine3.22 and remove unnecessary bridge package - [`db6d031`](https://github.com/benbusby/whoogle-search/commit/db6d031e862f53b017920f4c96b0178e67de9d8a) Enhance GitHub Actions workflow for tag handling and debugging - [`a2ec4e9`](https://github.com/benbusby/whoogle-search/commit/a2ec4e9f22db79eae0166b19b116b2bfe1488be0) Merge branch 'main' into updates ### 📊 Changes **14 files changed** (+57 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/buildx.yml` (+7 -0) 📝 `.github/workflows/docker_main.yml` (+1 -1) 📝 `Dockerfile` (+18 -5) 📝 `README.md` (+12 -2) 📝 `app/models/config.py` (+0 -1) 📝 `app/routes.py` (+2 -4) 📝 `app/templates/display.html` (+5 -3) 📝 `app/templates/error.html` (+0 -2) 📝 `app/templates/index.html` (+0 -6) 📝 `app/version.py` (+2 -2) 📝 `pyproject.toml` (+2 -2) 📝 `requirements.txt` (+5 -7) 📝 `test/conftest.py` (+0 -1) 📝 `test/test_routes.py` (+3 -3) </details> ### 📄 Description Rebased/Updated numerous requirements/dependencies. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 21:30:20 +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/whoogle-search#1148
No description provided.