[Git][archlinux/packaging/packages/python-botocore][main] upgpkg: 1.31.64-1; bump to the newest version supported by aiobotocore

2023-11-25 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
python-botocore


Commits:
374efdfe by Chih-Hsuan Yen at 2023-11-25T21:52:59+08:00
upgpkg: 1.31.64-1; bump to the newest version supported by aiobotocore

See: https://github.com/aio-libs/aiobotocore/blob/2.7.0/setup.py#L10

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,28 @@
+pkgbase = python-botocore
+   pkgdesc = A low-level interface to a growing number of Amazon Web 
Services
+   pkgver = 1.31.64
+   pkgrel = 1
+   url = https://github.com/boto/botocore
+   arch = any
+   license = Apache
+   checkdepends = python-pytest
+   checkdepends = python-pytest-xdist
+   checkdepends = python-jsonschema
+   checkdepends = procps-ng
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-setuptools
+   makedepends = python-wheel
+   makedepends = python-awscrt
+   depends = python
+   depends = python-certifi
+   depends = python-dateutil
+   depends = python-jmespath
+   depends = python-urllib3
+   optdepends = python-awscrt
+   source = 
python-botocore-1.31.64.tar.gz::https://github.com/boto/botocore/archive/1.31.64.tar.gz
+   source = tests-keep-env.diff
+   sha256sums = 
ff4fddeeb2a6fb8b9db9b3659e4ec4d9e1c89f6ae0f9525657a000df406c06e0
+   sha256sums = 
15c588d3f4cfcc0ef26fc4ff367eb6dc12dc2f303e299cbe397288089ee52a11
+
+pkgname = python-botocore


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 
 pkgname=python-botocore
 # UPDATE_BLOCKED: newer python-botocore will likely break python-aiobotocore
-pkgver=1.31.25
+pkgver=1.31.64
 pkgrel=1
 pkgdesc='A low-level interface to a growing number of Amazon Web Services'
 arch=('any')
@@ -21,7 +21,7 @@ optdepends=(
 )
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz
 tests-keep-env.diff)
-sha256sums=('85bcd8030921d8a365e5038f1850de52243f80aa8caa483a9b80d76aefc143a5'
+sha256sums=('ff4fddeeb2a6fb8b9db9b3659e4ec4d9e1c89f6ae0f9525657a000df406c06e0'
 '15c588d3f4cfcc0ef26fc4ff367eb6dc12dc2f303e299cbe397288089ee52a11')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-botocore/-/commit/374efdfecaf48d7266e09a7545ef920541e09f6e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-botocore/-/commit/374efdfecaf48d7266e09a7545ef920541e09f6e
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-botocore] Pushed new tag 1.31.64-1

2023-11-25 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 1.31.64-1 at Arch Linux / Packaging / Packages / 
python-botocore

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-botocore/-/tree/1.31.64-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-s3transfer][main] upgpkg: 0.7.0-1; follow-up botocore update

2023-11-25 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
python-s3transfer


Commits:
2006c466 by Chih-Hsuan Yen at 2023-11-25T22:21:50+08:00
upgpkg: 0.7.0-1; follow-up botocore update

boto3 will be updated following botocore, and newer boto3 wants newer s3transfer

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,20 @@
+pkgbase = python-s3transfer
+   pkgdesc = Amazon S3 Transfer Manager for Python
+   pkgver = 0.7.0
+   pkgrel = 1
+   url = https://github.com/boto/s3transfer
+   arch = any
+   license = Apache
+   checkdepends = python-pytest
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-setuptools
+   makedepends = python-wheel
+   makedepends = python-awscrt
+   depends = python
+   depends = python-botocore
+   optdepends = python-awscrt
+   source = 
python-s3transfer-0.7.0.tar.gz::https://github.com/boto/s3transfer/archive/0.7.0.tar.gz
+   sha256sums = 
933dfea024fd0b6b397885c46988e3811c214feecc50cb6ec9c9bbcc5b3e1455
+
+pkgname = python-s3transfer


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 pkgname=python-s3transfer
 # https://github.com/boto/s3transfer/blob/develop/CHANGELOG.rst
 # UPDATE_BLOCKED: blocked as python-botocore is blocked
-pkgver=0.6.2
+pkgver=0.7.0
 pkgrel=1
 pkgdesc='Amazon S3 Transfer Manager for Python'
 arch=('any')
@@ -19,7 +19,7 @@ optdepends=(
   'python-awscrt'
 )
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-sha256sums=('c40c279a19f7c6db32671cc924daf67fd577557f3bee6ec40912155d69e4')
+sha256sums=('933dfea024fd0b6b397885c46988e3811c214feecc50cb6ec9c9bbcc5b3e1455')
 
 build() {
   cd s3transfer-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-s3transfer/-/commit/2006c4669e67d5ab14c5d8498b04c0e008d7720a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-s3transfer/-/commit/2006c4669e67d5ab14c5d8498b04c0e008d7720a
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-s3transfer] Pushed new tag 0.7.0-1

2023-11-25 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 0.7.0-1 at Arch Linux / Packaging / Packages / 
python-s3transfer

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-s3transfer/-/tree/0.7.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-boto3] Pushed new tag 1.28.64-1

2023-11-25 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 1.28.64-1 at Arch Linux / Packaging / Packages / 
python-boto3

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-boto3/-/tree/1.28.64-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-boto3][main] upgpkg: 1.28.64-1; update following botocore

2023-11-25 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
python-boto3


Commits:
039ad56c by Chih-Hsuan Yen at 2023-11-25T22:29:59+08:00
upgpkg: 1.28.64-1; update following botocore

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,21 @@
+pkgbase = python-boto3
+   pkgdesc = The AWS SDK for Python
+   pkgver = 1.28.64
+   pkgrel = 1
+   url = https://github.com/boto/boto3
+   arch = any
+   license = Apache
+   checkdepends = python-pytest
+   checkdepends = python-pytest-xdist
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-setuptools
+   makedepends = python-wheel
+   depends = python
+   depends = python-botocore
+   depends = python-jmespath
+   depends = python-s3transfer
+   source = 
python-boto3-1.28.64.tar.gz::https://github.com/boto/boto3/archive/1.28.64.tar.gz
+   sha512sums = 
ca0042e173c4a35dc9d6ab8ed362d3308753d3722bb4cf25302fd0018c5d94e66a2ea288610192ad5a353ca54f0ab8f1942224269935b1fe3444b2e70842da13
+
+pkgname = python-boto3


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=python-boto3
 # UPDATE_BLOCKED: blocked as python-botocore is blocked
-pkgver=1.28.25
+pkgver=1.28.64
 pkgrel=1
 pkgdesc='The AWS SDK for Python'
 arch=('any')
@@ -14,7 +14,7 @@ depends=('python' 'python-botocore' 'python-jmespath' 
'python-s3transfer')
 makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
 checkdepends=('python-pytest' 'python-pytest-xdist')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz";)
-sha512sums=('2e47027c035338a9d70027b32c93db04ac859a8cfe6c9f962df33c1139df5ba1562e9e0bb32670825a93c29fa2b231779221c6b54c5b2bb498c5e19667763306')
+sha512sums=('ca0042e173c4a35dc9d6ab8ed362d3308753d3722bb4cf25302fd0018c5d94e66a2ea288610192ad5a353ca54f0ab8f1942224269935b1fe3444b2e70842da13')
 
 build() {
   cd boto3-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-boto3/-/commit/039ad56c5532ff2e4131316237dfbf9463d3c207

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-boto3/-/commit/039ad56c5532ff2e4131316237dfbf9463d3c207
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/aws-cli] Pushed new tag 1.29.64-1

2023-11-25 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 1.29.64-1 at Arch Linux / Packaging / Packages / 
aws-cli

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/aws-cli/-/tree/1.29.64-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/aws-cli][main] upgpkg: 1.29.64-1; updated following botocore

2023-11-25 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
aws-cli


Commits:
c7ab2eb7 by Chih-Hsuan Yen at 2023-11-25T22:50:40+08:00
upgpkg: 1.29.64-1; updated following botocore

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,26 @@
+pkgbase = aws-cli
+   pkgdesc = Universal Command Line Interface for Amazon Web Services
+   pkgver = 1.29.64
+   pkgrel = 1
+   url = https://github.com/aws/aws-cli
+   arch = any
+   license = Apache
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-setuptools
+   makedepends = python-wheel
+   depends = python
+   depends = python-botocore
+   depends = python-dateutil
+   depends = python-jmespath
+   depends = python-colorama
+   depends = python-docutils
+   depends = python-pyasn1
+   depends = python-rsa
+   depends = python-s3transfer
+   depends = python-yaml
+   source = 
aws-cli-1.29.64.tar.gz::https://github.com/aws/aws-cli/archive/1.29.64.tar.gz
+   md5sums = 7d9826c9f61b99963d3a131e3469d057
+   sha256sums = 
2a119034d4b0ba1e5cbc8a0846e1c2fa446cdbf6a6cb17373d5ce8a4c74df26c
+
+pkgname = aws-cli


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=aws-cli
 # UPDATE_BLOCKED: blocked as python-botocore is blocked
-pkgver=1.29.25
+pkgver=1.29.64
 pkgrel=1
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
@@ -17,8 +17,8 @@ depends=('python' 'python-botocore' 'python-dateutil' 
'python-jmespath'
  'python-s3transfer' 'python-yaml')
 makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('3ac3a0082a4090224beaecbd5033c08d')
-sha256sums=('b614fe6a5794ba0022fd792d3252abfbb40b9a5c3d00a6e127d1c27bb4f38eba')
+md5sums=('7d9826c9f61b99963d3a131e3469d057')
+sha256sums=('2a119034d4b0ba1e5cbc8a0846e1c2fa446cdbf6a6cb17373d5ce8a4c74df26c')
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/aws-cli/-/commit/c7ab2eb788a5e35692075214fada1e55bf8cb813

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/aws-cli/-/commit/c7ab2eb788a5e35692075214fada1e55bf8cb813
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/tt-rss] Pushed new tag 2-r11654.1fe1132a1-2

2023-11-26 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 2-r11654.1fe1132a1-2 at Arch Linux / Packaging / 
Packages / tt-rss

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tt-rss/-/tree/2-r11654.1fe1132a1-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/tt-rss][main] upgpkg: 2:r11654.1fe1132a1-2; add a patch for compatibility with libxml2 >= 2.12

2023-11-26 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
tt-rss


Commits:
41344378 by Chih-Hsuan Yen at 2023-11-26T21:37:36+08:00
upgpkg: 2:r11654.1fe1132a1-2; add a patch for compatibility with libxml2 >= 
2.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = tt-rss
pkgdesc = Web-based news feed (RSS/Atom) aggregator
pkgver = r11654.1fe1132a1
-   pkgrel = 1
+   pkgrel = 2
epoch = 2
url = https://tt-rss.org
install = tt-rss.install
@@ -15,9 +15,12 @@ pkgbase = tt-rss
backup = etc/webapps/tt-rss/config.php
source = 
git+https://gitlab.tt-rss.org/tt-rss/tt-rss.git#commit=1fe1132a1a68bd0fedc313823b942130167fad86
source = tt-rss.service
+   source = 
fix-sanitizer-new-libxml2.patch::https://gitlab.tt-rss.org/tt-rss/tt-rss/-/merge_requests/12.patch
sha1sums = SKIP
sha1sums = d764e22065f8e0104b4f1d5dcf41cce01cd7bec5
+   sha1sums = 1dc8fcff379411bc16d499d234fcb5f56eaae54d
sha512sums = SKIP
sha512sums = 
ffc4316d8f332b75932b36e9e0a18fb346a62a8f83094d3ca510b06b0d9ae0478bdc05e23bca4fe5e6dfcfc8a8c57ab1654b7c6d16a007f151afbcad31e359a5
+   sha512sums = 
547973b70458757f6f74ec3b800db97c969a89a6600517976fc9f59decbdbf6e425cdcec11938b523a2b33d714dd370cf6d6fc4f3a731f5e83cc1e53f6ffb9dd
 
 pkgname = tt-rss


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 
 pkgname=tt-rss
 pkgver=r11654.1fe1132a1
-pkgrel=1
+pkgrel=2
 epoch=2
 pkgdesc='Web-based news feed (RSS/Atom) aggregator'
 arch=(any)
@@ -22,17 +22,25 @@ makedepends=('git')
 _commit=1fe1132a1a68bd0fedc313823b942130167fad86
 # periodic releases are over 
https://srv.tt-rss.org/oldforum/viewtopic.php@f=10&t=3262.html
 source=(git+https://gitlab.tt-rss.org/tt-rss/tt-rss.git#commit=$_commit
-   tt-rss.service)
+   tt-rss.service
+   
fix-sanitizer-new-libxml2.patch::https://gitlab.tt-rss.org/tt-rss/tt-rss/-/merge_requests/12.patch)
 sha1sums=('SKIP'
-  'd764e22065f8e0104b4f1d5dcf41cce01cd7bec5')
+  'd764e22065f8e0104b4f1d5dcf41cce01cd7bec5'
+  '1dc8fcff379411bc16d499d234fcb5f56eaae54d')
 sha512sums=('SKIP'
-
'ffc4316d8f332b75932b36e9e0a18fb346a62a8f83094d3ca510b06b0d9ae0478bdc05e23bca4fe5e6dfcfc8a8c57ab1654b7c6d16a007f151afbcad31e359a5')
+
'ffc4316d8f332b75932b36e9e0a18fb346a62a8f83094d3ca510b06b0d9ae0478bdc05e23bca4fe5e6dfcfc8a8c57ab1654b7c6d16a007f151afbcad31e359a5'
+
'547973b70458757f6f74ec3b800db97c969a89a6600517976fc9f59decbdbf6e425cdcec11938b523a2b33d714dd370cf6d6fc4f3a731f5e83cc1e53f6ffb9dd')
 
 pkgver() {
   cd tt-rss
   printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short 
HEAD)"
 }
 
+prepare() {
+  cd tt-rss
+  patch -Np1 -i ../fix-sanitizer-new-libxml2.patch
+}
+
 build() {
   cd tt-rss
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tt-rss/-/commit/41344378460eb581aefd14b31c8ed5e8d2d24460

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tt-rss/-/commit/41344378460eb581aefd14b31c8ed5e8d2d24460
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/lib32-pcsclite] Pushed new tag 2.0.1-1

2023-11-26 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 2.0.1-1 at Arch Linux / Packaging / Packages / 
lib32-pcsclite

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-pcsclite/-/tree/2.0.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/lib32-pcsclite][main] upgpkg: 2.0.1-1

2023-11-26 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
lib32-pcsclite


Commits:
1276a95b by Chih-Hsuan Yen at 2023-11-26T21:55:36+08:00
upgpkg: 2.0.1-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,27 @@
+pkgbase = lib32-pcsclite
+   pkgdesc = PC/SC Architecture smartcard middleware library (32-bit)
+   pkgver = 2.0.1
+   pkgrel = 1
+   url = https://pcsclite.apdu.fr/
+   arch = x86_64
+   license = BSD
+   makedepends = lib32-systemd
+   makedepends = lib32-polkit
+   makedepends = autoconf-archive
+   depends = libsystemd.so
+   depends = libudev.so
+   depends = libpolkit-gobject-1.so
+   depends = pcsclite
+   provides = libpcsclite.so
+   provides = libpcscspy.so
+   source = https://pcsclite.apdu.fr/files/pcsc-lite-2.0.1.tar.bz2
+   source = https://pcsclite.apdu.fr/files/pcsc-lite-2.0.1.tar.bz2.asc
+   source = program-suffix.patch
+   source = systemd-unit-conflicts.diff
+   validpgpkeys = F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E
+   sha256sums = 
5edcaf5d4544403bdab6ee2b5d6c02c6f97ea64eebf0825b8d0fa61ba417dada
+   sha256sums = SKIP
+   sha256sums = 
c63d6525a8514a30816f550b79fa1d269f1504951efc198ce4e503ab5f48a9c6
+   sha256sums = 
e77aa9d0b6431d0de6a80d96bfd57e31b3c99e9ddcadf72990fe625b5cb128af
+
+pkgname = lib32-pcsclite


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 
 _pkgname=pcsclite
 pkgname=lib32-$_pkgname
-pkgver=2.0.0
+pkgver=2.0.1
 pkgrel=1
 pkgdesc="PC/SC Architecture smartcard middleware library (32-bit)"
 arch=('x86_64')
@@ -19,7 +19,7 @@ validpgpkeys=('F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E') # 
Ludovic Rousseau https://pcsclite.apdu.fr/files/pcsc-lite-${pkgver}.tar.bz2"{,.asc}
 "program-suffix.patch"
 "systemd-unit-conflicts.diff")
-sha256sums=('d6c3e2b64510e5ed6fcd3323febf2cc2a8e5fda5a6588c7671f2d77f9f189356'
+sha256sums=('5edcaf5d4544403bdab6ee2b5d6c02c6f97ea64eebf0825b8d0fa61ba417dada'
 'SKIP'
 'c63d6525a8514a30816f550b79fa1d269f1504951efc198ce4e503ab5f48a9c6'
 'e77aa9d0b6431d0de6a80d96bfd57e31b3c99e9ddcadf72990fe625b5cb128af')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-pcsclite/-/commit/1276a95bb86b4c968fbb4fe64d2fa095e10a4dd4

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-pcsclite/-/commit/1276a95bb86b4c968fbb4fe64d2fa095e10a4dd4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-anyio][main] Go back to 3.x

2023-11-29 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
python-anyio


Commits:
23685b8d by Chih-Hsuan Yen at 2023-11-30T13:43:49+08:00
Go back to 3.x

4.x is not yet fully supported by dependent packages. Let's keep 3.x in
main branch to avoid unexpected version upgrades during rebuilds (ex:
Python 3.12 rebuilds).

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -2,7 +2,9 @@
 
 pkgname=python-anyio
 # https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst
-pkgver=4.0.0
+# UPDATE_BLOCKED: anyio 4.x breaks at least python-fastapi
+# fastapi pins older starlette, while the latst starlette is required for 
anyio 4.x support https://github.com/tiangolo/fastapi/pull/9636
+pkgver=3.7.1
 pkgrel=1
 pkgdesc='High level compatibility layer for multiple asynchronous event loop 
implementations'
 arch=(any)
@@ -19,7 +21,7 @@ optdepends=(
   'python-pytest: pytest plugin'
 )
 
source=(https://github.com/agronholm/anyio/archive/$pkgver/anyio-$pkgver.tar.gz)
-sha256sums=('518a6f319b174b5b7de126ae983035d2205df4ef0f39eb23ac4139cbb1bf3c49')
+sha256sums=('aa8ed0d799e61b61f7888e13668d36b467e3368129e8efa92bbf62a9cf063f84')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 
@@ -27,6 +29,9 @@ prepare() {
   cd anyio-$pkgver
   # Remove "error" from pytest filterwarnings
   sed -i '/"error"/d' pyproject.toml
+  # XXX: Temporarily remove testing trio as a backend. anyio 3.x is known to 
be incompatible with trio >= 0.22
+  # 
https://github.com/agronholm/anyio/commit/787cb0c2e53c2a3307873d202fbd49dc5eac4e96
+  sed -i '/"trio"/d' tests/conftest.py
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-anyio/-/commit/23685b8da2fd9c78b7ba5e95465b02ecc65ec2b8

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-anyio/-/commit/23685b8da2fd9c78b7ba5e95465b02ecc65ec2b8
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/tt-rss] Pushed new tag 2-r11657.ce9847d31-1

2023-12-01 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 2-r11657.ce9847d31-1 at Arch Linux / Packaging / 
Packages / tt-rss

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tt-rss/-/tree/2-r11657.ce9847d31-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/tt-rss][main] upgpkg: 2:r11657.ce9847d31-1; my fix for libxml2 2.12 is merged :)

2023-12-01 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
tt-rss


