Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-matrix-nio: update to 0.24.0.
@ 2024-01-29 23:27 dexgs
  2024-01-29 23:32 ` [PR PATCH] [Updated] " dexgs
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: dexgs @ 2024-01-29 23:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dexgs/void-packages python3-matrix-nio
https://github.com/void-linux/void-packages/pull/48436

python3-matrix-nio: update to 0.24.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->
The version of `python3-matrix-nio` currently packaged depends on `python3-future` which is currently doesn't work under Python 3.12. The latest release of `python3-matrix-nio` does not have this problem.

#### 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, (x86_64-glibc)

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-matrix-nio-48436.patch --]
[-- Type: text/x-diff, Size: 1214 bytes --]

From 183a44a48229347b63f5f36bfaa7243184df9cf9 Mon Sep 17 00:00:00 2001
From: Dexter Gaon-Shatford <dexter.gaonshatford@gmail.com>
Date: Mon, 29 Jan 2024 01:00:05 -0500
Subject: [PATCH] python3-matrix-nio: update to 0.24.0.

---
 srcpkgs/python3-matrix-nio/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-matrix-nio/template b/srcpkgs/python3-matrix-nio/template
index ffc909cfa64e0..9b1aa50dc00d2 100644
--- a/srcpkgs/python3-matrix-nio/template
+++ b/srcpkgs/python3-matrix-nio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-matrix-nio'
 pkgname=python3-matrix-nio
-version=0.20.2
-revision=2
+version=0.24.0
+revision=1
 build_style=python3-pep517
 hostmakedepends="python3-poetry-core"
 depends="python3-future python3-aiohttp python3-aiofiles python3-h11
@@ -17,7 +17,7 @@ license="ISC"
 homepage="https://github.com/poljar/matrix-nio"
 changelog="https://github.com/poljar/matrix-nio/raw/main/CHANGELOG.md"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=0beb12857e909671e6db57b0edd936efef23e9baae90e276cfe4e69c952b5e62
+checksum=bf7a92db99d8bc2d83a8776b4f5ea93320ea3f33a501b999dc4ee1dc0e23973c
 
 post_install() {
 	vlicense LICENSE.md

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

* Re: [PR PATCH] [Updated] python3-matrix-nio: update to 0.24.0.
  2024-01-29 23:27 [PR PATCH] python3-matrix-nio: update to 0.24.0 dexgs
@ 2024-01-29 23:32 ` dexgs
  2024-01-29 23:36 ` dexgs
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: dexgs @ 2024-01-29 23:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dexgs/void-packages python3-matrix-nio
https://github.com/void-linux/void-packages/pull/48436

python3-matrix-nio: update to 0.24.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->
The version of `python3-matrix-nio` currently packaged depends on `python3-future` which is currently doesn't work under Python 3.12. The latest release of `python3-matrix-nio` does not have this problem.

#### 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, (x86_64-glibc)

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-matrix-nio-48436.patch --]
[-- Type: text/x-diff, Size: 1700 bytes --]

From 089670e525d35f5fe83e6449528073a988d778ca Mon Sep 17 00:00:00 2001
From: Dexter Gaon-Shatford <dexter.gaonshatford@gmail.com>
Date: Mon, 29 Jan 2024 01:00:05 -0500
Subject: [PATCH] python3-matrix-nio: update to 0.24.0.

---
 srcpkgs/python3-matrix-nio/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-matrix-nio/template b/srcpkgs/python3-matrix-nio/template
index ffc909cfa64e0..d2f0d97f22c12 100644
--- a/srcpkgs/python3-matrix-nio/template
+++ b/srcpkgs/python3-matrix-nio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-matrix-nio'
 pkgname=python3-matrix-nio
-version=0.20.2
-revision=2
+version=0.24.0
+revision=1
 build_style=python3-pep517
 hostmakedepends="python3-poetry-core"
 depends="python3-future python3-aiohttp python3-aiofiles python3-h11
@@ -11,13 +11,14 @@ depends="python3-future python3-aiohttp python3-aiofiles python3-h11
 checkdepends="${depends} python3-pytest python3-pytest-isort python3-pytest-cov
  python3-hyperframe python3-hypothesis python3-hpack python3-Faker python3-mypy
  python3-pytest-aiohttp python3-aioresponses python3-pytest-benchmark"
+checkdepends="python3-setuptools"
 short_desc="Python3 matrix.org client library designed without builtin io"
 maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="ISC"
 homepage="https://github.com/poljar/matrix-nio"
 changelog="https://github.com/poljar/matrix-nio/raw/main/CHANGELOG.md"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=0beb12857e909671e6db57b0edd936efef23e9baae90e276cfe4e69c952b5e62
+checksum=bf7a92db99d8bc2d83a8776b4f5ea93320ea3f33a501b999dc4ee1dc0e23973c
 
 post_install() {
 	vlicense LICENSE.md

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

* Re: [PR PATCH] [Updated] python3-matrix-nio: update to 0.24.0.
  2024-01-29 23:27 [PR PATCH] python3-matrix-nio: update to 0.24.0 dexgs
  2024-01-29 23:32 ` [PR PATCH] [Updated] " dexgs
