[Git][archlinux/packaging/packages/python-debian] Pushed new tag 0.1.49-3

2024-04-05 Thread David Runge (@dvzrv)


David Runge pushed new tag 0.1.49-3 at Arch Linux / Packaging / Packages / 
python-debian

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




[Git][archlinux/packaging/packages/python-debian][main] 3 commits: Switch to using upstream provided auto-generated source tarballs

2024-04-05 Thread David Runge (@dvzrv)


David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
python-debian


Commits:
01e90e81 by David Runge at 2024-04-05T08:59:19+02:00
Switch to using upstream provided auto-generated source tarballs

The use of git was not needed at all and in this case even made the
package non-reproducible.

Signed-off-by: David Runge 

- - - - -
bf72aeb0 by David Runge at 2024-04-05T09:00:35+02:00
Switch to correct SPDX license identifier

Signed-off-by: David Runge 

- - - - -
9d7e60f2 by David Runge at 2024-04-05T09:01:32+02:00
upgpkg: 0.1.49-3: Rebuild against Python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,19 @@
+pkgbase = python-debian
+   pkgdesc = Python module to work with Debian-related data formats
+   pkgver = 0.1.49
+   pkgrel = 3
+   url = https://salsa.debian.org/python-debian-team/python-debian
+   arch = any
+   license = GPL-2.0-or-later
+   checkdepends = python-pytest
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-wheel
+   makedepends = python-setuptools
+   depends = python
+   depends = python-chardet
+   depends = python-six
+   source = 
https://salsa.debian.org/python-debian-team/python-debian/-/archive/0.1.49/python-debian-0.1.49.tar.gz
+   b2sums = 
2536651e743ad5102e70f27f0a2358ab1ea0b43c70a729c5122fd81973787898ef7518ac3c6c75adaf3ca422b3db1385f1bc10bc545139f9d74cd242079ea45a
+
+pkgname = python-debian


=
PKGBUILD
=
@@ -5,48 +5,40 @@
 
 pkgname=python-debian
 pkgver=0.1.49
-pkgrel=2
+pkgrel=3
 pkgdesc='Python module to work with Debian-related data formats'
 arch=('any')
 url='https://salsa.debian.org/python-debian-team/python-debian'
-license=('GPL')
+license=('GPL-2.0-or-later')
 depends=(
   'python'
   'python-chardet'
   'python-six'
 )
 makedepends=(
-  'git'
   'python-build'
   'python-installer'
   'python-wheel'
   'python-setuptools'
 )
 checkdepends=('python-pytest')
