Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
ci: Do not check for newer PySide6 updates
Browse files Browse the repository at this point in the history
Now that PySide6 6.7.0 is available in Fedora Rawhide, and soon in the
rest of the stable Fedora repos, we should not build subsequent versions
of this package, nor check for updates.

Refs #5
  • Loading branch information
apyrgio committed Apr 16, 2024
1 parent 5c0e1d0 commit 37125b8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 62 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,3 @@ jobs:
path: ".rpmbuild/SRPMS/${{ env.srpm_name }}"
if-no-files-found: error
compression-level: 0

check-updates:
name: "Ensure our package does not lag behind the PyPI one"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt-get install -y python3-requests
- name: Check if there is a PySide6 update
run: ./check_updates.py
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ GUI application that uses Qt. We recommend you take a look at the
we encountered while packaging PySide6, in order to understand the design
choices in this repo.

> [!IMPORTANT]
> As of 2024-04-15, this repo will no longer build a PySide6 RPM greater than
> 6.6.3.1. The reason is that PySide6 6.6.7 [is now available](https://packages.fedoraproject.org/pkgs/python-pyside6/python3-pyside6/fedora-rawhide.html)
> in Fedora Rawhide, and will [soon be available](https://bugzilla.redhat.com/show_bug.cgi?id=2271325#c4)
> in the rest of the Fedora releases.
## Build

You can build source and binary RPM packages with the following commands:
Expand Down
52 changes: 0 additions & 52 deletions check_updates.py

This file was deleted.

0 comments on commit 37125b8

Please sign in to comment.