Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] qtile: update to 0.22.0.
@ 2022-09-22 15:50 kaistian
  2022-09-23  3:26 ` [PR REVIEW] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: kaistian @ 2022-09-22 15:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 556 bytes --]

There is a new pull request by kaistian against master on the void-packages repository

https://github.com/kaistian/void-packages qtile
https://github.com/void-linux/void-packages/pull/39418

qtile: update to 0.22.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-libc

A patch file from https://github.com/void-linux/void-packages/pull/39418.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-qtile-39418.patch --]
[-- Type: text/x-diff, Size: 2060 bytes --]

From 46359a2818bbbf8b3b839e89083b8f380e97373b Mon Sep 17 00:00:00 2001
From: Kai Stian Olstad <kai.stian.olstad@gmail.com>
Date: Thu, 22 Sep 2022 17:42:37 +0200
Subject: [PATCH] qtile: update to 0.22.0.

---
 srcpkgs/qtile/INSTALL.msg | 9 +++++++++
 srcpkgs/qtile/template    | 6 +++---
 2 files changed, 12 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/qtile/INSTALL.msg

diff --git a/srcpkgs/qtile/INSTALL.msg b/srcpkgs/qtile/INSTALL.msg
new file mode 100644
index 000000000000..95c75c2e6561
--- /dev/null
+++ b/srcpkgs/qtile/INSTALL.msg
@@ -0,0 +1,9 @@
+!!! Config breakage !!!
+    - lazy.qtile.display_kb() no longer receives any arguments. If you passed
+      it any arguments (which were ignored previously), remove them.
+    - If you have a custom startup Python script that you use instead of
+      "qtile start" and run init_log manually, the signature has changed.
+      Please check the source for the updated arguments.
+    - "KeyChord"'s signature has changed. "mode" is now a boolean to indicate
+       whether the mode should persist. The "name" parameter should be used
+       to name the chord (e.g. for the ``Chord`` widget).
diff --git a/srcpkgs/qtile/template b/srcpkgs/qtile/template
index cb576079af57..3eeb34515664 100644
--- a/srcpkgs/qtile/template
+++ b/srcpkgs/qtile/template
@@ -1,7 +1,7 @@
 # Template file for 'qtile'
 pkgname=qtile
-version=0.21.0
-revision=2
+version=0.22.0
+revision=1
 build_style=python3-pep517
 hostmakedepends="python3-setuptools_scm python3-cairocffi python3-xcffib python3-wheel pkg-config"
 makedepends="python3-devel libffi-devel pulseaudio-devel"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="http://www.qtile.org/"
 changelog="https://raw.githubusercontent.com/qtile/qtile/v${version}/CHANGELOG"
 distfiles="${PYPI_SITE}/q/qtile/qtile-${version}.tar.gz"
-checksum=93e1f8216c669b5570333607d5d06de7d7f16033b0e73cf34c896459f2df5254
+checksum=ecec16cf41b6bbbc1847d0cd3f7dba68eb16fa175fbe856a229817297f605f6e
 
 post_install() {
 	vinstall resources/qtile.desktop 644 usr/share/xsessions

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR REVIEW] qtile: update to 0.22.0.
  2022-09-22 15:50 [PR PATCH] qtile: update to 0.22.0 kaistian
@ 2022-09-23  3:26 ` classabbyamp
  2022-09-23  6:14 ` [PR PATCH] [Updated] " kaistian
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-09-23  3:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 246 bytes --]

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39418#discussion_r978239906

Comment:
```suggestion
changelog="https://raw.githubusercontent.com/qtile/qtile/master/CHANGELOG"
```

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] qtile: update to 0.22.0.
  2022-09-22 15:50 [PR PATCH] qtile: update to 0.22.0 kaistian
  2022-09-23  3:26 ` [PR REVIEW] " classabbyamp