@ 2024-01-29 23:36 ` dexgs
  2024-01-30 16:47 ` tornaria
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: dexgs @ 2024-01-29 23:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dexgs/void-packages python3-matrix-nio
https://github.com/void-linux/void-packages/pull/48436

python3-matrix-nio: update to 0.24.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->
The version of `python3-matrix-nio` currently packaged depends on `python3-future` which is currently doesn't work under Python 3.12. The latest release of `python3-matrix-nio` does not have this problem.

#### 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, (x86_64-glibc)

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-matrix-nio-48436.patch --]
[-- Type: text/x-diff, Size: 1806 bytes --]

From ee222a57230627528d602a21adf97c9409d548f0 Mon Sep 17 00:00:00 2001
From: Dexter Gaon-Shatford <dexter.gaonshatford@gmail.com>
Date: Mon, 29 Jan 2024 01:00:05 -0500
Subject: [PATCH] python3-matrix-nio: update to 0.24.0.

---
 srcpkgs/python3-matrix-nio/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-matrix-nio/template b/srcpkgs/python3-matrix-nio/template
index ffc909cfa64e0..950a39e82da70 100644
--- a/srcpkgs/python3-matrix-nio/template
+++ b/srcpkgs/python3-matrix-nio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-matrix-nio'
 pkgname=python3-matrix-nio
-version=0.20.2
-revision=2
+version=0.24.0
+revision=1
 build_style=python3-pep517
 hostmakedepends="python3-poetry-core"
 depends="python3-future python3-aiohttp python3-aiofiles python3-h11
@@ -10,14 +10,15 @@ depends="python3-future python3-aiohttp python3-aiofiles python3-h11
  python3-atomicwrites python3-aiohttp_socks"
 checkdepends="${depends} python3-pytest python3-pytest-isort python3-pytest-cov
  python3-hyperframe python3-hypothesis python3-hpack python3-Faker python3-mypy
- python3-pytest-aiohttp python3-aioresponses python3-pytest-benchmark"
+ python3-pytest-aiohttp python3-aioresponses python3-pytest-benchmark
+ python3-setuptools"
 short_desc="Python3 matrix.org client library designed without builtin io"
 maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="ISC"
 homepage="https://github.com/poljar/matrix-nio"
 changelog="https://github.com/poljar/matrix-nio/raw/main/CHANGELOG.md"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=0beb12857e909671e6db57b0edd936efef23e9baae90e276cfe4e69c952b5e62
