Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-matrix-nio
Commits:
3c2cae2e by Antonio Rojas at 2024-02-18T12:29:12+01:00
upgpkg: 0.24.0-1: Update to 0.24.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-matrix-nio
pkgdesc = Python Matrix client library, designed according to sans I/O
principles
- pkgver = 0.23.0
+ pkgver = 0.24.0
pkgrel = 1
url = https://github.com/poljar/matrix-nio
arch = any
@@ -27,18 +27,16 @@ pkgbase = python-matrix-nio
depends = python-aiofiles
depends = python-aiohttp
depends = python-aiohttp-socks
- depends = python-future
depends = python-h11
depends = python-h2
depends = python-jsonschema
- depends = python-logbook
depends = python-pycryptodome
depends = python-unpaddedbase64
optdepends = python-atomicwrites: end-to-end encryption support
optdepends = python-cachetools: end-to-end encryption support
optdepends = python-peewee: end-to-end encryption support
optdepends = python-olm: end-to-end encryption support
- source =
git+https://github.com/poljar/matrix-nio.git?signed#tag=cd9b6eb5714df73e60e1fdd66c4a79c25ba85b9e
+ source = git+https://github.com/poljar/matrix-nio.git?signed#tag=0.24.0
validpgpkeys = 689A3B5BC6560AB4C99A2A0581314DA807EF4E22
validpgpkeys = D0CB3DB01DEF8CA2F4C9C4E308D39021F6D6A7B8
sha512sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -2,15 +2,14 @@
# Contributor: Jonas Witschel <[email protected]>
pkgname=python-matrix-nio
-pkgver=0.23.0
-_tag=cd9b6eb5714df73e60e1fdd66c4a79c25ba85b9e
+pkgver=0.24.0
pkgrel=1
pkgdesc='Python Matrix client library, designed according to sans I/O
principles'
arch=('any')
url='https://github.com/poljar/matrix-nio'
license=('ISC')
-depends=('python' 'python-aiofiles' 'python-aiohttp' 'python-aiohttp-socks'
'python-future' 'python-h11'
- 'python-h2' 'python-jsonschema' 'python-logbook'
'python-pycryptodome' 'python-unpaddedbase64')
+depends=('python' 'python-aiofiles' 'python-aiohttp' 'python-aiohttp-socks'
'python-h11'
+ 'python-h2' 'python-jsonschema' 'python-pycryptodome'
'python-unpaddedbase64')
makedepends=('git' 'python-build' 'python-installer' 'python-poetry-core')
checkdepends=('python-aioresponses' 'python-atomicwrites' 'python-cachetools'
'python-faker' 'python-hpack'
'python-hyperframe' 'python-hypothesis' 'python-olm'
'python-peewee' 'python-pytest'
@@ -19,7 +18,7 @@ optdepends=('python-atomicwrites: end-to-end encryption
support'
'python-cachetools: end-to-end encryption support'
'python-peewee: end-to-end encryption support'
'python-olm: end-to-end encryption support')
-source=("git+$url.git?signed#tag=$_tag")
+source=("git+$url.git?signed#tag=$pkgver")
sha512sums=('SKIP')
validpgpkeys=('689A3B5BC6560AB4C99A2A0581314DA807EF4E22' # Damir Jelić
(poljar) <[email protected]>
'D0CB3DB01DEF8CA2F4C9C4E308D39021F6D6A7B8') # Paarth Shah
<[email protected]>
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-matrix-nio/-/commit/3c2cae2e8c1c9f5a043aef4dc1e69b8583031158
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-matrix-nio/-/commit/3c2cae2e8c1c9f5a043aef4dc1e69b8583031158
You're receiving this email because of your account on gitlab.archlinux.org.