-_commit='23f50416fce5ee7f1590b3ad1a49ec52e2e986d7'
-source=("$pkgname::git+$url.git#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags
-}
+source=("$url/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+b2sums=('2536651e743ad5102e70f27f0a2358ab1ea0b43c70a729c5122fd81973787898ef7518ac3c6c75adaf3ca422b3db1385f1bc10bc545139f9d74cd242079ea45a')
 
 build() {
-  cd "$pkgname"
+  cd "$pkgname-$pkgver"
 
   python -m build --wheel --no-isolation
 }
 
 check() {
-  cd "$pkgname"
+  cd "$pkgname-$pkgver"
 
   pytest -v
 }
 
 package() {
-  cd "$pkgname"
+  cd "$pkgname-$pkgver"
 
   python -m installer --destdir="$pkgdir" dist/*.whl
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-debian/-/compare/b420a4fc8fab62a0b99142afb82e70300eb3ab84...9d7e60f2f0ca749d1c7a1319562a34dd7b56e64f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-debian/-/compare/b420a4fc8fab62a0b99142afb82e70300eb3ab84...9d7e60f2f0ca749d1c7a1319562a34dd7b56e64f
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/bcc] Pushed new tag 0.30.0-2

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 0.30.0-2 at Arch Linux / Packaging / Packages 
/ bcc

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




[Git][archlinux/packaging/packages/bcc][main] upgpkg: 0.30.0-2: Rebuild with Python 3.12

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
bcc


Commits:
fa4d705f by Jelle van der Waa at 2024-04-05T09:02:26+02:00
upgpkg: 0.30.0-2: Rebuild with Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = bcc
pkgdesc = BPF Compiler Collection
pkgver = 0.30.0
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/iovisor/bcc
arch = x86_64
license = Apache-2.0


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 pkgbase=bcc
 pkgname=('bcc' 'bcc-tools' 'python-bcc')
 pkgver=0.30.0
-pkgrel=1
+pkgrel=2
 pkgdesc='BPF Compiler Collection'
 arch=('x86_64')
 url='https://github.com/iovisor/bcc'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bcc/-/commit/fa4d705fc697a27dbc034eaf6a03bb7fd6795183

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




[Git][archlinux/packaging/packages/python-ecos][main] upgpkg: 2.0.13-2: Python 3.12 rebuild

2024-04-05 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-ecos


Commits:
0153113c by Antonio Rojas at 2024-04-05T09:04:16+02:00
upgpkg: 2.0.13-2: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-ecos
pkgdesc = Python interface for ECOS
pkgver = 2.0.13
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/embotech/ecos-python
arch = x86_64
license = GPL-3.0-only


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _pyname=ecos-python
 pkgname=python-ecos
 pkgver=2.0.13
-pkgrel=1
+pkgrel=2
 pkgdesc='Python interface for ECOS'
 url='https://github.com/embotech/ecos-python'
 depends=(ecos



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ecos/-/commit/0153113c34aa4e3283e52a00ca2ec71520b7469b

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




[Git][archlinux/packaging/packages/python-ecos] Pushed new tag 2.0.13-2

2024-04-05 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 2.0.13-2 at Arch Linux / Packaging / Packages / 
python-ecos

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




[Git][archlinux/packaging/packages/libsigrok] Pushed new tag 0.5.2-14

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 0.5.2-14 at Arch Linux / Packaging / Packages 
/ libsigrok

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




[Git][archlinux/packaging/packages/libsigrok][main] upgpkg: 0.5.2-14: Rebuild with Python 3.12

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
libsigrok


Commits:
74247fba by Jelle van der Waa at 2024-04-05T09:06:37+02:00
upgpkg: 0.5.2-14: Rebuild with Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = libsigrok
pkgdesc = Client software that supports various hardware logic 
analyzers, core library
pkgver = 0.5.2
-   pkgrel = 13
+   pkgrel = 14
url = https://www.sigrok.org/wiki/Libsigrok
arch = x86_64
license = GPL3


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=libsigrok
 pkgver=0.5.2
-pkgrel=13
+pkgrel=14
 pkgdesc='Client software that supports various hardware logic analyzers, core 
library'
 arch=('x86_64')
 url='https://www.sigrok.org/wiki/Libsigrok'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libsigrok/-/commit/74247fba8bbde65646e9505a36d3a661c4c2bee8

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




[Git][archlinux/packaging/packages/python-qdldl] Pushed new tag 0.1.7.post0-2

2024-04-05 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 0.1.7.post0-2 at Arch Linux / Packaging / Packages 
/ python-qdldl

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




[Git][archlinux/packaging/packages/python-qdldl][main] upgpkg: 0.1.7.post0-2: Python 3.12 rebuild

2024-04-05 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-qdldl


Commits:
ad474414 by Antonio Rojas at 2024-04-05T09:07:44+02:00
upgpkg: 0.1.7.post0-2: Python 3.12 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,19 @@
+pkgbase = python-qdldl
+   pkgdesc = Python interface to the QDLDL free LDL factorization routine 
for quasi-definite linear systems
+   pkgver = 0.1.7.post0
+   pkgrel = 2
+   url = https://github.com/oxfordcontrol/qdldl-python/
+   arch = x86_64
+   license = Apache
+   checkdepends = python-pytest
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-setuptools
+   makedepends = python-wheel
+   makedepends = pybind11
+   makedepends = cmake
+   depends = python-scipy
+   source = 
https://pypi.org/packages/source/q/qdldl/qdldl-0.1.7.post0.tar.gz
+   sha256sums = 
f346a114c8342ee6d4dbd6471eef314199fb268d3bf7b95885ca351fde2b023f
+
+pkgname = python-qdldl


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _pyname=qdldl
 pkgname=python-$_pyname
 pkgver=0.1.7.post0
-pkgrel=1
+pkgrel=2
 pkgdesc='Python interface to the QDLDL free LDL factorization routine for 
quasi-definite linear systems'
 url='https://github.com/oxfordcontrol/qdldl-python/'
 license=(Apache)



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

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




[Git][archlinux/packaging/packages/python-osqp][main] upgpkg: 0.6.5-2: Python 3.12 rebuild

2024-04-05 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-osqp


Commits:
36946d9f by Antonio Rojas at 2024-04-05T09:09:17+02:00
upgpkg: 0.6.5-2: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-osqp
pkgdesc = Python wrapper for OSQP: the Operator Splitting QP Solver
pkgver = 0.6.5
-   pkgrel = 1
+   pkgrel = 2
url = https://osqp.org/
arch = x86_64
license = Apache-2.0


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _pyname=osqp
 pkgname=python-$_pyname
 pkgver=0.6.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Python wrapper for OSQP: the Operator Splitting QP Solver'
 url='https://osqp.org/'
 license=(Apache-2.0)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-osqp/-/commit/36946d9f3ccabc4a6998e8ba185c3d4fb62488a8

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




[Git][archlinux/packaging/packages/dblatex] Pushed new tag 0.3.12-9

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 0.3.12-9 at Arch Linux / Packaging / Packages 
/ dblatex

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




[Git][archlinux/packaging/packages/dblatex][main] upgpkg: 0.3.12-9: Rebuild with Python 3.12

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
dblatex


Commits:
c8bf6e1f by Jelle van der Waa at 2024-04-05T09:09:22+02:00
upgpkg: 0.3.12-9: Rebuild with Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = dblatex
pkgdesc = DocBook (XML and SGML) to DVI, PDF, PostScript converter 
using latex.
pkgver = 0.3.12
-   pkgrel = 8
+   pkgrel = 9
url = https://dblatex.sourceforge.net/
arch = any
license = GPL-2.0-or-later


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=dblatex
 pkgver=0.3.12
-pkgrel=8
+pkgrel=9
 pkgdesc='DocBook (XML and SGML) to DVI, PDF, PostScript converter using latex.'
 arch=(any)
 url='https://dblatex.sourceforge.net/'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dblatex/-/commit/c8bf6e1fbcb327c37eea9bc16ef383c583fcaf6a

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




[Git][archlinux/packaging/packages/python-osqp] Pushed new tag 0.6.5-2

2024-04-05 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 0.6.5-2 at Arch Linux / Packaging / Packages / 
python-osqp

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




[Git][archlinux/packaging/packages/lirc] Pushed new tag 1-0.10.2-4

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 1-0.10.2-4 at Arch Linux / Packaging / 
Packages / lirc

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




[Git][archlinux/packaging/packages/lirc][main] upgpkg: 1:0.10.2-4: Rebuild with Python 3.12

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
lirc


Commits:
57b18915 by Jelle van der Waa at 2024-04-05T09:10:57+02:00
upgpkg: 1:0.10.2-4: Rebuild with Python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,37 @@
+pkgbase = lirc
+   pkgdesc = Linux Infrared Remote Control utilities
+   pkgver = 0.10.2
+   pkgrel = 4
+   epoch = 1
+   url = https://www.lirc.org/
+   arch = x86_64
+   license = GPL
+   makedepends = help2man
+   makedepends = alsa-lib
+   makedepends = libx11
+   makedepends = libxslt
+   makedepends = python
+   makedepends = python-setuptools
+   makedepends = python-yaml
+   makedepends = systemd
+   depends = alsa-lib
+   depends = libx11
+   depends = libftdi
+   depends = libusb-compat
+   optdepends = python: for lirc-setup, irdb-get and pronto2lirc
+   optdepends = python-gobject: for lirc-setup and irdb-get
+   optdepends = python-yaml: for lirc-setup and irdb-get
+   provides = lirc-utils
+   conflicts = lirc-utils
+   replaces = lirc-utils
+   backup = etc/lirc/lirc_options.conf
+   backup = etc/lirc/lircd.conf
+   backup = etc/lirc/lircmd.conf
+   source = https://prdownloads.sourceforge.net/lirc/lirc-0.10.2.tar.bz2
+   source = lirc.logrotate
+   source = lirc.tmpfiles
+   sha256sums = 
3d44ec8274881cf262f160805641f0827ffcc20ade0d85e7e6f3b90e0d3d222a
+   sha256sums = 
bd13ca00e30d85ff9166c03b8f7a20195ef89794e66d7e54f04ba1d014a73e7d
+   sha256sums = 
b8eb6ff2a542a9a3b20fe259fe36aece941db8d309598d2eeb1815b779e2f838
+
+pkgname = lirc


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 pkgname=lirc
 _pkgver=0.10.2
 [[ $_pkgver =~ [a-z]$ ]] && pkgver="${_pkgver:0:-1}.${_pkgver: -1}" || 
pkgver="$_pkgver"
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc="Linux Infrared Remote Control utilities"
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lirc/-/commit/57b189154804f1c95ddab2a86d22d3ab1a92f737

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




[Git][archlinux/packaging/packages/pylibacl] Pushed new tag 0.6.0-4

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 0.6.0-4 at Arch Linux / Packaging / Packages / 
pylibacl

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




[Git][archlinux/packaging/packages/pylibacl][main] upgpkg: 0.6.0-4: Rebuild with Python 3.12

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
pylibacl


Commits:
4c65df0d by Jelle van der Waa at 2024-04-05T09:11:20+02:00
upgpkg: 0.6.0-4: Rebuild with Python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,18 @@
+pkgbase = pylibacl
+   pkgdesc = A python extension module that allows you to manipulate the 
POSIX.1e ACLs.
+   pkgver = 0.6.0
+   pkgrel = 4
+   url = https://pylibacl.k1024.org/
+   arch = x86_64
+   license = LGPL
+   makedepends = python-setuptools
+   depends = python
+   source = https://pylibacl.k1024.org//downloads/pylibacl-0.6.0.tar.gz
+   source = https://pylibacl.k1024.org//downloads/pylibacl-0.6.0.tar.gz.asc
+   validpgpkeys = CB94E3AA3B1755D61EBB19A5F66E3E419F84F4DE
+   md5sums = 21a4cf82472842f0755f7f7e5980f44c
+   md5sums = SKIP
+   sha256sums = 
88a0a4322e3a62d797d61f96ec7f38d1c471c48a3cc3cedb32ab5c20aa98d9ff
+   sha256sums = SKIP
+
+pkgname = python-pylibacl


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 pkgname=python-pylibacl
 pkgbase=pylibacl
 pkgver=0.6.0
-pkgrel=3
+pkgrel=4
 pkgdesc='A python extension module that allows you to manipulate the POSIX.1e 
ACLs.'
 arch=('x86_64')
 url='https://pylibacl.k1024.org/'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pylibacl/-/commit/4c65df0d6f6c8671015d96be347e4a1177aa03ca

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




[Git][archlinux/packaging/packages/calibre] Pushed new tag 7.8.0-1

2024-04-05 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 7.8.0-1 at Arch Linux / Packaging / Packages / 
calibre

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




[Git][archlinux/packaging/packages/calibre][main] upgpkg: 7.8.0-1

2024-04-05 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
calibre


Commits:
19fb5cb3 by Caleb Maclennan at 2024-04-05T10:12:28+03:00
upgpkg: 7.8.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = calibre
pkgdesc = Ebook management application
-   pkgver = 7.7.0
-   pkgrel = 3
+   pkgver = 7.8.0
+   pkgrel = 1
url = https://calibre-ebook.com
arch = x86_64
license = GPL3
@@ -64,10 +64,10 @@ pkgbase = calibre
conflicts = calibre-python3
replaces = calibre-common
replaces = calibre-python3
-   source = https://download.calibre-ebook.com/7.7.0/calibre-7.7.0.tar.xz
-   source = https://calibre-ebook.com/signatures/calibre-7.7.0.tar.xz.sig
+   source = https://download.calibre-ebook.com/7.8.0/calibre-7.8.0.tar.xz
+   source = https://calibre-ebook.com/signatures/calibre-7.8.0.tar.xz.sig
validpgpkeys = 3CE1780F78DD88DF45194FD706BC317B515ACE7C
-   sha256sums = 
fa4cf7173d510d0f913a0bfbcb458d016bc81122af1ca203f149d278287cc80e
+   sha256sums = 
17162e433cee696662852b2678973ab2c1b7541af660d122dd3917cb2ca62d44
sha256sums = SKIP
 
 pkgname = calibre


=
PKGBUILD
=
@@ -8,8 +8,8 @@
 # Contributor: Larry Hajali 
 
 pkgname=calibre
-pkgver=7.7.0
-pkgrel=3
+pkgver=7.8.0
+pkgrel=1
 pkgdesc='Ebook management application'
 arch=(x86_64)
 url=https://calibre-ebook.com
@@ -76,7 +76,7 @@ replaces=("${conflicts[@]}")
 _archive="$pkgname-$pkgver"
 source=("https://download.calibre-ebook.com/$pkgver/$_archive.tar.xz";
 "$url/signatures/$_archive.tar.xz.sig")
-sha256sums=('fa4cf7173d510d0f913a0bfbcb458d016bc81122af1ca203f149d278287cc80e'
+sha256sums=('17162e433cee696662852b2678973ab2c1b7541af660d122dd3917cb2ca62d44'
 'SKIP')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New 
longer key) 
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/calibre/-/commit/19fb5cb3bbe494de02d27219ebd5a4e991029050

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




[Git][archlinux/packaging/packages/reuse] Pushed new tag 3.0.1-2

2024-04-05 Thread David Runge (@dvzrv)


David Runge pushed new tag 3.0.1-2 at Arch Linux / Packaging / Packages / reuse

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




[Git][archlinux/packaging/packages/reuse][main] 3 commits: Switch to correct SPDX license identifiers

2024-04-05 Thread David Runge (@dvzrv)


David Runge pushed to branch main at Arch Linux / Packaging / Packages / reuse


Commits:
aa2bdefa by David Runge at 2024-04-05T09:06:42+02:00
Switch to correct SPDX license identifiers

Signed-off-by: David Runge 

- - - - -
cd806611 by David Runge at 2024-04-05T09:15:14+02:00
Switch to locked tag commits

Signed-off-by: David Runge 

- - - - -
8c2f by David Runge at 2024-04-05T09:16:08+02:00
upgpkg: 3.0.1-2: Rebuild against Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,12 +1,13 @@
 pkgbase = reuse
pkgdesc = Helper tool for providing and confirming copyright and 
licensing information
pkgver = 3.0.1
-   pkgrel = 1
+   pkgrel = 2
url = https://reuse.software/
arch = any
-   license = GPL3
-   license = Apache
-   license = custom:CC0-1.0
+   license = Apache-2.0
+   license = CC-BY-SA-4.0
+   license = CC0-1.0
+   license = GPL-3.0-or-later
checkdepends = python-pytest
makedepends = git
makedepends = python-build
@@ -21,7 +22,7 @@ pkgbase = reuse
depends = python-binaryornot
optdepends = git: git repository support
optdepends = mercurial: mercurial repository support
-   source = 
reuse::git+https://github.com/fsfe/reuse-tool#commit=b450f17b130ca64bffc66f1f905549e433cb5126
-   b2sums = SKIP
+   source = reuse::git+https://github.com/fsfe/reuse-tool#tag=v3.0.1
+   b2sums = 
d96f29fcf21033c07ad5bdb2edcb5ad35de9093a38eb7cd2ef4aefe934eb16617b8f8d5dd8a1e1e560147b3c0811161d22fa6f002635e6019dc0764552c43786
 
 pkgname = reuse


=
PKGBUILD
=
@@ -5,11 +5,16 @@
 
 pkgname=reuse
 pkgver=3.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Helper tool for providing and confirming copyright and licensing 
information'
 arch=('any')
 url='https://reuse.software/'
-license=('GPL3' 'Apache' 'custom:CC0-1.0')
+license=(
+  'Apache-2.0'
+  'CC-BY-SA-4.0'
+  'CC0-1.0'
+  'GPL-3.0-or-later'
+)
 depends=(
   'python'
   'python-debian'
@@ -30,9 +35,8 @@ optdepends=(
   'git: git repository support'
   'mercurial: mercurial repository support'
 )
-_commit='b450f17b130ca64bffc66f1f905549e433cb5126'
-source=("$pkgname::git+https://github.com/fsfe/reuse-tool#commit=$_commit";)
-b2sums=('SKIP')
+source=("$pkgname::git+https://github.com/fsfe/reuse-tool#tag=v$pkgver";)
+b2sums=('d96f29fcf21033c07ad5bdb2edcb5ad35de9093a38eb7cd2ef4aefe934eb16617b8f8d5dd8a1e1e560147b3c0811161d22fa6f002635e6019dc0764552c43786')
 
 pkgver() {
   cd "$pkgname"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/reuse/-/compare/88043ff12b58ebcbd2f9170d4c1814039d19dd57...8c2f86642b825777ae03092e5527c8c473fe

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/reuse/-/compare/88043ff12b58ebcbd2f9170d4c1814039d19dd57...8c2f86642b825777ae03092e5527c8c473fe
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libtorrent-rasterbar][main] upgpkg: 1:2.0.10-1: Update to 2.0.10

2024-04-05 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
libtorrent-rasterbar


Commits:
cbf135dd by Antonio Rojas at 2024-04-05T09:16:59+02:00
upgpkg: 1:2.0.10-1: Update to 2.0.10

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,21 @@
+pkgbase = libtorrent-rasterbar
+   pkgdesc = A C++ BitTorrent library that aims to be a good alternative 
to all the other implementations around
+   pkgver = 2.0.10
+   pkgrel = 1
+   epoch = 1
+   url = https://www.rasterbar.com/products/libtorrent/
+   arch = x86_64
+   license = BSD
+   makedepends = boost
+   makedepends = cmake
+   makedepends = ninja
+   makedepends = python-setuptools
+   depends = boost-libs
+   depends = openssl
+   options = !emptydirs
+   source = 
https://github.com/arvidn/libtorrent/releases/download/v2.0.10/libtorrent-rasterbar-2.0.10.tar.gz
+   source = fortify-source-3.patch
+   sha512sums = 
a6406ccdd1d0c8d42543419a3b9edca880ab85e0849bfba29e3b1bd98f9630244aa3e88110cdf95e476792c9ea87a141fcb16a8c3b3e0c44c0076ebf6f9adbee
+   sha512sums = 
0687883a84f4395afaa824f5a2a9ee5366d654d84f546045b202297084ff24c445e4b95e92df63a8d9d2cd28cbd665933f3c649de91ab13334507f7a7d2c3c5d
+
+pkgname = libtorrent-rasterbar


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 # Contributor: Hugo Doria 
 
 pkgname=libtorrent-rasterbar
-pkgver=2.0.9
-pkgrel=3
+pkgver=2.0.10
+pkgrel=1
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="https://www.rasterbar.com/products/libtorrent/";
@@ -15,7 +15,7 @@ makedepends=('boost' 'cmake' 'ninja' 'python-setuptools')
 options=('!emptydirs')
 
source=(https://github.com/arvidn/libtorrent/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz
 fortify-source-3.patch)
-sha512sums=('c252dbe1e2a246769017b8a622bb3418527e2bc2615115ac2bff9662afb53759bc7b2cbf6657438c515ba6de0140fc1c388b340c48b3dd9f7e6202ec0df1aec7'
+sha512sums=('a6406ccdd1d0c8d42543419a3b9edca880ab85e0849bfba29e3b1bd98f9630244aa3e88110cdf95e476792c9ea87a141fcb16a8c3b3e0c44c0076ebf6f9adbee'
 
'0687883a84f4395afaa824f5a2a9ee5366d654d84f546045b202297084ff24c445e4b95e92df63a8d9d2cd28cbd665933f3c649de91ab13334507f7a7d2c3c5d')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libtorrent-rasterbar/-/commit/cbf135dd0d2541d5e4829a05ae57b22e296135d1

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




[Git][archlinux/packaging/packages/libtorrent-rasterbar] Pushed new tag 1-2.0.10-1

2024-04-05 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 1-2.0.10-1 at Arch Linux / Packaging / Packages / 
libtorrent-rasterbar

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




[Git][archlinux/packaging/packages/z3][main] upgpkg: 4.13.0-2: Python 3.12 rebuild

2024-04-05 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / z3


Commits:
4137e847 by Antonio Rojas at 2024-04-05T09:17:28+02:00
upgpkg: 4.13.0-2: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = z3
pkgdesc = High-performance theorem prover
pkgver = 4.13.0
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/Z3Prover/z3
arch = x86_64
license = MIT


=
PKGBUILD
=
@@ -6,7 +6,7 @@ pkgbase=z3
 pkgname=('z3' 'python-z3-solver')
 pkgver=4.13.0
 _commit=3049f578a8f98a0b0992eca193afe57a73b30ca3
-pkgrel=1
+pkgrel=2
 pkgdesc='High-performance theorem prover'
 url='https://github.com/Z3Prover/z3'
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/z3/-/commit/4137e8477fde5b32019f8577a5000d8684c1

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




[Git][archlinux/packaging/packages/z3] Pushed new tag 4.13.0-2

2024-04-05 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 4.13.0-2 at Arch Linux / Packaging / Packages / z3

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




[Git][archlinux/packaging/packages/calibre] Pushed new tag 7.8.0-2

2024-04-05 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 7.8.0-2 at Arch Linux / Packaging / Packages / 
calibre

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




[Git][archlinux/packaging/packages/calibre][main] upgpkg: 7.8.0-2: Rebuild with Qt 6.7

2024-04-05 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
calibre


Commits:
239bab80 by Caleb Maclennan at 2024-04-05T10:19:07+03:00
upgpkg: 7.8.0-2: Rebuild with Qt 6.7

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = calibre
pkgdesc = Ebook management application
pkgver = 7.8.0
-   pkgrel = 1
+   pkgrel = 2
url = https://calibre-ebook.com
arch = x86_64
license = GPL3


=
PKGBUILD
=
@@ -9,7 +9,7 @@
 
 pkgname=calibre
 pkgver=7.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Ebook management application'
 arch=(x86_64)
 url=https://calibre-ebook.com



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/calibre/-/commit/239bab809a04c15e1d0101f29af1aabd32b71470

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




[Git][archlinux/packaging/packages/python-llfuse] Pushed new tag 1.5.0-2

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 1.5.0-2 at Arch Linux / Packaging / Packages / 
python-llfuse

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




[Git][archlinux/packaging/packages/python-llfuse][main] upgpkg: 1.5.0-2: Rebuild with Python 3.12

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-llfuse


Commits:
5d42a752 by Jelle van der Waa at 2024-04-05T09:20:43+02:00
upgpkg: 1.5.0-2: Rebuild with Python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,17 @@
+pkgbase = python-llfuse
+   pkgdesc = A set of Python bindings for the low level FUSE API.
+   pkgver = 1.5.0
+   pkgrel = 2
+   url = https://github.com/python-llfuse/python-llfuse/
+   arch = x86_64
+   license = LGPL
+   checkdepends = python-pytest
+   makedepends = python-setuptools
+   makedepends = cython
+   depends = python
+   depends = fuse2
+   options = !emptydirs
+   source = 
https://files.pythonhosted.org/packages/source/l/llfuse/llfuse-1.5.0.tar.gz
+   sha256sums = 
d094448bb4eb20099537be53dc2b5b2c0369d36bde09207a9bb228cc3cd58ee1
+
+pkgname = python-llfuse


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=python-llfuse
 pkgver=1.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A set of Python bindings for the low level FUSE API."
 arch=('x86_64')
 url="https://github.com/python-llfuse/python-llfuse/";



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-llfuse/-/commit/5d42a752d02dbbcba62f23f194181326b5ca03f5

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




[Git][archlinux/packaging/packages/python-monotonic] Pushed new tag 1.6-5

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 1.6-5 at Arch Linux / Packaging / Packages / 
python-monotonic

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




[Git][archlinux/packaging/packages/python-monotonic][main] upgpkg: 1.6-5: Rebuild with Python 3.12

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-monotonic


Commits:
f3497fea by Jelle van der Waa at 2024-04-05T09:23:59+02:00
upgpkg: 1.6-5: Rebuild with Python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,13 @@
+pkgbase = python-monotonic
+   pkgdesc = An implementation of time.monotonic() for Python
+   pkgver = 1.6
+   pkgrel = 5
+   url = https://pypi.python.org/pypi/monotonic
+   arch = any
+   license = Apache
+   makedepends = python-setuptools
+   depends = python
+   source = 
monotonic-1.6.tar.gz::https://github.com/atdt/monotonic/archive/1.6.tar.gz
+   sha512sums = 
9bb01f4b34ce10b90dee2e49dd70bc37462333e0da9490893bf642ceea9bed5f9bdbd8f59c58350609ac4c89809039d7375f1f1583ab8fbf9c13d4064849ea18
+
+pkgname = python-monotonic


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 _pkgname=monotonic
 pkgname=python-monotonic
 pkgver=1.6
-pkgrel=4
+pkgrel=5
 pkgdesc="An implementation of time.monotonic() for Python"
 url="https://pypi.python.org/pypi/monotonic";
 license=('Apache')



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

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




[Git][archlinux/packaging/packages/python-pyxattr] Pushed new tag 0.8.1-2

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 0.8.1-2 at Arch Linux / Packaging / Packages / 
python-pyxattr

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




[Git][archlinux/packaging/packages/python-pyxattr][main] upgpkg: 0.8.1-2: Rebuild with Python 3.12

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-pyxattr


Commits:
71fbc3ca by Jelle van der Waa at 2024-04-05T09:24:41+02:00
upgpkg: 0.8.1-2: Rebuild with Python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,19 @@
+pkgbase = python-pyxattr
+   pkgdesc = A Python extension module that allows you to manipulate the 
extended attributes.
+   pkgver = 0.8.1
+   pkgrel = 2
+   url = https://pyxattr.k1024.org/
+   arch = x86_64
+   license = GPL
+   checkdepends = python-pytest
+   makedepends = python
+   makedepends = python-pytest
+   makedepends = python-setuptools
+   depends = python
+   source = https://pyxattr.k1024.org/downloads/pyxattr-0.8.1.tar.gz
+   source = https://pyxattr.k1024.org/downloads/pyxattr-0.8.1.tar.gz.asc
+   validpgpkeys = CB94E3AA3B1755D61EBB19A5F66E3E419F84F4DE
+   sha512sums = 
98ba196b29b431ecacf0257712aa219175ba030e1c62fb388b4f3109d2d6b14ef09ed38f85177bd2991d3109c0af4cd2a108d17886dd51549e817727714f72f1
+   sha512sums = SKIP
+
+pkgname = python-pyxattr


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 pkgname=python-pyxattr
 _pkgname=pyxattr
 pkgver=0.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A Python extension module that allows you to manipulate the extended 
attributes.'
 arch=('x86_64')
 url='https://pyxattr.k1024.org/'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyxattr/-/commit/71fbc3caca5490ed9584e5bdbaba1d5dff03d922

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




[Git][archlinux/packaging/packages/python-tappy] Pushed new tag 3.1-5

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 3.1-5 at Arch Linux / Packaging / Packages / 
python-tappy

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




[Git][archlinux/packaging/packages/python-tappy][main] upgpkg: 3.1-5: Rebuild with Python 3.12

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-tappy


Commits:
f0a874aa by Jelle van der Waa at 2024-04-05T09:25:02+02:00
upgpkg: 3.1-5: Rebuild with Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-tappy
pkgdesc = Test Anything Protocol (TAP) tools for Python
pkgver = 3.1
-   pkgrel = 4
+   pkgrel = 5
url = https://pypi.python.org/pypi/tap.py
arch = any
license = BSD


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 pkgname=python-tappy
 _pyname=tap.py
 pkgver=3.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Test Anything Protocol (TAP) tools for Python"
 arch=(any)
 url="https://pypi.python.org/pypi/tap.py";



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

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




[Git][archlinux/packaging/packages/python-configclass][main] 4 commits: Switch to upstream provided auto-generated source tarball

2024-04-05 Thread David Runge (@dvzrv)


David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
python-configclass


Commits:
6c829836 by David Runge at 2024-04-05T09:19:37+02:00
Switch to upstream provided auto-generated source tarball

Signed-off-by: David Runge 

- - - - -
0df385a5 by David Runge at 2024-04-05T09:20:34+02:00
Add nvchecker integration

Signed-off-by: David Runge 

- - - - -
8d925e41 by David Runge at 2024-04-05T09:21:32+02:00
Remove unnecessary quotes and curly braces

Signed-off-by: David Runge 

- - - - -
89d96aed by David Runge at 2024-04-05T09:23:47+02:00
Switch to PEP517

Signed-off-by: David Runge 

- - - - -


2 changed files:

- + .nvchecker.toml
- PKGBUILD


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,3 @@
+[python-configclass]
+source = "pypi"
+pypi = "configclass"


=
PKGBUILD
=
@@ -1,40 +1,42 @@
 # Maintainer: David Runge 
 
-_name=configclass
 pkgname=python-configclass
+_name="${pkgname#python-}"
 pkgver=0.2.0
 pkgrel=5
 pkgdesc="A Python class to hold configuration values"
-arch=('any')
+arch=(any)
 url="https://github.com/schettino72/configclass/";
-license=('MIT')
-depends=('python-mergedict')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
-sha512sums=('60a5ec9e77b7f01139a44d17a2d4bc2136f36ab367a283205192804ec8f60e1d78ec2df237ffe8f33c00d4e05bc047f71dd9da840f701436e5014c4cf499c4cc')
-b2sums=('150c97c918e0d43f8d8c9810b527b64dd2b216b98d89272102b050a49aa6c49a009a4d29a530331a086eb31fc8474f27b5227c2b2db47f2ef046e30abc4cdcd9')
-
-prepare() {
-  mv -v "$_name-$pkgver" "$pkgname-$pkgver"
-}
+license=(MIT)
+depends=(
+  python
+  python-mergedict
+)
+makedepends=(
+  python-build
+  python-installer
+  python-setuptools
+  python-wheel
+)
+checkdepends=(python-pytest)
+source=($pkname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz)
+sha512sums=('7f22679d3470ede4106bdd99f1216bc49631c32452dc681fbd6a6b91735bbc82db1babed3cd94f93a0f9f2915d0866ee18704ffcfe477fd3134b6f18a094d192')
+b2sums=('8e273e539a9f3cce70397ef0bcc420ba7d5b2b007de490bc4347412546b6af0bbea4950218e69590817f41c884044bd7d976c6a188f8665f2de0bc173f1e9c8e')
 
 build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
+  cd $_name-$pkgver
+  python -m build --wheel --no-isolation
 }
 
 check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="build:${PYTHONPATH}"
+  cd $_name-$pkgver
+  export PYTHONPATH="build:$PYTHONPATH"
   pytest -v
 }
 
 package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
-  --optimize=1 \
-  --root="${pkgdir}"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -vDm 644 {CHANGES,README.rst} -t "${pkgdir}/usr/share/doc/${pkgname}"
+  cd "$_name-$pkgver"
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+  install -vDm 644 {CHANGES,README.rst} -t "$pkgdir/usr/share/doc/$pkgname/"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-configclass/-/compare/4448610a9e037f9e59a049252366f74a4c94d8cd...89d96aed1584d817cf447bf2966877d2289a0a71

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-configclass/-/compare/4448610a9e037f9e59a049252366f74a4c94d8cd...89d96aed1584d817cf447bf2966877d2289a0a71
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-mergedict][main] 5 commits: Remove unnecessary quotes and curly braces

2024-04-05 Thread David Runge (@dvzrv)


David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
python-mergedict


Commits:
da61dd42 by David Runge at 2024-04-05T09:28:09+02:00
Remove unnecessary quotes and curly braces

Signed-off-by: David Runge 

- - - - -
c923fa35 by David Runge at 2024-04-05T09:28:35+02:00
Switch to upstream provided auto-generated source tarball

Signed-off-by: David Runge 

- - - - -
802a0643 by David Runge at 2024-04-05T09:29:56+02:00
Switch to PEP517

Signed-off-by: David Runge 

- - - - -
f21eef3f by David Runge at 2024-04-05T09:30:44+02:00
Simplify population of custom name variable

Signed-off-by: David Runge 

- - - - -
37d101eb by David Runge at 2024-04-05T09:31:07+02:00
upgpkg: 1.0.0-8: Rebuild against Python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,18 @@
+pkgbase = python-mergedict
+   pkgdesc = A Python dict with a merge() method
+   pkgver = 1.0.0
+   pkgrel = 8
+   url = https://github.com/schettino72/mergedict/
+   arch = any
+   license = MIT
+   checkdepends = python-pytest
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-setuptools
+   makedepends = python-wheel
+   depends = python
+   source = 
python-mergedict-1.0.0.tar.gz::https://github.com/schettino72/mergedict//archive/refs/tags/1.0.0.tar.gz
+   sha512sums = 
b48d13cb6995423a25ee5589491a80416f49d4cd3934581c5e91e1a509da67c47c5202722efd6bf142912d1072a136dd499b8f13ca6ec11dd484f708061bf823
+   b2sums = 
f911441a4b87a99edc02af43cb8ac7e323b6e92851193a9de4241a0ba3c3a42ab4c79d02f3d24bbdcb45adbf7f7864b20f5cbe212dbe067cf9af87156d0d9a98
+
+pkgname = python-mergedict


=
PKGBUILD
=
@@ -1,40 +1,39 @@
 # Maintainer: David Runge 
 
-_name=mergedict
 pkgname=python-mergedict
+_name="${pkgname#python-}"
 pkgver=1.0.0
-pkgrel=7
+pkgrel=8
 pkgdesc="A Python dict with a merge() method"
-arch=('any')
+arch=(any)
 url="https://github.com/schettino72/mergedict/";
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
-sha512sums=('0f9f619961d2840995d2c2498debcf8b47c54fae76f419588562311d5bc43483c994cbeb618f2a1220a9ab33c56f12e3e257323c40ecd0db3a7181d7dd80ef27')
-b2sums=('6ec3a5df1b9c366cbb8b87b4c02ff18f15953d1e10469c5d20e170f0a1deca949edab6f0bd0100fb085401375cce51b9e323279d296153144548b93a8d072e7e')
-
-prepare() {
-  mv -v "$_name-$pkgver" "$pkgname-$pkgver"
-}
+license=(MIT)
+depends=(python)
+makedepends=(
+  python-build
+  python-installer
+  python-setuptools
+  python-wheel
+)
+checkdepends=(python-pytest)
+source=($pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz)
+sha512sums=('b48d13cb6995423a25ee5589491a80416f49d4cd3934581c5e91e1a509da67c47c5202722efd6bf142912d1072a136dd499b8f13ca6ec11dd484f708061bf823')
+b2sums=('f911441a4b87a99edc02af43cb8ac7e323b6e92851193a9de4241a0ba3c3a42ab4c79d02f3d24bbdcb45adbf7f7864b20f5cbe212dbe067cf9af87156d0d9a98')
 
 build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
+  cd $_name-$pkgver
+  python -m build --wheel --no-isolation
 }
 
 check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="build:${PYTHONPATH}"
+  cd $_name-$pkgver
+  export PYTHONPATH="build:$PYTHONPATH"
   pytest -v
 }
 
 package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
-  --optimize=1 \
-  --root="${pkgdir}"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -vDm 644 {CHANGES,README.rst} -t "${pkgdir}/usr/share/doc/${pkgname}"
+  cd $_name-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+  install -vDm 644 {CHANGES,README.rst} -t "$pkgdir/usr/share/doc/$pkgnam/"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-mergedict/-/compare/9c404fe43173f7bfe5808f66540dc324ccfc31c8...37d101eb76d8273bc3fa472f19a53c0d4a935d69

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-mergedict/-/compare/9c404fe43173f7bfe5808f66540dc324ccfc31c8...37d101eb76d8273bc3fa472f19a53c0d4a935d69
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-mergedict] Pushed new tag 1.0.0-8

2024-04-05 Thread David Runge (@dvzrv)


David Runge pushed new tag 1.0.0-8 at Arch Linux / Packaging / Packages / 
python-mergedict

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




[Git][archlinux/packaging/packages/libtorrent-rasterbar] Pushed new tag 1-2.0.10-2

2024-04-05 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 1-2.0.10-2 at Arch Linux / Packaging / Packages / 
libtorrent-rasterbar

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




[Git][archlinux/packaging/packages/libtorrent-rasterbar][main] upgpkg: 1:2.0.10-2: Python 3.12 rebuild

2024-04-05 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
libtorrent-rasterbar


Commits:
0f9d9c08 by Antonio Rojas at 2024-04-05T09:32:41+02:00
upgpkg: 1:2.0.10-2: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = libtorrent-rasterbar
pkgdesc = A C++ BitTorrent library that aims to be a good alternative 
to all the other implementations around
pkgver = 2.0.10
-   pkgrel = 1
+   pkgrel = 2
epoch = 1
url = https://www.rasterbar.com/products/libtorrent/
arch = x86_64


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=2.0.10
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="https://www.rasterbar.com/products/libtorrent/";



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libtorrent-rasterbar/-/commit/0f9d9c08f7f053261b921f91c5c125ca862fcf6a

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




[Git][archlinux/packaging/packages/python-simple-term-menu][main] upgpkg: 1.6.4-2: Rebuild with Python 3.12

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-simple-term-menu


Commits:
9305d94d by Jelle van der Waa at 2024-04-05T09:32:47+02:00
upgpkg: 1.6.4-2: Rebuild with Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-simple-term-menu
pkgdesc = A Python package which creates simple interactive menus on 
the command line.
pkgver = 1.6.4
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/IngoMeyer441/simple-term-menu
arch = any
license = MIT


=
PKGBUILD
=
@@ -10,7 +10,7 @@
 
 pkgname=python-simple-term-menu
 pkgver=1.6.4
-pkgrel=1
+pkgrel=2
 pkgdesc='A Python package which creates simple interactive menus on the 
command line.'
 arch=('any')
 url='https://github.com/IngoMeyer441/simple-term-menu'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-simple-term-menu/-/commit/9305d94df259c6477ad593cc1ff3b22d34dd7ccd

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-simple-term-menu/-/commit/9305d94df259c6477ad593cc1ff3b22d34dd7ccd
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-simple-term-menu] Pushed new tag 1.6.4-2

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 1.6.4-2 at Arch Linux / Packaging / Packages / 
python-simple-term-menu

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




[Git][archlinux/packaging/packages/uwsgitop] Pushed new tag 0.11-7

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 0.11-7 at Arch Linux / Packaging / Packages / 
uwsgitop

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




[Git][archlinux/packaging/packages/uwsgitop][main] upgpkg: 0.11-7: Rebuild with Python 3.12

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
uwsgitop


Commits:
87b13945 by Jelle van der Waa at 2024-04-05T09:33:11+02:00
upgpkg: 0.11-7: Rebuild with Python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,14 @@
+pkgbase = uwsgitop
+   pkgdesc = uWSGI top-like app
+   pkgver = 0.11
+   pkgrel = 7
+   url = https://github.com/xrmx/uwsgitop
+   arch = any
+   license = MIT
+   makedepends = python-setuptools
+   depends = python-simplejson
+   options = !emptydirs
+   source = 
uwsgitop-0.11.tar.gz::https://github.com/xrmx/uwsgitop/archive/v0.11.tar.gz
+   sha512sums = 
bf75ce3b3a781f1ffd2b9bc75577808338dbd9e34dae8248b5fe89ce5989b4240bb11cb6132c95f081fc8b2fef4cd5cdacd5d9b421552ce7f87c9ae79a317d59
+
+pkgname = uwsgitop


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Giancarlo Razzolini 
 pkgname=uwsgitop
 pkgver=0.11
-pkgrel=6
+pkgrel=7
 pkgdesc="uWSGI top-like app"
 arch=('any')
 url="https://github.com/xrmx/uwsgitop";



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/uwsgitop/-/commit/87b139453393f5575bdad54acfe39bc063087497

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




[Git][archlinux/packaging/packages/python-configclass][main] 2 commits: Fix typo in source array

2024-04-05 Thread David Runge (@dvzrv)


David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
python-configclass


Commits:
4d584bb6 by David Runge at 2024-04-05T09:32:25+02:00
Fix typo in source array

Signed-off-by: David Runge 

- - - - -
2bee695f by David Runge at 2024-04-05T09:33:17+02:00
upgpkg: 0.2.0-6: Rebuild against Python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,19 @@
+pkgbase = python-configclass
+   pkgdesc = A Python class to hold configuration values
+   pkgver = 0.2.0
+   pkgrel = 6
+   url = https://github.com/schettino72/configclass/
+   arch = any
+   license = MIT
+   checkdepends = python-pytest
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-setuptools
+   makedepends = python-wheel
+   depends = python
+   depends = python-mergedict
+   source = 
python-configclass-0.2.0.tar.gz::https://github.com/schettino72/configclass//archive/refs/tags/0.2.0.tar.gz
+   sha512sums = 
7f22679d3470ede4106bdd99f1216bc49631c32452dc681fbd6a6b91735bbc82db1babed3cd94f93a0f9f2915d0866ee18704ffcfe477fd3134b6f18a094d192
+   b2sums = 
8e273e539a9f3cce70397ef0bcc420ba7d5b2b007de490bc4347412546b6af0bbea4950218e69590817f41c884044bd7d976c6a188f8665f2de0bc173f1e9c8e
+
+pkgname = python-configclass


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 pkgname=python-configclass
 _name="${pkgname#python-}"
 pkgver=0.2.0
-pkgrel=5
+pkgrel=6
 pkgdesc="A Python class to hold configuration values"
 arch=(any)
 url="https://github.com/schettino72/configclass/";
@@ -19,7 +19,7 @@ makedepends=(
   python-wheel
 )
 checkdepends=(python-pytest)
-source=($pkname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz)
+source=($pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz)
 
sha512sums=('7f22679d3470ede4106bdd99f1216bc49631c32452dc681fbd6a6b91735bbc82db1babed3cd94f93a0f9f2915d0866ee18704ffcfe477fd3134b6f18a094d192')
 
b2sums=('8e273e539a9f3cce70397ef0bcc420ba7d5b2b007de490bc4347412546b6af0bbea4950218e69590817f41c884044bd7d976c6a188f8665f2de0bc173f1e9c8e')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-configclass/-/compare/89d96aed1584d817cf447bf2966877d2289a0a71...2bee695fe9cf07dbb6ae1eb2b7809e08555e8ccf

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-configclass/-/compare/89d96aed1584d817cf447bf2966877d2289a0a71...2bee695fe9cf07dbb6ae1eb2b7809e08555e8ccf
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-configclass] Pushed new tag 0.2.0-6

2024-04-05 Thread David Runge (@dvzrv)


David Runge pushed new tag 0.2.0-6 at Arch Linux / Packaging / Packages / 
python-configclass

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




[Git][archlinux/packaging/packages/python-crc32c] Pushed new tag 2.4-2

2024-04-05 Thread David Runge (@dvzrv)


David Runge pushed new tag 2.4-2 at Arch Linux / Packaging / Packages / 
python-crc32c

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




[Git][archlinux/packaging/packages/python-crc32c][main] upgpkg: 2.4-2: Rebuild against Python 3.12

2024-04-05 Thread David Runge (@dvzrv)


David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
python-crc32c


Commits:
44a4a996 by David Runge at 2024-04-05T09:34:04+02:00
upgpkg: 2.4-2: Rebuild against Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-crc32c
pkgdesc = A python package implementing the crc32c algorithm in 
hardware and software
pkgver = 2.4
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/ICRAR/crc32c
arch = x86_64
license = BSD-3-Clause


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _name=crc32c
 pkgname=python-crc32c
 pkgver=2.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A python package implementing the crc32c algorithm in hardware and 
software"
 arch=(x86_64)
 url="https://github.com/ICRAR/crc32c";



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-crc32c/-/commit/44a4a99675447ea3f481249dee6db819bd4f8ab8

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




[Git][archlinux/packaging/packages/python-crcmod] Pushed new tag 1.7-7

2024-04-05 Thread David Runge (@dvzrv)


David Runge pushed new tag 1.7-7 at Arch Linux / Packaging / Packages / 
python-crcmod

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




[Git][archlinux/packaging/packages/python-crcmod][main] upgpkg: 1.7-7: Rebuild against Python 3.12

2024-04-05 Thread David Runge (@dvzrv)


David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
python-crcmod


Commits:
d345ff58 by David Runge at 2024-04-05T09:36:11+02:00
upgpkg: 1.7-7: Rebuild against Python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,18 @@
+pkgbase = python-crcmod
+   pkgdesc = Module for generating objects that compute the Cyclic 
Redundancy Check (CRC)
+   pkgver = 1.7
+   pkgrel = 7
+   url = http://crcmod.sourceforge.net/
+   arch = x86_64
+   license = MIT
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-setuptools
+   makedepends = python-wheel
+   depends = glibc
+   depends = python
+   source = 
https://files.pythonhosted.org/packages/source/c/crcmod/crcmod-1.7.tar.gz
+   sha512sums = 
3c2f65004761c84f19d6ba95a0af74512108bad5007d9e20f8e684822e4196ce17073e58b47d2fa997e058e3d82782f3393458b6f0e86935418f38877d319a31
+   b2sums = 
542bdde18f4565f574a2746de5e1fcb10d015d5c89f3eba7a0c316a3e53eb5a895664e2f51e54dcbab7d2ee6f30055137f22498f44b6c27d40d0692ff9652813
+
+pkgname = python-crcmod


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _name=crcmod
 pkgname=python-crcmod
 pkgver=1.7
-pkgrel=6
+pkgrel=7
 pkgdesc="Module for generating objects that compute the Cyclic Redundancy 
Check (CRC)"
 arch=(x86_64)
 url="http://crcmod.sourceforge.net/";



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

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




[Git][archlinux/packaging/packages/libdispatch] Pushed new tag 5.10-1

2024-04-05 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 5.10-1 at Arch Linux / Packaging / Packages / 
libdispatch

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




[Git][archlinux/packaging/packages/libdispatch][main] upgpkg: 5.10-1

2024-04-05 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / 
libdispatch


Commits:
ab8b95b3 by Sven-Hendrik Haase at 2024-04-05T09:37:46+02:00
upgpkg: 5.10-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,21 @@
+pkgbase = libdispatch
+   pkgdesc = Comprehensive support for concurrent code execution on 
multicore hardware
+   pkgver = 5.10
+   pkgrel = 1
+   url = https://apple.github.io/swift-corelibs-libdispatch
+   arch = x86_64
+   license = Apache
+   makedepends = git
+   makedepends = clang
+   makedepends = cmake
+   makedepends = ninja
+   depends = glibc
+   provides = libblocksruntime
+   source = 
libdispatch::git+https://github.com/apple/swift-corelibs-libdispatch.git#tag=swift-5.10-RELEASE
+   source = remove-werror.patch
+   source = avoid-libkqueue.patch
+   sha512sums = 
c83e7e227a8f4f76ba4274ad292177ffd357b79f7afd94060804427b0ab2dfe86d77414b33b567b114b80934d4c1d9664e59d154d40752c2219548f9c91c7241
+   sha512sums = 
d7d05ff6fa2ece40fea51e97f1af04e25ae9c2b55246fa2d753c446cff380262e611f9abb5112b7c7c94730362f0d06e0ccd867477c9470d1154e9c65e540529
+   sha512sums = 
9f954538eee6ca63170c9fcf28cbcc090392360157c03bb33783789182102854ab344b432ff9f5603b873cb2540ffecf83458be559757eb094286cb41d9ba9ea
+
+pkgname = libdispatch


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: Adrian Perez de Castro 
 pkgname=libdispatch
-pkgver=5.5.0
+pkgver=5.10
 pkgrel=1
 pkgdesc='Comprehensive support for concurrent code execution on multicore 
hardware'
 arch=('x86_64')
@@ -13,7 +13,7 @@ provides=('libblocksruntime')
 
source=("${pkgname}::git+https://github.com/apple/swift-corelibs-libdispatch.git#tag=swift-${pkgver%.0}-RELEASE";
 'remove-werror.patch'
 'avoid-libkqueue.patch')
-sha512sums=('SKIP'
+sha512sums=('c83e7e227a8f4f76ba4274ad292177ffd357b79f7afd94060804427b0ab2dfe86d77414b33b567b114b80934d4c1d9664e59d154d40752c2219548f9c91c7241'
 
'd7d05ff6fa2ece40fea51e97f1af04e25ae9c2b55246fa2d753c446cff380262e611f9abb5112b7c7c94730362f0d06e0ccd867477c9470d1154e9c65e540529'
 
'9f954538eee6ca63170c9fcf28cbcc090392360157c03bb33783789182102854ab344b432ff9f5603b873cb2540ffecf83458be559757eb094286cb41d9ba9ea')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libdispatch/-/commit/ab8b95b3e1c09c3f73db5a926c80dbc0db89fb8a

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




[Git][archlinux/packaging/packages/xpra] Pushed new tag 4.4.5-3

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 4.4.5-3 at Arch Linux / Packaging / Packages / 
xpra

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




[Git][archlinux/packaging/packages/xpra][main] upgpkg: 4.4.5-3: Rebuild with Python 3.12

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
xpra


Commits:
245a0d21 by Jelle van der Waa at 2024-04-05T09:41:39+02:00
upgpkg: 4.4.5-3: Rebuild with Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = xpra
pkgdesc = multi-platform screen and application forwarding system 
screen for X11
pkgver = 4.4.5
-   pkgrel = 2
+   pkgrel = 3
url = https://www.xpra.org
arch = x86_64
license = GPL2


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=xpra
 pkgver=4.4.5
-pkgrel=2
+pkgrel=3
 pkgdesc="multi-platform screen and application forwarding system screen for 
X11"
 arch=('x86_64')
 url='https://www.xpra.org'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xpra/-/commit/245a0d21cac150cf6ee39757ddf0544c681735ca

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




[Git][archlinux/packaging/packages/python-csscompressor] Pushed new tag 0.9.5-7

2024-04-05 Thread David Runge (@dvzrv)


David Runge pushed new tag 0.9.5-7 at Arch Linux / Packaging / Packages / 
python-csscompressor

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




[Git][archlinux/packaging/packages/python-csscompressor][main] 6 commits: Switch to correct SPDX license identifier

2024-04-05 Thread David Runge (@dvzrv)


David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
python-csscompressor


Commits:
98232694 by David Runge at 2024-04-05T09:37:46+02:00
Switch to correct SPDX license identifier

Signed-off-by: David Runge 

- - - - -
d41cbe6b by David Runge at 2024-04-05T09:39:05+02:00
Remove unnecessary quotes and curly braces

Signed-off-by: David Runge 

- - - - -
df3742ba by David Runge at 2024-04-05T09:40:34+02:00
Switch to upstream provided auto-generated source tarball

Signed-off-by: David Runge 

- - - - -
c923a526 by David Runge at 2024-04-05T09:41:54+02:00
Switch to PEP517

Signed-off-by: David Runge 

- - - - -
38c28658 by David Runge at 2024-04-05T09:42:47+02:00
Add nvchecker integration

Signed-off-by: David Runge 

- - - - -
4ea9b0e1 by David Runge at 2024-04-05T09:43:13+02:00
upgpkg: 0.9.5-7: Rebuild against Python 3.12

- - - - -


3 changed files:

- + .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,17 @@
+pkgbase = python-csscompressor
+   pkgdesc = Port of YUI CSS Compressor to Python
+   pkgver = 0.9.5
+   pkgrel = 7
+   url = https://github.com/sprymix/csscompressor
+   arch = any
+   license = BSD-3-Clause
+   checkdepends = python-pytest
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-setuptools
+   makedepends = python-wheel
+   depends = python
+   source = 
python-csscompressor-0.9.5.tar.gz::https://github.com/sprymix/csscompressor/archive/refs/tags/v0.9.5.tar.gz
+   sha512sums = 
06be3e433555029c5b1207120f4fb8d16a44f7511eb709b35367b5a1024d015a8af5780db78f4568f3d62f44685309cf294ab8111f0ff20bd0c31bc7342892ee
+
+pkgname = python-csscompressor


=
.nvchecker.toml
=
@@ -0,0 +1,3 @@
+[python-csscompressor]
+source = "pypi"
+pypi = "csscompressor"


=
PKGBUILD
=
@@ -1,40 +1,38 @@
 # Maintainer: David Runge 
 
-_name=csscompressor
 pkgname=python-csscompressor
+_name="${pkgname#python-}"
 pkgver=0.9.5
-pkgrel=6
+pkgrel=7
 pkgdesc="Port of YUI CSS Compressor to Python"
-arch=('any')
+arch=(any)
 url="https://github.com/sprymix/csscompressor";
-license=('BSD')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
-sha512sums=('aee16b5af8b1b780a0fef10d359864a5a21a90b7196740c8b7efef25d1ba4d8197e9fce03483d0e2331abc736290cc6b862e43ee65d1b76260310aea65fc6eb6')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-}
+license=(BSD-3-Clause)
+depends=(python)
+makedepends=(
+  python-build
+  python-installer
+  python-setuptools
+  python-wheel
+)
+checkdepends=(python-pytest)
+source=($pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz)
+sha512sums=('06be3e433555029c5b1207120f4fb8d16a44f7511eb709b35367b5a1024d015a8af5780db78f4568f3d62f44685309cf294ab8111f0ff20bd0c31bc7342892ee')
 
 build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
+  cd $_name-$pkgver
+  python -m build --wheel --no-isolation
 }
 
 check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="build:${PYTHONPATH}"
+  cd $_name-$pkgver
+  export PYTHONPATH="build:$PYTHONPATH"
   pytest -v
 }
 
 package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  cd $_name-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -vDm 644 README.rst -t "$pkgdir/usr/share/doc/$pkgname/"
+  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-csscompressor/-/compare/917db30af6c21eadd395adff345d562bd6a9f2b7...4ea9b0e174d62bee4d63ae03c9f3f60c0ea6baa4

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-csscompressor/-/compare/917db30af6c21eadd395adff345d562bd6a9f2b7...4ea9b0e174d62bee4d63ae03c9f3f60c0ea6baa4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-humanfriendly] Pushed new tag 10.0-7

2024-04-05 Thread David Runge (@dvzrv)


David Runge pushed new tag 10.0-7 at Arch Linux / Packaging / Packages / 
python-humanfriendly

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




[Git][archlinux/packaging/packages/python-humanfriendly][main] 3 commits: Switch to upstream provided auto-generated source tarball

2024-04-05 Thread David Runge (@dvzrv)


David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
python-humanfriendly


Commits:
b403b406 by David Runge at 2024-04-05T09:48:11+02:00
Switch to upstream provided auto-generated source tarball

Signed-off-by: David Runge 

- - - - -
674ba199 by David Runge at 2024-04-05T09:49:01+02:00
Add nvchecker integration

Signed-off-by: David Runge 

- - - - -
8894575a by David Runge at 2024-04-05T09:49:20+02:00
upgpkg: 10.0-7: Rebuild against Python 3.12

- - - - -


3 changed files:

- + .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,19 @@
+pkgbase = python-humanfriendly
+   pkgdesc = Human friendly input/output for text interfaces using Python
+   pkgver = 10.0
+   pkgrel = 7
+   url = https://github.com/xolox/python-humanfriendly
+   arch = any
+   license = MIT
+   checkdepends = python-docutils
+   checkdepends = python-pytest
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-setuptools
+   makedepends = python-wheel
+   depends = python
+   source = 
python-humanfriendly-10.0.tar.gz::https://github.com/xolox/python-humanfriendly/archive/refs/tags/10.0.tar.gz
+   sha512sums = 
a0f324aa3af27088b77bd68c1d2ee65090ca6ace71414ae698452bc2a81de82f82f8d53b47145ea9822b93e600da3b871e9244a9681d06b54fa2c31efc2857ef
+   b2sums = 
0e133bc4f871455f9aa20f542a9a5be83a47db07865b44cb53f2ba093425925404ab91d5019322a9a25448362b83cc040bdf1502c200022dd0a23c423799ee8f
+
+pkgname = python-humanfriendly


=
.nvchecker.toml
=
@@ -0,0 +1,3 @@
+[python-humanfriendly]
+source = "pypi"
+pypi = "humanfriendly"


=
PKGBUILD
=
@@ -1,9 +1,8 @@
 # Maintainer: David Runge 
 
-_name=humanfriendly
 pkgname=python-humanfriendly
 pkgver=10.0
-pkgrel=6
+pkgrel=7
 pkgdesc="Human friendly input/output for text interfaces using Python"
 arch=(any)
 url="https://github.com/xolox/python-humanfriendly";
@@ -19,24 +18,24 @@ checkdepends=(
   python-docutils
   python-pytest
 )
-source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha512sums=('496700bcea1dabf003c938558bf807fabb41b71192f69622979dd9e243dda9b4b06c5ac8f65cef217df85ebadf99099dc22b50d63216791a569be11081d267d6')
-b2sums=('6db7f2f11bafcdc087c078eae6123046610594b17899678e445baa18c25b2210cc1d84363d858ab7c57fce6d6b7a189be69dea08c1891d3f5b11ff9900c9bef9')
+source=($pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz)
+sha512sums=('a0f324aa3af27088b77bd68c1d2ee65090ca6ace71414ae698452bc2a81de82f82f8d53b47145ea9822b93e600da3b871e9244a9681d06b54fa2c31efc2857ef')
+b2sums=('0e133bc4f871455f9aa20f542a9a5be83a47db07865b44cb53f2ba093425925404ab91d5019322a9a25448362b83cc040bdf1502c200022dd0a23c423799ee8f')
 
 build() {
-  cd $_name-$pkgver
+  cd $pkgname-$pkgver
   python -m build --wheel --no-isolation
 }
 
 # tests are completely broken and this project is dead... -_-
 # check() {
-#   cd $_name-$pkgver
+#   cd $pkgname-$pkgver
 #   # disable tests that require dusty capturer project
 #   pytest -v $_name/tests.py -k "not test_terminal_capabilities and not 
test_generate_warning and not test_prompt_for_confirmation"
 # }
 
 package() {
-  cd $_name-$pkgver
+  cd $pkgname-$pkgver
   python -m installer --destdir="$pkgdir" dist/*.whl
   install -vDm 644 {CHANGELOG,README}.rst -t "$pkgdir/usr/share/doc/$pkgname/"
   install -vDm 644 LICENSE.txt -t "$pkgdir/usr/share/licenses/$pkgname/"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-humanfriendly/-/compare/eedc7848ce1ecc9926c6a5fe6c0977a0965aee9b...8894575aefdab2e4321febc426e0a5abc0cc1925

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-humanfriendly/-/compare/eedc7848ce1ecc9926c6a5fe6c0977a0965aee9b...8894575aefdab2e4321febc426e0a5abc0cc1925
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-bincopy] Pushed new tag 20.0.0-2

2024-04-05 Thread David Runge (@dvzrv)


David Runge pushed new tag 20.0.0-2 at Arch Linux / Packaging / Packages / 
python-bincopy

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




[Git][archlinux/packaging/packages/python-bincopy][main] 2 commits: Add nvchecker integration

2024-04-05 Thread David Runge (@dvzrv)


David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
python-bincopy


Commits:
0c6aa927 by David Runge at 2024-04-05T09:50:05+02:00
Add nvchecker integration

Signed-off-by: David Runge 

- - - - -
eacf0fd2 by David Runge at 2024-04-05T09:50:33+02:00
upgpkg: 20.0.0-2: Rebuild against Python 3.12

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-bincopy
pkgdesc = Mangling of various file formats that conveys binary 
information
pkgver = 20.0.0
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/eerimoq/bincopy
arch = any
license = MIT


=
.nvchecker.toml
=
@@ -0,0 +1,3 @@
+[python-bincopy]
+source = "pypi"
+pypi = "bincopy"


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _name=bincopy
 pkgname=python-bincopy
 pkgver=20.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Mangling of various file formats that conveys binary information"
 arch=(any)
 url="https://github.com/eerimoq/bincopy";



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-bincopy/-/compare/195b2846292e7fb77bc78d7b121625e941b31758...eacf0fd2c190031fecaa4825e64fd07419bc2b14

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-bincopy/-/compare/195b2846292e7fb77bc78d7b121625e941b31758...eacf0fd2c190031fecaa4825e64fd07419bc2b14
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-django-environ] Pushed new tag 0.11.2-2

2024-04-05 Thread David Runge (@dvzrv)


David Runge pushed new tag 0.11.2-2 at Arch Linux / Packaging / Packages / 
python-django-environ

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




[Git][archlinux/packaging/packages/python-django-environ][main] upgpkg: 0.11.2-2: Rebuild against Python 3.12

2024-04-05 Thread David Runge (@dvzrv)


David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
python-django-environ


Commits:
0638ac55 by David Runge at 2024-04-05T09:51:57+02:00
upgpkg: 0.11.2-2: Rebuild against Python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,20 @@
+pkgbase = python-django-environ
+   pkgdesc = Utilize 12factor inspired environment variables to configure 
your Django application
+   pkgver = 0.11.2
+   pkgrel = 2
+   url = https://github.com/joke2k/django-environ
+   arch = any
+   license = MIT
+   checkdepends = python-pytest
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-setuptools
+   makedepends = python-wheel
+   depends = python
+   depends = python-django
+   optdepends = python-simplejson: for an alternative JSON implementation
+   source = 
https://github.com/joke2k/django-environ/releases/download/v0.11.2/django-environ-0.11.2.tar.gz
+   sha512sums = 
d024858514b2a6edd99a7a2f1ae26e9e7cc007b1454a1c3f2cd2ae061b4e961f16c4acc8c77ee6449e4b11b3d98c72aae849e337339cb5e275b85077a02b59d0
+   b2sums = 
bcd53d13b2b936ba499e1481a46101d54b35f79f83584aa447fc222503e19da41545e7281cb6287351350250c4b728d50ef2be797dabf17672799f02976d3e1e
+
+pkgname = python-django-environ


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _name=django-environ
 pkgname=python-django-environ
 pkgver=0.11.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Utilize 12factor inspired environment variables to configure your 
Django application"
 arch=(any)
 url="https://github.com/joke2k/django-environ";



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-django-environ/-/commit/0638ac557b8be8c94b4adf5260be7a06cea0bef3

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




[Git][archlinux/packaging/packages/uv][main] upgpkg: 0.1.29-1

2024-04-05 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / uv


Commits:
ee78e9d4 by Caleb Maclennan at 2024-04-05T10:54:53+03:00
upgpkg: 0.1.29-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = uv
pkgdesc = An extremely fast Python package installer and resolver 
written in Rust
-   pkgver = 0.1.28
-   pkgrel = 2
+   pkgver = 0.1.29
+   pkgrel = 1
url = https://github.com/astral-sh/uv
arch = x86_64
license = MIT
@@ -20,8 +20,8 @@ pkgbase = uv
depends = zlib
depends = libz.so
options = !lto
-   source = git+https://github.com/astral-sh/uv.git#tag=0.1.28
-   sha256sums = 
08eb16ca09803a48fb8e39f3058e104d86820edb5d910fd48a94e3798c3e2f2a
+   source = git+https://github.com/astral-sh/uv.git#tag=0.1.29
+   sha256sums = 
6b0f8f1d4f3023688d7a3dc4d2eb78507c62b18ab3cf1fa6a40377554d741400
 
 pkgname = uv
 


=
PKGBUILD
=
@@ -7,8 +7,8 @@
 
 pkgbase=uv
 pkgname=("$pkgbase" "python-$pkgbase")
-pkgver=0.1.28
-pkgrel=2
+pkgver=0.1.29
+pkgrel=1
 pkgdesc='An extremely fast Python package installer and resolver written in 
Rust'
 arch=('x86_64')
 url="https://github.com/astral-sh/uv";
@@ -20,7 +20,7 @@ makedepends=('cargo' 'maturin' 'python-installer' 'cmake' 
'git')
 checkdepends=('python' 'python-zstandard' 'libxcrypt-compat' 'clang')
 options=('!lto')
 source=("git+$url.git#tag=$pkgver")
-sha256sums=('08eb16ca09803a48fb8e39f3058e104d86820edb5d910fd48a94e3798c3e2f2a')
+sha256sums=('6b0f8f1d4f3023688d7a3dc4d2eb78507c62b18ab3cf1fa6a40377554d741400')
 
 prepare() {
   cd "$pkgbase"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/uv/-/commit/ee78e9d44fe9097a3da0a8d6adefc3fb5ec0d648

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




[Git][archlinux/packaging/packages/uv] Pushed new tag 0.1.29-1

2024-04-05 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 0.1.29-1 at Arch Linux / Packaging / Packages / 
uv

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




[Git][archlinux/packaging/packages/uv][main] upgpkg: 0.1.29-2: Rebuild with Python 3.12

2024-04-05 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / uv


Commits:
f1c0319a by Caleb Maclennan at 2024-04-05T10:58:39+03:00
upgpkg: 0.1.29-2: Rebuild with Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = uv
pkgdesc = An extremely fast Python package installer and resolver 
written in Rust
pkgver = 0.1.29
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/astral-sh/uv
arch = x86_64
license = MIT


=
PKGBUILD
=
@@ -8,7 +8,7 @@
 pkgbase=uv
 pkgname=("$pkgbase" "python-$pkgbase")
 pkgver=0.1.29
-pkgrel=1
+pkgrel=2
 pkgdesc='An extremely fast Python package installer and resolver written in 
Rust'
 arch=('x86_64')
 url="https://github.com/astral-sh/uv";



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/uv/-/commit/f1c0319afcde3939ebcc0cc71824d13236fab2b3

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




[Git][archlinux/packaging/packages/uv] Pushed new tag 0.1.29-2

2024-04-05 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 0.1.29-2 at Arch Linux / Packaging / Packages / 
uv

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




[Git][archlinux/packaging/packages/libiio] Pushed new tag 0.25-3

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 0.25-3 at Arch Linux / Packaging / Packages / 
libiio

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




[Git][archlinux/packaging/packages/libiio][main] upgpkg: 0.25-3: Rebuild with Python 3.12

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
libiio


Commits:
f4b7c279 by Jelle van der Waa at 2024-04-05T09:59:41+02:00
upgpkg: 0.25-3: Rebuild with Python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,39 @@
+pkgbase = libiio
+   pkgdesc = Interface to the Linux Industrial Input/Output (IIO) Subsystem
+   pkgver = 0.25
+   pkgrel = 3
+   url = https://github.com/analogdevicesinc/libiio
+   arch = x86_64
+   license = GPL-2.0-or-later
+   license = LGPL-2.1-or-later
+   makedepends = avahi
+   makedepends = cmake
+   makedepends = libaio
+   makedepends = libserialport
+   makedepends = libusb
+   makedepends = libxml2
+   makedepends = python-setuptools
+   source = 
https://github.com/analogdevicesinc/libiio/archive/v0.25/libiio-v0.25.tar.gz
+   source = 0001-Install-man-pages-to-the-correct-chapter-directories.patch
+   sha512sums = 
e0f2f5545b4c78d1f0f56b037db6e363aab01aad69af3a095b3546af74dab6effe0b00f5c336ef799a739f76c5f16ab76a6b8e823508861edd2745a9d3fd2599
+   sha512sums = 
4703e37584fba0824c6c93bf5289edd258d9ebe3b6d84fa608cad455346130be982176a2da2523d9bddfb3e3468c8ba992a088ae855868a612446a9d36251b3b
+   b2sums = 
9b3190b5c69fc9fc624f4b0c686cace828fc34219a986a306ffba6b4c2a4f3b8c60cd8d5c67c350033d83ecdaeb010559318bbf76f0b0565bdbcbe119d85e097
+   b2sums = 
2149bad4cd0b4048cb7d37d0592896b55be4e7ddd80f7322fa42a45b0369226f831d6f7869a5c0d7fdea356d43f7e9fe1538c94962fd6360399c121a5c4a22cf
+
+pkgname = libiio
+   depends = avahi
+   depends = libavahi-client.so
+   depends = libavahi-common.so
+   depends = glibc
+   depends = libaio
+   depends = libserialport
+   depends = libxml2
+   depends = libusb
+   depends = libusb-1.0.so
+   optdepends = python-pylibiio: for Python bindings
+   provides = libiio.so
+
+pkgname = python-pylibiio
+   pkgdesc = Interface to the Linux Industrial Input/Output (IIO) 
Subsystem - Python bindings
+   depends = libiio=0.25
+   depends = python


=
PKGBUILD
=
@@ -8,7 +8,7 @@ pkgname=(
   python-pylibiio
 )
 pkgver=0.25
-pkgrel=2
+pkgrel=3
 pkgdesc="Interface to the Linux Industrial Input/Output (IIO) Subsystem"
 arch=(x86_64)
 url="https://github.com/analogdevicesinc/libiio";



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libiio/-/commit/f4b7c2793667d3904656d1a7d071f7392de4f17e

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




[Git][archlinux/packaging/packages/python-sympy] Pushed new tag 1.12.1rc1-1

2024-04-05 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 1.12.1rc1-1 at Arch Linux / Packaging / Packages / 
python-sympy

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




[Git][archlinux/packaging/packages/python-sympy][main] upgpkg: 1.12.1rc1-1: Update to 1.12.1rc1 for python 3.12 support

2024-04-05 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-sympy


Commits:
7425059d by Antonio Rojas at 2024-04-05T10:00:20+02:00
upgpkg: 1.12.1rc1-1: Update to 1.12.1rc1 for python 3.12 support

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- + ad95bcc5.patch


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-sympy
pkgdesc = Symbolic manipulation package (Computer Algebra System), 
written in pure Python
-   pkgver = 1.12
-   pkgrel = 2
+   pkgver = 1.12.1rc1
+   pkgrel = 1
url = https://sympy.org/en/index.html
arch = any
license = BSD
@@ -12,7 +12,7 @@ pkgbase = python-sympy
depends = python-mpmath
optdepends = ipython: user friendly interface for isympy
optdepends = python-symengine: optimized backend, set USE_SYMENGINE=1 
to use
-   source = 
https://github.com/sympy/sympy/archive/sympy-1.12/sympy-1.12.tar.gz
-   sha512sums = 
96a89b88f6912d70c56f5bd1903dd3c518963118ff25d033cdcb7da2f260b8ee209d3ab4a4394dd2b5dc0b4585b71ccd55d55c8e5c6e28024cccbedf07ee4360
+   source = 
https://github.com/sympy/sympy/archive/sympy-1.12.1rc1/sympy-1.12.1rc1.tar.gz
+   sha512sums = 
38c4271c602bc8563a070d5f55122ace6baec5b72bc71a666c7a54cebcbc45833de0826f7d390fce84cba478c9ead12f2ee8040c19ca8d4f98d787f608aefdf0
 
 pkgname = python-sympy


=
PKGBUILD
=
@@ -5,8 +5,8 @@
 # Contributor: Peter Garceau 
 
 pkgname=python-sympy
-pkgver=1.12
-pkgrel=2
+pkgver=1.12.1rc1
+pkgrel=1
 arch=('any')
 pkgdesc='Symbolic manipulation package (Computer Algebra System), written in 
pure Python'
 url='https://sympy.org/en/index.html'
@@ -19,7 +19,7 @@ makedepends=('python-build'
  'python-setuptools'
  'python-wheel')
 
source=("https://github.com/sympy/sympy/archive/sympy-$pkgver/sympy-$pkgver.tar.gz";)
-sha512sums=('96a89b88f6912d70c56f5bd1903dd3c518963118ff25d033cdcb7da2f260b8ee209d3ab4a4394dd2b5dc0b4585b71ccd55d55c8e5c6e28024cccbedf07ee4360')
+sha512sums=('38c4271c602bc8563a070d5f55122ace6baec5b72bc71a666c7a54cebcbc45833de0826f7d390fce84cba478c9ead12f2ee8040c19ca8d4f98d787f608aefdf0')
 
 build() {
   cd sympy-sympy-$pkgver
@@ -28,7 +28,7 @@ build() {
 
 check() {
   cd sympy-sympy-$pkgver
-  python bin/test
+  bin/test -v
 }
 
 package() {


=
ad95bcc5.patch
=
@@ -0,0 +1,28 @@
+From 4b82eae46164afb468bb8995d87cbc643dc9e7a6 Mon Sep 17 00:00:00 2001
+From: Pablo Galindo 
+Date: Fri, 9 Jun 2023 11:22:20 +0100
+Subject: [PATCH 1/4] Fix factorial parsing for Python 3.12
+
+Signed-off-by: Pablo Galindo 
+---
+ .mailmap  | 1 +
+ sympy/parsing/sympy_parser.py | 5 -
+ 2 files changed, 5 insertions(+), 1 deletion(-)
+
+diff --git a/sympy/parsing/sympy_parser.py b/sympy/parsing/sympy_parser.py
+index 7e3a0e8067ce..1c89f0d25b9a 100644
+--- a/sympy/parsing/sympy_parser.py
 b/sympy/parsing/sympy_parser.py
+@@ -627,7 +627,10 @@ def factorial_notation(tokens: List[TOKEN], local_dict: 
DICT, global_dict: DICT)
+ result: List[TOKEN] = []
+ nfactorial = 0
+ for toknum, tokval in tokens:
+-if toknum == ERRORTOKEN:
++if toknum == OP and tokval == "!":
++# In Python 3.12 "!" are OP instead of ERRORTOKEN
++nfactorial += 1
++elif toknum == ERRORTOKEN:
+ op = tokval
+ if op == '!':
+ nfactorial += 1
+



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sympy/-/commit/7425059d96872d695ec9276ff4d123954a52c5af

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




[Git][archlinux/packaging/packages/python-sympy][main] Drop patch

2024-04-05 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-sympy


Commits:
ac173b1e by Antonio Rojas at 2024-04-05T10:02:05+02:00
Drop patch

- - - - -


1 changed file:

- − ad95bcc5.patch


Changes:

=
ad95bcc5.patch deleted
=
@@ -1,28 +0,0 @@
-From 4b82eae46164afb468bb8995d87cbc643dc9e7a6 Mon Sep 17 00:00:00 2001
-From: Pablo Galindo 
-Date: Fri, 9 Jun 2023 11:22:20 +0100
-Subject: [PATCH 1/4] Fix factorial parsing for Python 3.12
-
-Signed-off-by: Pablo Galindo 

- .mailmap  | 1 +
- sympy/parsing/sympy_parser.py | 5 -
- 2 files changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/sympy/parsing/sympy_parser.py b/sympy/parsing/sympy_parser.py
-index 7e3a0e8067ce..1c89f0d25b9a 100644
 a/sympy/parsing/sympy_parser.py
-+++ b/sympy/parsing/sympy_parser.py
-@@ -627,7 +627,10 @@ def factorial_notation(tokens: List[TOKEN], local_dict: 
DICT, global_dict: DICT)
- result: List[TOKEN] = []
- nfactorial = 0
- for toknum, tokval in tokens:
--if toknum == ERRORTOKEN:
-+if toknum == OP and tokval == "!":
-+# In Python 3.12 "!" are OP instead of ERRORTOKEN
-+nfactorial += 1
-+elif toknum == ERRORTOKEN:
- op = tokval
- if op == '!':
- nfactorial += 1
-



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

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




[Git][archlinux/packaging/packages/libsigrok] Pushed new tag 0.5.2-15

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 0.5.2-15 at Arch Linux / Packaging / Packages 
/ libsigrok

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




[Git][archlinux/packaging/packages/libsigrok][main] upgpkg: 0.5.2-15: Rebuild with Python 3.12

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
libsigrok


Commits:
a538c011 by Jelle van der Waa at 2024-04-05T10:02:47+02:00
upgpkg: 0.5.2-15: Rebuild with Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = libsigrok
pkgdesc = Client software that supports various hardware logic 
analyzers, core library
pkgver = 0.5.2
-   pkgrel = 14
+   pkgrel = 15
url = https://www.sigrok.org/wiki/Libsigrok
arch = x86_64
license = GPL3


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=libsigrok
 pkgver=0.5.2
-pkgrel=14
+pkgrel=15
 pkgdesc='Client software that supports various hardware logic analyzers, core 
library'
 arch=('x86_64')
 url='https://www.sigrok.org/wiki/Libsigrok'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libsigrok/-/commit/a538c011082f396ca4a7bc268e123478e5a5f7e5

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




[Git][archlinux/packaging/packages/pyannotate][main] upgpkg: 1.2.0-7: Rebuild with Python 3.12

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
pyannotate


Commits:
24614c40 by Jelle van der Waa at 2024-04-05T10:03:35+02:00
upgpkg: 1.2.0-7: Rebuild with Python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,14 @@
+pkgbase = pyannotate
+   pkgdesc = Auto-generate PEP-484 annotations
+   pkgver = 1.2.0
+   pkgrel = 7
+   url = https://github.com/dropbox/pyannotate
+   arch = any
+   license = Apache
+   makedepends = python-setuptools
+   depends = python-mypy_extensions
+   depends = python-six
+   source = 
pyannotate-1.2.0.tar.gz::https://github.com/dropbox/pyannotate/archive/v1.2.0.tar.gz
+   sha512sums = 
cd755f3061f5c4320346f0198b71e4b312378a3810c5999f1d318b7427e7c55bd1bdfc4af84880bd45faf69eabccbd2684d1c18c1f9ad0661d35a377984ca063
+
+pkgname = pyannotate


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=pyannotate
 pkgver=1.2.0
-pkgrel=6
+pkgrel=7
 pkgdesc='Auto-generate PEP-484 annotations'
 arch=('any')
 url='https://github.com/dropbox/pyannotate'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pyannotate/-/commit/24614c409afbc93dc76fd702afacdd3eba30bb71

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




[Git][archlinux/packaging/packages/pyannotate] Pushed new tag 1.2.0-7

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 1.2.0-7 at Arch Linux / Packaging / Packages / 
pyannotate

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




[Git][archlinux/packaging/packages/python-aiomysql][main] upgpkg: 0.2.0-2: Rebuild with Python 3.12

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-aiomysql


Commits:
ebdf6c87 by Jelle van der Waa at 2024-04-05T10:04:00+02:00
upgpkg: 0.2.0-2: Rebuild with Python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,19 @@
+pkgbase = python-aiomysql
+   pkgdesc = library for accessing a MySQL database from the asyncio
+   pkgver = 0.2.0
+   pkgrel = 2
+   url = https://github.com/aio-libs/aiomysql
+   arch = any
+   license = MIT
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-wheel
+   makedepends = python-setuptools
+   makedepends = python-setuptools-scm
+   depends = python
+   depends = python-pymysql
+   optdepends = python-sqlalchemy: SQLAlchemy support
+   source = 
python-aiomysql-0.2.0.tar.gz::https://github.com/aio-libs/aiomysql/archive/v0.2.0.tar.gz
+   sha512sums = 
8816556455036d0f247a663f1e508a3b9845f68b94723255cddfb9afc89dae796054a9aad712452e37e8d784bb97be8722dc87e98f8380fa924626343bbcf295
+
+pkgname = python-aiomysql


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _pkgname=aiomysql
 pkgname=python-$_pkgname
 pkgver=0.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='library for accessing a MySQL database from the asyncio'
 arch=('any')
 url='https://github.com/aio-libs/aiomysql'



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

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




[Git][archlinux/packaging/packages/python-aiomysql] Pushed new tag 0.2.0-2

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 0.2.0-2 at Arch Linux / Packaging / Packages / 
python-aiomysql

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




[Git][archlinux/packaging/packages/python-aiopg] Pushed new tag 1.4.0-3

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 1.4.0-3 at Arch Linux / Packaging / Packages / 
python-aiopg

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




[Git][archlinux/packaging/packages/python-aiopg][main] upgpkg: 1.4.0-3: Rebuild with Python 3.12

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-aiopg


Commits:
8019760b by Jelle van der Waa at 2024-04-05T10:04:33+02:00
upgpkg: 1.4.0-3: Rebuild with Python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,20 @@
+pkgbase = python-aiopg
+   pkgdesc = library for accessing a PostgreSQL database from the asyncio
+   pkgver = 1.4.0
+   pkgrel = 3
+   url = https://github.com/aio-libs/aiopg
+   arch = any
+   license = BSD
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-wheel
+   makedepends = python-setuptools
+   makedepends = python-setuptools-scm
+   depends = python
+   depends = python-psycopg2
+   depends = python-async-timeout
+   optdepends = python-sqlalchemy: SQLAlchemy support
+   source = 
python-aiopg-1.4.0.tar.gz::https://github.com/aio-libs/aiopg/archive/v1.4.0.tar.gz
+   sha512sums = 
cbb28b0b15eb89fa3162e59e3e88dac18bddbad3d95458b5c3eb487d15767c26810e941f83c3478cac8a8a085b23723690c8d294bf6aac433a14c3defcef1138
+
+pkgname = python-aiopg


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _pkgname=aiopg
 pkgname=python-$_pkgname
 pkgver=1.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc='library for accessing a PostgreSQL database from the asyncio'
 arch=('any')
 url='https://github.com/aio-libs/aiopg'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiopg/-/commit/8019760b3e58a641ff65d3404322aaf0d792c953

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




[Git][archlinux/packaging/packages/python-auditwheel] Pushed new tag 6.0.0-2

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 6.0.0-2 at Arch Linux / Packaging / Packages / 
python-auditwheel

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




[Git][archlinux/packaging/packages/python-auditwheel][main] upgpkg: 6.0.0-2: Rebuild with Python 3.12

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-auditwheel


Commits:
b7e36bac by Jelle van der Waa at 2024-04-05T10:04:58+02:00
upgpkg: 6.0.0-2: Rebuild with Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-auditwheel
pkgdesc = Auditing and relabeling cross-distribution Linux wheels
pkgver = 6.0.0
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/pypa/auditwheel
arch = any
license = MIT


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _pkgname=auditwheel
 pkgname=python-$_pkgname
 pkgver=6.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Auditing and relabeling cross-distribution Linux wheels'
 arch=('any')
 url='https://github.com/pypa/auditwheel'



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

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




[Git][archlinux/packaging/packages/python-biopython][main] upgpkg: 1.81-3: Rebuild with Python 3.12

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-biopython


Commits:
2dd44b8c by Jelle van der Waa at 2024-04-05T10:05:55+02:00
upgpkg: 1.81-3: Rebuild with Python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,15 @@
+pkgbase = python-biopython
+   pkgdesc = Freely available Python tools for computational molecular 
biology
+   pkgver = 1.81
+   pkgrel = 3
+   url = http://www.biopython.org
+   changelog = ChangeLog
+   arch = x86_64
+   license = custom
+   makedepends = python-setuptools
+   depends = python-numpy
+   optdepends = python-mysql-connector: for BioSQL module
+   source = http://www.biopython.org/DIST/biopython-1.81.tar.gz
+   sha512sums = 
1595fad6631bfb6cf4e1a92ed72e6093e2a0c24f3c0bd4182267ec9742fb03dff16099eedde139598aa6b5b8380bbac9e48246cb9ab8b44109333d60adfd00ed
+
+pkgname = python-biopython


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 pkgname=python-biopython
 _pkgname=biopython
 pkgver=1.81
-pkgrel=2
+pkgrel=3
 pkgdesc="Freely available Python tools for computational molecular biology"
 arch=('x86_64')
 url="http://www.biopython.org";



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

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




[Git][archlinux/packaging/packages/python-biopython] Pushed new tag 1.81-3

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 1.81-3 at Arch Linux / Packaging / Packages / 
python-biopython

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




[Git][archlinux/packaging/packages/python-databases][main] upgpkg: 0.8.0-2: Rebuild with Python 3.12

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-databases


Commits:
3f49cd30 by Jelle van der Waa at 2024-04-05T10:06:32+02:00
upgpkg: 0.8.0-2: Rebuild with Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-databases
pkgdesc = Async database support for Python
pkgver = 0.8.0
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/encode/databases
arch = any
license = BSD


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _pkgname=databases
 pkgname=python-$_pkgname
 pkgver=0.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Async database support for Python'
 arch=('any')
 url='https://github.com/encode/databases'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-databases/-/commit/3f49cd30a53393e336f4d873c72f4931cfa10ddf

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




[Git][archlinux/packaging/packages/python-databases] Pushed new tag 0.8.0-2

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 0.8.0-2 at Arch Linux / Packaging / Packages / 
python-databases

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




[Git][archlinux/packaging/packages/python-dill][main] upgpkg: 0.3.8-2: Rebuild with Python 3.12

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-dill


Commits:
a30a1839 by Jelle van der Waa at 2024-04-05T10:06:52+02:00
upgpkg: 0.3.8-2: Rebuild with Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-dill
pkgdesc = serialize all of python
pkgver = 0.3.8
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/uqfoundation/dill
arch = any
license = MIT


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _pkgname=dill
 pkgname=python-$_pkgname
 pkgver=0.3.8
-pkgrel=1
+pkgrel=2
 pkgdesc='serialize all of python'
 arch=('any')
 url='https://github.com/uqfoundation/dill'



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

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




[Git][archlinux/packaging/packages/python-dill] Pushed new tag 0.3.8-2

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 0.3.8-2 at Arch Linux / Packaging / Packages / 
python-dill

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




[Git][archlinux/packaging/packages/python-docutils-stubs] Pushed new tag 0.0.22-3

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 0.0.22-3 at Arch Linux / Packaging / Packages 
/ python-docutils-stubs

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




[Git][archlinux/packaging/packages/python-docutils-stubs][main] upgpkg: 0.0.22-3: Rebuild with Python 3.12

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-docutils-stubs


Commits:
de3803bc by Jelle van der Waa at 2024-04-05T10:07:15+02:00
upgpkg: 0.0.22-3: Rebuild with Python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,19 @@
+pkgbase = python-docutils-stubs
+   pkgdesc = PEP 561 based Type information for docutils
+   pkgver = 0.0.22
+   pkgrel = 3
+   url = https://github.com/tk0miya/docutils-stubs
+   arch = any
+   license = custom:Unlicense
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-setuptools
+   makedepends = python-wheel
+   depends = python
+   depends = python-docutils
+   source = 
https://pypi.org/packages/source/d/docutils-stubs/docutils-stubs-0.0.22.tar.gz
+   source = 
https://raw.githubusercontent.com/tk0miya/docutils-stubs/1f13dcdbebb06bc742b797bc5765a70d734a7fbc/LICENSE
+   sha512sums = 
30aeac0f15c215abdb6eb42e0bf46e50f08f20befc7bebd7fa376e7f85813189ab71df583231c461539530b1d7da6fc263d75b24ff251c46d2dcb3163bd0116b
+   sha512sums = 
f23a3f3ec79340594ea40d731087e8586326a96c6cb9675c7a58687255885148286aa73cee087a5a3c976ea901fde16e229d00e98c65188cce3f0d75c8390a10
+
+pkgname = python-docutils-stubs


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _pkgname=docutils-stubs
 pkgname=python-$_pkgname
 pkgver=0.0.22
-pkgrel=2
+pkgrel=3
 pkgdesc='PEP 561 based Type information for docutils'
 arch=('any')
 url='https://github.com/tk0miya/docutils-stubs'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-docutils-stubs/-/commit/de3803bcebaf6dfbc5054e7f98a0e5a9e671c225

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




[Git][archlinux/packaging/packages/python-euclid3] Pushed new tag 0.01-7

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 0.01-7 at Arch Linux / Packaging / Packages / 
python-euclid3

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




[Git][archlinux/packaging/packages/python-euclid3][main] upgpkg: 0.01-7: Rebuild with Python 3.12

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-euclid3


Commits:
34549fe8 by Jelle van der Waa at 2024-04-05T10:07:40+02:00
upgpkg: 0.01-7: Rebuild with Python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,13 @@
+pkgbase = python-euclid3
+   pkgdesc = 2D and 3D vector, matrix, quaternion and geometry module
+   pkgver = 0.01
+   pkgrel = 7
+   url = https://pypi.org/project/euclid3
+   arch = any
+   license = LGPL
+   makedepends = python-setuptools
+   depends = python
+   source = https://pypi.org/packages/source/e/euclid3/euclid3-0.01.tar.gz
+   sha512sums = 
c4e5e2770ab4ede08904fc3b76e50d6812944ed226c9db52f2da8d100370e20ea6031ca554ae44d72d53e96727d163bd3cc8da7bf175539de10749da77877b0b
+
+pkgname = python-euclid3


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _pkgname=euclid3
 pkgname=python-$_pkgname
 pkgver=0.01
-pkgrel=6
+pkgrel=7
 pkgdesc='2D and 3D vector, matrix, quaternion and geometry module'
 arch=('any')
 url='https://pypi.org/project/euclid3'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-euclid3/-/commit/34549fe8571b7dac393803475a4473912e307e93

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




[Git][archlinux/packaging/packages/python-hidapi][main] upgpkg: 0.14.0-2: Rebuild with Python 3.12

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-hidapi


Commits:
407dfbe0 by Jelle van der Waa at 2024-04-05T10:08:08+02:00
upgpkg: 0.14.0-2: Rebuild with Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,11 +1,11 @@
 pkgbase = python-hidapi
pkgdesc = A Cython interface to the hidapi from signal11/hidapi
pkgver = 0.14.0
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/trezor/cython-hidapi
arch = x86_64
license = custom
-   makedepends = cython
+   makedepends = cython0
makedepends = python-setuptools
makedepends = udev
depends = python


=
PKGBUILD
=
@@ -8,7 +8,7 @@ _pipname=hidapi
 pkgver=0.14.0
 # _pkgver=${pkgver%.*}.post${pkgver##*.}
 _pkgver="$pkgver"
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 pkgdesc="A Cython interface to the hidapi from signal11/hidapi"
 url="https://github.com/trezor/cython-hidapi";



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-hidapi/-/commit/407dfbe0cd54660e7682725408bcb67f9f97a827

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




[Git][archlinux/packaging/packages/python-hidapi] Pushed new tag 0.14.0-2

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 0.14.0-2 at Arch Linux / Packaging / Packages 
/ python-hidapi

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




[Git][archlinux/packaging/packages/python-httptools] Pushed new tag 0.6.1-2

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 0.6.1-2 at Arch Linux / Packaging / Packages / 
python-httptools

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




[Git][archlinux/packaging/packages/python-httptools][main] upgpkg: 0.6.1-2: Rebuild with Python 3.12

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-httptools


Commits:
d4c2fec4 by Jelle van der Waa at 2024-04-05T10:08:43+02:00
upgpkg: 0.6.1-2: Rebuild with Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-httptools
pkgdesc = Fast HTTP parser
pkgver = 0.6.1
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/MagicStack/httptools
arch = x86_64
license = MIT


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _pkgname=httptools
 pkgname=python-$_pkgname
 pkgver=0.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Fast HTTP parser'
 arch=('x86_64')
 url='https://github.com/MagicStack/httptools'



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

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




[Git][archlinux/packaging/packages/python-ipyxact][main] upgpkg: 0.3.2-3: Rebuild with Python 3.12

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-ipyxact


Commits:
4eca7c50 by Jelle van der Waa at 2024-04-05T10:09:11+02:00
upgpkg: 0.3.2-3: Rebuild with Python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,17 @@
+pkgbase = python-ipyxact
+   pkgdesc = Python-based IP-XACT parser
+   pkgver = 0.3.2
+   pkgrel = 3
+   url = https://github.com/olofk/ipyxact
+   arch = any
+   license = MIT
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-setuptools
+   makedepends = python-wheel
+   depends = python
+   depends = python-yaml
+   source = 
python-ipyxact-0.3.2.tar.gz::https://github.com/olofk/ipyxact/archive/v0.3.2.tar.gz
+   sha512sums = 
7048b914616135d5a7319d4bf93208da2fe02f8ea76a95a7000b64e40866b6e4064e0bf43705ad0a026e383f6c78a803768499a29c838f2fc6359bafeafb6a32
+
+pkgname = python-ipyxact


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _pkgname=ipyxact
 pkgname=python-$_pkgname
 pkgver=0.3.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Python-based IP-XACT parser'
 arch=('any')
 url='https://github.com/olofk/ipyxact'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ipyxact/-/commit/4eca7c50a96115f6f572075fcfac1b54b1ca186a

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




[Git][archlinux/packaging/packages/python-ipyxact] Pushed new tag 0.3.2-3

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 0.3.2-3 at Arch Linux / Packaging / Packages / 
python-ipyxact

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




[Git][archlinux/packaging/packages/python-libusb1][main] upgpkg: 3.1.0-2: Rebuild with Python 3.12

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-libusb1


Commits:
199642dd by Jelle van der Waa at 2024-04-05T10:10:06+02:00
upgpkg: 3.1.0-2: Rebuild with Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-libusb1
pkgdesc = Python ctype-based wrapper around libusb1
pkgver = 3.1.0
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/vpelletier/python-libusb1
arch = any
license = LGPL2.1


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _pkgname=libusb1
 pkgname=python-$_pkgname
 pkgver=3.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Python ctype-based wrapper around libusb1'
 arch=('any')
 url='https://github.com/vpelletier/python-libusb1'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-libusb1/-/commit/199642ddc47b1c8b21b1996bccfafb88ffa7126d

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




[Git][archlinux/packaging/packages/python-libusb1] Pushed new tag 3.1.0-2

2024-04-05 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 3.1.0-2 at Arch Linux / Packaging / Packages / 
python-libusb1

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




  1   2   3   4   5   6   7   8   9   10   >