Commits:
f99fdafa by Chih-Hsuan Yen at 2023-12-02T00:16:06+08:00
upgpkg: 2:r11657.ce9847d31-1; my fix for libxml2 2.12 is merged :)

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = tt-rss
pkgdesc = Web-based news feed (RSS/Atom) aggregator
-   pkgver = r11654.1fe1132a1
-   pkgrel = 2
+   pkgver = r11657.ce9847d31
+   pkgrel = 1
epoch = 2
url = https://tt-rss.org
install = tt-rss.install
@@ -13,14 +13,11 @@ pkgbase = tt-rss
optdepends = postgresql
optdepends = php-gd-interpreter: for coloured feed badges
backup = etc/webapps/tt-rss/config.php
-   source = 
git+https://gitlab.tt-rss.org/tt-rss/tt-rss.git#commit=1fe1132a1a68bd0fedc313823b942130167fad86
+   source = 
git+https://gitlab.tt-rss.org/tt-rss/tt-rss.git#commit=ce9847d31750102bde8acca3ba5a037fdc9f5c12
source = tt-rss.service
-   source = 
fix-sanitizer-new-libxml2.patch::https://gitlab.tt-rss.org/tt-rss/tt-rss/-/merge_requests/12.patch
sha1sums = SKIP
sha1sums = d764e22065f8e0104b4f1d5dcf41cce01cd7bec5
-   sha1sums = 1dc8fcff379411bc16d499d234fcb5f56eaae54d
sha512sums = SKIP
sha512sums = 
ffc4316d8f332b75932b36e9e0a18fb346a62a8f83094d3ca510b06b0d9ae0478bdc05e23bca4fe5e6dfcfc8a8c57ab1654b7c6d16a007f151afbcad31e359a5
-   sha512sums = 
547973b70458757f6f74ec3b800db97c969a89a6600517976fc9f59decbdbf6e425cdcec11938b523a2b33d714dd370cf6d6fc4f3a731f5e83cc1e53f6ffb9dd
 
 pkgname = tt-rss


=
PKGBUILD
=
@@ -5,8 +5,8 @@
 # Contributor: Erik Mank 
 
 pkgname=tt-rss
-pkgver=r11654.1fe1132a1
-pkgrel=2
+pkgver=r11657.ce9847d31
+pkgrel=1
 epoch=2
 pkgdesc='Web-based news feed (RSS/Atom) aggregator'
 arch=(any)
@@ -19,28 +19,20 @@ optdepends=('mysql'
 'postgresql'
 'php-gd-interpreter: for coloured feed badges')
 makedepends=('git')
-_commit=1fe1132a1a68bd0fedc313823b942130167fad86
+_commit=ce9847d31750102bde8acca3ba5a037fdc9f5c12
 # periodic releases are over 
https://srv.tt-rss.org/oldforum/viewtopic.php@f=10&t=3262.html
 source=(git+https://gitlab.tt-rss.org/tt-rss/tt-rss.git#commit=$_commit
-   tt-rss.service
-   
fix-sanitizer-new-libxml2.patch::https://gitlab.tt-rss.org/tt-rss/tt-rss/-/merge_requests/12.patch)
+   tt-rss.service)
 sha1sums=('SKIP'
-  'd764e22065f8e0104b4f1d5dcf41cce01cd7bec5'
-  '1dc8fcff379411bc16d499d234fcb5f56eaae54d')
+  'd764e22065f8e0104b4f1d5dcf41cce01cd7bec5')
 sha512sums=('SKIP'
-
'ffc4316d8f332b75932b36e9e0a18fb346a62a8f83094d3ca510b06b0d9ae0478bdc05e23bca4fe5e6dfcfc8a8c57ab1654b7c6d16a007f151afbcad31e359a5'
-
'547973b70458757f6f74ec3b800db97c969a89a6600517976fc9f59decbdbf6e425cdcec11938b523a2b33d714dd370cf6d6fc4f3a731f5e83cc1e53f6ffb9dd')
+
'ffc4316d8f332b75932b36e9e0a18fb346a62a8f83094d3ca510b06b0d9ae0478bdc05e23bca4fe5e6dfcfc8a8c57ab1654b7c6d16a007f151afbcad31e359a5')
 
 pkgver() {
   cd tt-rss
   printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short 
HEAD)"
 }
 
-prepare() {
-  cd tt-rss
-  patch -Np1 -i ../fix-sanitizer-new-libxml2.patch
-}
-
 build() {
   cd tt-rss
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tt-rss/-/commit/f99fdafaf12da38d12cc2029ce7bcb4480c2531d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tt-rss/-/commit/f99fdafaf12da38d12cc2029ce7bcb4480c2531d
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/nvchecker][main] upgpkg: 2.12-3; backport one more fix for symlinks

2023-12-02 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
nvchecker


Commits:
d7f6e52f by Chih-Hsuan Yen at 2023-12-03T00:05:54+08:00
upgpkg: 2.12-3; backport one more fix for symlinks

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,46 @@
+pkgbase = nvchecker
+   pkgdesc = New version checker for software releases
+   pkgver = 2.12
+   pkgrel = 3
+   url = https://github.com/lilydjwg/nvchecker
+   arch = any
+   license = MIT
+   checkdepends = python-pytest
+   checkdepends = python-pytest-asyncio
+   checkdepends = python-pytest-httpbin
+   checkdepends = python-flaky
+   checkdepends = pyalpm
+   checkdepends = python-awesomeversion
+   checkdepends = python-lxml
+   checkdepends = git
+   makedepends = git
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-setuptools
+   makedepends = python-wheel
+   makedepends = python-docutils
+   makedepends = python-pygments
+   makedepends = python-gobject
+   makedepends = python-toml
+   makedepends = python-aiohttp
+   makedepends = python-httpx
+   depends = python
+   depends = python-structlog
+   depends = python-platformdirs
+   depends = python-tornado
+   depends = python-pycurl
+   optdepends = pyalpm: for using "sort_version_key = vercmp" in 
configuration files and the alpm source
+   optdepends = python-awesomeversion: for using "sort_version_key = 
awesomeversion" in configuration files
+   optdepends = python-lxml: for the htmlparser source
+   optdepends = python-packaging: for the pypi source
+   optdepends = python-toml: for nvchecker-ini2toml script
+   optdepends = python-aiohttp: alternative HTTP backend
+   optdepends = python-httpx: alternative HTTP backend
+   optdepends = git: support for git repositories
+   optdepends = python-gobject: for nvchecker-notify
+   optdepends = libnotify: for nvchecker-notify
+   source = 
git+https://github.com/lilydjwg/nvchecker.git?signed#tag=7df19d25b745481622f23668036020b664e6ee66
+   validpgpkeys = 356690A1E7404E30D0E902B2E64D049594A54F54
+   sha512sums = SKIP
+
+pkgname = nvchecker


=
PKGBUILD
=
@@ -5,7 +5,7 @@ pkgname=nvchecker
 pkgver=2.12
 # curl https://api.github.com/repos/lilydjwg/nvchecker/git/ref/tags/v$pkgver | 
jq -r .object.sha
 _tag=7df19d25b745481622f23668036020b664e6ee66
-pkgrel=2
+pkgrel=3
 pkgdesc="New version checker for software releases"
 arch=('any')
 url="https://github.com/lilydjwg/nvchecker";
@@ -55,8 +55,10 @@ _backports=(
   # fix pacman test
   '5a6fee28176403337d11053640aabcaea512cebd'
 
-  # see https://github.com/lilydjwg/nvchecker/pull/233 (unmerged)
-  '1986f2953a0e1dda8abb42b9d8847308546f4ea6'
+  # see https://github.com/lilydjwg/nvchecker/pull/233 (merged)
+  '9221a476c520c80a56cd25f39823287c10d2aac0'
+  # see https://github.com/lilydjwg/nvchecker/pull/240 (merged)
+  '0ba8cd41deb150293b70c0965af7f6c8cf8eb571'
 )
 
 pkgver() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nvchecker/-/commit/d7f6e52f576da9a27021ae4475340e1df69fe972

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nvchecker/-/commit/d7f6e52f576da9a27021ae4475340e1df69fe972
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/nvchecker] Pushed new tag 2.12-3

2023-12-02 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 2.12-3 at Arch Linux / Packaging / Packages / 
nvchecker

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nvchecker/-/tree/2.12-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-awscrt] Pushed new tag 0.19.18-1

2023-12-03 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 0.19.18-1 at Arch Linux / Packaging / Packages / 
python-awscrt

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-awscrt/-/tree/0.19.18-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-awscrt][main] upgpkg: 0.19.18-1

2023-12-03 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
python-awscrt


Commits:
bbc11d3c by Chih-Hsuan Yen at 2023-12-03T17:09:43+08:00
upgpkg: 0.19.18-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-awscrt
pkgdesc = A common runtime for AWS Python projects
-   pkgver = 0.19.12
+   pkgver = 0.19.18
pkgrel = 1
url = https://github.com/awslabs/aws-crt-python
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = python-awscrt
depends = glibc
depends = gcc-libs
depends = python
-   source = 
git+https://github.com/awslabs/aws-crt-python.git#tag=b8a0468fa2e5a3e1614d1435805a0aa71b2b3fb6
+   source = 
git+https://github.com/awslabs/aws-crt-python.git#tag=386ee9c23a95e672cd4806a6d9c5f20c7ce94f7b
source = git+https://github.com/awslabs/aws-c-auth
source = git+https://github.com/awslabs/aws-c-cal
source = git+https://github.com/awslabs/aws-c-common


=
PKGBUILD
=
@@ -5,9 +5,9 @@ _pkgname=aws-crt-python
 pkgname=python-awscrt
 # https://github.com/awslabs/aws-crt-python/releases
 # UPDATE_BLOCKED: aws-cli-v2 usually requires older awscrt 
https://github.com/aws/aws-cli/blob/v2/pyproject.toml
-pkgver=0.19.12
+pkgver=0.19.18
 # curl 
https://api.github.com/repos/awslabs/aws-crt-python/git/ref/tags/v$pkgver | jq 
-r .object.sha
-_tag=b8a0468fa2e5a3e1614d1435805a0aa71b2b3fb6
+_tag=386ee9c23a95e672cd4806a6d9c5f20c7ce94f7b
 pkgrel=1
 pkgdesc='A common runtime for AWS Python projects'
 arch=(x86_64)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-awscrt/-/commit/bbc11d3cddf2c0b3957701b189023d92701dfa55

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-awscrt/-/commit/bbc11d3cddf2c0b3957701b189023d92701dfa55
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/aws-cli-v2] Pushed new tag 2.14.5-1

2023-12-03 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 2.14.5-1 at Arch Linux / Packaging / Packages / 
aws-cli-v2

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/aws-cli-v2/-/tree/2.14.5-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/aws-cli-v2][main] upgpkg: 2.14.5-1; move back to python-mock

2023-12-03 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
aws-cli-v2


Commits:
c8098c87 by Chih-Hsuan Yen at 2023-12-03T17:20:12+08:00
upgpkg: 2.14.5-1; move back to python-mock

Now the upstream pull request contains git conflicts with the latest v2
branch, and I don't want to maintain a local copy of such a big patch.

See: https://github.com/aws/aws-cli/pull/8221

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = aws-cli-v2
pkgdesc = Unified command line interface for Amazon Web Services 
(version 2)
-   pkgver = 2.13.35
+   pkgver = 2.14.5
pkgrel = 1
url = https://github.com/aws/aws-cli/tree/v2
install = aws-cli-v2.install
@@ -9,12 +9,12 @@ pkgbase = aws-cli-v2
checkdepends = python-pytest
checkdepends = python-pytest-xdist
checkdepends = python-jsonschema
+   checkdepends = python-mock
checkdepends = procps-ng
makedepends = python-build
makedepends = python-wheel
makedepends = python-flit-core
makedepends = python-installer
-   makedepends = git
depends = python
depends = python-awscrt
depends = python-certifi
@@ -29,20 +29,18 @@ pkgbase = aws-cli-v2
depends = python-urllib3
provides = aws-cli
conflicts = aws-cli
-   source = https://awscli.amazonaws.com/awscli-2.13.35.tar.gz
-   source = https://awscli.amazonaws.com/awscli-2.13.35.tar.gz.sig
+   source = https://awscli.amazonaws.com/awscli-2.14.5.tar.gz
+   source = https://awscli.amazonaws.com/awscli-2.14.5.tar.gz.sig
source = build-ac.index-in-tmp.diff
source = fix-env.diff
source = 
aws-cli-v2-tz-fix.patch::https://github.com/aws/aws-cli/commit/95aa5ccc7bfaeafc0373e8472c8459030ac18920.patch
source = 
aws-cli-v2-ruamel-yaml-v4.patch::https://github.com/aws/aws-cli/commit/0331e399231b6cdb54b7b3bdd01a793647053cdd.patch
-   source = 
aws-cli-v2-mock.patch::https://github.com/aws/aws-cli/commit/3201d4e4e6d22664cf89ac4624003fed38911dd1.patch
validpgpkeys = FB5DB77FD5C118B80511ADA8A6310ACC4672475C
-   sha256sums = 
65df756c0da9a6a797c5cd0f29707e24de109335c199a31624a453e8a87fd98b
+   sha256sums = 
2501eee21436c099b2641cfaca028b9a62d2ef3e050102889f18ee2f24833705
sha256sums = SKIP
sha256sums = 
0267e41561ab2c46a97ebfb024f0b047aabc9e6b9866f204b2c1a84ee5810d63
sha256sums = 
893d61d7e958c3c02bfa1e03bf58f6f6abd98849d248cc661f1c56423df9f312
sha256sums = 
4fc614b8550d7363bb2d578c6b49326c9255203eb2f933fd0551f96ed5fb1f30
sha256sums = 
20a9fcd5235bf606e86a6ec06ca30307ebbcfd36063d2ac561c1f9eff7243046
-   sha256sums = 
67a2ea73ed2c09ccc8818983c6ba5f77d05102c4ba5188478955df310f69bb01
 
 pkgname = aws-cli-v2


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=aws-cli-v2
 # https://github.com/aws/aws-cli/raw/v2/CHANGELOG.rst
-pkgver=2.13.35
+pkgver=2.14.5
 pkgrel=1
 pkgdesc='Unified command line interface for Amazon Web Services (version 2)'
 arch=(any)
@@ -13,9 +13,9 @@ license=(Apache)
 depends=(python python-awscrt python-certifi python-colorama 
python-cryptography python-dateutil
  python-distro python-docutils python-jmespath python-prompt_toolkit 
python-ruamel-yaml
  python-urllib3)
-makedepends=(python-build python-wheel python-flit-core python-installer git)
+makedepends=(python-build python-wheel python-flit-core python-installer)
 # Tests need the 'ps' binary
-checkdepends=(python-pytest python-pytest-xdist python-jsonschema procps-ng)
+checkdepends=(python-pytest python-pytest-xdist python-jsonschema python-mock 
procps-ng)
 provides=(aws-cli)
 conflicts=(aws-cli)
 install=aws-cli-v2.install
@@ -23,15 +23,13 @@ 
source=("https://awscli.amazonaws.com/awscli-$pkgver.tar.gz"{,.sig}
 build-ac.index-in-tmp.diff
 fix-env.diff
 
"$pkgname-tz-fix.patch::https://github.com/aws/aws-cli/commit/95aa5ccc7bfaeafc0373e8472c8459030ac18920.patch";
-
"${pkgname}-ruamel-yaml-v4.patch::https://github.com/aws/aws-cli/commit/0331e399231b6cdb54b7b3bdd01a793647053cdd.patch";
-
"${pkgname}-mock.patch"::"https://github.com/aws/aws-cli/commit/3201d4e4e6d22664cf89ac4624003fed38911dd1.patch";)
-sha256sums=('65df756c0da9a6a797c5cd0f29707e24de109335c199a31624a453e8a87fd98b'
+
"${pkgname}-ruamel-yaml-v4.patch::https://github.com/aws/aws-cli/commit/0331e399231b6cdb54b7b3bdd01a793647053cdd.patch";)
+sha256sums=('2501eee21436c099b2641cfaca028b9a62d2ef3e050102889f18ee2f24833705'
 'SKIP'
 '0267e41561ab2c46a97ebfb024f0b047aabc9e6b9866f204b2c1a84ee5810d63'
 '893d61d7e958c3c02bfa1e03bf58f6f6abd98849d248cc661f1c56423df9f312'
 '4fc614b8550d7363bb2d578c6b49326c9255203eb2f933fd0551f96ed5fb1f30'
-'20a9fcd523

[Git][archlinux/packaging/packages/python-aws-sam-translator] Pushed new tag 1.82.0-1

2023-12-06 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 1.82.0-1 at Arch Linux / Packaging / Packages / 
python-aws-sam-translator

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aws-sam-translator/-/tree/1.82.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-aws-sam-translator][main] upgpkg: 1.82.0-1

2023-12-06 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
python-aws-sam-translator


Commits:
062169af by Chih-Hsuan Yen at 2023-12-06T20:33:32+08:00
upgpkg: 1.82.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-aws-sam-translator
pkgdesc = AWS Serverless Application Model (AWS SAM) prescribes rules 
for expressing Serverless applications on AWS
-   pkgver = 1.80.0
+   pkgver = 1.82.0
pkgrel = 1
url = https://github.com/aws/serverless-application-model
arch = any
@@ -19,7 +19,7 @@ pkgbase = python-aws-sam-translator
depends = python-jsonschema
depends = python-pydantic
depends = python-typing_extensions
-   source = 
https://github.com/aws/serverless-application-model/archive/v1.80.0/python-aws-sam-translator-1.80.0.tar.gz
-   sha256sums = 
2a4818ae765b863c363b758d93a73ef6d31bfbf7c5a325cab142bd3a9df2e25b
+   source = 
https://github.com/aws/serverless-application-model/archive/v1.82.0/python-aws-sam-translator-1.82.0.tar.gz
+   sha256sums = 
6812b670d7a2560d82f36785d735abc63e72c9aee63f42dfd76709cd5d7f841c
 
 pkgname = python-aws-sam-translator


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=python-aws-sam-translator
 # https://github.com/aws/serverless-application-model/releases
-pkgver=1.80.0
+pkgver=1.82.0
 pkgrel=1
 pkgdesc='AWS Serverless Application Model (AWS SAM) prescribes rules for 
expressing Serverless applications on AWS'
 arch=(any)