@ 2022-09-23  6:14 ` kaistian
  2022-09-23  6:15 ` [PR REVIEW] " kaistian
  2022-09-24  5:40 ` [PR PATCH] [Merged]: " sgn
  3 siblings, 0 replies; 5+ messages in thread
From: kaistian @ 2022-09-23  6:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 561 bytes --]

There is an updated pull request by kaistian against master on the void-packages repository

https://github.com/kaistian/void-packages qtile
https://github.com/void-linux/void-packages/pull/39418

qtile: update to 0.22.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-libc

A patch file from https://github.com/void-linux/void-packages/pull/39418.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-qtile-39418.patch --]
[-- Type: text/x-diff, Size: 2269 bytes --]

From ace69ee298192861db1f54a67d054b237c74a09b Mon Sep 17 00:00:00 2001
From: Kai Stian Olstad <kai.stian.olstad@gmail.com>
Date: Fri, 23 Sep 2022 08:12:11 +0200
Subject: [PATCH] qtile: update to 0.22.0.

---
 srcpkgs/qtile/INSTALL.msg | 9 +++++++++
 srcpkgs/qtile/template    | 8 ++++----
 2 files changed, 13 insertions(+), 4 deletions(-)
 create mode 100644 srcpkgs/qtile/INSTALL.msg

diff --git a/srcpkgs/qtile/INSTALL.msg b/srcpkgs/qtile/INSTALL.msg
new file mode 100644
index 000000000000..95c75c2e6561
--- /dev/null
+++ b/srcpkgs/qtile/INSTALL.msg
@@ -0,0 +1,9 @@
+!!! Config breakage !!!
+    - lazy.qtile.display_kb() no longer receives any arguments. If you passed
+      it any arguments (which were ignored previously), remove them.
+    - If you have a custom startup Python script that you use instead of
+      "qtile start" and run init_log manually, the signature has changed.
+      Please check the source for the updated arguments.
+    - "KeyChord"'s signature has changed. "mode" is now a boolean to indicate
+       whether the mode should persist. The "name" parameter should be used
+       to name the chord (e.g. for the ``Chord`` widget).
diff --git a/srcpkgs/qtile/template b/srcpkgs/qtile/template
index cb576079af57..8595044b3877 100644
--- a/srcpkgs/qtile/template
+++ b/srcpkgs/qtile/template
@@ -1,7 +1,7 @@
 # Template file for 'qtile'
 pkgname=qtile
-version=0.21.0
-revision=2
+version=0.22.0
+revision=1
 build_style=python3-pep517
 hostmakedepends="python3-setuptools_scm python3-cairocffi python3-xcffib python3-wheel pkg-config"
 makedepends="python3-devel libffi-devel pulseaudio-devel"
@@ -10,9 +10,9 @@ short_desc="Full-featured tiling window manager written and configured in Python
 maintainer="Kai Stian Olstad <void@olstad.com>"
 license="MIT"
 homepage="http://www.qtile.org/"
-changelog="https://raw.githubusercontent.com/qtile/qtile/v${version}/CHANGELOG"
+changelog="https://raw.githubusercontent.com/qtile/qtile/master/CHANGELOG"
 distfiles="${PYPI_SITE}/q/qtile/qtile-${version}.tar.gz"
-checksum=93e1f8216c669b5570333607d5d06de7d7f16033b0e73cf34c896459f2df5254
+checksum=ecec16cf41b6bbbc1847d0cd3f7dba68eb16fa175fbe856a229817297f605f6e
 
 post_install() {
 	vinstall resources/qtile.desktop 644 usr/share/xsessions

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR REVIEW] qtile: update to 0.22.0.
  2022-09-22 15:50 [PR PATCH] qtile: update to 0.22.0 kaistian
  2022-09-23  3:26 ` [PR REVIEW] " classabbyamp
  2022-09-23  6:14 ` [PR PATCH] [Updated] " kaistian
@ 2022-09-23  6:15 ` kaistian
  2022-09-24  5:40 ` [PR PATCH] [Merged]: " sgn
  3 siblings, 0 replies; 5+ messages in thread
From: kaistian @ 2022-09-23  6:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 164 bytes --]

New review comment by kaistian on void-packages repository

https://github.com/void-linux/void-packages/pull/39418#discussion_r978294924

Comment:
Added the change

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Merged]: qtile: update to 0.22.0.
  2022-09-22 15:50 [PR PATCH] qtile: update to 0.22.0 kaistian
                   ` (2 preceding siblings ...)
  2022-09-23  6:15 ` [PR REVIEW] " kaistian
@ 2022-09-24  5:40 ` sgn
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2022-09-24  5:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 405 bytes --]

There's a merged pull request on the void-packages repository

qtile: update to 0.22.0.
https://github.com/void-linux/void-packages/pull/39418

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-libc

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-09-24  5:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-22 15:50 [PR PATCH] qtile: update to 0.22.0 kaistian
2022-09-23  3:26 ` [PR REVIEW] " classabbyamp
2022-09-23  6:14 ` [PR PATCH] [Updated] " kaistian
2022-09-23  6:15 ` [PR REVIEW] " kaistian
2022-09-24  5:40 ` [PR PATCH] [Merged]: " sgn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).