Github messages for voidlinux
 help / color / mirror / Atom feed
From: dexgs <dexgs@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] python3-matrix-nio: update to 0.24.0.
Date: Wed, 31 Jan 2024 23:42:04 +0100	[thread overview]
Message-ID: <20240131224204.15AD224B07@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-48436@inbox.vuxu.org>

[-- 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

  parent reply	other threads:[~2024-01-31 22:42 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-29 23:27 [PR PATCH] " 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 ` dexgs [this message]
2024-02-07 19:08 ` [PR PATCH] [Closed]: " cinerea0
2024-02-07 19:08 ` cinerea0

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240131224204.15AD224B07@inbox.vuxu.org \
    --to=dexgs@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).