@@ -15,7 +15,7 @@ checkdepends=(python-pytest python-pytest-rerunfailures 
python-yaml python-param
 # Upstream intentionally exclude tests from sdist
 # 
https://github.com/aws/serverless-application-model/pull/381#issuecomment-382143094
 
source=("https://github.com/aws/serverless-application-model/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('2a4818ae765b863c363b758d93a73ef6d31bfbf7c5a325cab142bd3a9df2e25b')
+sha256sums=('6812b670d7a2560d82f36785d735abc63e72c9aee63f42dfd76709cd5d7f841c')
 
 prepare() {
   cd serverless-application-model-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aws-sam-translator/-/commit/062169afda601665e1afcc889df5c6d42945213e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aws-sam-translator/-/commit/062169afda601665e1afcc889df5c6d42945213e
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-s3transfer][main] 2 commits: unblock

2023-12-08 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
python-s3transfer


Commits:
41ed522c by Chih-Hsuan Yen at 2023-12-08T23:07:05+08:00
unblock

- - - - -
4ad97e98 by Chih-Hsuan Yen at 2023-12-08T23:45:13+08:00
upgpkg: 0.8.0-1: bump

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-s3transfer
pkgdesc = Amazon S3 Transfer Manager for Python
-   pkgver = 0.7.0
+   pkgver = 0.8.0
pkgrel = 1
url = https://github.com/boto/s3transfer
arch = any
@@ -14,7 +14,7 @@ pkgbase = python-s3transfer
depends = python
depends = python-botocore
optdepends = python-awscrt
-   source = 
python-s3transfer-0.7.0.tar.gz::https://github.com/boto/s3transfer/archive/0.7.0.tar.gz
-   sha256sums = 
933dfea024fd0b6b397885c46988e3811c214feecc50cb6ec9c9bbcc5b3e1455
+   source = 
python-s3transfer-0.8.0.tar.gz::https://github.com/boto/s3transfer/archive/0.8.0.tar.gz
+   sha256sums = 
860119168664e38b5d38f9d3b62a356daefee34bf345b1c053cbaf433203e333
 
 pkgname = python-s3transfer


=
PKGBUILD
=
@@ -4,8 +4,7 @@
 
 pkgname=python-s3transfer
 # https://github.com/boto/s3transfer/blob/develop/CHANGELOG.rst
-# UPDATE_BLOCKED: blocked as python-botocore is blocked
-pkgver=0.7.0
+pkgver=0.8.0
 pkgrel=1
 pkgdesc='Amazon S3 Transfer Manager for Python'
 arch=('any')
@@ -19,7 +18,7 @@ optdepends=(
   'python-awscrt'
 )
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-sha256sums=('933dfea024fd0b6b397885c46988e3811c214feecc50cb6ec9c9bbcc5b3e1455')
+sha256sums=('860119168664e38b5d38f9d3b62a356daefee34bf345b1c053cbaf433203e333')
 
 build() {
   cd s3transfer-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-s3transfer/-/compare/2006c4669e67d5ab14c5d8498b04c0e008d7720a...4ad97e9891740cd5b3a92f1272f7fc244f723895

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-s3transfer/-/compare/2006c4669e67d5ab14c5d8498b04c0e008d7720a...4ad97e9891740cd5b3a92f1272f7fc244f723895
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-s3transfer] Pushed new tag 0.8.0-1

2023-12-08 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 0.8.0-1 at Arch Linux / Packaging / Packages / 
python-s3transfer

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-s3transfer/-/tree/0.8.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-boto3] Pushed new tag 1.33.1-1

2023-12-08 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 1.33.1-1 at Arch Linux / Packaging / Packages / 
python-boto3

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-boto3/-/tree/1.33.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-boto3][main] 2 commits: unblock & misc changes around tests

2023-12-08 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
python-boto3


Commits:
18286b1f by Chih-Hsuan Yen at 2023-12-08T23:09:41+08:00
unblock & misc changes around tests

* avoid requests to IMDS and speed up testing by fake credentials
* do parallel testing only when makepkg.conf specifies parallel building

- - - - -
0aaa7f79 by Chih-Hsuan Yen at 2023-12-08T23:45:36+08:00
upgpkg: 1.33.1-1: bump

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-boto3
pkgdesc = The AWS SDK for Python
-   pkgver = 1.28.64
+   pkgver = 1.33.1
pkgrel = 1
url = https://github.com/boto/boto3
arch = any
@@ -15,7 +15,7 @@ pkgbase = python-boto3
depends = python-botocore
depends = python-jmespath
depends = python-s3transfer
-   source = 
python-boto3-1.28.64.tar.gz::https://github.com/boto/boto3/archive/1.28.64.tar.gz
-   sha512sums = 
ca0042e173c4a35dc9d6ab8ed362d3308753d3722bb4cf25302fd0018c5d94e66a2ea288610192ad5a353ca54f0ab8f1942224269935b1fe3444b2e70842da13
+   source = 
python-boto3-1.33.1.tar.gz::https://github.com/boto/boto3/archive/1.33.1.tar.gz
+   sha512sums = 
95996e4005d33e85de8f15889e69c4725943b5a0dd74ee97ae82c282b9da68cdbfcbd494b66c4adca5b530eefbe5505b963f9fcb9e97bd78bc74525c78708818
 
 pkgname = python-boto3


=
PKGBUILD
=
@@ -3,8 +3,7 @@
 # Contributor: Felix Yan 
 
 pkgname=python-boto3
-# UPDATE_BLOCKED: blocked as python-botocore is blocked
-pkgver=1.28.64
+pkgver=1.33.1
 pkgrel=1
 pkgdesc='The AWS SDK for Python'
 arch=('any')
@@ -14,7 +13,7 @@ depends=('python' 'python-botocore' 'python-jmespath' 
'python-s3transfer')
 makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
 checkdepends=('python-pytest' 'python-pytest-xdist')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz";)
-sha512sums=('ca0042e173c4a35dc9d6ab8ed362d3308753d3722bb4cf25302fd0018c5d94e66a2ea288610192ad5a353ca54f0ab8f1942224269935b1fe3444b2e70842da13')
+sha512sums=('95996e4005d33e85de8f15889e69c4725943b5a0dd74ee97ae82c282b9da68cdbfcbd494b66c4adca5b530eefbe5505b963f9fcb9e97bd78bc74525c78708818')
 
 build() {
   cd boto3-$pkgver
@@ -23,8 +22,18 @@ build() {
 
 check() {
   cd boto3-$pkgver
+
+  export AWS_SECRET_ACCESS_KEY=fake_key
+  export AWS_ACCESS_KEY_ID=fake_id
+
+  export PYTEST_XDIST_AUTO_NUM_WORKERS=$(echo "$MAKEFLAGS" | grep -oP 
'\-j\s*\K[0-9]+')
+  pytest_args=()
+  if [ -n "$PYTEST_XDIST_AUTO_NUM_WORKERS" ]; then
+pytest_args+=(-n auto)
+  fi
+
   # Many integration tests need real credentials
-  pytest tests -n auto --ignore=tests/integration
+  pytest tests "${pytest_args[@]}" --ignore=tests/integration
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-boto3/-/compare/039ad56c5532ff2e4131316237dfbf9463d3c207...0aaa7f79d2c158e40dbc2411af7f465da680d0cf

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-boto3/-/compare/039ad56c5532ff2e4131316237dfbf9463d3c207...0aaa7f79d2c158e40dbc2411af7f465da680d0cf
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/aws-cli] Pushed new tag 1.31.1-1

2023-12-08 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 1.31.1-1 at Arch Linux / Packaging / Packages / 
aws-cli

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/aws-cli/-/tree/1.31.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/aws-cli][main] 2 commits: unblock

2023-12-08 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
aws-cli


Commits:
1d73c093 by Chih-Hsuan Yen at 2023-12-08T23:13:38+08:00
unblock

- - - - -
d0dadd90 by Chih-Hsuan Yen at 2023-12-08T23:45:59+08:00
upgpkg: 1.31.1-1: bump

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = aws-cli
pkgdesc = Universal Command Line Interface for Amazon Web Services
-   pkgver = 1.29.64
+   pkgver = 1.31.1
pkgrel = 1
url = https://github.com/aws/aws-cli
arch = any
@@ -19,8 +19,8 @@ pkgbase = aws-cli
depends = python-rsa
depends = python-s3transfer
depends = python-yaml
-   source = 
aws-cli-1.29.64.tar.gz::https://github.com/aws/aws-cli/archive/1.29.64.tar.gz
-   md5sums = 7d9826c9f61b99963d3a131e3469d057
-   sha256sums = 
2a119034d4b0ba1e5cbc8a0846e1c2fa446cdbf6a6cb17373d5ce8a4c74df26c
+   source = 
aws-cli-1.31.1.tar.gz::https://github.com/aws/aws-cli/archive/1.31.1.tar.gz
+   md5sums = dcc9e8b41078a336ad57f685201f04ae
+   sha256sums = 
58fb580ef935395c89e575fdc04b9db0c771bf19408e1e618f45bffcd476c3bf
 
 pkgname = aws-cli


=
PKGBUILD
=
@@ -4,8 +4,7 @@
 # Contributor: Alper KANAT 
 
 pkgname=aws-cli
-# UPDATE_BLOCKED: blocked as python-botocore is blocked
-pkgver=1.29.64
+pkgver=1.31.1
 pkgrel=1
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
@@ -17,8 +16,8 @@ depends=('python' 'python-botocore' 'python-dateutil' 
'python-jmespath'
  'python-s3transfer' 'python-yaml')
 makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('7d9826c9f61b99963d3a131e3469d057')
-sha256sums=('2a119034d4b0ba1e5cbc8a0846e1c2fa446cdbf6a6cb17373d5ce8a4c74df26c')
+md5sums=('dcc9e8b41078a336ad57f685201f04ae')
+sha256sums=('58fb580ef935395c89e575fdc04b9db0c771bf19408e1e618f45bffcd476c3bf')
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/aws-cli/-/compare/c7ab2eb788a5e35692075214fada1e55bf8cb813...d0dadd90968d6129ec4441bab14aa1d9d6ace4e4

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/aws-cli/-/compare/c7ab2eb788a5e35692075214fada1e55bf8cb813...d0dadd90968d6129ec4441bab14aa1d9d6ace4e4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-aiobotocore] Pushed new tag 2.8.0-1

2023-12-08 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 2.8.0-1 at Arch Linux / Packaging / Packages / 
python-aiobotocore

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiobotocore/-/tree/2.8.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-aiobotocore][main] 2 commits: Prepare for 2.8.0

2023-12-08 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
python-aiobotocore


Commits:
915a26ef by Chih-Hsuan Yen at 2023-12-08T23:40:32+08:00
Prepare for 2.8.0

* `asyncio_mode = auto` is not needed since [1]
* moto patch not needed since [2]

[1] https://github.com/aio-libs/aiobotocore/pull/1049
[2] https://github.com/aio-libs/aiobotocore/pull/1057

- - - - -
a0f36558 by Chih-Hsuan Yen at 2023-12-08T23:46:24+08:00
upgpkg: 2.8.0-1: bump

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- − moto-4.1.7.diff


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-aiobotocore
pkgdesc = asyncio support for botocore library using aiohttp
-   pkgver = 2.7.0
+   pkgver = 2.8.0
pkgrel = 1
url = https://github.com/aio-libs/aiobotocore
arch = any
@@ -27,9 +27,7 @@ pkgbase = python-aiobotocore
depends = python-jmespath
depends = python-multidict
depends = python-urllib3
-   source = 
https://github.com/aio-libs/aiobotocore/archive/2.7.0/python-aiobotocore-2.7.0.tar.gz
-   source = moto-4.1.7.diff
-   sha256sums = 
a9a6f215c06f826bdbd9af25ea697bef0c9861e64e226a96cad519ab1a5548e7
-   sha256sums = 
06c2548e54067c15c192c48b72a29b04b987aa3b694e7676366e3cbc638df81f
+   source = 
https://github.com/aio-libs/aiobotocore/archive/2.8.0/python-aiobotocore-2.8.0.tar.gz
+   sha256sums = 
d3c940f53774d000b843540f98e281b3b3bc25915e381a3ba2317efef6ad6ee3
 
 pkgname = python-aiobotocore


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 pkgname=python-aiobotocore
 _pkgname=aiobotocore
 # https://github.com/aio-libs/aiobotocore/releases
-pkgver=2.7.0
+pkgver=2.8.0
 pkgrel=1
 pkgdesc='asyncio support for botocore library using aiohttp'
 arch=(any)
@@ -16,20 +16,8 @@ makedepends=(python-build python-installer python-setuptools 
python-wheel)
 checkdepends=(python-moto python-pytest python-pytest-asyncio python-dill
   # moto optdepends
   python-docker python-openapi-spec-validator python-yaml 
python-flask python-flask-cors)
-source=("https://github.com/aio-libs/aiobotocore/archive/$pkgver/$pkgname-$pkgver.tar.gz";
-moto-4.1.7.diff)
-sha256sums=('a9a6f215c06f826bdbd9af25ea697bef0c9861e64e226a96cad519ab1a5548e7'
-'06c2548e54067c15c192c48b72a29b04b987aa3b694e7676366e3cbc638df81f')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  patch -Np1 -i ../moto-4.1.7.diff
-
-  # For pytest-asyncio >= 0.19
-  # https://github.com/aio-libs/aiobotocore/issues/965
-  echo asyncio_mode = auto >> pytest.ini
-}
+source=("https://github.com/aio-libs/aiobotocore/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha256sums=('d3c940f53774d000b843540f98e281b3b3bc25915e381a3ba2317efef6ad6ee3')
 
 build() {
   cd $_pkgname-$pkgver


=
moto-4.1.7.diff deleted
=
@@ -1,10 +0,0 @@
 a/tests/test_basic_s3.py   2023-06-18 13:13:43.513908760 +0800
-+++ b/tests/test_basic_s3.py   2023-06-18 13:13:46.077250097 +0800
-@@ -634,6 +634,7 @@
- 'ResponseMetadata',
- 'ContentLength',
- 'VersionId',
-+'AcceptRanges',
- }
- 
- 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiobotocore/-/compare/8636b0ec5de89a7eed4cad2deef9bc00fd17cf22...a0f36558eeb8c76bf5ac0cfc6476a257ec80d513

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiobotocore/-/compare/8636b0ec5de89a7eed4cad2deef9bc00fd17cf22...a0f36558eeb8c76bf5ac0cfc6476a257ec80d513
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-botocore][main] 2 commits: unblock & misc changes

2023-12-08 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
python-botocore


Commits:
34edfd19 by Chih-Hsuan Yen at 2023-12-08T23:11:51+08:00
unblock & misc changes

* add changelog URL
* do parallel testing only when makepkg.conf specifies parallel building
* drop unneeded PYTHONDONTWRITEBYTECODE=1 trick. It was for reproducible
  packages, and no longer relevant after switching to PEP 517

- - - - -
f59f42bc by Chih-Hsuan Yen at 2023-12-08T23:42:16+08:00
upgpkg: 1.33.1-1: bump

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-botocore
pkgdesc = A low-level interface to a growing number of Amazon Web 
Services
-   pkgver = 1.31.64
+   pkgver = 1.33.1
pkgrel = 1
url = https://github.com/boto/botocore
arch = any
@@ -20,9 +20,9 @@ pkgbase = python-botocore
depends = python-jmespath
depends = python-urllib3
optdepends = python-awscrt
-   source = 
python-botocore-1.31.64.tar.gz::https://github.com/boto/botocore/archive/1.31.64.tar.gz
+   source = 
python-botocore-1.33.1.tar.gz::https://github.com/boto/botocore/archive/1.33.1.tar.gz
source = tests-keep-env.diff
-   sha256sums = 
ff4fddeeb2a6fb8b9db9b3659e4ec4d9e1c89f6ae0f9525657a000df406c06e0
+   sha256sums = 
05bc98f43cb8f073546e5d0b3062de5dd9ae78fb7e49f174cd0c932a29dfe8cf
sha256sums = 
15c588d3f4cfcc0ef26fc4ff367eb6dc12dc2f303e299cbe397288089ee52a11
 
 pkgname = python-botocore


=
PKGBUILD
=
@@ -5,8 +5,8 @@
 # Contributor: Chris Fordham
 
 pkgname=python-botocore
-# UPDATE_BLOCKED: newer python-botocore will likely break python-aiobotocore
-pkgver=1.31.64
+# https://raw.githubusercontent.com/boto/botocore/develop/CHANGELOG.rst
+pkgver=1.33.1
 pkgrel=1
 pkgdesc='A low-level interface to a growing number of Amazon Web Services'
 arch=('any')
@@ -21,7 +21,7 @@ optdepends=(
 )
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz
 tests-keep-env.diff)
-sha256sums=('ff4fddeeb2a6fb8b9db9b3659e4ec4d9e1c89f6ae0f9525657a000df406c06e0'
+sha256sums=('05bc98f43cb8f073546e5d0b3062de5dd9ae78fb7e49f174cd0c932a29dfe8cf'
 '15c588d3f4cfcc0ef26fc4ff367eb6dc12dc2f303e299cbe397288089ee52a11')
 
 prepare() {
@@ -43,8 +43,14 @@ check() {
 
   export PYTHONPATH="$PWD"
 
+  export PYTEST_XDIST_AUTO_NUM_WORKERS=$(echo "$MAKEFLAGS" | grep -oP 
'\-j\s*\K[0-9]+')
+  pytest_args=()
+  if [ -n "$PYTEST_XDIST_AUTO_NUM_WORKERS" ]; then
+pytest_args+=(-n auto)
+  fi
+
   # Many integration tests need real credentials
-  PYTHONDONTWRITEBYTECODE=1 pytest tests -n auto --ignore=tests/integration
+  pytest tests "${pytest_args[@]}" --ignore=tests/integration
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-botocore/-/compare/374efdfecaf48d7266e09a7545ef920541e09f6e...f59f42bc2c0bdda2d8c3c86bc15c56079543ee8a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-botocore/-/compare/374efdfecaf48d7266e09a7545ef920541e09f6e...f59f42bc2c0bdda2d8c3c86bc15c56079543ee8a
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-botocore] Pushed new tag 1.33.1-1

2023-12-08 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 1.33.1-1 at Arch Linux / Packaging / Packages / 
python-botocore

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-botocore/-/tree/1.33.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-boto3][main] upgpkg: 1.33.1-2; add python-awscrt to optdepends

2023-12-08 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
python-boto3


Commits:
1fd3f1da by Chih-Hsuan Yen at 2023-12-09T00:06:15+08:00
upgpkg: 1.33.1-2; add python-awscrt to optdepends

See: https://github.com/boto/boto3/pull/3946

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,12 +1,13 @@
 pkgbase = python-boto3
pkgdesc = The AWS SDK for Python
pkgver = 1.33.1
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/boto/boto3
arch = any
license = Apache
checkdepends = python-pytest
checkdepends = python-pytest-xdist
+   checkdepends = python-awscrt
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
@@ -15,6 +16,7 @@ pkgbase = python-boto3
depends = python-botocore
depends = python-jmespath
depends = python-s3transfer
+   optdepends = python-awscrt: AWS CRT S3 transfers
source = 
python-boto3-1.33.1.tar.gz::https://github.com/boto/boto3/archive/1.33.1.tar.gz
sha512sums = 
95996e4005d33e85de8f15889e69c4725943b5a0dd74ee97ae82c282b9da68cdbfcbd494b66c4adca5b530eefbe5505b963f9fcb9e97bd78bc74525c78708818
 


=
PKGBUILD
=
@@ -4,14 +4,17 @@
 
 pkgname=python-boto3
 pkgver=1.33.1
-pkgrel=1
+pkgrel=2
 pkgdesc='The AWS SDK for Python'
 arch=('any')
 license=('Apache')
 url='https://github.com/boto/boto3'
 depends=('python' 'python-botocore' 'python-jmespath' 'python-s3transfer')
 makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
-checkdepends=('python-pytest' 'python-pytest-xdist')
+checkdepends=('python-pytest' 'python-pytest-xdist' 'python-awscrt')
+optdepends=(
+  'python-awscrt: AWS CRT S3 transfers'
+)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz";)
 
sha512sums=('95996e4005d33e85de8f15889e69c4725943b5a0dd74ee97ae82c282b9da68cdbfcbd494b66c4adca5b530eefbe5505b963f9fcb9e97bd78bc74525c78708818')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-boto3/-/commit/1fd3f1dac4c8eafb816eefd8eabe25831599200e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-boto3/-/commit/1fd3f1dac4c8eafb816eefd8eabe25831599200e
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-boto3] Pushed new tag 1.33.1-2

2023-12-08 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 1.33.1-2 at Arch Linux / Packaging / Packages / 
python-boto3

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-boto3/-/tree/1.33.1-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-httpcore] Pushed new tag 1.0.2-2

2023-12-08 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 1.0.2-2 at Arch Linux / Packaging / Packages / 
python-httpcore

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-httpcore/-/tree/1.0.2-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-httpcore][main] 2 commits: Allow anyio 3.x

2023-12-08 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
python-httpcore


Commits:
ad7129aa by Chih-Hsuan Yen at 2023-11-30T14:30:41+08:00
Allow anyio 3.x

Also moves to a more reliable way for overriding -Werror

