Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to 0.27.1 #7

Merged
merged 6 commits into from
Nov 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
include:
- file: /r4.1/gitlab-base.yml
- file: /r4.3/gitlab-base.yml
project: QubesOS/qubes-continuous-integration
- file: /r4.1/gitlab-dom0.yml
- file: /r4.3/gitlab-host.yml
project: QubesOS/qubes-continuous-integration
- file: /r4.1/gitlab-vm.yml
project: QubesOS/qubes-continuous-integration
- file: /r4.2/gitlab-base.yml
project: QubesOS/qubes-continuous-integration
- file: /r4.2/gitlab-host.yml
project: QubesOS/qubes-continuous-integration
- file: /r4.2/gitlab-vm.yml
- file: /r4.3/gitlab-vm.yml
project: QubesOS/qubes-continuous-integration
7 changes: 5 additions & 2 deletions .qubesbuilder
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ vm:
deb:
build:
- debian-pkg/debian
vm-jammy:
deb:
build: []
source:
files:
- url: https://files.pythonhosted.org/packages/source/q/qasync/qasync-0.23.0.tar.gz
sha256: qasync-0.23.0.tar.gz.sha256
- url: https://files.pythonhosted.org/packages/source/q/qasync/qasync-@VERSION@.tar.gz
sha256: qasync-@VERSION@.tar.gz.sha256
10 changes: 10 additions & 0 deletions debian-pkg/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
python-qasync (0.27.1-1) unstable; urgency=medium

* CI: switch to R4.3
* Use VERSION placeholder in .qubesbuilder
* deb: Adjust packaging for poetry build
* rpm: Adjust build for poetry build
* Disable build on Ubuntu Jammy

-- Marek Marczykowski-Górecki <[email protected]> Tue, 29 Oct 2024 15:39:41 +0100

python-qasync (0.23.0-2) unstable; urgency=medium

[ Frédéric Pierret (fepitre) ]
Expand Down
2 changes: 1 addition & 1 deletion debian-pkg/debian/compat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9
13
7 changes: 6 additions & 1 deletion debian-pkg/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@ Section: python
Priority: optional
Maintainer: Marek Marczykowski-Górecki <[email protected]>
Build-Depends:
pybuild-plugin-pyproject,
python3-poetry-core,
python3-pyqt5,
python3-setuptools, python3-all, dh-python, debhelper (>= 9)
python3-setuptools,
python3-all,
dh-python,
debhelper (>= 13)
Standards-Version: 3.9.5
Homepage: https://github.com/CabbageDevelopment/qasync
Vcs-Git: https://github.com/CabbageDevelopment/qasync
Expand Down
13 changes: 7 additions & 6 deletions python-qasync.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ Source0: %{pypi_source}
BuildArch: noarch

BuildRequires: python%{python3_pkgversion}-devel
BuildRequires: python%{python3_pkgversion}-setuptools
BuildRequires: python%{python3_pkgversion}-pip
BuildRequires: python%{python3_pkgversion}-poetry-core >= 1.5.0

%description
qasync allows you to use coroutines in PyQt/PySide applications by
Expand All @@ -36,16 +37,16 @@ predecessors.
rm -rf %{pypi_name}.egg-info

%build
%py3_build
%pyproject_wheel

%install
%py3_install
%pyproject_install

%files -n python%{python3_pkgversion}-%{pypi_name}
%pyproject_save_files qasync

%files -n python%{python3_pkgversion}-%{pypi_name} -f %{pyproject_files}
%license LICENSE
%doc README.md
%{python3_sitelib}/%{pypi_name}
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info

%changelog
@CHANGELOG@
1 change: 0 additions & 1 deletion qasync-0.23.0.tar.gz.sha256

This file was deleted.

1 change: 1 addition & 0 deletions qasync-0.27.1.tar.gz.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8dc768fd1ee5de1044c7c305eccf2d39d24d87803ea71189d4024fb475f4985f
2 changes: 1 addition & 1 deletion rel
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2
1
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.23.0
0.27.1