[PR #30] [MERGED] Prepare PyPI release: fix packaging and Windows compatibility #100

Closed
opened 2026-02-27 10:22:13 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mikeyobrien/ralph-orchestrator/pull/30
Author: @uttuJod
Created: 1/7/2026
Status: Merged
Merged: 1/7/2026
Merged by: @mikeyobrien

Base: mainHead: add-homebrew-install


📝 Commits (2)

  • bf84ee0 Prepare PyPI release: fix packaging and Windows compatibility
  • bdcf3bb Merge branch 'main' into add-homebrew-install

📊 Changes

4 files changed (+35 additions, -28 deletions)

View changed files

📝 pyproject.toml (+15 -14)
📝 src/ralph_orchestrator/adapters/qchat.py (+16 -11)
📝 tests/test_qchat_adapter.py (+1 -1)
📝 tests/test_qchat_integration.py (+3 -2)

📄 Description

This PR prepares Ralph Orchestrator for PyPI publication.

  • Aligns package version with v1.2.0 release
  • Separates runtime dependencies from dev/docs extras
  • Fixes Windows crash caused by Unix-only fcntl usage
  • Updates tests to be platform-aware
  • Verifies clean wheel build and pip installation on Windows
  • Confirms CLI entry point (ralph --help) works after install

This unblocks PyPI release and subsequent Homebrew/core support as discussed in #25.


🔄 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/mikeyobrien/ralph-orchestrator/pull/30 **Author:** [@uttuJod](https://github.com/uttuJod) **Created:** 1/7/2026 **Status:** ✅ Merged **Merged:** 1/7/2026 **Merged by:** [@mikeyobrien](https://github.com/mikeyobrien) **Base:** `main` ← **Head:** `add-homebrew-install` --- ### 📝 Commits (2) - [`bf84ee0`](https://github.com/mikeyobrien/ralph-orchestrator/commit/bf84ee0581a5d29a416e407492c653081169c3bc) Prepare PyPI release: fix packaging and Windows compatibility - [`bdcf3bb`](https://github.com/mikeyobrien/ralph-orchestrator/commit/bdcf3bb814a88b23156e37c88783e2079971d53d) Merge branch 'main' into add-homebrew-install ### 📊 Changes **4 files changed** (+35 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `pyproject.toml` (+15 -14) 📝 `src/ralph_orchestrator/adapters/qchat.py` (+16 -11) 📝 `tests/test_qchat_adapter.py` (+1 -1) 📝 `tests/test_qchat_integration.py` (+3 -2) </details> ### 📄 Description This PR prepares Ralph Orchestrator for PyPI publication. - Aligns package version with v1.2.0 release - Separates runtime dependencies from dev/docs extras - Fixes Windows crash caused by Unix-only `fcntl` usage - Updates tests to be platform-aware - Verifies clean wheel build and pip installation on Windows - Confirms CLI entry point (`ralph --help`) works after install This unblocks PyPI release and subsequent Homebrew/core support as discussed in #25. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 10:22:13 +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/ralph-orchestrator#100
No description provided.