- - - - -
84cfa00b by Chih-Hsuan Yen at 2023-12-09T14:07:23+08:00
upgpkg: 1.0.2-2

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- + allow-older-anyio.diff


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-httpcore
pkgdesc = A minimal HTTP client
pkgver = 1.0.2
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/encode/httpcore
arch = any
license = BSD
@@ -25,6 +25,8 @@ pkgbase = python-httpcore
optdepends = python-trio: for trio backend
optdepends = python-sniffio: for async support
source = 
python-httpcore-1.0.2.tar.gz::https://github.com/encode/httpcore/archive/1.0.2.tar.gz
+   source = allow-older-anyio.diff
sha512sums = 
6fc0c686b0b02b1e822550c18a7a90d2501f9d530598511877ee8cb09a0bdc4d56afe48cbb5fab5f8c1a12ea443055fe2a081b990fa4270f84db8197646b4979
+   sha512sums = 
5be9cca027e67dafad716ffd68001f2eb4560e71cd213c0c4833c985313ced0cff50e924a54a3773732a3909a75e842ddf3c0b9ecaea5015dea9f934837a2e61
 
 pkgname = python-httpcore


=
PKGBUILD
=
@@ -5,7 +5,7 @@ _pkgname=httpcore
 pkgname=python-httpcore
 # https://github.com/encode/httpcore/blob/master/CHANGELOG.md
 pkgver=1.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A minimal HTTP client"
 arch=('any')
 url="https://github.com/encode/${_pkgname}";
@@ -22,14 +22,15 @@ optdepends=(
 makedepends=('python-build' 'python-installer' 'python-hatchling' 
'python-hatch-fancy-pypi-readme'
  'python-h2' 'python-socksio' 'python-trio' 'python-anyio' 
'python-sniffio')
 checkdepends=('python-pytest-httpbin' 'python-pytest-trio')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha512sums=('6fc0c686b0b02b1e822550c18a7a90d2501f9d530598511877ee8cb09a0bdc4d56afe48cbb5fab5f8c1a12ea443055fe2a081b990fa4270f84db8197646b4979')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
+"allow-older-anyio.diff")
+sha512sums=('6fc0c686b0b02b1e822550c18a7a90d2501f9d530598511877ee8cb09a0bdc4d56afe48cbb5fab5f8c1a12ea443055fe2a081b990fa4270f84db8197646b4979'
+
'5be9cca027e67dafad716ffd68001f2eb4560e71cd213c0c4833c985313ced0cff50e924a54a3773732a3909a75e842ddf3c0b9ecaea5015dea9f934837a2e61')
 
 prepare() {
 cd ${_pkgname}-${pkgver}
 
-# disable -Werror, which often causes failures due to newer dependencies 
in Arch
-sed -i '/filterwarnings/d' pyproject.toml
+patch -Np1 -i ../allow-older-anyio.diff
 }
 
 build() {
@@ -44,7 +45,8 @@ check() {
 # raise open files limits, many tests will fail otherwise
 ulimit -S -n 4096
 
-python -m pytest
+# Overrides -Werror via -Wdefault, as the former often causes failures due 
to newer dependencies in Arch
+python -m pytest -Wdefault
 }
 
 package() {


=
allow-older-anyio.diff
=
@@ -0,0 +1,11 @@
+--- a/pyproject.toml   2023-11-30 14:14:32.171578063 +0800
 b/pyproject.toml   2023-11-30 14:14:38.721407840 +0800
+@@ -44,7 +44,7 @@
+ "trio>=0.22.0,<0.23.0",
+ ]
+ asyncio = [
+-"anyio>=4.0,<5.0",
++"anyio>=3.0,<5.0",
+ ]
+ 
+ [project.urls]



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-httpcore/-/compare/8f0cbf999e16cbc67f68fc6c743b82b77ea4b6c2...84cfa00be2468dfeed679aa61ec39c727d51ab3c

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-httpcore/-/compare/8f0cbf999e16cbc67f68fc6c743b82b77ea4b6c2...84cfa00be2468dfeed679aa61ec39c727d51ab3c
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-httpx] Pushed new tag 0.25.2-1

2023-12-08 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 0.25.2-1 at Arch Linux / Packaging / Packages / 
python-httpx

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-httpx/-/tree/0.25.2-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-httpx][main] upgpkg: 0.25.2-1

2023-12-08 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
python-httpx


Commits:
c23912b0 by Chih-Hsuan Yen at 2023-12-09T14:12:36+08:00
upgpkg: 0.25.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-httpx
pkgdesc = A next generation HTTP client for Python
-   pkgver = 0.25.1
+   pkgver = 0.25.2
pkgrel = 1
url = https://github.com/encode/httpx
arch = any
@@ -35,11 +35,11 @@ pkgbase = python-httpx
optdepends = python-rich: command line client support
optdepends = python-pygments: command line client support
optdepends = python-trio: alternative async library
-   source = 
python-httpx-0.25.1.tar.gz::https://github.com/encode/httpx/archive/0.25.1.tar.gz
+   source = 
python-httpx-0.25.2.tar.gz::https://github.com/encode/httpx/archive/0.25.2.tar.gz
source = uvicorn-test-server-use-h11.diff
-   sha512sums = 
ad67f45162e328dba3d74abc75cdae02cc4da1605e21456fbb2023f9f515efa6ec6c5799927a4a4557cf439819f9b05dc2805002e29b97102dadcf934cbd0e2b
+   sha512sums = 
7e62fcea55b7d0710f6d50581c8dd1ff5ae594a673a9b1cea5c03487eb3402ca96d44c311a9bcef14f20a7faa03462a3fab07edfe1ce2b11ecd66e4f7e1a06d5
sha512sums = 
d3e6a9df365aff5e4e7b724469672c6da9c7e95cc5d79339ebd1ea249236802d81b8792efb0826f89747424fa1bef20d4965ddb75b3b67e9cd320b5fcc738f18
-   b2sums = 
f13340d5b051fa2020c12825c31df8f5566c3900baa54267cf0718eaff35b600186cfee5a0db5d7fd1a86fbb94bb0d164c7c9be3d6508cd30fc2fbc75cc0c833
+   b2sums = 
8ae9fd692341ae3224c73c1f6837489819df1a00e13702a7af72143bf291cfcae23807fd51a6e1092672d0b5595f9557084151f3d07fbdd4e7fce8f5860a879f
b2sums = 
f7fc5aa67d59dfbf544ea2668a5df6449d1cb30f5adf1433d92ebbc0fd10d46fec592f1befe829e126d72240666b9c3ea1f69a9f2cca6f3f4e135a7e454be25d
 
 pkgname = python-httpx


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _pkgname=httpx
 pkgname=python-httpx
 # https://github.com/encode/httpx/blob/master/CHANGELOG.md
-pkgver=0.25.1
+pkgver=0.25.2
 pkgrel=1
 pkgdesc="A next generation HTTP client for Python"
 arch=('any')
@@ -30,9 +30,9 @@ checkdepends=('python-pytest-asyncio' 'python-pytest-trio' 
'python-typing_extens
   'python-rich' 'python-chardet')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
 "uvicorn-test-server-use-h11.diff")
-sha512sums=('ad67f45162e328dba3d74abc75cdae02cc4da1605e21456fbb2023f9f515efa6ec6c5799927a4a4557cf439819f9b05dc2805002e29b97102dadcf934cbd0e2b'
+sha512sums=('7e62fcea55b7d0710f6d50581c8dd1ff5ae594a673a9b1cea5c03487eb3402ca96d44c311a9bcef14f20a7faa03462a3fab07edfe1ce2b11ecd66e4f7e1a06d5'
 
'd3e6a9df365aff5e4e7b724469672c6da9c7e95cc5d79339ebd1ea249236802d81b8792efb0826f89747424fa1bef20d4965ddb75b3b67e9cd320b5fcc738f18')
-b2sums=('f13340d5b051fa2020c12825c31df8f5566c3900baa54267cf0718eaff35b600186cfee5a0db5d7fd1a86fbb94bb0d164c7c9be3d6508cd30fc2fbc75cc0c833'
+b2sums=('8ae9fd692341ae3224c73c1f6837489819df1a00e13702a7af72143bf291cfcae23807fd51a6e1092672d0b5595f9557084151f3d07fbdd4e7fce8f5860a879f'
 
'f7fc5aa67d59dfbf544ea2668a5df6449d1cb30f5adf1433d92ebbc0fd10d46fec592f1befe829e126d72240666b9c3ea1f69a9f2cca6f3f4e135a7e454be25d')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-httpx/-/commit/c23912b036528d87a394d2e80d874b1097b141bd

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-httpx/-/commit/c23912b036528d87a394d2e80d874b1097b141bd
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/lxqt-archiver] Pushed new tag 0.9.0-2

2023-12-13 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 0.9.0-2 at Arch Linux / Packaging / Packages / 
lxqt-archiver

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lxqt-archiver/-/tree/0.9.0-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/lxqt-archiver][main] upgpkg: 0.9.0-2; add p7zip to optdepends for 7z support

2023-12-13 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
lxqt-archiver


Commits:
7ad1d972 by Chih-Hsuan Yen at 2023-12-13T20:11:34+08:00
upgpkg: 0.9.0-2; add p7zip to optdepends for 7z support

Mentioned on LXQt Matrix/IRC/Telegram channel [1].

[1] 
https://matrix.to/#/!IwiMenSYQzzKtMneIO:matrix.org/$qrKZ9PD-QOZOMsVjPSEbYu5QYY6QwoYc2zKlPqvoQv8

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = lxqt-archiver
pkgdesc = A simple & lightweight desktop-agnostic Qt file archiver
pkgver = 0.9.0
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/lxqt/lxqt-archiver
arch = x86_64
groups = lxqt
@@ -15,6 +15,7 @@ pkgbase = lxqt-archiver
depends = json-glib
depends = libfm-qt.so
optdepends = libarchive: for handling rpm files
+   optdepends = p7zip: 7Z support
source = 
https://github.com/lxqt/lxqt-archiver/releases/download/0.9.0/lxqt-archiver-0.9.0.tar.xz
source = 
https://github.com/lxqt/lxqt-archiver/releases/download/0.9.0/lxqt-archiver-0.9.0.tar.xz.asc
validpgpkeys = 19DFDF3A579BD509DBB572D8BE793007AD22DF7E


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=lxqt-archiver
 pkgver=0.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple & lightweight desktop-agnostic Qt file archiver"
 arch=("x86_64")
 groups=("lxqt")
@@ -12,6 +12,7 @@ depends=('libfm-qt' 'qt5-x11extras' 'glib2' 'json-glib' 
'libfm-qt.so')
 makedepends=('cmake' 'qt5-tools' 'lxqt-build-tools')
 optdepends=(
   'libarchive: for handling rpm files'
+  'p7zip: 7Z support'
 )
 
source=("https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
 sha256sums=('be2d49669220700d71b5f4a62d340eab36e29b4a8327c1f551ae95eede793158'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lxqt-archiver/-/commit/7ad1d972cbcfdde505e4c202e4302d01515d1880

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lxqt-archiver/-/commit/7ad1d972cbcfdde505e4c202e4302d01515d1880
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/qps] Pushed new branch main

2023-12-15 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new branch main at Arch Linux / Packaging / Packages / qps

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qps/-/tree/main
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/qps] Pushed new tag 2.8.0-3

2023-12-15 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 2.8.0-3 at Arch Linux / Packaging / Packages / qps

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qps/-/tree/2.8.0-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/qps][main] upgpkg: 2.8.0-3

2023-12-15 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / qps


Commits:
bfb04416 by Chih-Hsuan Yen at 2023-12-16T11:36:29+08:00
upgpkg: 2.8.0-3

- - - - -


1 changed file:

- + keys/pgp/19DFDF3A579BD509DBB572D8BE793007AD22DF7E.asc


Changes:

=
keys/pgp/19DFDF3A579BD509DBB572D8BE793007AD22DF7E.asc
=
@@ -0,0 +1,52 @@
+-BEGIN PGP PUBLIC KEY BLOCK-
+
+mQINBF6cxrwBEADfl3ydxNfLBbWGPesXty2baQgixZ3D6aCxadI2kX+aikmT8rd0
+ttDKN18cXV52Ssxnj0qhgf4hwnu/b0be6BzqSEyGM+UQR3X2CYpxrMakfW32Q18K
+X5ec0RPR2ucBq9G0r9t6FYC8FkJ4uQUU3xxrLW3z302S0Makjgzm8BV9WrFQ7oFF
+uJQj0BHbHYC4RyaZb2AfxY4Y92BPGTjtGekWqgw6vEXCCnvAbGYVQzvxZt3nw21/
+1YmV4g7xhGFQPbOf9v3ejFUJeJIGzuJf5NAh7kvfCdUBAGYH0gnj0GpOve4ftnaG
+sAId2CQwm3oYF4Tu7yBPTOBpkaKkNaT+UdwTyeKERuCZ9ocZWX++/YF9ItRkJ5mM
+zoP1GluWn2atNWpRh/K97gyAGgr2fSmrAA4d1JrVbMujZAHoHAOKwJKqX9jPziPZ
+BFHfhcIOzG3ZhXAuumHsd7uwfPBVt20g+G+cOjBghbSSu9EOtMkAZl1g3ybvZixu
+Jtxa5exZWEmU7vtytEb8eq9Dj5XcGoTDbErE2RpJ/20HPzhyRKg9RN4iGS+0OiHS
+oRbDi5IEOizvQjp2bsBmfa3rsoDSOqF2pevp+u8I56I6bU1GFpxxNC5IGvgo2Q79
+quz0oIk5hs3eLlUdEYsLGwR6pWJaJyf36vuDsq7iLrLyvHI5irAowO4r1QARAQAB
+tCVQZWRyYW0gUG91cmFuZyA8dHN1amFuMjAwMEBnbWFpbC5jb20+iQJOBBMBCAA4
+FiEEGd/fOleb1QnbtXLYvnkwB60i334FAl6cxrwCGwMFCwkIBwIGFQoJCAsCBBYC
+AwECHgECF4AACgkQvnkwB60i335f9RAAgRpn8gUa/l10UkVAnpM2Cz0MuNMwwCOq
+IfVnuZuPBtYYiTU5Su++/aPZe3fF5B4v61F+XjNi7qeVL2t52X3jZ/iIx9Syasb+
+vDAIfQ5t6lKXvOptWxf6vteOg6CHbXwpGHbPjUkUS2vQwRikjBnR0SnkrMoXtgSX
+amPFqsitNrOhEJfeDfo0NzKESZuliWrCFt2v8c5q18G8cCZAvPLBlGuwRl58cDep
+3EIibMI/9MUSJbKoiHlK+LcHtG7BQTNis/e7Pe1PkRmExfhxe1lNajtOx8FO72Tq
+B6zY6drippM9VaIc1M+zp9BRpsFu8whOmapCqlXHRgAK8xTdQRIGInQFqLWPOxSC
+f0B6N+EvQvgkyFQ1rW+u91OJBma46uKkhrwf+mDttVRncaIAkgE6e6pqm18yIPFk
+D42rt/yHcOl+2qkcJS3gPcg5UvlCzqOwg1rKZQIk+TcPuDx3r2UghDEYZN9X6vw3
+zCBufr7ygZNf4tkbnVARFWTR4GzyCseFkWgOVZL9DccAhs8NeMy1WLkUzB75adeR
+3LONmEL7xOI8FuknKY4e6EcWhmstNIDgXfRe0hwO0VBdW3unoZC/K2ZM/ZuZyMdK
+TFjvYJrNewmymKge68wo0054bGZn8oz17i2AosJz7kW+ITsxmxhVcpfl4bav9Neq
+RpQwhnhK9bC5Ag0EXpzGvAEQANbeRHFbpgQVIqV9WVOVnTj4FIqrTPTPKKa02vJA
+7tGpgFapgvjdxnMxJfV6wuwOBUUFLR7DrXlV8EVFAYc5qTIeSQXvJsWw6gQ3+f0D
+z13oGOhZPBIzIKnV/MZI/jhIio8kSPWAuM5hR2X9Hvw3/CLo+H+hZZ6cFYoCxrQS
+tTzcKMkdQizLLa+WNbqUSxg6I/P5k/smUDY9gKW7RtI5t/PupA3WTnsVD6CYWa3Q
+c1O/1mUgqT6nQ5N9KCPpjZQRT6D6eIMmePtS85z4PPeYMJxPsKRYWPGRxKhCSdZl
+/0wsC8aRtmwYT729e0ZgTAmUnj+rQp5hboF/ZPFjIoXR9G+0HnoY0a/nqVO4lUON
+AV25GnMFGVyiHHlbH/0gboywwnzEg8BZbk+Z/61oOzBIW09sfG8fn8bsbkpL+nHf
+Mi/Vauge6wSfw7I5AfSiwrSDNHmKVsu39koWV6JGxEeFr2MffF+CuaoJCNOr/ZII
+SYR5ku3Y/lMKyUH1Oas0RWzFrdRcInqYK90A0x083zP4V445MvCwbRPzQAkm9wOP
+kILLhE5FW+9/O0/9bpx4joJUDLV4d3hFZy7GSHKiZUs1QW6BV75JQKqoi+cVt+/L
++o1S8CMNekjqdC2mWRosM3doo51zT/FWNzQA1QcoZP2hORJDfw66y+4wPq6o8y1W
+jR35ABEBAAGJAjYEGAEIACAWIQQZ3986V5vVCdu1cti+eTAHrSLffgUCXpzGvAIb
+DAAKCRC+eTAHrSLffgbJD/4qW5YOo/BayBhaUh2L7VP7JNlECb/2xNNOFKI1NjNr
+nOmgSJLzf74Uhmt5W+iVjmJBHrDceprIPkizmPrn90kIsPIMtHIDNxzUgKZHbnza
+j1vZyAeC+JV79X1hOVpprj1TJwy65lpxXNyYnGqeIOgyFokn9fOHXv8aMQwpNuUr
+bdUJ1C75jYrvwy/NR1DczIFFYgsbkDGDtjVBjyMc5JAgvUBz37/iVPJfWP6dKVnf
+abRnUVzHgvgK7bnab00SA1TiWvjHURGjo+5rnRtv8X/AgStc2Phjq68TMIgMn0F2
+kjUVvfQotNqzo9madNshvUDmsGtAzKh4e0dS1ear7u3nRp4Z7fqSrTEtXKNbEPwZ
+wdWrWmmQLacNQBSe/FtcMzGF6xIVr4lnrL0bFjqBdQpdTC7vns3QSKk8/GFiEfpv
+kzXrDbGV7jX2OWDjNHKcmXX2+E1CsNaJgS7zOgZw5jvbvlTLJUwyYNlM1VLI2OFW
+Oa86l8pqli+B7rpTbsAE9Ut8qUaWjm87oUNSJbaKgqNnMaE+b/8VJaEeWHgQJwsD
+bJSJ/O/vzlRtDjOJ1JDlMRLs7TnOFeUh5pgwyaJoidYbJEiGlMGJbI6BjwhDTBFO
+NLJtd3SsRjc7ICtGdCvej59IvCDTjxtkhx5okF03APi1aXpHQrE18/arFD7BpoGO
+sw==
+=gSIv
+-END PGP PUBLIC KEY BLOCK-



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qps/-/commit/bfb04416ed0c891b622283d2da48f87c819b9d1b

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qps/-/commit/bfb04416ed0c891b622283d2da48f87c819b9d1b
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-cfn-lint] Pushed new tag 0.83.6-1

2023-12-15 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 0.83.6-1 at Arch Linux / Packaging / Packages / 
python-cfn-lint

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cfn-lint/-/tree/0.83.6-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-cfn-lint][main] upgpkg: 0.83.6-1

2023-12-15 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
python-cfn-lint


