Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] autotiling: Update to 1.9.3
@ 2024-05-23 11:31 indeededa
  2024-05-23 18:55 ` cinerea0
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: indeededa @ 2024-05-23 11:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/indeededa/void-packages autotiling-1.9.3
https://github.com/void-linux/void-packages/pull/50483

autotiling: Update to 1.9.3
#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 754baeba5e43b40de2c208a4f3f78e2cb5c541cd Mon Sep 17 00:00:00 2001
From: indeededa <164004041+indeededa@users.noreply.github.com>
Date: Thu, 23 May 2024 18:27:06 +0700
Subject: [PATCH] autotiling: Update to 1.9.3
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Why wouldn’t they maintain it
---
 srcpkgs/autotiling/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/autotiling/template b/srcpkgs/autotiling/template
index 612af0b868cae3..198d01849a18c2 100644
--- a/srcpkgs/autotiling/template
+++ b/srcpkgs/autotiling/template
@@ -1,6 +1,6 @@
 # Template file for 'autotiling'
 pkgname=autotiling
-version=1.9.1
+version=1.9.3
 revision=1
 build_style=python3-module
 hostmakedepends="python3-wheel"
@@ -10,6 +10,6 @@ maintainer="Adrian Göransson <adriangoransson@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/nwg-piotr/autotiling"
 distfiles="https://github.com/nwg-piotr/autotiling/archive/refs/tags/v${version}.tar.gz"
-checksum=e7113b35df41b9da162c8fc1974219f55085659fba69fbc7861b146a3f380813
+checksum=3270a28de977f375c80984ef50f7433cb03cfdf198b079ae9c80d1513f0e9176
 # There is no test suite for this package
 make_check=no

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

* Re: autotiling: Update to 1.9.3
  2024-05-23 11:31 [PR PATCH] autotiling: Update to 1.9.3 indeededa
@ 2024-05-23 18:55 ` cinerea0
  2024-05-23 23:29 ` [PR PATCH] [Updated] " indeededa
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: cinerea0 @ 2024-05-23 18:55 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/50483#issuecomment-2127831395

Comment:
Please remove the extraneous comment from your commit message.

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

* Re: [PR PATCH] [Updated] autotiling: Update to 1.9.3
  2024-05-23 11:31 [PR PATCH] autotiling: Update to 1.9.3 indeededa
  2024-05-23 18:55 ` cinerea0