+checksum=bf7a92db99d8bc2d83a8776b4f5ea93320ea3f33a501b999dc4ee1dc0e23973c
 
 post_install() {
 	vlicense LICENSE.md

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

* Re: python3-matrix-nio: update to 0.24.0.
  2024-01-29 23:27 [PR PATCH] python3-matrix-nio: update to 0.24.0 dexgs
  2024-01-29 23:32 ` [PR PATCH] [Updated] " dexgs
  2024-01-29 23:36 ` dexgs
@ 2024-01-30 16:47 ` tornaria
  2024-01-31 22:42 ` [PR PATCH] [Updated] " dexgs
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: tornaria @ 2024-01-30 16:47 UTC (permalink / raw)
  To: ml

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

New comment by tornaria on void-packages repository

https://github.com/void-linux/void-packages/pull/48436#issuecomment-1917467400

Comment:
See #48331 which includes the update with all tests passing.

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

* Re: [PR PATCH] [Updated] python3-matrix-nio: update to 0.24.0.
  2024-01-29 23:27 [PR PATCH] python3-matrix-nio: update to 0.24.0 dexgs
                   ` (2 preceding siblings ...)
  2024-01-30 16:47 ` tornaria
@ 2024-01-31 22:42 ` dexgs
  2024-02-07 19:08 ` cinerea0
  2024-02-07 19:08 ` [PR PATCH] [Closed]: " cinerea0
  5 siblings, 0 replies; 7+ messages in thread
From: dexgs @ 2024-01-31 22:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dexgs/void-packages python3-matrix-nio
https://github.com/void-linux/void-packages/pull/48436

python3-matrix-nio: update to 0.24.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->
The version of `python3-matrix-nio` currently packaged depends on `python3-future` which currently doesn't work under Python 3.12. The latest release of `python3-matrix-nio` does not have this problem.

#### 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, (x86_64-glibc)

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-matrix-nio-48436.patch --]
[-- Type: text/x-diff, Size: 2822 bytes --]

From 24ce298cfd47e20ee94190787c03c767b238e3c3 Mon Sep 17 00:00:00 2001
From: Dexter Gaon-Shatford <dexter.gaonshatford@gmail.com>
Date: Wed, 31 Jan 2024 17:41:07 -0500
Subject: [PATCH 1/2] python3-aioresponses: update to 0.7.6.

---
 srcpkgs/python3-aioresponses/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-aioresponses/template b/srcpkgs/python3-aioresponses/template
index 097c051d214c0..54d5e38d5eb59 100644
--- a/srcpkgs/python3-aioresponses/template
+++ b/srcpkgs/python3-aioresponses/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aioresponses'
 pkgname=python3-aioresponses
-version=0.7.4
-revision=2
+version=0.7.6
+revision=1
 build_style=python3-module
 hostmakedepends="python3-pbr python3-setuptools"
 depends="python3-aiohttp"
@@ -11,7 +11,7 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="MIT"
 homepage="https://github.com/pnuckowski/aioresponses"
 distfiles="${PYPI_SITE}/a/aioresponses/aioresponses-${version}.tar.gz"
-checksum=9b8c108b36354c04633bad0ea752b55d956a7602fe3e3234b939fc44af96f1d8
+checksum=f795d9dbda2d61774840e7e32f5366f45752d1adc1b74c9362afd017296c7ee1
 
 post_install() {
 	vlicense LICENSE

From aba581b08e415193f575e1dcd2472786720d3904 Mon Sep 17 00:00:00 2001
From: Dexter Gaon-Shatford <dexter.gaonshatford@gmail.com>
Date: Mon, 29 Jan 2024 01:00:05 -0500
Subject: [PATCH 2/2] python3-matrix-nio: update to 0.24.0.

---
 srcpkgs/python3-matrix-nio/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-matrix-nio/template b/srcpkgs/python3-matrix-nio/template
index ffc909cfa64e0..fcef1b947e8ad 100644
--- a/srcpkgs/python3-matrix-nio/template
+++ b/srcpkgs/python3-matrix-nio/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-matrix-nio'
 pkgname=python3-matrix-nio
-version=0.20.2
-revision=2
+version=0.24.0
+revision=1
 build_style=python3-pep517
 hostmakedepends="python3-poetry-core"
-depends="python3-future python3-aiohttp python3-aiofiles python3-h11
- python3-h2 python3-logbook python3-jsonschema python3-unpaddedbase64
+depends="python3-aiohttp python3-aiofiles python3-h11
+ python3-h2 python3-jsonschema python3-unpaddedbase64
  python3-pycryptodome olm-python3 python3-peewee python3-cachetools
  python3-atomicwrites python3-aiohttp_socks"
 checkdepends="${depends} python3-pytest python3-pytest-isort python3-pytest-cov
@@ -17,7 +17,7 @@ license="ISC"
 homepage="https://github.com/poljar/matrix-nio"
 changelog="https://github.com/poljar/matrix-nio/raw/main/CHANGELOG.md"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=0beb12857e909671e6db57b0edd936efef23e9baae90e276cfe4e69c952b5e62
+checksum=bf7a92db99d8bc2d83a8776b4f5ea93320ea3f33a501b999dc4ee1dc0e23973c
 
 post_install() {
 	vlicense LICENSE.md

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

* Re: [PR PATCH] [Closed]: python3-matrix-nio: update to 0.24.0.
  2024-01-29 23:27 [PR PATCH] python3-matrix-nio: update to 0.24.0 dexgs
                   ` (4 preceding siblings ...)
  2024-02-07 19:08 ` cinerea0
@ 2024-02-07 19:08 ` cinerea0
  5 siblings, 0 replies; 7+ messages in thread
From: cinerea0 @ 2024-02-07 19:08 UTC (permalink / raw)
  To: ml

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

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

python3-matrix-nio: update to 0.24.0.
https://github.com/void-linux/void-packages/pull/48436

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
The version of `python3-matrix-nio` currently packaged depends on `python3-future` which currently doesn't work under Python 3.12. The latest release of `python3-matrix-nio` does not have this problem.

#### 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, (x86_64-glibc)

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

* Re: python3-matrix-nio: update to 0.24.0.
  2024-01-29 23:27 [PR PATCH] python3-matrix-nio: update to 0.24.0 dexgs
                   ` (3 preceding siblings ...)
  2024-01-31 22:42 ` [PR PATCH] [Updated] " dexgs
@ 2024-02-07 19:08 ` cinerea0
  2024-02-07 19:08 ` [PR PATCH] [Closed]: " cinerea0
  5 siblings, 0 replies; 7+ messages in thread
From: cinerea0 @ 2024-02-07 19:08 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/48436#issuecomment-1932694843

Comment:
Subsumed by #48331.

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

end of thread, other threads:[~2024-02-07 19:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-29 23:27 [PR PATCH] python3-matrix-nio: update to 0.24.0 dexgs
2024-01-29 23:32 ` [PR PATCH] [Updated] " dexgs
2024-01-29 23:36 ` dexgs
2024-01-30 16:47 ` tornaria
2024-01-31 22:42 ` [PR PATCH] [Updated] " dexgs
2024-02-07 19:08 ` cinerea0
2024-02-07 19:08 ` [PR PATCH] [Closed]: " 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).