Commits:
b30a30e7 by Chih-Hsuan Yen at 2023-12-16T12:25:26+08:00
upgpkg: 0.83.6-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-cfn-lint
pkgdesc = CloudFormation Linter
-   pkgver = 0.83.3
+   pkgver = 0.83.6
pkgrel = 1
url = https://github.com/aws-cloudformation/cfn-lint
arch = any
@@ -22,9 +22,9 @@ pkgbase = python-cfn-lint
depends = python-sympy
depends = python-regex
optdepends = python-pydot: for building graphs from templates
-   source = 
https://github.com/aws-cloudformation/cfn-lint/archive/v0.83.3/cfn-lint-0.83.3.tar.gz
+   source = 
https://github.com/aws-cloudformation/cfn-lint/archive/v0.83.6/cfn-lint-0.83.6.tar.gz
source = skip-tests-that-require-git.diff
-   sha256sums = 
3f9bea08ed7ad37201a3a1fbb8d894c0b55c6cf2267d33436c6697e96df30710
+   sha256sums = 
5ed18db9dfeb50cf8bd67dbcaaa257e1b87d812d386c9c6afbec18843d2ca89f
sha256sums = 
2c00f29edd290e5c0de741ebce53d7a4caa7509a91befc806296c897b0f0e879
 
 pkgname = python-cfn-lint


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=python-cfn-lint
 # https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md
-pkgver=0.83.3
+pkgver=0.83.6
 pkgrel=1
 pkgdesc='CloudFormation Linter'
 arch=(any)
@@ -19,7 +19,7 @@ optdepends=(
 )
 
source=("https://github.com/aws-cloudformation/cfn-lint/archive/v$pkgver/cfn-lint-$pkgver.tar.gz";
 'skip-tests-that-require-git.diff')
-sha256sums=('3f9bea08ed7ad37201a3a1fbb8d894c0b55c6cf2267d33436c6697e96df30710'
+sha256sums=('5ed18db9dfeb50cf8bd67dbcaaa257e1b87d812d386c9c6afbec18843d2ca89f'
 '2c00f29edd290e5c0de741ebce53d7a4caa7509a91befc806296c897b0f0e879')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cfn-lint/-/commit/b30a30e7bc9a3142443e4abdbf252cd5f56f60bc

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cfn-lint/-/commit/b30a30e7bc9a3142443e4abdbf252cd5f56f60bc
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-awscrt][main] upgpkg: 0.19.19-1

2023-12-16 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
python-awscrt


Commits:
a333e33a by Chih-Hsuan Yen at 2023-12-16T16:13:34+08:00
upgpkg: 0.19.19-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-awscrt
pkgdesc = A common runtime for AWS Python projects
-   pkgver = 0.19.18
+   pkgver = 0.19.19
pkgrel = 1
url = https://github.com/awslabs/aws-crt-python
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = python-awscrt
depends = glibc
depends = gcc-libs
depends = python
-   source = 
git+https://github.com/awslabs/aws-crt-python.git#tag=386ee9c23a95e672cd4806a6d9c5f20c7ce94f7b
+   source = 
git+https://github.com/awslabs/aws-crt-python.git#tag=bc8163806b3b8e3c93b9f380e4852003e1467651
source = git+https://github.com/awslabs/aws-c-auth
source = git+https://github.com/awslabs/aws-c-cal
source = git+https://github.com/awslabs/aws-c-common


=
PKGBUILD
=
@@ -5,9 +5,9 @@ _pkgname=aws-crt-python
 pkgname=python-awscrt
 # https://github.com/awslabs/aws-crt-python/releases
 # UPDATE_BLOCKED: aws-cli-v2 usually requires older awscrt 
https://github.com/aws/aws-cli/blob/v2/pyproject.toml
-pkgver=0.19.18
+pkgver=0.19.19
 # curl 
https://api.github.com/repos/awslabs/aws-crt-python/git/ref/tags/v$pkgver | jq 
-r .object.sha
-_tag=386ee9c23a95e672cd4806a6d9c5f20c7ce94f7b
+_tag=bc8163806b3b8e3c93b9f380e4852003e1467651
 pkgrel=1
 pkgdesc='A common runtime for AWS Python projects'
 arch=(x86_64)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-awscrt/-/commit/a333e33a21b809d7404a390cf4ef17787c315b5a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-awscrt/-/commit/a333e33a21b809d7404a390cf4ef17787c315b5a
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-awscrt] Pushed new tag 0.19.19-1

2023-12-16 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 0.19.19-1 at Arch Linux / Packaging / Packages / 
python-awscrt

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-awscrt/-/tree/0.19.19-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/aws-cli-v2] Pushed new tag 2.15.2-1

2023-12-16 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 2.15.2-1 at Arch Linux / Packaging / Packages / 
aws-cli-v2

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/aws-cli-v2/-/tree/2.15.2-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/aws-cli-v2][main] upgpkg: 2.15.2-1

2023-12-16 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
aws-cli-v2


Commits:
f0232afd by Chih-Hsuan Yen at 2023-12-16T16:36:28+08:00
upgpkg: 2.15.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = aws-cli-v2
pkgdesc = Unified command line interface for Amazon Web Services 
(version 2)
-   pkgver = 2.14.5
+   pkgver = 2.15.2
pkgrel = 1
url = https://github.com/aws/aws-cli/tree/v2
install = aws-cli-v2.install
@@ -29,14 +29,14 @@ pkgbase = aws-cli-v2
depends = python-urllib3
provides = aws-cli
conflicts = aws-cli
-   source = https://awscli.amazonaws.com/awscli-2.14.5.tar.gz
-   source = https://awscli.amazonaws.com/awscli-2.14.5.tar.gz.sig
+   source = https://awscli.amazonaws.com/awscli-2.15.2.tar.gz
+   source = https://awscli.amazonaws.com/awscli-2.15.2.tar.gz.sig
source = build-ac.index-in-tmp.diff
source = fix-env.diff
source = 
aws-cli-v2-tz-fix.patch::https://github.com/aws/aws-cli/commit/95aa5ccc7bfaeafc0373e8472c8459030ac18920.patch
source = 
aws-cli-v2-ruamel-yaml-v4.patch::https://github.com/aws/aws-cli/commit/0331e399231b6cdb54b7b3bdd01a793647053cdd.patch
validpgpkeys = FB5DB77FD5C118B80511ADA8A6310ACC4672475C
-   sha256sums = 
2501eee21436c099b2641cfaca028b9a62d2ef3e050102889f18ee2f24833705
+   sha256sums = 
279daffc11d4e0ec5ce2b05d9eea2167e484d747ee76096b125cc4198da3ed92
sha256sums = SKIP
sha256sums = 
0267e41561ab2c46a97ebfb024f0b047aabc9e6b9866f204b2c1a84ee5810d63
sha256sums = 
893d61d7e958c3c02bfa1e03bf58f6f6abd98849d248cc661f1c56423df9f312


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=aws-cli-v2
 # https://github.com/aws/aws-cli/raw/v2/CHANGELOG.rst
-pkgver=2.14.5
+pkgver=2.15.2
 pkgrel=1
 pkgdesc='Unified command line interface for Amazon Web Services (version 2)'
 arch=(any)