@ 2024-05-23 23:29 ` indeededa
  2024-05-23 23:31 ` indeededa
  2024-05-23 23:31 ` [PR PATCH] [Closed]: " indeededa
  3 siblings, 0 replies; 6+ messages in thread
From: indeededa @ 2024-05-23 23:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/indeededa/void-packages autotiling-1.9.3
https://github.com/void-linux/void-packages/pull/50483

autotiling: Update to 1.9.3
#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 754baeba5e43b40de2c208a4f3f78e2cb5c541cd Mon Sep 17 00:00:00 2001
From: indeededa <164004041+indeededa@users.noreply.github.com>
Date: Thu, 23 May 2024 18:27:06 +0700
Subject: [PATCH 1/2] autotiling: Update to 1.9.3
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Why wouldn’t they maintain it
---
 srcpkgs/autotiling/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/autotiling/template b/srcpkgs/autotiling/template
index 612af0b868cae3..198d01849a18c2 100644
--- a/srcpkgs/autotiling/template
+++ b/srcpkgs/autotiling/template
@@ -1,6 +1,6 @@
 # Template file for 'autotiling'
 pkgname=autotiling
-version=1.9.1
+version=1.9.3
 revision=1
 build_style=python3-module
 hostmakedepends="python3-wheel"
@@ -10,6 +10,6 @@ maintainer="Adrian Göransson <adriangoransson@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/nwg-piotr/autotiling"
 distfiles="https://github.com/nwg-piotr/autotiling/archive/refs/tags/v${version}.tar.gz"
-checksum=e7113b35df41b9da162c8fc1974219f55085659fba69fbc7861b146a3f380813
+checksum=3270a28de977f375c80984ef50f7433cb03cfdf198b079ae9c80d1513f0e9176
 # There is no test suite for this package
 make_check=no

From fb69f310527c16d6a7bab01c976c215162739ab6 Mon Sep 17 00:00:00 2001
From: indeededa <164004041+indeededa@users.noreply.github.com>
Date: Fri, 24 May 2024 06:29:21 +0700
Subject: [PATCH 2/2] removing an commit description


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

* Re: autotiling: Update to 1.9.3
  2024-05-23 11:31 [PR PATCH] autotiling: Update to 1.9.3 indeededa
  2024-05-23 18:55 ` cinerea0
  2024-05-23 23:29 ` [PR PATCH] [Updated] " indeededa
@ 2024-05-23 23:31 ` indeededa
  2024-05-23 23:31 ` [PR PATCH] [Closed]: " indeededa
  3 siblings, 0 replies; 6+ messages in thread
From: indeededa @ 2024-05-23 23:31 UTC (permalink / raw)
  To: ml

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

New comment by indeededa on void-packages repository

https://github.com/void-linux/void-packages/pull/50483#issuecomment-2128191621

Comment:
i forgot to close pr and change this commit message

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

* Re: [PR PATCH] [Closed]: autotiling: Update to 1.9.3
  2024-05-23 11:31 [PR PATCH] autotiling: Update to 1.9.3 indeededa
                   ` (2 preceding siblings ...)
  2024-05-23 23:31 ` indeededa
@ 2024-05-23 23:31 ` indeededa
  3 siblings, 0 replies; 6+ messages in thread
From: indeededa @ 2024-05-23 23:31 UTC (permalink / raw)
  To: ml

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

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

autotiling: Update to 1.9.3
https://github.com/void-linux/void-packages/pull/50483

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

* [PR PATCH] autotiling: update to 1.9.3
@ 2024-05-28 15:47 cinerea0
  0 siblings, 0 replies; 6+ messages in thread
From: cinerea0 @ 2024-05-28 15:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages autotiling
https://github.com/void-linux/void-packages/pull/50562

autotiling: update to 1.9.3
#### Testing the changes
- I tested the changes in this PR: **YES**



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

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

From 96bb3c2d0ae066dc1eab14be6008dd2863aad55e Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Tue, 28 May 2024 11:46:42 -0400
Subject: [PATCH] autotiling: update to 1.9.3

---
 srcpkgs/autotiling/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/autotiling/template b/srcpkgs/autotiling/template
index 612af0b868cae3..198d01849a18c2 100644
--- a/srcpkgs/autotiling/template
+++ b/srcpkgs/autotiling/template
@@ -1,6 +1,6 @@
 # Template file for 'autotiling'
 pkgname=autotiling
-version=1.9.1
+version=1.9.3
 revision=1
 build_style=python3-module
 hostmakedepends="python3-wheel"
@@ -10,6 +10,6 @@ maintainer="Adrian Göransson <adriangoransson@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/nwg-piotr/autotiling"
 distfiles="https://github.com/nwg-piotr/autotiling/archive/refs/tags/v${version}.tar.gz"
-checksum=e7113b35df41b9da162c8fc1974219f55085659fba69fbc7861b146a3f380813
+checksum=3270a28de977f375c80984ef50f7433cb03cfdf198b079ae9c80d1513f0e9176
 # There is no test suite for this package
 make_check=no

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

end of thread, other threads:[~2024-05-28 15:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-23 11:31 [PR PATCH] autotiling: Update to 1.9.3 indeededa
2024-05-23 18:55 ` cinerea0
2024-05-23 23:29 ` [PR PATCH] [Updated] " indeededa
2024-05-23 23:31 ` indeededa
2024-05-23 23:31 ` [PR PATCH] [Closed]: " indeededa
2024-05-28 15:47 [PR PATCH] autotiling: update " cinerea0

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).