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

Commit

Permalink
Merge pull request #4 from freedomofpress/2024-02-bump
Browse files Browse the repository at this point in the history
Bump PySide6 to 6.6.2
  • Loading branch information
apyrgio authored Feb 20, 2024
2 parents 8835ec7 + bfca58a commit c68fbb0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- version: "38"
- version: "39"
env:
rpm_name: python3-pyside6-6.6.1-1.fc${{matrix.version}}.x86_64.rpm
srpm_name: python3-pyside6-6.6.1-1.fc${{matrix.version}}.src.rpm
rpm_name: python3-pyside6-6.6.2-1.fc${{matrix.version}}.x86_64.rpm
srpm_name: python3-pyside6-6.6.2-1.fc${{matrix.version}}.src.rpm
steps:
- uses: actions/checkout@v3
- name: Install build dependencies
Expand Down
2 changes: 1 addition & 1 deletion check_updates.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"shiboken6",
]
WHEEL_TYPE = "cp38-abi3-manylinux_2_28_x86_64.whl"
EXPECTED_VERSION = "6.6.1"
EXPECTED_VERSION = "6.6.2"


def get_package_info(pkg):
Expand Down
15 changes: 8 additions & 7 deletions python3-pyside6.spec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# Package Description

Name: python3-pyside6
Version: 6.6.1
Version: 6.6.2
Release: 1%{?dist}
Summary: Python bindings for Qt 6, including the Qt 6 library, backported from the official Python wheels
License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later) AND GPL-2.0-only AND GPL-3.0-only WITH Qt-GPL-exception-1.0
Expand All @@ -50,10 +50,10 @@ provides access to the complete Qt 6.0+ framework.

%prep
sha256sum -c <<EOF
0a67587c088cb80e90d4ce3023b02466ea858c93a6dc9c4e062b13314e03d464 %SOURCE0
a0982da4033319667f9df5ed6fa8eff300a88216aec103a1fff6751a172b19a0 %SOURCE1
c7185616083eab6f42eaed598d97d49fac4f60ae2e7415194140d54f58c2b42c %SOURCE2
fb102e4bc210006f0cdd0ce38e1aaaaf792bd871f02a2b3f01d07922c5cf4c59 %SOURCE3
3b6266fb29bab66526f2bbab2a6610f9f47a4df42ae6fb3713cd8329f593a561 %SOURCE0
cbdb7393de88a916ed1e9bd8407149f911717d1e06aee04119e26042679d8cce %SOURCE1
90be2cf1a404f1c62777ccc6898895c864376f1fd68ae9f82f7622522bce5814 %SOURCE2
9da86622cee5e7201bafe9c5beee3c06d9168c6b8f3e2fac52c1b7df00956bff %SOURCE3
EOF

%install
Expand Down Expand Up @@ -100,8 +100,6 @@ rm -r %{buildroot}%{python3_sitearch}/PySide6/Qt/plugins/{assetimporters,canbus,
# therefore this library cannot be loaded.
rm %{buildroot}%{python3_sitearch}/PySide6/Qt/plugins/sqldrivers/libqsqlmimer.so

rm -r %{buildroot}%{python3_sitearch}/shiboken6_generator/

# The entry_points.txt and RECORD files are tainted with references to the files
# we deleted above. Instead of editing them, we can outright remove them. These
# files are missing from Fedora's python3-pyside2 RPM after all, so most
Expand All @@ -120,5 +118,8 @@ rm %{buildroot}%{python3_sitearch}/PySide6_Essentials-%{version}.dist-info/entry
%{python3_sitearch}/shiboken6-%{version}.dist-info/

%changelog
* Tue Feb 20 2024 Alex Pyrgiotis <[email protected]> - 6.6.2
- Packaged PySide6 using the latest Python wheel from the Qt website

* Thu Dec 21 2023 Alex Pyrgiotis <[email protected]> - 6.6.1
- Backported PySide6 using the latest Python wheel from the Qt website

0 comments on commit c68fbb0

Please sign in to comment.