@@ -24,7 +24,7 @@ 
source=("https://awscli.amazonaws.com/awscli-$pkgver.tar.gz"{,.sig}
 fix-env.diff
 
"$pkgname-tz-fix.patch::https://github.com/aws/aws-cli/commit/95aa5ccc7bfaeafc0373e8472c8459030ac18920.patch";
 
"${pkgname}-ruamel-yaml-v4.patch::https://github.com/aws/aws-cli/commit/0331e399231b6cdb54b7b3bdd01a793647053cdd.patch";)
-sha256sums=('2501eee21436c099b2641cfaca028b9a62d2ef3e050102889f18ee2f24833705'
+sha256sums=('279daffc11d4e0ec5ce2b05d9eea2167e484d747ee76096b125cc4198da3ed92'
 'SKIP'
 '0267e41561ab2c46a97ebfb024f0b047aabc9e6b9866f204b2c1a84ee5810d63'
 '893d61d7e958c3c02bfa1e03bf58f6f6abd98849d248cc661f1c56423df9f312'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/aws-cli-v2/-/commit/f0232afdc32ed8e1edb0d55c4cdf75dcab33b1bc

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/aws-cli-v2/-/commit/f0232afdc32ed8e1edb0d55c4cdf75dcab33b1bc
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-klein][main] Switch to PEP517

2023-12-16 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
python-klein


Commits:
893c57ee by Chih-Hsuan Yen at 2023-12-16T21:21:12+08:00
Switch to PEP517

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -13,7 +13,7 @@ depends=(python python-attrs python-hyperlink 
python-incremental
  python-tubes python-twisted python-werkzeug python-zope-interface
  # Detected by namcap and not declared in setup.py
  python-constantly)
-makedepends=(python-setuptools)
+makedepends=(python-build python-installer python-setuptools python-wheel)
 checkdepends=(python-hypothesis python-treq python-pytest)
 source=("https://github.com/twisted/klein/archive/$pkgver/klein-$pkgver.tar.gz";
 
"$pkgname-pr586.patch"::"https://github.com/twisted/klein/commit/6d8f1dbacedf0aee85be307ac0e04537f2084f38.patch";)
@@ -27,7 +27,7 @@ prepare() {
 
 build() {
   cd klein-$pkgver
-  python setup.py build
+  python -m build --wheel --no-isolation
 }
 
 check() {
@@ -37,6 +37,6 @@ check() {
 
 package() {
   cd klein-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  python -m installer --destdir="$pkgdir" dist/*.whl
   install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-klein/-/commit/893c57ee225eb6b08afc69f5a7bd17e0fc392f0b

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-klein/-/commit/893c57ee225eb6b08afc69f5a7bd17e0fc392f0b
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/nvchecker] Pushed new tag 2.13-1

2023-12-18 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 2.13-1 at Arch Linux / Packaging / Packages / 
nvchecker

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nvchecker/-/tree/2.13-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/nvchecker][main] upgpkg: 2.13-1; dropped landed commits + add a check for landed commits

2023-12-18 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
nvchecker


Commits:
d0a3a9b1 by Chih-Hsuan Yen at 2023-12-18T22:57:40+08:00
upgpkg: 2.13-1; dropped landed commits + add a check for landed commits

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = nvchecker
pkgdesc = New version checker for software releases
-   pkgver = 2.12
-   pkgrel = 3
+   pkgver = 2.13
+   pkgrel = 1
url = https://github.com/lilydjwg/nvchecker
arch = any
license = MIT
@@ -39,7 +39,7 @@ pkgbase = nvchecker
optdepends = git: support for git repositories
optdepends = python-gobject: for nvchecker-notify
optdepends = libnotify: for nvchecker-notify
-   source = 
git+https://github.com/lilydjwg/nvchecker.git?signed#tag=7df19d25b745481622f23668036020b664e6ee66
+   source = 
git+https://github.com/lilydjwg/nvchecker.git?signed#tag=34c2f1c7ecd1c626b648e384e777cf1c0d7124f3
validpgpkeys = 356690A1E7404E30D0E902B2E64D049594A54F54
sha512sums = SKIP
 


=
PKGBUILD
=
@@ -2,10 +2,10 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=nvchecker
-pkgver=2.12
+pkgver=2.13
 # curl https://api.github.com/repos/lilydjwg/nvchecker/git/ref/tags/v$pkgver | 
jq -r .object.sha
-_tag=7df19d25b745481622f23668036020b664e6ee66
-pkgrel=3
+_tag=34c2f1c7ecd1c626b648e384e777cf1c0d7124f3
+pkgrel=1
 pkgdesc="New version checker for software releases"
 arch=('any')
 url="https://github.com/lilydjwg/nvchecker";
@@ -40,25 +40,8 @@ validpgpkeys=(
 )
 
 _backports=(
-  # Fix test_alpmfiles in Arch chroots
-  'd9888cc49d3531a947e7b443a3bab47a7e09da14'
-  # bump android-sdk-cmake and xml2 version
-  'fe1342e9fb39774e63d2f650db8e04f50d3355a9'
-  # tests: update Android SDK version
-  '598bb941352d0d554ae44742fe2a2e5e3ab306a4'
-  # tests: fix tests with httpbin 0.10.0
-  '07cddd9bd66eb038cfa0ede2f5b3bab0efb07488'
-  # update tests: give up deepin as it times out frequently
-  '2683f47e0405e3b2f723b58f0aa9eef879c64af8'
-  # tests: update
-  '5dcb3bc36a2edea7c9fed643b1856c53238d4f6f'
-  # fix pacman test
-  '5a6fee28176403337d11053640aabcaea512cebd'
-
-  # see https://github.com/lilydjwg/nvchecker/pull/233 (merged)
-  '9221a476c520c80a56cd25f39823287c10d2aac0'
-  # see https://github.com/lilydjwg/nvchecker/pull/240 (merged)
-  '0ba8cd41deb150293b70c0965af7f6c8cf8eb571'
+  # see https://github.com/lilydjwg/nvchecker/pull/246 (merged)
+  'fac30d46d9d090341da9494b1d541de280ed9f38'
 )
 
 pkgver() {
@@ -72,6 +55,10 @@ prepare() {
   # this loop is stolen from core/systemd :)
   local _c
   for _c in "${_backports[@]}"; do
+if git merge-base --is-ancestor "${_c}" HEAD; then
+  echo $_c is already included!
+  continue
+fi
 git log --oneline -1 "${_c}"
 git cherry-pick -n "${_c}"
   done



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nvchecker/-/commit/d0a3a9b1908f33e9c891508487b0ea155b3afccc

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nvchecker/-/commit/d0a3a9b1908f33e9c891508487b0ea155b3afccc
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/tt-rss] Pushed new tag 2-r11675.d4ae6c67d-1

2023-12-18 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 2-r11675.d4ae6c67d-1 at Arch Linux / Packaging / 
Packages / tt-rss

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tt-rss/-/tree/2-r11675.d4ae6c67d-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/tt-rss][main] upgpkg: 2:r11675.d4ae6c67d-1

2023-12-18 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
tt-rss


Commits:
b6cb1102 by Chih-Hsuan Yen at 2023-12-19T01:49:33+08:00
upgpkg: 2:r11675.d4ae6c67d-1

Bump to fix a regression introduced by me.

See: https://community.tt-rss.org/t/unexpected-behavior-with-figure-tag/6244

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = tt-rss
pkgdesc = Web-based news feed (RSS/Atom) aggregator
-   pkgver = r11657.ce9847d31
+   pkgver = r11675.d4ae6c67d
pkgrel = 1
epoch = 2
url = https://tt-rss.org
@@ -13,7 +13,7 @@ pkgbase = tt-rss
optdepends = postgresql
optdepends = php-gd-interpreter: for coloured feed badges
backup = etc/webapps/tt-rss/config.php
-   source = 
git+https://gitlab.tt-rss.org/tt-rss/tt-rss.git#commit=ce9847d31750102bde8acca3ba5a037fdc9f5c12
+   source = 
git+https://gitlab.tt-rss.org/tt-rss/tt-rss.git#commit=d4ae6c67db8c966ab4998fda6df14072b103106b
source = tt-rss.service
sha1sums = SKIP
sha1sums = d764e22065f8e0104b4f1d5dcf41cce01cd7bec5


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 # Contributor: Erik Mank 
 
 pkgname=tt-rss
-pkgver=r11657.ce9847d31
+pkgver=r11675.d4ae6c67d
 pkgrel=1
 epoch=2
 pkgdesc='Web-based news feed (RSS/Atom) aggregator'
@@ -19,7 +19,7 @@ optdepends=('mysql'
 'postgresql'
 'php-gd-interpreter: for coloured feed badges')
 makedepends=('git')
-_commit=ce9847d31750102bde8acca3ba5a037fdc9f5c12
+_commit=d4ae6c67db8c966ab4998fda6df14072b103106b
 # periodic releases are over 
https://srv.tt-rss.org/oldforum/viewtopic.php@f=10&t=3262.html
 source=(git+https://gitlab.tt-rss.org/tt-rss/tt-rss.git#commit=$_commit
tt-rss.service)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tt-rss/-/commit/b6cb1102267d7bc945cfa3c5fdd233070162c246

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tt-rss/-/commit/b6cb1102267d7bc945cfa3c5fdd233070162c246
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/buildbot] Pushed new tag 3.10.0-1

2023-12-18 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 3.10.0-1 at Arch Linux / Packaging / Packages / 
buildbot

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/buildbot/-/tree/3.10.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-aws-xray-sdk][main] Fix tests with newer python-pytest-asyncio

2023-12-19 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
python-aws-xray-sdk


Commits:
93d6d40d by Chih-Hsuan Yen at 2023-12-20T02:01:19+08:00
Fix tests with newer python-pytest-asyncio

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -61,11 +61,17 @@ check() {
   #   compatible with MariaDB [1]
   # * tests fail with pg8000 > 1.20.0 and upstream explicitly
   #   states no support [2]
+  # * Ignore tests/mock_module to fix tests/test_patcher.py. The test
+  #   checks if mock_module is not in sys.modules, while somehow for
+  #   pytest-asyncio after [3], mock_module is already in sys.modules
+  #   at the start of a test.
   # [1] https://github.com/tk0miya/testing.mysqld/issues/3
   # [2] https://github.com/aws/aws-xray-sdk-python/pull/324
+  # [3] https://github.com/pytest-dev/pytest-asyncio/pull/620
   pytest -v tests --asyncio-mode=auto \
   --ignore tests/ext/pg8000 \
-  --ignore tests/ext/pymysql
+  --ignore tests/ext/pymysql \
+  --ignore tests/mock_module
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aws-xray-sdk/-/commit/93d6d40da9b4fdac1542e9a13c1a29174b4cecf7

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aws-xray-sdk/-/commit/93d6d40da9b4fdac1542e9a13c1a29174b4cecf7
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/postgresql-old-upgrade] Pushed new tag 15.5-3

2023-12-20 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 15.5-3 at Arch Linux / Packaging / Packages / 
postgresql-old-upgrade

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/postgresql-old-upgrade/-/tree/15.5-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/postgresql] Pushed new tag 16.1-3

2023-12-20 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 16.1-3 at Arch Linux / Packaging / Packages / 
postgresql

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/postgresql/-/tree/16.1-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/postgresql][main] upgpkg: 16.1-3

2023-12-20 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
postgresql


Commits:
ca86ad93 by Chih-Hsuan Yen at 2023-12-20T21:06:02+08:00
upgpkg: 16.1-3

- - - - -


1 changed file:

- .SRCINFO


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = postgresql
pkgdesc = Sophisticated object-relational DBMS
pkgver = 16.1
-   pkgrel = 2
+   pkgrel = 3
url = https://www.postgresql.org/
arch = x86_64
license = custom:PostgreSQL
@@ -29,6 +29,7 @@ pkgbase = postgresql
source = postgresql-check-db-dir.in
source = postgresql.sysusers
source = postgresql.tmpfiles
+   source = openssl3.2.patch
md5sums = 9cbfb9076ed06384471802b850698a6d
md5sums = 6ce1dab3da98a10f9190e6b3037f93aa
md5sums = 632e22e96d6ace85b76a380487cfbf8c
@@ -38,6 +39,7 @@ pkgbase = postgresql
md5sums = 16615763ceb5429446c60784cce5297f
md5sums = 2050d34e4dfa05f3c6fe4cd7615eaa4b
md5sums = 02d017978f0bba21f455feceb3f0a45a
+   md5sums = e5b0bb9f9cda8781756873131597de75
sha256sums = 
ce3c4d85d19b0121fe0d3f8ef1fa601f71989e86f8a66f7dc3ad546dd5564fec
sha256sums = 
4d5a1020626d6cdd8eabbcb54e71d719a8d4cf0228f20173d16a86b374d32acd
sha256sums = 
e37e54caead0568b3605b14314faa62732b6ef188ee18edf2e73459795125717
@@ -47,6 +49,7 @@ pkgbase = postgresql
sha256sums = 
13e37772498e815fb2611d392ad4faa309c67d7cc0b50052d16ecba9b642b4d9
sha256sums = 
7fa8f0ef3f9d40abd4749cc327c2f52478cb6dfb6e2405bd0279c95e9ff99f12
sha256sums = 
4a4c0bb9ceb156cc47e9446d8393d1f72b4fe9ea1d39ba17213359df9211da57
+   sha256sums = 
efb5473a368f3b228acbc8776282ecb00f7a0f00ca632aaec10848bcbb177628
b2sums = 
f59859af644134cf0fc9289c0e0d93fe0f877794a1cc8881280d0439605a6e312866a0114d453af8e269e26173fa3742073fe5485901b7cb0af925a5c3506aad
b2sums = 
283b5a025a3a5ed500317b7a0b8fa9af66816bc7c6a59a90d826e4e8420f9631d41b7219617d63e2c20e58e553bfe715d3b6d31dd3ed3ec07233a7f178dba368
b2sums = 
920d9601b0573e086045ecf699122afa81f02f1e88490268ccf5ab880ba4e36990b9093628db8520cf23433ae813d2ad81e692b03600f58bbc0b73a3d3e1a70b
@@ -56,6 +59,7 @@ pkgbase = postgresql
b2sums = 
0e06dc2b914861b92cb020e8bec29f3202461f116ce1f5222e8cb35c91a30efb07957dbd51629ef025b59af58730905a272e422eccf9a67bf5138a14d0b285bc
b2sums = 
5e9cba2f45604db83eb77c7bbb54bc499a38274be6cd97abb056c9bdf18e637a8ac354e18f41f614f7e1a2d6f13c2a0b562ab0aaebf9447cf5eb2d60e6501e12
b2sums = 
8a8e5ec24ea338b2b51b8d2be5a336ac8d4cc6b25200ed0f0d564df9942997478df0c54da2fac7b27d64a34398f69047eecd0f97bdc0df8fe50a1b5ed74d
+   b2sums = 
b5c2c1f662ff5b531f24d15388195a95b25fd09e8c3467c5c9f2ed0858693c34332c9c87d69da0312348669c4b993353e2cdeefebc826dfd4d0a3ec83d11f940
 
 pkgname = postgresql-libs
pkgdesc = Libraries for use with PostgreSQL



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/postgresql/-/commit/ca86ad9362d3b532e79244d61fc159fd816f6456

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/postgresql/-/commit/ca86ad9362d3b532e79244d61fc159fd816f6456
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/lib32-pcsclite] Pushed new tag 2.2.3-1

2024-05-27 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 2.2.3-1 at Arch Linux / Packaging / Packages / 
lib32-pcsclite

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-pcsclite/-/tree/2.2.3-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/lib32-pcsclite][main] upgpkg: 2.2.3-1

2024-05-27 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
lib32-pcsclite


Commits:
eb065fcd by Chih-Hsuan Yen at 2024-05-28T11:29:05+08:00
upgpkg: 2.2.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = lib32-pcsclite
pkgdesc = PC/SC Architecture smartcard middleware library (32-bit)
-   pkgver = 2.2.2
+   pkgver = 2.2.3
pkgrel = 1
url = https://pcsclite.apdu.fr/
arch = x86_64
@@ -19,11 +19,11 @@ pkgbase = lib32-pcsclite
provides = libpcsclite.so
provides = libpcsclite_real.so
provides = libpcscspy.so
-   source = 
git+https://github.com/LudovicRousseau/PCSC.git#tag=2.2.2?signed
+   source = 
git+https://github.com/LudovicRousseau/PCSC.git#tag=2.2.3?signed
source = program-suffix.patch
source = systemd-unit-conflicts.diff
validpgpkeys = F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E
-   sha256sums = 
0d1be092670c29f85e7272547acc47227d2064a394d6951294208c58b6415b37
+   sha256sums = 
abb405377204fdc21d14f72871acbad50411a5afc740929a4913a17bad777867
sha256sums = 
0ce813943722e17b7c830bc914a33dbf377cbde691a4aac386b0062e85b5f8b3
sha256sums = 
2e6a50707a62f6b476e392ae4157565c45725d00ee86c29cf248adad71e01fe7
 


=
PKGBUILD
=
@@ -8,7 +8,7 @@ _pkgname=pcsclite
 pkgname=lib32-$_pkgname
 # 
https://gitlab.archlinux.org/archlinux/packaging/packages/pcsclite/-/commits/main
 # https://salsa.debian.org/rousseau/PCSC/blob/master/ChangeLog
-pkgver=2.2.2
+pkgver=2.2.3
 pkgrel=1
 pkgdesc="PC/SC Architecture smartcard middleware library (32-bit)"
 arch=('x86_64')
@@ -43,7 +43,7 @@ source=(
   "program-suffix.patch"
   "systemd-unit-conflicts.diff"
 )
-sha256sums=('0d1be092670c29f85e7272547acc47227d2064a394d6951294208c58b6415b37'
+sha256sums=('abb405377204fdc21d14f72871acbad50411a5afc740929a4913a17bad777867'
 '0ce813943722e17b7c830bc914a33dbf377cbde691a4aac386b0062e85b5f8b3'
 '2e6a50707a62f6b476e392ae4157565c45725d00ee86c29cf248adad71e01fe7')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-pcsclite/-/commit/eb065fcd08e504944989377d07c47974c341669f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-pcsclite/-/commit/eb065fcd08e504944989377d07c47974c341669f
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-anyio][main] 2 commits: Fix tests after removal of python-exceptiongroup

2024-05-29 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
python-anyio


Commits:
974c8316 by Chih-Hsuan Yen at 2024-05-29T18:48:57+08:00
Fix tests after removal of python-exceptiongroup

- - - - -
992ffb39 by Chih-Hsuan Yen at 2024-05-29T19:24:49+08:00
4.4.0

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- + no-exceptiongroup.diff


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-anyio
pkgdesc = High level compatibility layer for multiple asynchronous 
event loop implementations
-   pkgver = 4.3.0
-   pkgrel = 3
+   pkgver = 4.4.0
+   pkgrel = 1
url = https://github.com/agronholm/anyio
arch = any
license = MIT
@@ -24,7 +24,9 @@ pkgbase = python-anyio
optdepends = python-outcome: trio backend
optdepends = python-uvloop: use uvloop for asyncio backend
optdepends = python-pytest: pytest plugin
-   source = 
https://github.com/agronholm/anyio/archive/4.3.0/anyio-4.3.0.tar.gz
-   sha256sums = 
795c49397862065e6650d6bc30d5ccfd4bc149f8a4f9fbdbe3d816b8aaf5fb21
+   source = 
https://github.com/agronholm/anyio/archive/4.4.0/anyio-4.4.0.tar.gz
+   source = no-exceptiongroup.diff
+   sha256sums = 
3df2b985706beedb4306bcf04545d09e18e7171b14076c0326f9a18c830534f4
+   sha256sums = 
4d44828f163d98e6e27861f96493c9684980abe193ece5eb8cd649553f6e2a37
 
 pkgname = python-anyio


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 
 pkgname=python-anyio
 # https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst
-pkgver=4.3.0
-pkgrel=3
+pkgver=4.4.0
+pkgrel=1
 pkgdesc='High level compatibility layer for multiple asynchronous event loop 
implementations'
 arch=(any)
 url='https://github.com/agronholm/anyio'
@@ -18,8 +18,10 @@ optdepends=(
   'python-uvloop: use uvloop for asyncio backend'
   'python-pytest: pytest plugin'
 )
-source=(https://github.com/agronholm/anyio/archive/$pkgver/anyio-$pkgver.tar.gz)
-sha256sums=('795c49397862065e6650d6bc30d5ccfd4bc149f8a4f9fbdbe3d816b8aaf5fb21')
+source=(https://github.com/agronholm/anyio/archive/$pkgver/anyio-$pkgver.tar.gz
+no-exceptiongroup.diff)
+sha256sums=('3df2b985706beedb4306bcf04545d09e18e7171b14076c0326f9a18c830534f4'
+'4d44828f163d98e6e27861f96493c9684980abe193ece5eb8cd649553f6e2a37')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 
@@ -27,6 +29,12 @@ prepare() {
   cd anyio-$pkgver
   # Remove "error" from pytest filterwarnings
   sed -i '/"error"/d' pyproject.toml
+
+  # Avoid checkdepends on python-exceptiongroup, which was removed from Arch 
Linux [1].
+  # Specifically, I rewrite a test to use the new except* syntax, which is 
inspired by [2].
+  # [1] 
https://gitlab.archlinux.org/archlinux/packaging/state/-/commit/de33ab36729b786b80bf314f4e0296fc0cefec5b
+  # [2] 
https://github.com/agronholm/exceptiongroup?tab=readme-ov-file#catching-exceptions
+  patch -Np1 -i ../no-exceptiongroup.diff
 }
 
 build() {


=
no-exceptiongroup.diff
=
@@ -0,0 +1,24 @@
+diff --git a/tests/test_taskgroups.py b/tests/test_taskgroups.py
+index 11329df..acef11f 100644
+--- a/tests/test_taskgroups.py
 b/tests/test_taskgroups.py
+@@ -8,7 +8,6 @@ from collections.abc import AsyncGenerator, Coroutine, 
Generator
+ from typing import Any, NoReturn, cast
+ 
+ import pytest
+-from exceptiongroup import catch
+ 
+ import anyio
+ from anyio import (
+@@ -1330,8 +1329,10 @@ async def test_reraise_cancelled_in_excgroup() -> None:
+ 
+ with CancelScope() as scope:
+ scope.cancel()
+-with catch({get_cancelled_exc_class(): handler}):
++try:
+ await anyio.sleep_forever()
++except* get_cancelled_exc_class() as excgrp:
++handler(excgrp)
+ 
+ 
+ async def test_cancel_child_task_when_host_is_shielded() -> None:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-anyio/-/compare/13dc6ca64f1fc932dfcb4cd5a179e23f42a73e10...992ffb3980bb348dc5fa12d4a452992b933e035c

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-anyio/-/compare/13dc6ca64f1fc932dfcb4cd5a179e23f42a73e10...992ffb3980bb348dc5fa12d4a452992b933e035c
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-anyio] Pushed new tag 4.4.0-1

2024-05-29 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 4.4.0-1 at Arch Linux / Packaging / Packages / 
python-anyio

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-anyio/-/tree/4.4.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/nvchecker] Pushed new tag 2.15-1

2024-05-30 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 2.15-1 at Arch Linux / Packaging / Packages / 
nvchecker

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nvchecker/-/tree/2.15-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/nvchecker][main] upgpkg: 2.15-1

2024-05-30 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
nvchecker


Commits:
31261066 by Chih-Hsuan Yen at 2024-05-31T11:34:53+08:00
upgpkg: 2.15-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = nvchecker
pkgdesc = New version checker for software releases
-   pkgver = 2.14.1
-   pkgrel = 2
+   pkgver = 2.15
+   pkgrel = 1
url = https://github.com/lilydjwg/nvchecker
arch = any
license = MIT
@@ -41,8 +41,8 @@ pkgbase = nvchecker
optdepends = git: support for git repositories
optdepends = python-gobject: for nvchecker-notify
optdepends = libnotify: for nvchecker-notify
-   source = 
git+https://github.com/lilydjwg/nvchecker.git?signed#tag=v2.14.1
+   source = git+https://github.com/lilydjwg/nvchecker.git?signed#tag=v2.15
validpgpkeys = 356690A1E7404E30D0E902B2E64D049594A54F54
-   sha512sums = SKIP
+   sha512sums = 
e89d7b43318da8499f762f068d2ce7a0abe525b323749ccc6dcb9b8967ec4e6e6a28f5d92a7e47a9bc3fe0da621ac8eafd9f56909e5d4204e56a6e059ecc9ab8
 
 pkgname = nvchecker


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=nvchecker
-pkgver=2.14.1
-pkgrel=2
+pkgver=2.15
+pkgrel=1
 pkgdesc="New version checker for software releases"
 arch=('any')
 url="https://github.com/lilydjwg/nvchecker";
@@ -30,7 +30,7 @@ optdepends=(
   'libnotify: for nvchecker-notify'
 )
 source=("git+https://github.com/lilydjwg/nvchecker.git?signed#tag=v$pkgver";)
-sha512sums=('SKIP')
+sha512sums=('e89d7b43318da8499f762f068d2ce7a0abe525b323749ccc6dcb9b8967ec4e6e6a28f5d92a7e47a9bc3fe0da621ac8eafd9f56909e5d4204e56a6e059ecc9ab8')
 validpgpkeys=(
   # No direct trust chain. Some related stuffs:
   # https://api.github.com/users/lilydjwg/gpg_keys



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nvchecker/-/commit/312610663bc644139c956097c9e2fb57a5a4051e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nvchecker/-/commit/312610663bc644139c956097c9e2fb57a5a4051e
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-structlog][main] Update to 24.2.0

2024-05-31 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
python-structlog


Commits:
588a93b5 by Chih-Hsuan Yen at 2024-06-01T11:46:00+08:00
Update to 24.2.0

* Switch to SSH signatures following upstream [1]
* Keep pinning _tag instead of switching to git checksums, as upstream
  uses .gitattributes, making pacman checksums unstable. The fix is
  not in a stable pacman release yet [2].
* Use SPDX licenses

[1] https://github.com/hynek/structlog/issues/623
[2] https://gitlab.archlinux.org/pacman/pacman/-/issues/147

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- + ssh_allowed_signers


Changes:

=
.SRCINFO
=
@@ -1,10 +1,10 @@
 pkgbase = python-structlog
pkgdesc = Structured Logging for Python
-   pkgver = 24.1.0
-   pkgrel = 2
+   pkgver = 24.2.0
+   pkgrel = 1
url = https://www.structlog.org
arch = any
-   license = Apache
+   license = MIT OR Apache-2.0
checkdepends = python-pytest
checkdepends = python-freezegun
checkdepends = python-pretend
@@ -15,6 +15,7 @@ pkgbase = python-structlog
checkdepends = python-pytest-asyncio
checkdepends = python-rich
makedepends = git
+   makedepends = openssh
makedepends = python-build
makedepends = python-installer
makedepends = python-hatchling
@@ -24,8 +25,10 @@ pkgbase = python-structlog
optdepends = python-greenlet: for greenlet support in 
structlog.threadlocal (deprecated)
optdepends = python-twisted: for structlog.twisted
optdepends = python-rich: for structlog.dev
-   source = 
git+https://github.com/hynek/structlog.git?signed#tag=3dac758cc28fc063067cfce57e37c67b16daf00d
+   source = 
git+https://github.com/hynek/structlog.git#tag=490f3f3175fd8852c28da2f3c171e84b4f860878
+   source = ssh_allowed_signers
validpgpkeys = C2A04F86ACE28ADCF817DBB7AE2536227F69F181
sha512sums = SKIP
+   sha512sums = 
6ccc3793e6128783b745879785264f66961a6d3aeefd4c39746503490fe0c36c92807f3149ed601fdaaf84be244a6b24882a337025a2dd317a96d75b50f1fabd
 
 pkgname = python-structlog


=
PKGBUILD
=
@@ -3,16 +3,18 @@
 
 pkgname=python-structlog
 # https://github.com/hynek/structlog/blob/main/CHANGELOG.md
-pkgver=24.1.0
+pkgver=24.2.0
 # curl https://api.github.com/repos/hynek/structlog/git/ref/tags/$pkgver | jq 
-r .object.sha
-_tag=3dac758cc28fc063067cfce57e37c67b16daf00d
-pkgrel=2
+_tag=490f3f3175fd8852c28da2f3c171e84b4f860878
+pkgrel=1
 pkgdesc="Structured Logging for Python"
 url="https://www.structlog.org";
-license=('Apache')
+# https://github.com/hynek/structlog/blob/24.2.0/pyproject.toml#L14
+license=('MIT OR Apache-2.0')
 arch=('any')
 depends=('python')
-makedepends=('git' 'python-build' 'python-installer'
+# openssh needed to verify SSH signatures
+makedepends=('git' 'openssh' 'python-build' 'python-installer'
  'python-hatchling' 'python-hatch-vcs' 
'python-hatch-fancy-pypi-readme')
 checkdepends=('python-pytest' 'python-freezegun' 'python-pretend' 
'python-simplejson'
   'python-twisted' 'python-rapidjson' 'python-greenlet' 
'python-pytest-asyncio'
@@ -23,12 +25,20 @@ optdepends=(
   'python-rich: for structlog.dev'
 )
 # The PyPI tarball is signed, but missing conftest.py
-source=("git+https://github.com/hynek/structlog.git?signed#tag=$_tag";)
-sha512sums=('SKIP')
+source=("git+https://github.com/hynek/structlog.git#tag=$_tag";
+"ssh_allowed_signers")
+sha512sums=('SKIP'
+
'6ccc3793e6128783b745879785264f66961a6d3aeefd4c39746503490fe0c36c92807f3149ed601fdaaf84be244a6b24882a337025a2dd317a96d75b50f1fabd')
 validpgpkeys=(
   'C2A04F86ACE28ADCF817DBB7AE2536227F69F181'  # 
https://keys.openpgp.org/vks/v1/by-fingerprint/C2A04F86ACE28ADCF817DBB7AE2536227F69F181
 )
 
+# XXX: move to verify() when devtools supports it
+# https://gitlab.archlinux.org/archlinux/devtools/-/issues/224
+prepare() {
+  git -C structlog -c gpg.ssh.allowedSignersFile="$srcdir/ssh_allowed_signers" 
verify-tag $pkgver
+}
+
 pkgver() {
   cd structlog
   git describe --tags
@@ -50,4 +60,5 @@ check() {
 package() {
   cd structlog
   python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 LICENSE-{APACHE,MIT} -t "$pkgdir"/usr/share/licenses/$pkgname
 }


=
ssh_allowed_signers
=
@@ -0,0 +1,4 @@
+# From https://github.com/hynek.keys
+h...@ox.cx namespaces="git" ssh-ed25519 
C3NzaC1lZDI1NTE5IBE7gQJRZIiYSXl8l72aDthoQ1AQIW/3fmmzLZ+XRODW
+h...@ox.cx namespaces="git" ssh-rsa 
B3NzaC1yc2EDAQABAAACAQC6C0xOpjOzgHMVJWmajKSu3SF1dbKi+TG43JbjgAC1GivtL72k5A7UaB9h4jDevEDbWFwozg0iqyLB9ANsF3DU/pm7rrZ6W4hH7DtXhlrkcpvWiUvGcWG0rScRc5kn/0M9AbJ8bNdPot1P/wcZsIjpheJbWTwtuhlHIQcIZE6wiUIqemru9YzD/Jl/FtuUl0kwK3AlgJA2o4yQHoAmuHH9JLhrt4HqogJ44QcsQfs8SVSfpfa3egJA5

[Git][archlinux/packaging/packages/python-structlog] Pushed new tag 24.2.0-1

2024-05-31 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 24.2.0-1 at Arch Linux / Packaging / Packages / 
python-structlog

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-structlog/-/tree/24.2.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libchewing][main] upgpkg: 0.8.4-1

2024-05-31 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
libchewing


Commits:
0716fad3 by Chih-Hsuan Yen at 2024-06-01T12:08:27+08:00
upgpkg: 0.8.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = libchewing
pkgdesc = Intelligent Chinese phonetic input method
-   pkgver = 0.8.3
+   pkgver = 0.8.4
pkgrel = 1
url = https://chewing.im/
arch = x86_64
@@ -11,9 +11,9 @@ pkgbase = libchewing
makedepends = corrosion
depends = sqlite
optdepends = chewing-editor: view and modify libchewing user phrases 
database
-   source = 
https://github.com/chewing/libchewing/releases/download/v0.8.3/libchewing-0.8.3.tar.zst
-   source = 
https://github.com/chewing/libchewing/releases/download/v0.8.3/libchewing-0.8.3.tar.zst.minisig
-   sha256sums = 
6c8734eb3e5bbb7e9ba407d1315ffdaa8770e4c21fca835fb045329ef7fd3a1c
-   sha256sums = 
a4daa6ce91659b28355a629e7259f303e1008c408a8d84c40b107d1c2ed067f4
+   source = 
https://github.com/chewing/libchewing/releases/download/v0.8.4/libchewing-0.8.4.tar.zst
+   source = 
https://github.com/chewing/libchewing/releases/download/v0.8.4/libchewing-0.8.4.tar.zst.minisig
+   sha256sums = 
c272e85c9aff03265db08641cac25709b9faf45b4602e04ea6cb39317103b3fa
+   sha256sums = 
c0e292e359098050395dc88a809d770be0ff0ee331d71da4f8ec3e19f94f794a
 
 pkgname = libchewing


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: damir 
 
 pkgname=libchewing
-_pkgver=0.8.3
+_pkgver=0.8.4
 pkgver=${_pkgver/-rc./rc}
 pkgrel=1
 pkgdesc='Intelligent Chinese phonetic input method'
@@ -18,8 +18,8 @@ optdepends=(
   'chewing-editor: view and modify libchewing user phrases database'
 )
 
source=("https://github.com/chewing/${pkgname}/releases/download/v${_pkgver}/${pkgname}-${_pkgver}.tar.zst"{,.minisig})
-sha256sums=('6c8734eb3e5bbb7e9ba407d1315ffdaa8770e4c21fca835fb045329ef7fd3a1c'
-'a4daa6ce91659b28355a629e7259f303e1008c408a8d84c40b107d1c2ed067f4')
+sha256sums=('c272e85c9aff03265db08641cac25709b9faf45b4602e04ea6cb39317103b3fa'
+'c0e292e359098050395dc88a809d770be0ff0ee331d71da4f8ec3e19f94f794a')
 # The key is mentioned on https://github.com/chewing/libchewing
 _validminisignkey='RWRzJFnXiLZleAyCIv1talBjyRewelcy9gzYQq9pd3SKSFBPoy57sf5s'
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libchewing/-/commit/0716fad34ae66c2d1942e667f7427b35ebc91b92

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libchewing/-/commit/0716fad34ae66c2d1942e667f7427b35ebc91b92
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libchewing] Pushed new tag 0.8.4-1

2024-05-31 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 0.8.4-1 at Arch Linux / Packaging / Packages / 
libchewing

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libchewing/-/tree/0.8.4-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/nvchecker] Pushed new tag 2.15.1-1

2024-06-01 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 2.15.1-1 at Arch Linux / Packaging / Packages / 
nvchecker

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nvchecker/-/tree/2.15.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/nvchecker][main] upgpkg: 2.15.1-1

2024-06-01 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
nvchecker


Commits:
cbfe33d3 by Chih-Hsuan Yen at 2024-06-01T17:53:09+08:00
upgpkg: 2.15.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = nvchecker
pkgdesc = New version checker for software releases
-   pkgver = 2.15
+   pkgver = 2.15.1
pkgrel = 1
url = https://github.com/lilydjwg/nvchecker
arch = any
@@ -41,8 +41,8 @@ pkgbase = nvchecker
optdepends = git: support for git repositories
optdepends = python-gobject: for nvchecker-notify
optdepends = libnotify: for nvchecker-notify
-   source = git+https://github.com/lilydjwg/nvchecker.git?signed#tag=v2.15
+   source = 
git+https://github.com/lilydjwg/nvchecker.git?signed#tag=v2.15.1
validpgpkeys = 356690A1E7404E30D0E902B2E64D049594A54F54
-   sha512sums = 
e89d7b43318da8499f762f068d2ce7a0abe525b323749ccc6dcb9b8967ec4e6e6a28f5d92a7e47a9bc3fe0da621ac8eafd9f56909e5d4204e56a6e059ecc9ab8
+   sha512sums = 
c4c1a7f2fc2952cb05fdbb16f8abc932378c3020707d3f56f0f27bd14dd14119d8d0342b0309db48988a359bf3aece761aa7d152bf46039946f33e99e76f5e26
 
 pkgname = nvchecker


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=nvchecker
-pkgver=2.15
+pkgver=2.15.1
 pkgrel=1
 pkgdesc="New version checker for software releases"
 arch=('any')
@@ -30,7 +30,7 @@ optdepends=(
   'libnotify: for nvchecker-notify'
 )
 source=("git+https://github.com/lilydjwg/nvchecker.git?signed#tag=v$pkgver";)
-sha512sums=('e89d7b43318da8499f762f068d2ce7a0abe525b323749ccc6dcb9b8967ec4e6e6a28f5d92a7e47a9bc3fe0da621ac8eafd9f56909e5d4204e56a6e059ecc9ab8')
+sha512sums=('c4c1a7f2fc2952cb05fdbb16f8abc932378c3020707d3f56f0f27bd14dd14119d8d0342b0309db48988a359bf3aece761aa7d152bf46039946f33e99e76f5e26')
 validpgpkeys=(
   # No direct trust chain. Some related stuffs:
   # https://api.github.com/users/lilydjwg/gpg_keys
@@ -65,7 +65,8 @@ build() {
 
 check() {
   cd nvchecker
-  pytest
+  # Skip test_anitya temporarily due to service outage 
https://pagure.io/fedora-infrastructure/issue/11961
+  pytest -k 'not test_anitya'
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nvchecker/-/commit/cbfe33d31d9d2f831defe78762d401809859485c

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nvchecker/-/commit/cbfe33d31d9d2f831defe78762d401809859485c
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-joserfc][main] Ignore unsigned version

2024-06-01 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
python-joserfc


Commits:
48007e66 by Chih-Hsuan Yen at 2024-06-01T22:11:54+08:00
Ignore unsigned version

- - - - -


1 changed file:

- .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -1,3 +1,6 @@
 [python-joserfc]
 source = "pypi"
 pypi = "joserfc"
+# Git commit for tag 0.10.0 is not GPG-signed
+# See: https://github.com/authlib/joserfc/issues/22
+ignored = "0.10.0"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-joserfc/-/commit/48007e661ce2b3a34d546cfa268d50beaba10117

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-joserfc/-/commit/48007e661ce2b3a34d546cfa268d50beaba10117
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-joserfc] Pushed new tag 0.11.1-1

2024-06-03 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 0.11.1-1 at Arch Linux / Packaging / Packages / 
python-joserfc

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-joserfc/-/tree/0.11.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-joserfc][main] Update to 0.11.1

2024-06-03 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
python-joserfc


Commits:
a64e9e35 by Chih-Hsuan Yen at 2024-06-04T11:10:49+08:00
Update to 0.11.1

- - - - -


3 changed files:

- .SRCINFO
- .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-joserfc
pkgdesc = Implementations of JOSE RFCs in Python
-   pkgver = 0.9.0
-   pkgrel = 2
+   pkgver = 0.11.1
+   pkgrel = 1
url = https://github.com/authlib/joserfc
arch = any
license = BSD-3-Clause
@@ -15,8 +15,8 @@ pkgbase = python-joserfc
depends = python
depends = python-cryptography
optdepends = python-pycryptodome: for draft RFCs
-   source = 
git+https://github.com/authlib/joserfc?signed#commit=b669af5fbf17ad500893004299debe006885dd97
+   source = 
git+https://github.com/authlib/joserfc?signed#commit=19e9fa2870e2f6c8fe654d6c60f9959178a3f6f0
validpgpkeys = 72F8E895A70CEBDF4F2ADFE07E55E3E0118B2B4C
-   sha256sums = SKIP
+   sha256sums = 
40a7021a4157e6ab5f22d5679770bd2be25af2ab181af08661d15fff346f2977
 
 pkgname = python-joserfc


=
.nvchecker.toml
=
@@ -1,6 +1,3 @@
 [python-joserfc]
 source = "pypi"
 pypi = "joserfc"
-# Git commit for tag 0.10.0 is not GPG-signed
-# See: https://github.com/authlib/joserfc/issues/22
-ignored = "0.10.0"


=
PKGBUILD
=
@@ -2,10 +2,10 @@
 
 pkgname=python-joserfc
 # https://github.com/authlib/joserfc/releases
-pkgver=0.9.0
+pkgver=0.11.1
 # curl https://api.github.com/repos/authlib/joserfc/git/ref/tags/$pkgver | jq 
-r .object.sha
-_commit=b669af5fbf17ad500893004299debe006885dd97
-pkgrel=2
+_commit=19e9fa2870e2f6c8fe654d6c60f9959178a3f6f0
+pkgrel=1
 pkgdesc='Implementations of JOSE RFCs in Python'
 arch=(any)
 url='https://github.com/authlib/joserfc'
@@ -19,7 +19,7 @@ optdepends=(
   'python-pycryptodome: for draft RFCs'
 )
 source=("git+$url?signed#commit=$_commit")
-sha256sums=('SKIP')
+sha256sums=('40a7021a4157e6ab5f22d5679770bd2be25af2ab181af08661d15fff346f2977')
 validpgpkeys=(
   # A key in https://github.com/lepture.gpg
   '72F8E895A70CEBDF4F2ADFE07E55E3E0118B2B4C'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-joserfc/-/commit/a64e9e352b549f96e8c7c04d811ab8eb337c16ca

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-joserfc/-/commit/a64e9e352b549f96e8c7c04d811ab8eb337c16ca
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/nvchecker][main] The workaround for test_anitya is not needed anymore

2024-06-03 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
nvchecker


Commits:
fb66f9ed by Chih-Hsuan Yen at 2024-06-04T11:16:53+08:00
The workaround for test_anitya is not needed anymore

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -65,8 +65,7 @@ build() {
 
 check() {
   cd nvchecker
-  # Skip test_anitya temporarily due to service outage 
https://pagure.io/fedora-infrastructure/issue/11961
-  pytest -k 'not test_anitya'
+  pytest
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nvchecker/-/commit/fb66f9ed018955c48059eadf7bb03d834991e809

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nvchecker/-/commit/fb66f9ed018955c48059eadf7bb03d834991e809
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-aws-xray-sdk] Pushed new tag 2.14.0-1

2024-06-06 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 2.14.0-1 at Arch Linux / Packaging / Packages / 
python-aws-xray-sdk

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aws-xray-sdk/-/tree/2.14.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-aws-xray-sdk][main] upgpkg: 2.14.0-1; drop tests for django due to ancient checkdepends

2024-06-06 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
python-aws-xray-sdk


Commits:
69354231 by Chih-Hsuan Yen at 2024-06-07T11:18:11+08:00
upgpkg: 2.14.0-1; drop tests for django due to ancient checkdepends

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-aws-xray-sdk
pkgdesc = AWS X-Ray SDK for Python
-   pkgver = 2.13.1
+   pkgver = 2.14.0
pkgrel = 1
url = https://github.com/aws/aws-xray-sdk-python
arch = any
@@ -8,11 +8,9 @@ pkgbase = python-aws-xray-sdk
checkdepends = python-pytest
checkdepends = python-pytest-asyncio
checkdepends = python-webtest
-   checkdepends = python-django-fake-model
checkdepends = python-pytest-benchmark
checkdepends = python-aiobotocore
checkdepends = python-bottle
-   checkdepends = python-django
checkdepends = python-flask
checkdepends = python-mysql-connector
checkdepends = python-psycopg2
@@ -29,7 +27,6 @@ pkgbase = python-aws-xray-sdk
depends = python-wrapt
optdepends = python-aiobotocore
optdepends = python-bottle
-   optdepends = python-django
optdepends = python-flask
optdepends = python-mysql-connector
optdepends = python-psycopg2
@@ -37,10 +34,11 @@ pkgbase = python-aws-xray-sdk
optdepends = python-pynamodb
optdepends = python-sqlalchemy
optdepends = python-aiohttp
+   optdepends = python-django
optdepends = python-httpx
optdepends = python-pymysql
optdepends = python-requests
-   source = git+https://github.com/aws/aws-xray-sdk-python.git#tag=2.13.1
-   sha256sums = 
fe05c16221ff6c2929996aa8ff1a9a744c7cdaf5acb6a22b4a9721697c119ecc
+   source = git+https://github.com/aws/aws-xray-sdk-python.git#tag=2.14.0
+   sha256sums = 
c9f6b2d52e7a1b4b9cb8471b2dd3719debd9e53d1d390990e33ea42f3287a025
 
 pkgname = python-aws-xray-sdk


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 pkgname=python-aws-xray-sdk
 _pkgname=aws-xray-sdk-python
 # https://github.com/aws/aws-xray-sdk-python/blob/master/CHANGELOG.rst
-pkgver=2.13.1
+pkgver=2.14.0
 pkgrel=1
 pkgdesc='AWS X-Ray SDK for Python'
 arch=(any)
@@ -13,11 +13,11 @@ url='https://github.com/aws/aws-xray-sdk-python'
 license=('Apache-2.0')
 depends=(python python-botocore python-wrapt)
 # See extensions in 
https://github.com/aws/aws-xray-sdk-python/tree/master/aws_xray_sdk/ext
-_optdepends_tested=(python-aiobotocore python-bottle python-django
+_optdepends_tested=(python-aiobotocore python-bottle
 python-flask python-mysql-connector
 python-psycopg2 python-pymongo
 python-pynamodb python-sqlalchemy)
-_optdepends_untested=(python-aiohttp python-httpx python-pymysql 
python-requests)
+_optdepends_untested=(python-aiohttp python-django python-httpx python-pymysql 
python-requests)
 optdepends=(${_optdepends_tested[@]} ${_optdepends_untested[@]})
 makedepends=(git python-build python-installer python-setuptools python-wheel)
 checkdepends=(
@@ -25,14 +25,12 @@ checkdepends=(
   python-pytest-asyncio
   # Needed by tests/ext/bottle
   python-webtest
-  # Needed by tests/ext/django
-  python-django-fake-model
   # Needed by tests/test_local_sampling_benchmark.py
   python-pytest-benchmark
   ${_optdepends_tested[@]}
 )
 source=("git+https://github.com/aws/aws-xray-sdk-python.git#tag=$pkgver";)
-sha256sums=('fe05c16221ff6c2929996aa8ff1a9a744c7cdaf5acb6a22b4a9721697c119ecc')
+sha256sums=('c9f6b2d52e7a1b4b9cb8471b2dd3719debd9e53d1d390990e33ea42f3287a025')
 
 _backports=(
 )
@@ -95,6 +93,8 @@ check() {
 # Needs python-testing.postgresql, which uses nose for its test suite and 
gets no commits since 2017
 --ignore tests/ext/psycopg2
 --ignore tests/ext/sqlalchemy_core
+# Needs python-django-fake-model, which gets no new commits since 2017, 
and no upstream support for Django >= 2
+--ignore tests/ext/django
   )
 
   # Split core and ext tests following upstream due to some conflicts



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aws-xray-sdk/-/commit/6935423118eae9394bdad771db955819461c12d2

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aws-xray-sdk/-/commit/6935423118eae9394bdad771db955819461c12d2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pynamodb][main] Use nvchecker to ignore newer versions

2024-06-06 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
python-pynamodb


Commits:
6ee3cb03 by Chih-Hsuan Yen at 2024-06-07T11:40:39+08:00
Use nvchecker to ignore newer versions

Need nvchecker >= 2.15, which comes with support for list options in
the pypi source [1]

Also created a upstream issue to notify contributors there

[1] https://github.com/lilydjwg/nvchecker/pull/270

- - - - -


2 changed files:

- .nvchecker.toml
- PKGBUILD


Changes:

=
.nvchecker.toml
=
@@ -1,3 +1,5 @@
 [python-pynamodb]
 source = "pypi"
 pypi = "pynamodb"
+# 6.x breaks python-aws-xray-sdk 
https://github.com/aws/aws-xray-sdk-python/issues/436
+include_regex = "^5\\..*"


=
PKGBUILD
=
@@ -3,7 +3,6 @@
 pkgname=python-pynamodb
 # https://pynamodb.readthedocs.io/en/latest/release_notes.html
 # https://github.com/pynamodb/PynamoDB/releases
-# UPDATE_BLOCKED: breaks python-aws-xray-sdk
 pkgver=5.5.1
 pkgrel=2
 pkgdesc="A pythonic interface to Amazon's DynamoDB"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pynamodb/-/commit/6ee3cb0305b61e99f6f7eaa163132e082ec62537

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pynamodb/-/commit/6ee3cb0305b61e99f6f7eaa163132e082ec62537
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/qtermwidget] Pushed new tag 2.0.0-2

2024-06-07 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 2.0.0-2 at Arch Linux / Packaging / Packages / 
qtermwidget

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qtermwidget/-/tree/2.0.0-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/qtermwidget][main] Fix various issues reported by namcap

2024-06-07 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
qtermwidget


Commits:
8cf53537 by Chih-Hsuan Yen at 2024-06-07T23:41:15+08:00
Fix various issues reported by namcap

* Missing FULL RELRO
* Missing SHSTK (shadow stack)
* Unused shared libraries

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = qtermwidget
pkgdesc = A terminal widget for Qt, used by QTerminal
pkgver = 2.0.0
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/lxqt/qtermwidget
arch = x86_64
license = LGPL-2.0-or-later


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=qtermwidget
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A terminal widget for Qt, used by QTerminal"
 arch=("x86_64")
 url="https://github.com/lxqt/$pkgname";
@@ -37,7 +37,7 @@ build() {
   make
 
   cd "$srcdir/$pkgname-$pkgver"/pyqt
-  CXXFLAGS="-I$PWD/../lib -I$PWD/../../build/lib" LDFLAGS="-L$PWD/../../build" 
sip-wheel --verbose --qmake /usr/bin/qmake6
+  CXXFLAGS="$CXXFLAGS -I$PWD/../lib -I$PWD/../../build/lib" LDFLAGS="$LDFLAGS 
-L$PWD/../../build" sip-wheel --verbose --qmake /usr/bin/qmake6
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qtermwidget/-/commit/8cf5353738cc265e45edb13ced646ca97846f339

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qtermwidget/-/commit/8cf5353738cc265e45edb13ced646ca97846f339
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/ibus-chewing][main] Fix building

2024-06-13 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
ibus-chewing


Commits:
d0f0bac9 by Chih-Hsuan Yen at 2024-06-13T19:00:49+08:00
Fix building

See: 
https://lists.archlinux.org/archives/list/arch-dev-pub...@lists.archlinux.org/thread/FLUDH7DXL5CJNZPX4NAWKQO2QJF3PZCD/

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -14,7 +14,7 @@ arch=('x86_64')
 license=('GPL-2.0-or-later')
 url='https://github.com/chewing/ibus-chewing'
 depends=('ibus' 'libchewing' 'gtk4' 'libadwaita')
-makedepends=('cmake' 'minisign')
+makedepends=('cmake' 'minisign' 'glib2-devel')
 checkdepends=('dbus' 'xorg-server-xvfb')
 
source=("https://github.com/chewing/ibus-chewing/releases/download/v$pkgver/$pkgname-$pkgver-Source.tar.xz"{,.minisig})
 
sha512sums=('23449ac67c06e63442f859e0c0883d9f55c0de9ccf9c97f8dda4aab1066e0be9dc9f3964989c992c95d8fce17714a624d430a422c6d866646f0f0102165b6190'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ibus-chewing/-/commit/d0f0bac905e70649dd1996eb855753caf48e9469

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ibus-chewing/-/commit/d0f0bac905e70649dd1996eb855753caf48e9469
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gcin][main] Workaround FTBFS with GCC 14

2024-06-13 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / gcin


Commits:
50b3d137 by Chih-Hsuan Yen at 2024-06-14T13:43:11+08:00
Workaround FTBFS with GCC 14

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -47,6 +47,8 @@ prepare() {
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"
+# Workarounds for GCC 14, see https://hyperrate.com/thread.php?tid=35294
+CFLAGS="$CFLAGS -Wno-error=implicit-function-declaration 
-Wno-error=incompatible-pointer-types" \
 ./configure --prefix=/usr --use_i18n=Y
 make -j1
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gcin/-/commit/50b3d13714c291b49cbd44be5d474f27af16d6ad

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gcin/-/commit/50b3d13714c291b49cbd44be5d474f27af16d6ad
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-ruamel.yaml.clib][main] Workaround building with GCC 14

2024-06-14 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
python-ruamel.yaml.clib


Commits:
84923841 by Chih-Hsuan Yen at 2024-06-14T20:02:32+08:00
Workaround building with GCC 14

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -18,6 +18,8 @@ 
sha512sums=('1984d1f46f9d98c178315d1aad27d02fe3a228fbe4a2f4e68729b850c1ebe08ff0e
 
 build() {
   cd ${_pkg}-${pkgver}
+  # Workaround for GCC 14, see 
https://sourceforge.net/p/ruamel-yaml-clib/tickets/22/
+  CFLAGS="$CFLAGS -Wno-error=incompatible-pointer-types" \
   python -m build --wheel --skip-dependency-check --no-isolation
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ruamel.yaml.clib/-/commit/84923841a7adb06a0e2e41627dc2f8813742a35b

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ruamel.yaml.clib/-/commit/84923841a7adb06a0e2e41627dc2f8813742a35b
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-cfn-lint][main] upgpkg: 0.87.7-1

2024-06-14 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
python-cfn-lint


Commits:
f124be84 by Chih-Hsuan Yen at 2024-06-14T20:10:50+08:00
upgpkg: 0.87.7-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-cfn-lint
pkgdesc = CloudFormation Linter
-   pkgver = 0.87.3
+   pkgver = 0.87.7
pkgrel = 1
url = https://github.com/aws-cloudformation/cfn-lint
arch = any
@@ -23,9 +23,9 @@ pkgbase = python-cfn-lint
depends = python-regex
depends = python-typing_extensions
optdepends = python-pydot: for building graphs from templates
-   source = 
https://github.com/aws-cloudformation/cfn-lint/archive/v0.87.3/cfn-lint-0.87.3.tar.gz
+   source = 
https://github.com/aws-cloudformation/cfn-lint/archive/v0.87.7/cfn-lint-0.87.7.tar.gz
source = skip-tests-that-require-git.diff
-   sha256sums = 
7d307d3a0e7743f5f3ea68778497bd9ad5f17dd8eb7e057c47479a7074adbe74
+   sha256sums = 
c9eaee5b759e06855405c8dd628b4a94a081394a8c6ebdfb82ca4ce0a17d06e8
sha256sums = 
2c00f29edd290e5c0de741ebce53d7a4caa7509a91befc806296c897b0f0e879
 
 pkgname = python-cfn-lint


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=python-cfn-lint
 # https://github.com/aws-cloudformation/cfn-lint/blob/v0/CHANGELOG.md
-pkgver=0.87.3
+pkgver=0.87.7
 pkgrel=1
 pkgdesc='CloudFormation Linter'
 arch=(any)
@@ -24,7 +24,7 @@ optdepends=(
 )
 
source=("https://github.com/aws-cloudformation/cfn-lint/archive/v$pkgver/cfn-lint-$pkgver.tar.gz";
 'skip-tests-that-require-git.diff')
-sha256sums=('7d307d3a0e7743f5f3ea68778497bd9ad5f17dd8eb7e057c47479a7074adbe74'
+sha256sums=('c9eaee5b759e06855405c8dd628b4a94a081394a8c6ebdfb82ca4ce0a17d06e8'
 '2c00f29edd290e5c0de741ebce53d7a4caa7509a91befc806296c897b0f0e879')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cfn-lint/-/commit/f124be84b486985005f50c5c007a897ba5cdb1e3

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cfn-lint/-/commit/f124be84b486985005f50c5c007a897ba5cdb1e3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-cfn-lint] Pushed new tag 0.87.7-1

2024-06-14 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 0.87.7-1 at Arch Linux / Packaging / Packages / 
python-cfn-lint

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cfn-lint/-/tree/0.87.7-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-aws-xray-sdk][main] upgpkg: 2.14.0-2; disable pynamodb tests due to incompatibility

2024-06-14 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
python-aws-xray-sdk


Commits:
4e9af5e2 by Chih-Hsuan Yen at 2024-06-14T20:17:23+08:00
upgpkg: 2.14.0-2; disable pynamodb tests due to incompatibility

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-aws-xray-sdk
pkgdesc = AWS X-Ray SDK for Python
pkgver = 2.14.0
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/aws/aws-xray-sdk-python
arch = any
license = Apache-2.0
@@ -15,7 +15,6 @@ pkgbase = python-aws-xray-sdk
checkdepends = python-mysql-connector
checkdepends = python-psycopg2
checkdepends = python-pymongo
-   checkdepends = python-pynamodb
checkdepends = python-sqlalchemy
makedepends = git
makedepends = python-build
@@ -31,12 +30,12 @@ pkgbase = python-aws-xray-sdk
optdepends = python-mysql-connector
optdepends = python-psycopg2
optdepends = python-pymongo
-   optdepends = python-pynamodb
optdepends = python-sqlalchemy
optdepends = python-aiohttp
optdepends = python-django
optdepends = python-httpx
optdepends = python-pymysql
+   optdepends = python-pynamodb
optdepends = python-requests
source = git+https://github.com/aws/aws-xray-sdk-python.git#tag=2.14.0
sha256sums = 
c9f6b2d52e7a1b4b9cb8471b2dd3719debd9e53d1d390990e33ea42f3287a025


=
PKGBUILD
=
@@ -5,7 +5,7 @@ pkgname=python-aws-xray-sdk
 _pkgname=aws-xray-sdk-python
 # https://github.com/aws/aws-xray-sdk-python/blob/master/CHANGELOG.rst
 pkgver=2.14.0
-pkgrel=1
+pkgrel=2
 pkgdesc='AWS X-Ray SDK for Python'
 arch=(any)
 url='https://github.com/aws/aws-xray-sdk-python'
@@ -16,8 +16,8 @@ depends=(python python-botocore python-wrapt)
 _optdepends_tested=(python-aiobotocore python-bottle
 python-flask python-mysql-connector
 python-psycopg2 python-pymongo
-python-pynamodb python-sqlalchemy)
-_optdepends_untested=(python-aiohttp python-django python-httpx python-pymysql 
python-requests)
+python-sqlalchemy)
+_optdepends_untested=(python-aiohttp python-django python-httpx python-pymysql 
python-pynamodb python-requests)
 optdepends=(${_optdepends_tested[@]} ${_optdepends_untested[@]})
 makedepends=(git python-build python-installer python-setuptools python-wheel)
 checkdepends=(
@@ -95,6 +95,8 @@ check() {
 --ignore tests/ext/sqlalchemy_core
 # Needs python-django-fake-model, which gets no new commits since 2017, 
and no upstream support for Django >= 2
 --ignore tests/ext/django
+# tests fail with Pynamodb 6.x 
https://github.com/aws/aws-xray-sdk-python/issues/436
+--ignore tests/ext/pynamodb
   )
 
   # Split core and ext tests following upstream due to some conflicts



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aws-xray-sdk/-/commit/4e9af5e282b241724c0c69871036681d35206d07

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aws-xray-sdk/-/commit/4e9af5e282b241724c0c69871036681d35206d07
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-aws-xray-sdk] Pushed new tag 2.14.0-2

2024-06-14 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 2.14.0-2 at Arch Linux / Packaging / Packages / 
python-aws-xray-sdk

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aws-xray-sdk/-/tree/2.14.0-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pynamodb] Pushed new tag 6.0.1-1

2024-06-14 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 6.0.1-1 at Arch Linux / Packaging / Packages / 
python-pynamodb

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pynamodb/-/tree/6.0.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pynamodb][main] Revert "Use nvchecker to ignore newer versions"

2024-06-14 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
python-pynamodb


Commits:
2ff37c36 by Chih-Hsuan Yen at 2024-06-14T20:24:03+08:00
Revert "Use nvchecker to ignore newer versions"

This reverts commit 6ee3cb0305b61e99f6f7eaa163132e082ec62537.

- - - - -


1 changed file:

- .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -1,5 +1,3 @@
 [python-pynamodb]
 source = "pypi"
 pypi = "pynamodb"
-# 6.x breaks python-aws-xray-sdk 
https://github.com/aws/aws-xray-sdk-python/issues/436
-include_regex = "^5\\..*"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pynamodb/-/commit/2ff37c36b918fe36ecfb8314909e51d4c3c4a498

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pynamodb/-/commit/2ff37c36b918fe36ecfb8314909e51d4c3c4a498
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-joserfc][main] upgpkg: 0.12.0-1

2024-06-17 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
python-joserfc


Commits:
91e52d4f by Chih-Hsuan Yen at 2024-06-17T23:40:14+08:00
upgpkg: 0.12.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-joserfc
pkgdesc = Implementations of JOSE RFCs in Python
-   pkgver = 0.11.1
+   pkgver = 0.12.0
pkgrel = 1
url = https://github.com/authlib/joserfc
arch = any
@@ -15,8 +15,8 @@ pkgbase = python-joserfc
depends = python
depends = python-cryptography
optdepends = python-pycryptodome: for draft RFCs
-   source = 
git+https://github.com/authlib/joserfc?signed#commit=19e9fa2870e2f6c8fe654d6c60f9959178a3f6f0
+   source = 
git+https://github.com/authlib/joserfc?signed#commit=e357cb2b20e0f42d3c2acb9ae73a2cd33f457923
validpgpkeys = 72F8E895A70CEBDF4F2ADFE07E55E3E0118B2B4C
-   sha256sums = 
40a7021a4157e6ab5f22d5679770bd2be25af2ab181af08661d15fff346f2977
+   sha256sums = 
b6e1c78662410589ed05fa211963613a5187289a5f9b191ddd3b75ea136f4883
 
 pkgname = python-joserfc


=
PKGBUILD
=
@@ -2,9 +2,9 @@
 
 pkgname=python-joserfc
 # https://github.com/authlib/joserfc/releases
-pkgver=0.11.1
+pkgver=0.12.0
 # curl https://api.github.com/repos/authlib/joserfc/git/ref/tags/$pkgver | jq 
-r .object.sha
-_commit=19e9fa2870e2f6c8fe654d6c60f9959178a3f6f0
+_commit=e357cb2b20e0f42d3c2acb9ae73a2cd33f457923
 pkgrel=1
 pkgdesc='Implementations of JOSE RFCs in Python'
 arch=(any)
@@ -19,7 +19,7 @@ optdepends=(
   'python-pycryptodome: for draft RFCs'
 )
 source=("git+$url?signed#commit=$_commit")
-sha256sums=('40a7021a4157e6ab5f22d5679770bd2be25af2ab181af08661d15fff346f2977')
+sha256sums=('b6e1c78662410589ed05fa211963613a5187289a5f9b191ddd3b75ea136f4883')
 validpgpkeys=(
   # A key in https://github.com/lepture.gpg
   '72F8E895A70CEBDF4F2ADFE07E55E3E0118B2B4C'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-joserfc/-/commit/91e52d4fce7ae565ea2c9b11b46b389f5e92064a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-joserfc/-/commit/91e52d4fce7ae565ea2c9b11b46b389f5e92064a
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-joserfc] Pushed new tag 0.12.0-1

2024-06-17 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 0.12.0-1 at Arch Linux / Packaging / Packages / 
python-joserfc

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-joserfc/-/tree/0.12.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-jaraco.text] Pushed new tag 3.12.1-1

2024-06-18 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 3.12.1-1 at Arch Linux / Packaging / Packages / 
python-jaraco.text

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jaraco.text/-/tree/3.12.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/buildbot] Pushed new tag 3.11.4-1

2024-06-20 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 3.11.4-1 at Arch Linux / Packaging / Packages / 
buildbot

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/buildbot/-/tree/3.11.4-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/buildbot][main] upgpkg: 3.11.4-1

2024-06-20 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
buildbot


Commits:
d0d11029 by Chih-Hsuan Yen at 2024-06-20T15:19:44+08:00
upgpkg: 3.11.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,5 +1,5 @@
 pkgbase = buildbot
-   pkgver = 3.11.3
+   pkgver = 3.11.4
pkgrel = 1
url = https://buildbot.net
arch = any
@@ -45,7 +45,7 @@ pkgbase = buildbot
makedepends = python-sphinx_rtd_theme
makedepends = git
makedepends = yarn
-   source = 
git+https://github.com/buildbot/buildbot.git?signed#tag=718e46e7c09015454f80156bd0cc4f13bc71972c
+   source = 
git+https://github.com/buildbot/buildbot.git?signed#tag=843db9122e34d3675a107b8d908d8e37882982b7
source = 
git+https://github.com/buildbot/buildbot-contrib.git#commit=4c8615db51253f0be4bfd08210a3aaf903a74b4f
source = 
buildbot-contrib-systemd-common.patch::https://github.com/buildbot/buildbot-contrib/pull/22.patch
source = disable-flaky-tests.diff


=
PKGBUILD
=
@@ -13,10 +13,10 @@ pkgname=(buildbot buildbot-worker buildbot-docs 
buildbot-common
  python-buildbot-react-console-view python-buildbot-react-grid-view
  python-buildbot-react-wsgi-dashboards)
 # https://github.com/buildbot/buildbot/releases
-pkgver=3.11.3
+pkgver=3.11.4
 # Pin tags manually until a stable pacman version includes the following fix
 # 
https://gitlab.archlinux.org/pacman/pacman/-/commit/9548d6cc765b1a8dcf933e8b1b89d0bcc3e50209
-_tag=718e46e7c09015454f80156bd0cc4f13bc71972c
+_tag=843db9122e34d3675a107b8d908d8e37882982b7
 _bb_contrib_commit=4c8615db51253f0be4bfd08210a3aaf903a74b4f
 pkgrel=1
 arch=(any)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/buildbot/-/commit/d0d110292e3b0c04a3e4a2cea0682fe0ae9d43fc

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/buildbot/-/commit/d0d110292e3b0c04a3e4a2cea0682fe0ae9d43fc
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-cfn-lint][main] Pin 0.x for compatibility with python-moto

2024-06-20 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
python-cfn-lint


Commits:
a3bf030e by Chih-Hsuan Yen at 2024-06-21T13:22:32+08:00
Pin 0.x for compatibility with python-moto

- - - - -


1 changed file:

- .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -1,3 +1,6 @@
 [python-cfn-lint]
 source = "pypi"
 pypi = "cfn-lint"
+# python-moto is not compatible with cfn-lint 1.x yet
+# That should likely be fixed with https://github.com/getmoto/moto/pull/7784
+include_regex = "^0\\..*"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cfn-lint/-/commit/a3bf030e93bc8919b77d1795db76c52d8c5863b3

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cfn-lint/-/commit/a3bf030e93bc8919b77d1795db76c52d8c5863b3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-snappy][main] upgpkg: 0.7.2-1

2024-06-21 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
python-snappy


Commits:
0df7981b by Chih-Hsuan Yen at 2024-06-21T22:56:29+08:00
upgpkg: 0.7.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-snappy
pkgdesc = Python bindings for the snappy compression library.
-   pkgver = 0.7.1
+   pkgver = 0.7.2
pkgrel = 1
url = https://github.com/intake/python-snappy
arch = any
@@ -13,7 +13,7 @@ pkgbase = python-snappy
makedepends = python-wheel
depends = python
depends = python-cramjam
-   source = git+https://github.com/intake/python-snappy#tag=0.7.1
-   sha256sums = 
ee39c2cab15dde409732c3d262d628c32c4038cfed0664ae8f0f1dcec0cfe315
+   source = git+https://github.com/intake/python-snappy#tag=0.7.2
+   sha256sums = 
e25a645a49b315e084d404f1ef183052b3d4cb89917332699f8fbe0c336f8330
 
 pkgname = python-snappy


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Guillaume Horel 
 
 pkgname=python-snappy
-pkgver=0.7.1
+pkgver=0.7.2
 pkgrel=1
 pkgdesc='Python bindings for the snappy compression library.'
 url='https://github.com/intake/python-snappy'
@@ -13,7 +13,7 @@ checkdepends=(python-pytest)
 license=('BSD-3-Clause')
 arch=(any)
 source=("git+https://github.com/intake/python-snappy#tag=$pkgver";)
-sha256sums=('ee39c2cab15dde409732c3d262d628c32c4038cfed0664ae8f0f1dcec0cfe315')
+sha256sums=('e25a645a49b315e084d404f1ef183052b3d4cb89917332699f8fbe0c336f8330')
 
 build() {
   cd $pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-snappy/-/commit/0df7981bcc2a6c2e4dd408b1ac2a9eea1c2aa37c

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-snappy/-/commit/0df7981bcc2a6c2e4dd408b1ac2a9eea1c2aa37c
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-snappy] Pushed new tag 0.7.2-1

2024-06-21 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 0.7.2-1 at Arch Linux / Packaging / Packages / 
python-snappy

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-snappy/-/tree/0.7.2-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-hvac] Pushed new tag 2.3.0-1

2024-06-22 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 2.3.0-1 at Arch Linux / Packaging / Packages / 
python-hvac

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-hvac/-/tree/2.3.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-hvac][main] upgpkg: 2.3.0-1; disable broken tests caused by python-requests 2.32

2024-06-22 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
python-hvac


Commits:
b5cd6bb9 by Chih-Hsuan Yen at 2024-06-23T00:58:46+08:00
upgpkg: 2.3.0-1; disable broken tests caused by python-requests 2.32

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-hvac
pkgdesc = Python 2.7/3.X client for HashiCorp Vault
-   pkgver = 2.2.0
+   pkgver = 2.3.0
pkgrel = 1
url = https://python-hvac.org/
arch = any
@@ -24,7 +24,7 @@ pkgbase = python-hvac
depends = python
depends = python-requests
optdepends = python-pyhcl: for HCL parser
-   source = https://github.com/hvac/hvac/archive/v2.2.0/hvac-2.2.0.tar.gz
-   sha512sums = 
9b03eac3d10cd60d3289eab23030f433234d066e4af5a7a7912dcaf7d7b06eb1bd2ab657b192438ac18c321aa5cdb023abc2877af2065249a70c377539201d55
+   source = https://github.com/hvac/hvac/archive/v2.3.0/hvac-2.3.0.tar.gz
+   sha512sums = 
d08f7228ab57cd33428f530b14942dcf64b6efebe7589959f4ca3fc021f5da39af6441746417f80f7474d6a7bfb7a0ac94006a64ecf37967d4983698e95241f1
 
 pkgname = python-hvac


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _pkgname=hvac
 pkgname=python-$_pkgname
 # https://github.com/hvac/hvac/releases
-pkgver=2.2.0
+pkgver=2.3.0
 pkgrel=1
 pkgdesc='Python 2.7/3.X client for HashiCorp Vault'
 url='https://python-hvac.org/'
@@ -22,7 +22,7 @@ optdepends=(
   'python-pyhcl: for HCL parser'
 )
 
source=("https://github.com/$_pkgname/$_pkgname/archive/v$pkgver/$_pkgname-$pkgver.tar.gz";)
-sha512sums=('9b03eac3d10cd60d3289eab23030f433234d066e4af5a7a7912dcaf7d7b06eb1bd2ab657b192438ac18c321aa5cdb023abc2877af2065249a70c377539201d55')
+sha512sums=('d08f7228ab57cd33428f530b14942dcf64b6efebe7589959f4ca3fc021f5da39af6441746417f80f7474d6a7bfb7a0ac94006a64ecf37967d4983698e95241f1')
 
 prepare() {
   # /usr/bin/vault not working in clean chroots as it requires CAP_IPC_LOCK
@@ -44,8 +44,10 @@ build() {
 check() {
   cd $_pkgname-$pkgver
   # test_ldap requires many unpackaged dependencies
+  # test_cert: some tests fail with requests 2.32 
https://github.com/hvac/hvac/issues/1177
   PATH="$srcdir/vault-unprivileged:$PATH" pytest tests \
---ignore=tests/integration_tests/api/auth_methods/test_ldap.py
+--ignore=tests/integration_tests/api/auth_methods/test_ldap.py \
+--ignore=tests/integration_tests/api/auth_methods/test_cert.py
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-hvac/-/commit/b5cd6bb9cf9c0b3ccec0b045d93ba5727b87000d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-hvac/-/commit/b5cd6bb9cf9c0b3ccec0b045d93ba5727b87000d
You're receiving this email because of your account on gitlab.archlinux.org.




  1   2   3   4   5   6   7   8   9   10   >