[Git][archlinux/packaging/packages/python-ini2toml][main] upgpkg: 0.14-1

2024-04-20 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
python-ini2toml


Commits:
d28e289a by Felix Yan at 2024-04-21T05:08:21+00:00
upgpkg: 0.14-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-ini2toml
pkgdesc = Automatically conversion of .ini/.cfg files to TOML 
equivalents
-   pkgver = 0.13
-   pkgrel = 3
+   pkgver = 0.14
+   pkgrel = 1
url = https://github.com/abravalheri/ini2toml
arch = any
license = MPL
@@ -17,7 +17,7 @@ pkgbase = python-ini2toml
depends = python-setuptools
depends = python-configupdater
depends = python-tomlkit
-   source = 
git+https://github.com/abravalheri/ini2toml.git#commit=ed8c5f15930e503e4598e89d5f1b053315330543
-   sha512sums = SKIP
+   source = git+https://github.com/abravalheri/ini2toml.git#tag=v0.14
+   sha512sums = 
7828b2a042d4510bc30e9037d897f56844ce6953c1d7dfbc51285cf28f274a9bdde8804242486f036fef3a4b32b518533c64a293c1e3e0efcc104d2f0cfb5238
 
 pkgname = python-ini2toml


=
PKGBUILD
=
@@ -1,9 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-ini2toml
-pkgver=0.13
-_commit=ed8c5f15930e503e4598e89d5f1b053315330543
-pkgrel=3
+pkgver=0.14
+pkgrel=1
 pkgdesc="Automatically conversion of .ini/.cfg files to TOML equivalents"
 url="https://github.com/abravalheri/ini2toml;
 license=('MPL')
@@ -12,8 +11,8 @@ arch=('any')
 depends=('python-packaging' 'python-setuptools' 'python-configupdater' 
'python-tomlkit')
 makedepends=('git' 'python-setuptools-scm' 'python-build' 'python-installer' 
'python-wheel')
 checkdepends=('python-pytest-randomly' 'python-tomli-w' 
'python-validate-pyproject')
-source=("git+https://github.com/abravalheri/ini2toml.git#commit=$_commit;)
-sha512sums=('SKIP')
+source=("git+https://github.com/abravalheri/ini2toml.git#tag=v$pkgver;)
+sha512sums=('7828b2a042d4510bc30e9037d897f56844ce6953c1d7dfbc51285cf28f274a9bdde8804242486f036fef3a4b32b518533c64a293c1e3e0efcc104d2f0cfb5238')
 
 prepare() {
   cd ini2toml



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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ini2toml/-/commit/d28e289a738a2beb3e14ba274ced9c0a5d4c955d
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-ini2toml] Pushed new tag 0.14-1

2024-04-20 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 0.14-1 at Arch Linux / Packaging / Packages / 
python-ini2toml

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ini2toml/-/tree/0.14-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/v2ray-geoip] Pushed new tag 202404180039-1

2024-04-20 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 202404180039-1 at Arch Linux / Packaging / Packages / 
v2ray-geoip

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/v2ray-geoip/-/tree/202404180039-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/v2ray-geoip][main] upgpkg: 202404180039-1

2024-04-20 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
v2ray-geoip


Commits:
81bd2103 by Felix Yan at 2024-04-21T05:06:32+00:00
upgpkg: 202404180039-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,11 +1,11 @@
 pkgbase = v2ray-geoip
pkgdesc = GeoIP List for V2Ray
-   pkgver = 202404110039
+   pkgver = 202404180039
pkgrel = 1
url = https://github.com/v2fly/geoip
arch = any
license = CCPL:by-sa
-   source = 
geoip-202404110039.dat::https://github.com/v2fly/geoip/releases/download/202404110039/geoip.dat
-   sha512sums = 
8d841d185f6b852c1602625e86b00bb95670af40b65b1afd65b0a4efd2b34c055ce6dc784ac4bdbbec3c8c72a3dd5adf2314fc88614b19e89f290ba88f8102fc
+   source = 
geoip-202404180039.dat::https://github.com/v2fly/geoip/releases/download/202404180039/geoip.dat
+   sha512sums = 
2442c0be8d83abb9becbbdc08d0b8569e06b70370519b0834702edd5f228ee5c56440e90ef07e0b576008e58f39f08f444061022c4da3baab80de2c3a13c8611
 
 pkgname = v2ray-geoip


=
PKGBUILD
=
@@ -1,14 +1,14 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-geoip
-pkgver=202404110039
+pkgver=202404180039
 pkgrel=1
 pkgdesc="GeoIP List for V2Ray"
 arch=('any')
 url="https://github.com/v2fly/geoip;
 license=('CCPL:by-sa')
 
source=("geoip-$pkgver.dat::https://github.com/v2fly/geoip/releases/download/$pkgver/geoip.dat;)
-sha512sums=('8d841d185f6b852c1602625e86b00bb95670af40b65b1afd65b0a4efd2b34c055ce6dc784ac4bdbbec3c8c72a3dd5adf2314fc88614b19e89f290ba88f8102fc')
+sha512sums=('2442c0be8d83abb9becbbdc08d0b8569e06b70370519b0834702edd5f228ee5c56440e90ef07e0b576008e58f39f08f444061022c4da3baab80de2c3a13c8611')
 
 package() {
   install -Dm644 geoip-$pkgver.dat "$pkgdir"/usr/share/v2ray/geoip.dat



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/v2ray-geoip/-/commit/81bd210397c801e637e704f3e890b82fed6ee0e7

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/v2ray-geoip/-/commit/81bd210397c801e637e704f3e890b82fed6ee0e7
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pygments][main] upgpkg: 2.17.2-3: Python 3.12 rebuild

2024-04-20 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
python-pygments


Commits:
b5f294ac by Evangelos Foutras at 2024-04-21T06:17:37+03:00
upgpkg: 2.17.2-3: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,14 @@
 pkgbase = python-pygments
pkgdesc = Python syntax highlighter
pkgver = 2.17.2
-   pkgrel = 2
+   pkgrel = 3
url = https://pygments.org/
arch = any
-   license = BSD
+   license = BSD-2-Clause
checkdepends = python-pytest
checkdepends = python-lxml
makedepends = python-setuptools
+   makedepends = python-sphinx
makedepends = python-wcag-contrast-ratio
makedepends = python-build
makedepends = python-installer


=
PKGBUILD
=
@@ -3,13 +3,13 @@
 
 pkgname=python-pygments
 pkgver=2.17.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Python syntax highlighter"
 arch=('any')
 url="https://pygments.org/;
 license=('BSD-2-Clause')
 depends=('python')
-makedepends=('python-setuptools' 'python-wcag-contrast-ratio'
+makedepends=('python-setuptools' 'python-sphinx' 'python-wcag-contrast-ratio'
  'python-build' 'python-installer' 'python-wheel'
  'python-hatchling')
 checkdepends=('python-pytest' 'python-lxml')
@@ -22,7 +22,7 @@ 
sha256sums=('da46cec9fd2de5be3a8a784f434e4c4ab670b4ff54d605c4c2717e9d49c4c367')
 build() {
   cd pygments-$pkgver
   python -m build --wheel --no-isolation
-  # make -C doc html
+  make -C doc html
 }
 
 check() {
@@ -36,9 +36,9 @@ package() {
   python -m installer --destdir="$pkgdir" dist/*.whl
   install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
 
-  # mkdir -p "$pkgdir/usr/share/doc"
-  # cp -rT doc/_build/html "$pkgdir/usr/share/doc/$pkgname"
-  # install -Dm644 doc/pygmentize.1 -t "$pkgdir/usr/share/man/man1"
+  mkdir -p "$pkgdir/usr/share/doc"
+  cp -rT doc/_build/html "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm644 doc/pygmentize.1 -t "$pkgdir/usr/share/man/man1"
   install -Dm644 external/pygments.bashcomp \
 "$pkgdir/usr/share/bash-completion/completions/pygmentize"
 }



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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pygments/-/commit/b5f294ac3ed11fa939a71b39684fdd40b5081207
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pygments] Pushed new tag 2.17.2-3

2024-04-20 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 2.17.2-3 at Arch Linux / Packaging / Packages 
/ python-pygments

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pygments/-/tree/2.17.2-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/waycheck][main] upgpkg: 1.2.1-1: Update to v1.2.1

2024-04-20 Thread Campbell Jones (@serebit)


Campbell Jones pushed to branch main at Arch Linux / Packaging / Packages / 
waycheck


Commits:
2dd0fcad by Campbell Jones at 2024-04-20T22:17:23-04:00
upgpkg: 1.2.1-1: Update to v1.2.1

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- + keys/pgp/E87E5B39F04A5D889D8C0147F6D84143496F6680.asc


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = waycheck
pkgdesc = Simple GUI that displays the protocols implemented by a 
Wayland compositor
-   pkgver = 1.2.0
+   pkgver = 1.2.1
pkgrel = 1
url = https://gitlab.freedesktop.org/serebit/waycheck
arch = x86_64
@@ -11,10 +11,10 @@ pkgbase = waycheck
depends = qt6-base>=6.5
depends = qt6-wayland>=6.5
depends = wayland
-   source = 
https://gitlab.freedesktop.org/serebit/waycheck/-/archive/v1.2.0/waycheck-v1.2.0.tar.gz
-   source = 
https://gitlab.freedesktop.org/serebit/waycheck/uploads/5cbdaa2bfb2e0d45fdd0a55f629cd179/waycheck-v1.2.0.tar.gz.asc
-   validpgpkeys = 8A59B135826B2DA453B9707408AD7343E6BD4B56
-   b2sums = 
c4060b7eabdb98c607b6c8c9a591ea9a7876aced7f3baa25e2f4b63d0e3faa21d13628aa890596e3ca5522c65fd09eca77f010a91cae9b9a0e16cf27d813fd7e
+   source = 
https://gitlab.freedesktop.org/serebit/waycheck/-/archive/v1.2.1/waycheck-v1.2.1.tar.gz
+   source = 
https://gitlab.freedesktop.org/serebit/waycheck/uploads/04252cfa1d9a8c1e0fb5fd09cac66714/waycheck-v1.2.1.tar.gz.asc
+   validpgpkeys = E87E5B39F04A5D889D8C0147F6D84143496F6680
+   b2sums = 
0afc3c643d4fc3eea7d6ec7ea6d58c3d99985552950acb2109aebcaff0edc988719a1de47cbfe6b76cfb92f176b170dc379175be3fdb7ea167255c845e6685ea
b2sums = SKIP
 
 pkgname = waycheck


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Campbell Jones 
 
 pkgname=waycheck
-pkgver=1.2.0
+pkgver=1.2.1
 pkgrel=1
 pkgdesc="Simple GUI that displays the protocols implemented by a Wayland 
compositor"
 arch=("x86_64")
@@ -11,10 +11,10 @@ depends=("hicolor-icon-theme" "qt6-base>=6.5" 
"qt6-wayland>=6.5" "wayland")
 makedepends=("meson")
 checkdepends=("appstream")
 source=("$url/-/archive/v$pkgver/${pkgname}-v${pkgver}.tar.gz"
-
"$url/uploads/5cbdaa2bfb2e0d45fdd0a55f629cd179/${pkgname}-v${pkgver}.tar.gz.asc")
-b2sums=('c4060b7eabdb98c607b6c8c9a591ea9a7876aced7f3baa25e2f4b63d0e3faa21d13628aa890596e3ca5522c65fd09eca77f010a91cae9b9a0e16cf27d813fd7e'
+
"$url/uploads/04252cfa1d9a8c1e0fb5fd09cac66714/${pkgname}-v${pkgver}.tar.gz.asc")
+b2sums=('0afc3c643d4fc3eea7d6ec7ea6d58c3d99985552950acb2109aebcaff0edc988719a1de47cbfe6b76cfb92f176b170dc379175be3fdb7ea167255c845e6685ea'
 'SKIP')
-validpgpkeys=("8A59B135826B2DA453B9707408AD7343E6BD4B56")
+validpgpkeys=("E87E5B39F04A5D889D8C0147F6D84143496F6680")
 
 build() {
arch-meson "$pkgname-v$pkgver" build


=
keys/pgp/E87E5B39F04A5D889D8C0147F6D84143496F6680.asc
=
@@ -0,0 +1,13 @@
+-BEGIN PGP PUBLIC KEY BLOCK-
+
+mDMEZRtrwhYJKwYBBAHaRw8BAQdApYUC9R7cnrhuR9FR0tfRY4McVKaJbwhQO+gG
+E6fIKYO0JkNhbXBiZWxsIEpvbmVzIDxzZXJlYml0QGFyY2hsaW51eC5vcmc+iJYE
+ExYIAD4WIQTofls58EpdiJ2MAUf22EFDSW9mgAUCZRtrwgIbAwUJDwmcAAULCQgH
+AgYVCgkICwIEFgIDAQIeAQIXgAAKCRD22EFDSW9mgGCYAP97X3iyu3f2O9+oaPfM
+aqtXoGQYrFe/x1AbYv6V9nERagD+J5AHBo3yAx82EYFuxbzZ7nHChAkI/cPp0ts3
+fgtx5AO4OARlG2vCEgorBgEEAZdVAQUBAQdAJc/G3OkdQHXH5fhpJp/28+W48nIK
+mussmP9K7Yv2xwMDAQgHiH4EGBYIACYWIQTofls58EpdiJ2MAUf22EFDSW9mgAUC
+ZRtrwgIbDAUJDwmcAAAKCRD22EFDSW9mgG7iAP4jd/uy/lBlm7CbsO2j9agNQ4A6
+cRNfPMWkwW42luoARAEAyydTVRwPYBfe/ZRY3mU7xpAhVvAVJ9HjXa7TAYSh2w4=
+=93Q4
+-END PGP PUBLIC KEY BLOCK-



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/waycheck/-/commit/2dd0fcadbd1bde72ae4c0bfc7ee046fc037dccc4

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/waycheck/-/commit/2dd0fcadbd1bde72ae4c0bfc7ee046fc037dccc4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/waycheck] Pushed new tag 1.2.1-1

2024-04-20 Thread Campbell Jones (@serebit)


Campbell Jones pushed new tag 1.2.1-1 at Arch Linux / Packaging / Packages / 
waycheck

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/waycheck/-/tree/1.2.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/wlsunset] Pushed new tag 0.4.0-1

2024-04-20 Thread Brett Cornwall (@ainola)


Brett Cornwall pushed new tag 0.4.0-1 at Arch Linux / Packaging / Packages / 
wlsunset

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wlsunset/-/tree/0.4.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/wlsunset][main] upgpkg: 0.4.0-1

2024-04-20 Thread Brett Cornwall (@ainola)


Brett Cornwall pushed to branch main at Arch Linux / Packaging / Packages / 
wlsunset


Commits:
62e7b239 by Brett Cornwall at 2024-04-20T18:21:12-07:00
upgpkg: 0.4.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = wlsunset
pkgdesc = Day/night gamma adjustments for Wayland compositors
-   pkgver = 0.3.0
-   pkgrel = 2
+   pkgver = 0.4.0
+   pkgrel = 1
url = https://sr.ht/~kennylevinsen/wlsunset
arch = x86_64
license = MIT
@@ -9,7 +9,7 @@ pkgbase = wlsunset
makedepends = scdoc
makedepends = wayland-protocols
depends = libwayland-client.so
-   source = 
wlsunset-0.3.0.tar.gz::https://git.sr.ht/~kennylevinsen/wlsunset/archive/0.3.0.tar.gz
-   sha256sums = 
9ece2570c3427888a493cd33a129e82634475e6e9286ed729af24fba07ab5424
+   source = 
wlsunset-0.4.0.tar.gz::https://git.sr.ht/~kennylevinsen/wlsunset/archive/0.4.0.tar.gz
+   sha256sums = 
a86ffb1793fe622802ec25795b69df864715986ecc175f7734e739c9e264ed72
 
 pkgname = wlsunset


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: Thorben Günther
 
 pkgname=wlsunset
-pkgver=0.3.0
-pkgrel=2
+pkgver=0.4.0
+pkgrel=1
 pkgdesc='Day/night gamma adjustments for Wayland compositors'
 arch=('x86_64')
 url='https://sr.ht/~kennylevinsen/wlsunset'
@@ -11,7 +11,7 @@ license=('MIT')
 depends=('libwayland-client.so')
 makedepends=('meson' 'scdoc' 'wayland-protocols')
 
source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/~kennylevinsen/wlsunset/archive/${pkgver}.tar.gz;)
-sha256sums=('9ece2570c3427888a493cd33a129e82634475e6e9286ed729af24fba07ab5424')
+sha256sums=('a86ffb1793fe622802ec25795b69df864715986ecc175f7734e739c9e264ed72')
 
 build() {
 cd "$pkgname-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wlsunset/-/commit/62e7b23977bd922aa5b4aa340a5a8b013f7db440

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wlsunset/-/commit/62e7b23977bd922aa5b4aa340a5a8b013f7db440
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/tldr] Pushed new tag 3.2.0-3

2024-04-20 Thread Brett Cornwall (@ainola)


Brett Cornwall pushed new tag 3.2.0-3 at Arch Linux / Packaging / Packages / 
tldr

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tldr/-/tree/3.2.0-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/tldr][main] Re-enable tests

2024-04-20 Thread Brett Cornwall (@ainola)


Brett Cornwall pushed to branch main at Arch Linux / Packaging / Packages / tldr


Commits:
193f9118 by Brett Cornwall at 2024-04-20T18:00:49-07:00
Re-enable tests

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = tldr
-   pkgdesc = Command line client for tldr, a collection of simplified and 
community-driven man pages.
+   pkgdesc = Command line client for tldr, a collection of simplified man 
pages.
pkgver = 3.2.0
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/tldr-pages/tldr-python-client
arch = any
license = MIT


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 
 pkgname=tldr
 pkgver=3.2.0
-pkgrel=2
-pkgdesc="Command line client for tldr, a collection of simplified and 
community-driven man pages."
+pkgrel=3
+pkgdesc="Command line client for tldr, a collection of simplified man pages."
 arch=('any')
 url="https://github.com/tldr-pages/tldr-python-client;
 license=('MIT')
@@ -26,11 +26,10 @@ build() {
   python -m build --wheel --no-isolation
 }
 
-# https://github.com/tldr-pages/tldr-python-client/issues/209
-#check() {
-#  cd tldr-python-client-$pkgver
-#  python -m pytest
-#}
+check() {
+  cd tldr-python-client-$pkgver
+  python -m pytest
+}
 
 package() {
   cd "tldr-python-client-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tldr/-/commit/193f91182e76211efe0eccb195a5fef43af9e313

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tldr/-/commit/193f91182e76211efe0eccb195a5fef43af9e313
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/labplot] Pushed new tag 2.10.1-7

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


Antonio Rojas pushed new tag 2.10.1-7 at Arch Linux / Packaging / Packages / 
labplot

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/labplot/-/tree/2.10.1-7
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pyqt-builder] Pushed new tag 1.16.1-2

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


Antonio Rojas pushed new tag 1.16.1-2 at Arch Linux / Packaging / Packages / 
pyqt-builder

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pyqt-builder/-/tree/1.16.1-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pyqt-builder][main] upgpkg: 1.16.1-2: Python 3.12 rebuild

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


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
pyqt-builder


Commits:
de133625 by Antonio Rojas at 2024-04-20T23:54:17+02:00
upgpkg: 1.16.1-2: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = pyqt-builder
pkgdesc = The PEP 517 compliant PyQt build system
pkgver = 1.16.1
-   pkgrel = 1
+   pkgrel = 2
url = https://pypi.org/project/PyQt-builder/
arch = any
license = BSD-2-Clause


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=pyqt-builder
 pkgver=1.16.1
-pkgrel=1
+pkgrel=2
 pkgdesc='The PEP 517 compliant PyQt build system'
 arch=(any)
 url='https://pypi.org/project/PyQt-builder/'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pyqt-builder/-/commit/de1336250ebf821368174a650c7e4f54962ce0c9

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pyqt-builder/-/commit/de1336250ebf821368174a650c7e4f54962ce0c9
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pyqt-builder] Pushed new tag 1.16.1-1

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


Antonio Rojas pushed new tag 1.16.1-1 at Arch Linux / Packaging / Packages / 
pyqt-builder

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pyqt-builder/-/tree/1.16.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pyqt-builder][main] upgpkg: 1.16.1-1: Update to 1.16.1

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


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
pyqt-builder


Commits:
f89d81fe by Antonio Rojas at 2024-04-20T23:52:15+02:00
upgpkg: 1.16.1-1: Update to 1.16.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = pyqt-builder
pkgdesc = The PEP 517 compliant PyQt build system
-   pkgver = 1.16.0
-   pkgrel = 2
+   pkgver = 1.16.1
+   pkgrel = 1
url = https://pypi.org/project/PyQt-builder/
arch = any
license = BSD-2-Clause
@@ -12,7 +12,7 @@ pkgbase = pyqt-builder
depends = python
depends = python-packaging
depends = sip
-   source = 
https://github.com/Python-PyQt/PyQt-builder/archive/1.16.0/pyqt-builder-1.16.0.tar.gz
-   sha256sums = 
a5c964bf158158ccb4ea5ca26e104a064c4464283bb978d2c8d9f85eb0537ee7
+   source = 
https://github.com/Python-PyQt/PyQt-builder/archive/1.16.1/pyqt-builder-1.16.1.tar.gz
+   sha256sums = 
9032e622f88c1b65ad75e7a768106cbb0bf2ed71795eb089be418f48b3605cfa
 
 pkgname = pyqt-builder


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=pyqt-builder
-pkgver=1.16.0
-pkgrel=2
+pkgver=1.16.1
+pkgrel=1
 pkgdesc='The PEP 517 compliant PyQt build system'
 arch=(any)
 url='https://pypi.org/project/PyQt-builder/'
@@ -15,7 +15,7 @@ makedepends=(python-build
  python-setuptools-scm
  python-wheel)
 
source=(https://github.com/Python-PyQt/PyQt-builder/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('a5c964bf158158ccb4ea5ca26e104a064c4464283bb978d2c8d9f85eb0537ee7')
+sha256sums=('9032e622f88c1b65ad75e7a768106cbb0bf2ed71795eb089be418f48b3605cfa')
 
 build() {
   cd PyQt-builder-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pyqt-builder/-/commit/f89d81fe93964c6baaed6280cc1edf5d93a04365

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pyqt-builder/-/commit/f89d81fe93964c6baaed6280cc1edf5d93a04365
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libmatio][main] upgpkg: 1.5.27-1: Update to 1.5.27

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


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


Commits:
52f47269 by Antonio Rojas at 2024-04-20T23:45:52+02:00
upgpkg: 1.5.27-1: Update to 1.5.27

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,14 +1,14 @@
 pkgbase = libmatio
pkgdesc = C library with a fortran 90/95 module interface for 
reading/writing MATLAB MAT-files
-   pkgver = 1.5.26
+   pkgver = 1.5.27
pkgrel = 1
url = https://sourceforge.net/projects/matio
arch = x86_64
-   license = custom:BSD
+   license = BSD-2-Clause
depends = glibc
depends = hdf5
depends = zlib
-   source = 
https://github.com/tbeu/matio/releases/download/v1.5.26/matio-1.5.26.tar.gz
-   sha256sums = 
8b47c29f58e468dba7a371c6a72ad4c6aa8b15f459b2b0b65a303c063933
+   source = 
https://github.com/tbeu/matio/releases/download/v1.5.27/matio-1.5.27.tar.gz
+   sha256sums = 
0a6aa00b18c4512b63a8d27906b079c8c6ed41d4b2844f7a4ae598e18d22d3b3
 
 pkgname = libmatio


=
PKGBUILD
=
@@ -1,4 +1,4 @@
-# Maintaier: Antonio Rojas 
+# Maintainer: Antonio Rojas 
 # Contributor: Camille Monière 
 # Contributor: Evgeniy Alekseev 
 # Contributor: Stefan Husmann 
@@ -6,17 +6,17 @@
 # Contributor: William Rea 
 
 pkgname=libmatio
-pkgver=1.5.26
+pkgver=1.5.27
 pkgrel=1
 pkgdesc='C library with a fortran 90/95 module interface for reading/writing 
MATLAB MAT-files'
 arch=(x86_64)
-license=('custom:BSD')
+license=(BSD-2-Clause)
 url='https://sourceforge.net/projects/matio'
 depends=(glibc
  hdf5
  zlib)
 
source=(https://github.com/tbeu/matio/releases/download/v$pkgver/matio-$pkgver.tar.gz)
-sha256sums=('8b47c29f58e468dba7a371c6a72ad4c6aa8b15f459b2b0b65a303c063933')
+sha256sums=('0a6aa00b18c4512b63a8d27906b079c8c6ed41d4b2844f7a4ae598e18d22d3b3')
 
 build() {
   cd matio-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libmatio/-/commit/52f472695670729612171fc7fd0d473e8b1ccbb4

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libmatio/-/commit/52f472695670729612171fc7fd0d473e8b1ccbb4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libmatio] Pushed new tag 1.5.27-1

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


Antonio Rojas pushed new tag 1.5.27-1 at Arch Linux / Packaging / Packages / 
libmatio

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libmatio/-/tree/1.5.27-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pythran][main] Comment checkdepends since we are not running tests

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


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


Commits:
e9e7fe34 by Antonio Rojas at 2024-04-20T23:34:56+02:00
Comment checkdepends since we are not running tests

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -21,7 +21,7 @@ makedepends=(python-build
  python-installer
  python-setuptools
  python-wheel)
-checkdepends=(python-pytest)
+#checkdepends=(python-pytest)
 
source=(https://github.com/serge-sans-paille/pythran/archive/$pkgver/$pkgname-$pkgver.tar.gz)
 sha256sums=('082b80649a014e75dbdcde2220be47f5446d649362cc8cf9b14f67a01550')
 



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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pythran/-/commit/e9e7fe3496b8135f720060a80d8398a565d6e8a3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pep440][main] upgpkg: 0.1.2-4: Run tests

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


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


Commits:
50b54f6c by Antonio Rojas at 2024-04-20T23:33:56+02:00
upgpkg: 0.1.2-4: Run tests

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,16 +1,17 @@
 pkgbase = python-pep440
pkgdesc = A simple package with utils to check whether versions number 
match PEP 440
pkgver = 0.1.2
-   pkgrel = 3
+   pkgrel = 4
url = https://github.com/Carreau/pep440
arch = any
-   license = custom
+   license = MIT
checkdepends = python-pytest-console-scripts
+   makedepends = git
makedepends = python-build
-   makedepends = python-installer
makedepends = python-flit-core
+   makedepends = python-installer
depends = python
-   source = https://pypi.io/packages/source/p/pep440/pep440-0.1.2.tar.gz
-   sha256sums = 
58b37246cc2b13fee1ca2a3c092cb3704d21ecf621a5bdbb168e44e697f6d04d
+   source = git+https://github.com/Carreau/pep440#tag=0.1.2
+   sha256sums = 
3216a273e9ab81adaa870977252c1cb22b7c21b2d6d0fec89b8485cac0ed94c2
 
 pkgname = python-pep440


=
PKGBUILD
=
@@ -1,26 +1,37 @@
 # Maintainer: Antonio Rojas 
 
-_pipname=pep440
-pkgname=python-$_pipname
+_pyname=pep440
+pkgname=python-$_pyname
 pkgver=0.1.2
-pkgrel=3
+pkgrel=4
 pkgdesc='A simple package with utils to check whether versions number match 
PEP 440'
 arch=(any)
 url='https://github.com/Carreau/pep440'
-license=(custom)
+license=(MIT)
 depends=(python)
-makedepends=(python-build python-installer python-flit-core)
+makedepends=(git
+ python-build
+ python-flit-core
+ python-installer)
 checkdepends=(python-pytest-console-scripts)
-source=(https://pypi.io/packages/source/p/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('58b37246cc2b13fee1ca2a3c092cb3704d21ecf621a5bdbb168e44e697f6d04d')
+source=(git+https://github.com/Carreau/pep440#tag=$pkgver)
+sha256sums=('3216a273e9ab81adaa870977252c1cb22b7c21b2d6d0fec89b8485cac0ed94c2')
 
 build() {
-  cd $_pipname-$pkgver
+  cd $_pyname
   python -m build --wheel --no-isolation
 }
 
+check() {
+  cd $_pyname
+  python -m venv --system-site-packages test-env
+  test-env/bin/python -m installer dist/*.whl
+  PATH="$PWD/test-env/bin:$PATH" \
+  test-env/bin/python -m pytest -v
+}
+
 package() {
-  cd $_pipname-$pkgver
+  cd $_pyname
   python -m installer --destdir="$pkgdir" dist/*.whl
 
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pep440/-/commit/50b54f6ce1c3744b747126a68815d6a27bdf86b9

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pep440/-/commit/50b54f6ce1c3744b747126a68815d6a27bdf86b9
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pep440] Pushed new tag 0.1.2-4

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


Antonio Rojas pushed new tag 0.1.2-4 at Arch Linux / Packaging / Packages / 
python-pep440

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pep440/-/tree/0.1.2-4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/cython][main] upgpkg: 3.0.10-3: Run tests

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


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


Commits:
d9dddb1f by Antonio Rojas at 2024-04-20T23:27:34+02:00
upgpkg: 3.0.10-3: Run tests

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,15 @@
 pkgbase = cython
pkgdesc = C-Extensions for Python
pkgver = 3.0.10
-   pkgrel = 2
+   pkgrel = 3
url = https://cython.org
arch = x86_64
license = Apache-2.0
checkdepends = gdb
checkdepends = python-numpy
checkdepends = python-pytest
+   checkdepends = python-tests
+   makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
@@ -15,7 +17,7 @@ pkgbase = cython
depends = glibc
depends = python
replaces = cython-dev
-   source = 
https://github.com/cython/cython/archive/3.0.10/cython-3.0.10.tar.gz
-   sha256sums = 
00f97476cef9fcd9a89f9d2a49be3b518e1a74b91f377fe08c97fcb44bc0f7d7
+   source = git+https://github.com/cython/cython#tag=3.0.10
+   sha256sums = 
e2cfd1ac69cc31cc3762cf2fa8355228f046748cae7e48622b78f57908b38a64
 
 pkgname = cython


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=cython
 pkgver=3.0.10
-pkgrel=2
+pkgrel=3
 pkgdesc='C-Extensions for Python'
 arch=(x86_64)
 url='https://cython.org'
@@ -12,32 +12,30 @@ license=(Apache-2.0)
 depends=(glibc
  python)
 replaces=(cython-dev)
-makedepends=(python-build
+makedepends=(git
+ python-build
  python-installer
  python-setuptools
  python-wheel)
 checkdepends=(gdb
   python-numpy
-  python-pytest)
-source=(https://github.com/cython/cython/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('00f97476cef9fcd9a89f9d2a49be3b518e1a74b91f377fe08c97fcb44bc0f7d7')
+  python-pytest
+  python-tests)
+source=(git+https://github.com/cython/cython#tag=$pkgver)
+sha256sums=('e2cfd1ac69cc31cc3762cf2fa8355228f046748cae7e48622b78f57908b38a64')
 
 build() {
-  cd cython-$pkgver
+  cd cython
   python -m build --wheel --no-isolation
 }
 
-#check() {
-#  cd cython-$pkgver
-#  python -m venv --system-site-packages test-env
-#  test-env/bin/python -m installer dist/*.whl
-#  test-env/bin/python -m pytest -v --ignore docs \
-#   --ignore pyximport/test/test_reload.py \
-#   --ignore Cython/Debugger/Tests
-#}
+check() {
+  cd cython
+  python runtests.py -vv -j 64 --no-pyregr
+}
 
 package() {
-  cd cython-$pkgver
+  cd cython
   python -m installer --destdir="$pkgdir" dist/*.whl
 
   for f in cygdb cython cythonize; do



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cython/-/commit/d9dddb1fc22eb92c70d68cbfabbaf5248908fa1a

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cython/-/commit/d9dddb1fc22eb92c70d68cbfabbaf5248908fa1a
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/cython] Pushed new tag 3.0.10-3

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


Antonio Rojas pushed new tag 3.0.10-3 at Arch Linux / Packaging / Packages / 
cython

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cython/-/tree/3.0.10-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/swaync] Pushed new tag 0.10.1-2

2024-04-20 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.10.1-2 at Arch Linux / Packaging / Packages / 
swaync

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/swaync/-/tree/0.10.1-2
You're receiving this email because of your account on gitlab.archlinux.org.




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

2024-04-20 Thread Robin Candau (@antiz)


Robin Candau pushed new branch main at Arch Linux / Packaging / Packages / 
swaync

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/swaync/-/tree/main
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-ipympl][main] upgpkg: 0.9.4-3: Run tests

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


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


Commits:
960084c9 by Antonio Rojas at 2024-04-20T23:23:06+02:00
upgpkg: 0.9.4-3: Run tests

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,14 @@
 pkgbase = python-ipympl
pkgdesc = Matplotlib Jupyter Extension
pkgver = 0.9.4
-   pkgrel = 2
+   pkgrel = 3
url = https://pypi.org/project/ipympl/
arch = any
license = BSD-3-Clause
checkdepends = python-numpy
checkdepends = python-nbval
checkdepends = python-pytest
+   makedepends = git
makedepends = jupyterlab
makedepends = nodejs
makedepends = python-build
@@ -22,7 +23,7 @@ pkgbase = python-ipympl
depends = python-numpy
depends = python-pillow
depends = python-traitlets
-   source = https://pypi.io/packages/source/i/ipympl/ipympl-0.9.4.tar.gz
-   sha256sums = 
cfb53c5b4fcbcee6d18f095eecfc6c6c474303d5b744e72cc66e7a2804708907
+   source = git+https://github.com/matplotlib/ipympl#tag=0.9.4
+   sha256sums = 
61661074ffe5e1c4c62e87f98605db58af69d4fe8d6af7839e54b23283164056
 
 pkgname = python-ipympl


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 _pyname=ipympl
 pkgname=python-$_pyname
 pkgver=0.9.4
-pkgrel=2
+pkgrel=3
 pkgdesc='Matplotlib Jupyter Extension'
 url='https://pypi.org/project/ipympl/'
 depends=(ipython
@@ -17,7 +17,8 @@ depends=(ipython
  python-numpy
  python-pillow
  python-traitlets)
-makedepends=(jupyterlab
+makedepends=(git
+ jupyterlab
  nodejs
  python-build
  python-hatch-jupyter-builder
@@ -28,28 +29,27 @@ checkdepends=(python-numpy
   python-pytest)
 license=(BSD-3-Clause)
 arch=(any)
-source=(https://pypi.io/packages/source/${_pyname:0:1}/$_pyname/$_pyname-$pkgver.tar.gz)
-sha256sums=('cfb53c5b4fcbcee6d18f095eecfc6c6c474303d5b744e72cc66e7a2804708907')
+source=(git+https://github.com/matplotlib/ipympl#tag=$pkgver)
+sha256sums=('61661074ffe5e1c4c62e87f98605db58af69d4fe8d6af7839e54b23283164056')
 
 prepare() {
-  sed -e 's|>=.*\"|\"|g' -e 's|~=.*\"|\"|g' -i $_pyname-$pkgver/pyproject.toml
-  sed -e '/index.js/d' -e '/plugin.js/d' -i $_pyname-$pkgver/setup.py
+  sed -e 's|>=.*\"|\"|g' -e 's|~=.*\"|\"|g' -i $_pyname/pyproject.toml
+#  sed -e '/index.js/d' -e '/plugin.js/d' -i $_pyname/setup.py
 }
 
 build() {
-  cd $_pyname-$pkgver
+  cd $_pyname
   python -m build --wheel --no-isolation --skip-dependency-check
 }
 
-# pypi tarball missing tests
-#check() {
-#  cd $_pyname-$pkgver
-#  PYTHONPATH="$PWD" \
-#  pytest -v
-#}
+check() {
+  cd $_pyname
+  PYTHONPATH="$PWD" \
+  pytest -v
+}
 
 package() {
-  cd $_pyname-$pkgver
+  cd $_pyname
   python -m installer --destdir="$pkgdir" dist/*.whl
   mv "$pkgdir"/{usr/,}etc
   install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ipympl/-/commit/960084c9fd33f9685ed30f5ffe7817238d985415

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ipympl/-/commit/960084c9fd33f9685ed30f5ffe7817238d985415
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-ipympl] Pushed new tag 0.9.4-3

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


Antonio Rojas pushed new tag 0.9.4-3 at Arch Linux / Packaging / Packages / 
python-ipympl

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ipympl/-/tree/0.9.4-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/vpl-gpu-rt] Pushed new branch main

2024-04-20 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new branch main at Arch Linux / Packaging / Packages / 
vpl-gpu-rt

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vpl-gpu-rt/-/tree/main
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/vpl-gpu-rt] Pushed new tag 24.2.1-1

2024-04-20 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 24.2.1-1 at Arch Linux / Packaging / Packages / 
vpl-gpu-rt

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vpl-gpu-rt/-/tree/24.2.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-req][main] upgpkg: 3.13.1-1: rebuild with req 3.13.1

2024-04-20 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-req


Commits:
ad1428f1 by Felix Yan at 2024-04-20T18:46:40+00:00
upgpkg: 3.13.1-1: rebuild with req 3.13.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,12 +1,12 @@
 pkgbase = haskell-req
pkgdesc = HTTP client library
-   pkgver = 3.13.0
-   pkgrel = 117
+   pkgver = 3.13.1
+   pkgrel = 1
url = https://github.com/mrkkrp/req
arch = x86_64
license = BSD
+   makedepends = git
makedepends = ghc
-   makedepends = uusi
makedepends = haskell-quickcheck
makedepends = haskell-hspec
makedepends = haskell-hspec-core
@@ -25,7 +25,7 @@ pkgbase = haskell-req
depends = haskell-retry
depends = haskell-transformers-base
depends = haskell-unliftio-core
-   source = 
https://hackage.haskell.org/packages/archive/req/3.13.0/req-3.13.0.tar.gz
-   sha512sums = 
01600cee2ffb2db91a46ede812b29a94e2671dc92765b40ffcd5caa53dbaf27d97abd6f6ca18a0cd9cec0be41ea65daccecbd03e96e2a4c08dde8ee96b12adae
+   source = git+https://github.com/mrkkrp/req#tag=3.13.1
+   sha512sums = 
f08c2026afde72503e1e0de090e1e8c9cab940f12036cc8599b17dae0be72862c99aa0da38607378d4de3a144d02537b62c6e5aa835609f8a0f41a01cbbf5c3e
 
 pkgname = haskell-req


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 
 _hkgname=req
 pkgname=haskell-req
-pkgver=3.13.0
-pkgrel=117
+pkgver=3.13.1
+pkgrel=1
 pkgdesc="HTTP client library"
 url="https://github.com/mrkkrp/req;
 license=('BSD')
@@ -12,19 +12,21 @@ depends=('ghc-libs' 'haskell-aeson' 
'haskell-authenticate-oauth' 'haskell-blaze-
  'haskell-case-insensitive' 'haskell-crypton-connection' 
'haskell-http-api-data'
  'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types' 
'haskell-modern-uri'
  'haskell-monad-control' 'haskell-retry' 'haskell-transformers-base' 
'haskell-unliftio-core')
-makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-hspec-core')
-source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
-sha512sums=('01600cee2ffb2db91a46ede812b29a94e2671dc92765b40ffcd5caa53dbaf27d97abd6f6ca18a0cd9cec0be41ea65daccecbd03e96e2a4c08dde8ee96b12adae')
+makedepends=('git' 'ghc' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-hspec-core')
+source=("git+https://github.com/mrkkrp/req#tag=$pkgver;)
+sha512sums=('f08c2026afde72503e1e0de090e1e8c9cab940f12036cc8599b17dae0be72862c99aa0da38607378d4de3a144d02537b62c6e5aa835609f8a0f41a01cbbf5c3e')
 
 prepare() {
-  cd $_hkgname-$pkgver
-  uusi -r connection:crypton-connection $_hkgname.cabal
-  # httpbin.org is very unstable
-  sed -i 's|httpbin.org|httpbin.verygoodsecurity.io|' 
httpbin-tests/Network/HTTP/ReqSpec.hs
+  cd $_hkgname
+  # Fix tests
+  git cherry-pick -n f7c3b88e1989df250b62bb1a8595c422043bea45
+  git cherry-pick -n 0f7692ad76a795ffa7920482bec1a90de97a1891
+  # httpbin.org is very unstable, httpbun.org seems to be a typo
+  # sed -i 's|httpbun.org|httpbin.jsteelkw.dev|' 
httpbun-tests/Network/HTTP/ReqSpec.hs
 }
 
 build() {
-  cd $_hkgname-$pkgver
+  cd $_hkgname
 
   runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
 --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
@@ -40,12 +42,12 @@ build() {
 }
 
 check() {
-  cd $_hkgname-$pkgver
+  cd $_hkgname
   runhaskell Setup test --show-details=direct
 }
 
 package() {
-  cd $_hkgname-$pkgver
+  cd $_hkgname
 
   install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
   install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-req/-/commit/ad1428f12ab8fea40ebb7489c2f4c3277bdf509f

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-req/-/commit/ad1428f12ab8fea40ebb7489c2f4c3277bdf509f
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-req] Pushed new tag 3.13.1-1

2024-04-20 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 3.13.1-1 at Arch Linux / Packaging / Packages / 
haskell-req

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-req/-/tree/3.13.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hugo] Pushed new tag 0.125.2-1

2024-04-20 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.125.2-1 at Arch Linux / Packaging / Packages / 
hugo

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/tree/0.125.2-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hugo][main] upgpkg: 0.125.2-1: New upstream release

2024-04-20 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / hugo


Commits:
2e42e344 by Robin Candau at 2024-04-20T20:28:21+02:00
upgpkg: 0.125.2-1: New upstream release
https://github.com/gohugoio/hugo/releases/tag/v0.125.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = hugo
pkgdesc = Fast and Flexible Static Site Generator in Go
-   pkgver = 0.125.1
+   pkgver = 0.125.2
pkgrel = 1
url = https://gohugo.io/
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = hugo
depends = glibc
depends = gcc-libs
optdepends = python-docutils: reStructuredText support
-   source = 
hugo-0.125.1.tar.gz::https://github.com/gohugoio/hugo/archive/v0.125.1.tar.gz
-   sha512sums = 
9aaa4d1bfb1fcd9238a3774b749494af035974fdee52f8959ece08cd4e7ae1e37c351af593ab0b6d2a7407823656373e15a08e8e0f196c32ec69fe8d32e7978d
+   source = 
hugo-0.125.2.tar.gz::https://github.com/gohugoio/hugo/archive/v0.125.2.tar.gz
+   sha512sums = 
b7a9cef961ebd29f38fb5dcb3e1961e3b9bfffa16c9cbe7b1261445310134246b85614e69c86e78a2125cba51ebcdf1adce093b9fb16d404e685d2d0b9e47c69
 
 pkgname = hugo


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.125.1
+pkgver=0.125.2
 pkgrel=1
 pkgdesc="Fast and Flexible Static Site Generator in Go"
 arch=('x86_64')
@@ -16,7 +16,7 @@ depends=('glibc' 'gcc-libs')
 makedepends=('go' 'git')
 optdepends=('python-docutils: reStructuredText support')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('9aaa4d1bfb1fcd9238a3774b749494af035974fdee52f8959ece08cd4e7ae1e37c351af593ab0b6d2a7407823656373e15a08e8e0f196c32ec69fe8d32e7978d')
+sha512sums=('b7a9cef961ebd29f38fb5dcb3e1961e3b9bfffa16c9cbe7b1261445310134246b85614e69c86e78a2125cba51ebcdf1adce093b9fb16d404e685d2d0b9e47c69')
 
 build() {
   cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/2e42e34448e40a12368527dbfbdba6fd4a88f38c

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/2e42e34448e40a12368527dbfbdba6fd4a88f38c
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/flashrom] Pushed new tag 1.3.0-3

2024-04-20 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 1.3.0-3 at Arch Linux / Packaging / Packages / 
flashrom

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/flashrom/-/tree/1.3.0-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/flashrom][main] fix udev rules using missing plugdev group

2024-04-20 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
flashrom


Commits:
d8382783 by Frederik Schwan at 2024-04-20T20:10:26+02:00
fix udev rules using missing plugdev group

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = flashrom
pkgdesc = Utility for reading, writing, erasing and verifying flash ROM 
chips
pkgver = 1.3.0
-   pkgrel = 2
+   pkgrel = 3
url = https://www.flashrom.org/
arch = x86_64
license = GPL-2.0-or-later


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 
 pkgname=flashrom
 pkgver=1.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Utility for reading, writing, erasing and verifying flash ROM chips"
 arch=(x86_64)
 url="https://www.flashrom.org/;
@@ -34,5 +34,6 @@ package() {
   meson install -C build --destdir "${pkgdir}"
 
   cd ${pkgname}
-  install -Dm644 util/flashrom_udev.rules 
"${pkgdir}"/usr/lib/udev/rules.d/flashrom.rules
+  sed -i 's#GROUP="plugdev"#TAG+="uaccess"#g' util/flashrom_udev.rules
+  install -Dm644 util/flashrom_udev.rules 
"${pkgdir}"/usr/lib/udev/rules.d/70-flashrom.rules
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/flashrom/-/commit/d838278343d5445854b2ad117457aea51b93f266

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/flashrom/-/commit/d838278343d5445854b2ad117457aea51b93f266
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/liblc3][main] 1.1.1-1

2024-04-20 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / liblc3


Commits:
ea775f16 by Jan Alexander Steffens (heftig) at 2024-04-20T20:07:26+02:00
1.1.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,15 +1,15 @@
 pkgbase = liblc3
pkgdesc = Low Complexity Communication Codec library and tools
-   pkgver = 1.1.0
+   pkgver = 1.1.1
pkgrel = 1
url = https://github.com/google/liblc3
arch = x86_64
-   license = Apache
+   license = Apache-2.0
makedepends = git
makedepends = meson
depends = glibc
provides = liblc3.so
-   source = 
git+https://github.com/google/liblc3#commit=0d45f4ecf6d5d0e9c0dd392d84f371c4e01aed60
-   b2sums = 
66b10340d2e422f2e7bcef8b0be56ebc135b02995bc1a003fb9eae7409471d6b7d5596dfbd5e770458b20f2f6bf6cedeeb6f69c12977572cb1e7480cc923a0e7
+   source = git+https://github.com/google/liblc3#tag=v1.1.1
+   b2sums = 
e6492333659b7560104a09917704222e427667dd88d7c87f3ac5b70e67292deede8fa03db870033363e0e4518e3ac2c3fb2a934aa4e5dfcca2140e4301d84944
 
 pkgname = liblc3


=
PKGBUILD
=
@@ -3,26 +3,20 @@
 # Contributor: Florian Hülsmann 
 
 pkgname=liblc3
-pkgver=1.1.0
+pkgver=1.1.1
 pkgrel=1
 pkgdesc="Low Complexity Communication Codec library and tools"
 url="https://github.com/google/liblc3;
 arch=(x86_64)
-license=(Apache)
+license=(Apache-2.0)
 depends=(glibc)
 makedepends=(
   git
   meson
 )
 provides=(liblc3.so)
-_commit=0d45f4ecf6d5d0e9c0dd392d84f371c4e01aed60  # tags/v1.1.0
-source=("git+$url#commit=$_commit")
-b2sums=('66b10340d2e422f2e7bcef8b0be56ebc135b02995bc1a003fb9eae7409471d6b7d5596dfbd5e770458b20f2f6bf6cedeeb6f69c12977572cb1e7480cc923a0e7')
-
-pkgver() {
-  cd liblc3
-  git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
-}
+source=("git+$url#tag=v$pkgver")
+b2sums=('e6492333659b7560104a09917704222e427667dd88d7c87f3ac5b70e67292deede8fa03db870033363e0e4518e3ac2c3fb2a934aa4e5dfcca2140e4301d84944')
 
 prepare() {
   cd liblc3



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/liblc3/-/commit/ea775f169f20bcfa2e4085acfbb507e8dbb177c3

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/liblc3/-/commit/ea775f169f20bcfa2e4085acfbb507e8dbb177c3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/liblc3] Pushed new tag 1.1.1-1

2024-04-20 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 1.1.1-1 at Arch Linux / 
Packaging / Packages / liblc3

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/liblc3/-/tree/1.1.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libshumate][main] 1.2.1-1

2024-04-20 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / libshumate


Commits:
47d3637f by Jan Alexander Steffens (heftig) at 2024-04-20T20:04:53+02:00
1.2.1-1

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- + keys/pgp/7448F128A4B18AB2EF87F092FA6624580A420D5D.asc


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = libshumate
pkgdesc = Map widget for GTK 4
-   pkgver = 1.2.0
+   pkgver = 1.2.1
pkgrel = 1
url = https://wiki.gnome.org/Projects/libshumate
arch = x86_64
@@ -25,8 +25,9 @@ pkgbase = libshumate
depends = pango
depends = protobuf-c
depends = sqlite
-   source = 
git+https://gitlab.gnome.org/GNOME/libshumate.git#commit=14434008eb5da2b382e93704e099c2d6f171ebd7
-   b2sums = SKIP
+   source = 
git+https://gitlab.gnome.org/GNOME/libshumate.git?signed#tag=1.2.1
+   validpgpkeys = 7448F128A4B18AB2EF87F092FA6624580A420D5D
+   b2sums = 
684c159eeedda0e0a935f56848cb8096611e89e48cd51e11f7811962322d9469e62afdf97a6d2a6ca2d8f9847ebef302d51e59542544aabe96bd384eb3529853
 
 pkgname = libshumate
provides = libshumate-1.0.so


=
PKGBUILD
=
@@ -6,7 +6,7 @@ pkgname=(
   libshumate
   libshumate-docs
 )
-pkgver=1.2.0
+pkgver=1.2.1
 pkgrel=1
 pkgdesc="Map widget for GTK 4"
 url="https://wiki.gnome.org/Projects/libshumate;
@@ -37,10 +37,12 @@ makedepends=(
 )
 checkdepends=(xorg-server-xvfb)
 source=(
-  # Can't locate the public key (m...@dfupdate.se, 
7448F128A4B18AB2EF87F092FA6624580A420D5D)
-  "git+https://gitlab.gnome.org/GNOME/libshumate.git#tag=${pkgver/[a-z]/.&};
+  
"git+https://gitlab.gnome.org/GNOME/libshumate.git?signed#tag=${pkgver/[a-z]/.&};
+)
+b2sums=('684c159eeedda0e0a935f56848cb8096611e89e48cd51e11f7811962322d9469e62afdf97a6d2a6ca2d8f9847ebef302d51e59542544aabe96bd384eb3529853')
+validpgpkeys=(
+  7448F128A4B18AB2EF87F092FA6624580A420D5D # Marcus Lundblad 

 )
-b2sums=('82d608c7d076ca479e757fafc3f7df2d0985d32fe7168943580aa23cd846bf4546b4395b8dc07908c1839c6880e3072e7237b8c72194733e091a6b669eb3bc55')
 
 prepare() {
   cd $pkgname


=
keys/pgp/7448F128A4B18AB2EF87F092FA6624580A420D5D.asc
=
@@ -0,0 +1,29 @@
+-BEGIN PGP PUBLIC KEY BLOCK-
+
+mQENBFe8rh0BCACmVqbDEI4Sh67f2TJ934aDkp/cwkApOnhZTn3kiogU9xqDlfn4
+eJZ09uA+JMDGVjzIOpN2iwWyjrUxnjxH9/761eibItdEs0KS+jdZu46Z2taSWR3p
+T9XsyN331PunDR/jwt5HO/44axnDbaAHXQgHDOksoBCvlrr2W44Qjd7G8HvA/ci0
+Ed7g+sJHwODcd858hWGhVrjtTgfPXv9zCF4fRbLue/4mymqRwHbLMtorKqeErf9n
+zCMTOwdbi1pZORrO+jtbAuvAMjCoENvJpYLgCN04/c/d4MQUONu3cqheZed0BY6A
+4F+nEgS7nosoJVbajHus0PoE5Xod+91ijUBJABEBAAG0IU1hcmN1cyBMdW5kYmxh
+ZCA8bWxAdXBkYXRlLnV1LnNlPokBNwQTAQgAIQUCV7yuHQIbAwULCQgHAgYVCAkK
+CwIEFgIDAQIeAQIXgAAKCRD6ZiRYCkINXauqB/43o22q9aJ9gEpnFxT55zyS6Tge
+x4egV8vzE5HrOUmjgYE2yO5ZZ6+buaGplfx6dxF1mNN3jWL6bnzesKpp1zsuWBKC
+u5+RXSukud9c3eYC3OgDUwVfj+UwkVPc+01H+zIMaHdtX+SjZDMRABYmupxr4qfn
+OUE4xe8Z3rqFlwUrih1EDf7zjj5LWX1zPoch757xA7UUOlirqw0m8qlR9jYw9Ouw
+p7+gdWijHOQ9rUFijOUg0QUObsjhnu78Sf8UVq8mT8xMiXC12/vbY/v7kUzeDmDb
+oQ4JtPg41rKNOpnpA5wt+oTEyUcob48Rw7YNZN91P1Gv/a6apCpoMCgLBdqYuQEN
+BFe8rh0BCACewA6hkZHPYPgJgQhNAjhR3w7i1gOSwm+WDRfSZF3NoVTbPdrAoviV
+6cAiP1gSAwzJy9LV5MoEHW7pZOP3EluLAAw3JyP4Lq8ZB+iKKerXPkkfnNEoFpqN
+Vr/ActrVpa0MxmacySAGsTyIrKyvF526flpKu13n8OVtq5LFQ76kUMhstFcDMnud
+DHOccNcVjIAmrgrn2/RNudZcQqrbBjEUEWjx2lnPc+DtbMXQO8hHMVmhQKIt25tl
+ZJuWsvGSIqj8QB/VQU1tisDjqbACkYiSE8Xp47Affze0g2kUI4PZcsI43iZqm5IG
+vLALnYRtcmAE65IT40LtluGSMwMM/byzABEBAAGJAR8EGAEIAAkFAle8rh0CGwwA
+CgkQ+mYkWApCDV3Ubgf/TPh39T3ByHuNRTbNuruxDv3J227Kf6SbPn2H5TtnQyWS
+ZLg92awIXQYVRJSQbxQXlVbKiRxbj2uTtfbvP8cJA6QKL8rSd5sgcB1Xp4nskc06
+rM919TnE6nUQNaA75+LiOFyrrOvNx//8oSUaRDDBGCG3FZLP/Cj1jQ5Cg66zugT+
+YLVoAsBUAcLteljjAsecjE+/T5DecoS+aKqWdL866BdXs3VF1MFrCz9iLdSSe5pe
+NCFPW+CtGyFIYVFaaC6LCmuZM4xmTq4JeV1lsefLf4jfJuC9KY2JXgsyO2BGA8ep
+M2uD/XlTuPP1Jhi+rmGXzXqQyp4HgVuchHNfh9JU4A==
+=nWE9
+-END PGP PUBLIC KEY BLOCK-



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libshumate/-/commit/47d3637f69a33702df4bd4d0d49ac367b3b48892

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libshumate/-/commit/47d3637f69a33702df4bd4d0d49ac367b3b48892
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libshumate] Pushed new tag 1.2.1-1

2024-04-20 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 1.2.1-1 at Arch Linux / 
Packaging / Packages / libshumate

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libshumate/-/tree/1.2.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gnome-maps][main] Add pgp key

2024-04-20 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / gnome-maps


Commits:
7b4e4d40 by Jan Alexander Steffens (heftig) at 2024-04-20T20:02:36+02:00
Add pgp key

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- + keys/pgp/7448F128A4B18AB2EF87F092FA6624580A420D5D.asc


Changes:

=
.SRCINFO
=
@@ -29,7 +29,8 @@ pkgbase = gnome-maps
depends = libshumate
depends = libxml2
depends = pango
-   source = git+https://gitlab.gnome.org/GNOME/gnome-maps.git#tag=v46.10
+   source = 
git+https://gitlab.gnome.org/GNOME/gnome-maps.git?signed#tag=v46.10
+   validpgpkeys = 7448F128A4B18AB2EF87F092FA6624580A420D5D
b2sums = 
5e7945259f1c0b4d3065778b7fe0a42b18942e3ded1375c0ebc4fcea88794282ed282f5e82d0ad70388c3ac551498f17b760e50f1f8ca8a5ae2e9b9eb29b6986
 
 pkgname = gnome-maps


=
PKGBUILD
=
@@ -38,10 +38,12 @@ makedepends=(
 )
 groups=(gnome)
 source=(
-  # Can't locate the public key (m...@dfupdate.se, 
7448F128A4B18AB2EF87F092FA6624580A420D5D)
-  "git+https://gitlab.gnome.org/GNOME/gnome-maps.git#tag=v${pkgver/[a-z]/.&};
+  
"git+https://gitlab.gnome.org/GNOME/gnome-maps.git?signed#tag=v${pkgver/[a-z]/.&};
 )
 
b2sums=('5e7945259f1c0b4d3065778b7fe0a42b18942e3ded1375c0ebc4fcea88794282ed282f5e82d0ad70388c3ac551498f17b760e50f1f8ca8a5ae2e9b9eb29b6986')
+validpgpkeys=(
+  7448F128A4B18AB2EF87F092FA6624580A420D5D # Marcus Lundblad 

+)
 
 prepare() {
   cd $pkgname


=
keys/pgp/7448F128A4B18AB2EF87F092FA6624580A420D5D.asc
=
@@ -0,0 +1,29 @@
+-BEGIN PGP PUBLIC KEY BLOCK-
+
+mQENBFe8rh0BCACmVqbDEI4Sh67f2TJ934aDkp/cwkApOnhZTn3kiogU9xqDlfn4
+eJZ09uA+JMDGVjzIOpN2iwWyjrUxnjxH9/761eibItdEs0KS+jdZu46Z2taSWR3p
+T9XsyN331PunDR/jwt5HO/44axnDbaAHXQgHDOksoBCvlrr2W44Qjd7G8HvA/ci0
+Ed7g+sJHwODcd858hWGhVrjtTgfPXv9zCF4fRbLue/4mymqRwHbLMtorKqeErf9n
+zCMTOwdbi1pZORrO+jtbAuvAMjCoENvJpYLgCN04/c/d4MQUONu3cqheZed0BY6A
+4F+nEgS7nosoJVbajHus0PoE5Xod+91ijUBJABEBAAG0IU1hcmN1cyBMdW5kYmxh
+ZCA8bWxAdXBkYXRlLnV1LnNlPokBNwQTAQgAIQUCV7yuHQIbAwULCQgHAgYVCAkK
+CwIEFgIDAQIeAQIXgAAKCRD6ZiRYCkINXauqB/43o22q9aJ9gEpnFxT55zyS6Tge
+x4egV8vzE5HrOUmjgYE2yO5ZZ6+buaGplfx6dxF1mNN3jWL6bnzesKpp1zsuWBKC
+u5+RXSukud9c3eYC3OgDUwVfj+UwkVPc+01H+zIMaHdtX+SjZDMRABYmupxr4qfn
+OUE4xe8Z3rqFlwUrih1EDf7zjj5LWX1zPoch757xA7UUOlirqw0m8qlR9jYw9Ouw
+p7+gdWijHOQ9rUFijOUg0QUObsjhnu78Sf8UVq8mT8xMiXC12/vbY/v7kUzeDmDb
+oQ4JtPg41rKNOpnpA5wt+oTEyUcob48Rw7YNZN91P1Gv/a6apCpoMCgLBdqYuQEN
+BFe8rh0BCACewA6hkZHPYPgJgQhNAjhR3w7i1gOSwm+WDRfSZF3NoVTbPdrAoviV
+6cAiP1gSAwzJy9LV5MoEHW7pZOP3EluLAAw3JyP4Lq8ZB+iKKerXPkkfnNEoFpqN
+Vr/ActrVpa0MxmacySAGsTyIrKyvF526flpKu13n8OVtq5LFQ76kUMhstFcDMnud
+DHOccNcVjIAmrgrn2/RNudZcQqrbBjEUEWjx2lnPc+DtbMXQO8hHMVmhQKIt25tl
+ZJuWsvGSIqj8QB/VQU1tisDjqbACkYiSE8Xp47Affze0g2kUI4PZcsI43iZqm5IG
+vLALnYRtcmAE65IT40LtluGSMwMM/byzABEBAAGJAR8EGAEIAAkFAle8rh0CGwwA
+CgkQ+mYkWApCDV3Ubgf/TPh39T3ByHuNRTbNuruxDv3J227Kf6SbPn2H5TtnQyWS
+ZLg92awIXQYVRJSQbxQXlVbKiRxbj2uTtfbvP8cJA6QKL8rSd5sgcB1Xp4nskc06
+rM919TnE6nUQNaA75+LiOFyrrOvNx//8oSUaRDDBGCG3FZLP/Cj1jQ5Cg66zugT+
+YLVoAsBUAcLteljjAsecjE+/T5DecoS+aKqWdL866BdXs3VF1MFrCz9iLdSSe5pe
+NCFPW+CtGyFIYVFaaC6LCmuZM4xmTq4JeV1lsefLf4jfJuC9KY2JXgsyO2BGA8ep
+M2uD/XlTuPP1Jhi+rmGXzXqQyp4HgVuchHNfh9JU4A==
+=nWE9
+-END PGP PUBLIC KEY BLOCK-



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-maps/-/commit/7b4e4d40eccda3d267bd728435cc2ddc6092bf05

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-maps/-/commit/7b4e4d40eccda3d267bd728435cc2ddc6092bf05
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-jaraco.text][main] upgpkg: 3.12.0-3: Python 3.12 part 2

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


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
python-jaraco.text


Commits:
7110f6ff by Chih-Hsuan Yen at 2024-04-21T01:53:14+08:00
upgpkg: 3.12.0-3: Python 3.12 part 2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-jaraco.text
pkgdesc = Module for text manipulation
pkgver = 3.12.0
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/jaraco/jaraco.text
arch = any
license = MIT


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 pkgname=python-jaraco.text
 # https://github.com/jaraco/jaraco.text/blob/main/NEWS.rst
 pkgver=3.12.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Module for text manipulation'
 arch=('any')
 url='https://github.com/jaraco/jaraco.text'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jaraco.text/-/commit/7110f6ffd41ec3e7bb179958ff02c200a9da70dc

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jaraco.text/-/commit/7110f6ffd41ec3e7bb179958ff02c200a9da70dc
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-jaraco.text] Pushed new tag 3.12.0-3

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


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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jaraco.text/-/tree/3.12.0-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-jaraco.functools] Pushed new tag 4.0.0-3

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


Chih-Hsuan Yen pushed new tag 4.0.0-3 at Arch Linux / Packaging / Packages / 
python-jaraco.functools

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jaraco.functools/-/tree/4.0.0-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-jaraco.functools][main] upgpkg: 4.0.0-3: Python 3.12 part 2

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


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
python-jaraco.functools


Commits:
a574a6a2 by Chih-Hsuan Yen at 2024-04-21T01:52:12+08:00
upgpkg: 4.0.0-3: Python 3.12 part 2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-jaraco.functools
pkgdesc = Functools like those found in stdlib
pkgver = 4.0.0
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/jaraco/jaraco.functools
arch = any
license = MIT


=
PKGBUILD
=
@@ -6,7 +6,7 @@ pkgname=python-jaraco.functools
 pkgver=4.0.0
 # curl 
https://api.github.com/repos/jaraco/jaraco.functools/git/ref/tags/v$pkgver | jq 
-r .object.sha
 _tag=de64dd5fcf86393ebcb827e1dc9503595ff77327
-pkgrel=2
+pkgrel=3
 pkgdesc='Functools like those found in stdlib'
 arch=('any')
 url='https://github.com/jaraco/jaraco.functools'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jaraco.functools/-/commit/a574a6a2eb2e8c7b0316b436ac89eeb628527d55

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jaraco.functools/-/commit/a574a6a2eb2e8c7b0316b436ac89eeb628527d55
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/intel-media-driver][main] upgpkg: 24.2.1-1

2024-04-20 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
intel-media-driver


Commits:
f8f4051c by Daniel Bermond at 2024-04-20T14:36:50-03:00
upgpkg: 24.2.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = intel-media-driver
pkgdesc = Intel Media Driver for VAAPI — Broadwell+ iGPUs
-   pkgver = 24.2.0
+   pkgver = 24.2.1
pkgrel = 1
url = https://github.com/intel/media-driver/
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = intel-media-driver
depends = gcc-libs
depends = intel-gmmlib
depends = libva
-   source = 
https://github.com/intel/media-driver//archive/intel-media-24.2.0.tar.gz
-   sha256sums = 
5c03bbb9d7ae12b9c7fe2cb3f4c76f8ac796eccfb998422802e40464264de37c
+   source = 
https://github.com/intel/media-driver//archive/intel-media-24.2.1.tar.gz
+   sha256sums = 
94dfcc4d2e6f75d0b9b9a5c95c1ff5d69178440888ff2ab98ec095d4adf8e955
 
 pkgname = intel-media-driver


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Bermond 
 
 pkgname=intel-media-driver
-pkgver=24.2.0
+pkgver=24.2.1
 pkgrel=1
 pkgdesc="Intel Media Driver for VAAPI — Broadwell+ iGPUs"
 arch=(x86_64)
@@ -11,7 +11,7 @@ license=(MIT BSD-3-Clause)
 depends=(gcc-libs intel-gmmlib libva)
 makedepends=(cmake)
 source=(${url}/archive/${pkgname%-*}-${pkgver}.tar.gz)
-sha256sums=('5c03bbb9d7ae12b9c7fe2cb3f4c76f8ac796eccfb998422802e40464264de37c')
+sha256sums=('94dfcc4d2e6f75d0b9b9a5c95c1ff5d69178440888ff2ab98ec095d4adf8e955')
 
 build() {
   cmake -B build -S ${pkgname#*-}-${pkgname%-*}-${pkgver} \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-media-driver/-/commit/f8f4051ce2fe36ccd430d500ee588010351f617f

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-media-driver/-/commit/f8f4051ce2fe36ccd430d500ee588010351f617f
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/intel-media-driver] Pushed new tag 24.2.1-1

2024-04-20 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 24.2.1-1 at Arch Linux / Packaging / Packages / 
intel-media-driver

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-media-driver/-/tree/24.2.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/intel-gmmlib][main] upgpkg: 22.3.19-1

2024-04-20 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
intel-gmmlib


Commits:
5a664355 by Daniel Bermond at 2024-04-20T14:36:29-03:00
upgpkg: 22.3.19-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = intel-gmmlib
pkgdesc = Intel Graphics Memory Management Library
-   pkgver = 22.3.18
+   pkgver = 22.3.19
pkgrel = 1
url = https://github.com/intel/gmmlib/
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = intel-gmmlib
conflicts = gmmlib
replaces = gmmlib
options = !emptydirs
-   source = 
https://github.com/intel/gmmlib/archive/intel-gmmlib-22.3.18.tar.gz
-   sha256sums = 
381f7ad104e3d0d8dd6c3ec0c8304e410a479c439e72db35c83fb7e2b0ec556f
+   source = 
https://github.com/intel/gmmlib/archive/intel-gmmlib-22.3.19.tar.gz
+   sha256sums = 
ea9c418b0fd84a982850f230cb2d783dfe2e1f9923065f54b2fcaad1e9b33417
 
 pkgname = intel-gmmlib


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Bermond 
 
 pkgname=intel-gmmlib
-pkgver=22.3.18
+pkgver=22.3.19
 pkgrel=1
 pkgdesc="Intel Graphics Memory Management Library"
 arch=(x86_64)
@@ -15,7 +15,7 @@ conflicts=(gmmlib)
 replaces=(gmmlib)
 options=(!emptydirs)
 source=(https://github.com/${pkgname/-//}/archive/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('381f7ad104e3d0d8dd6c3ec0c8304e410a479c439e72db35c83fb7e2b0ec556f')
+sha256sums=('ea9c418b0fd84a982850f230cb2d783dfe2e1f9923065f54b2fcaad1e9b33417')
 
 build() {
   cmake -B build -S gmmlib-${pkgname}-${pkgver} \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-gmmlib/-/commit/5a66435559e5246b09b0b2edf0e237e4743b795f

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-gmmlib/-/commit/5a66435559e5246b09b0b2edf0e237e4743b795f
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/intel-gmmlib] Pushed new tag 22.3.19-1

2024-04-20 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 22.3.19-1 at Arch Linux / Packaging / Packages / 
intel-gmmlib

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-gmmlib/-/tree/22.3.19-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/composer][main] upgpkg: 2.7.3-1

2024-04-20 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
composer


Commits:
92539b85 by Pierre Schmitz at 2024-04-20T18:34:22+02:00
upgpkg: 2.7.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = composer
pkgdesc = Dependency Manager for PHP
-   pkgver = 2.7.2
+   pkgver = 2.7.3
pkgrel = 1
url = https://getcomposer.org/
arch = any
@@ -8,9 +8,9 @@ pkgbase = composer
makedepends = git
depends = php
depends = unzip
-   source = 
composer::git+https://github.com/composer/composer.git#tag=2.7.2
-   source = 
composer-2.7.2.phar::https://getcomposer.org/download/2.7.2/composer.phar
-   sha256sums = SKIP
-   sha256sums = 
049b8e0ed9f264d770a0510858cffbc35401510759edc9a784b3a5c6e020bcac
+   source = 
composer::git+https://github.com/composer/composer.git#tag=2.7.3
+   source = 
composer-2.7.3.phar::https://getcomposer.org/download/2.7.3/composer.phar
+   sha256sums = 
b79056dda691490751bf9b3678c5bb18d435fdb245664b40d43c74eaa681559b
+   sha256sums = 
fcc02ff044b5a04fbecff0158cb6041c25e8f78ac494098736fecd2bb4f381e4
 
 pkgname = composer


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=composer
-pkgver=2.7.2
+pkgver=2.7.3
 pkgrel=1
 pkgdesc="Dependency Manager for PHP"
 arch=('any')
@@ -11,8 +11,8 @@ depends=('php' 'unzip')
 makedepends=('git')
 
source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver};
 
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar;)
-sha256sums=('SKIP'
-'049b8e0ed9f264d770a0510858cffbc35401510759edc9a784b3a5c6e020bcac')
+sha256sums=('b79056dda691490751bf9b3678c5bb18d435fdb245664b40d43c74eaa681559b'
+'fcc02ff044b5a04fbecff0158cb6041c25e8f78ac494098736fecd2bb4f381e4')
 
 prepare() {
cd "${srcdir}/${pkgname}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/composer/-/commit/92539b858f30e0545f716a6de0c32478aca73bb7

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/composer/-/commit/92539b858f30e0545f716a6de0c32478aca73bb7
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/composer] Pushed new tag 2.7.3-1

2024-04-20 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed new tag 2.7.3-1 at Arch Linux / Packaging / Packages / 
composer

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/composer/-/tree/2.7.3-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pybind11] Pushed new tag 2.12.0-4

2024-04-20 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 2.12.0-4 at Arch Linux / Packaging / Packages / 
pybind11

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pybind11/-/tree/2.12.0-4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pybind11][main] upgpkg: 2.12.0-4: rebuild with python 3.12 (part 2)

2024-04-20 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
pybind11


Commits:
c62e7eca by Daniel Bermond at 2024-04-20T13:33:53-03:00
upgpkg: 2.12.0-4: rebuild with python 3.12 (part 2)

https://archlinux.org/todo/python-312-part-2/

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = pybind11
pkgdesc = A lightweight header-only library that exposes C++ types in 
Python and vice versa
pkgver = 2.12.0
-   pkgrel = 3
+   pkgrel = 4
url = https://pybind11.readthedocs.org/
arch = any
license = BSD-3-Clause


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=pybind11
 pkgver=2.12.0
-pkgrel=3
+pkgrel=4
 pkgdesc='A lightweight header-only library that exposes C++ types in Python 
and vice versa'
 arch=('any')
 url='https://pybind11.readthedocs.org/'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pybind11/-/commit/c62e7ecaadedcfc746f14725be01132febca1ff1

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pybind11/-/commit/c62e7ecaadedcfc746f14725be01132febca1ff1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libdbusmenu-lxqt] Pushed new tag 0.1.0-1

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


Chih-Hsuan Yen pushed new tag 0.1.0-1 at Arch Linux / Packaging / Packages / 
libdbusmenu-lxqt

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libdbusmenu-lxqt/-/tree/0.1.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libdbusmenu-lxqt] Pushed new branch main

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


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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libdbusmenu-lxqt/-/tree/main
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/ttf-sarasa-gothic][main] upgpkg: 1.0.10-1

2024-04-20 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
ttf-sarasa-gothic


Commits:
96836a7a by Felix Yan at 2024-04-20T15:25:51+00:00
upgpkg: 1.0.10-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,14 +1,14 @@
 pkgbase = ttf-sarasa-gothic
pkgdesc = A CJK programming font based on Iosevka and Source Han Sans. 
(TTC)
-   pkgver = 1.0.9
+   pkgver = 1.0.10
pkgrel = 1
url = https://github.com/be5invis/Sarasa-Gothic
arch = any
license = OFL
provides = ttf-sarasa-slab
-   source = 
https://github.com/be5invis/Sarasa-Gothic/releases/download/v1.0.9/Sarasa-TTC-1.0.9.zip
-   source = 
LICENSE-1.0.9::https://raw.githubusercontent.com/be5invis/Sarasa-Gothic/v1.0.9/LICENSE
-   sha512sums = 
188a2c1aa10a4932dae74fb161fdc6457b6772e77357d3d21d9721c64e1cabba154a7817720914176f9c1c762dfc34b537a0c4f3c6b1defa41e0a3c7e09e2cbf
+   source = 
https://github.com/be5invis/Sarasa-Gothic/releases/download/v1.0.10/Sarasa-TTC-1.0.10.zip
+   source = 
LICENSE-1.0.10::https://raw.githubusercontent.com/be5invis/Sarasa-Gothic/v1.0.10/LICENSE
+   sha512sums = 
51b379fb6c6b6ccd2595ea07265b28f602938d15c0e9a5f5b52987d18ac902151ebc3f998e6397422d055907e869870afe3596622e5d4a22fdd407e7b588
sha512sums = 
1ebc3e4579ec655fcd5e53fa36f492860b9278cbeae1eb56f0f2ad5b905e930a91ef4f10fad1f4c5694dff482a7a3c07e041903a534045b533ffef63db58f25b
 
 pkgname = ttf-sarasa-gothic


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Markus Weimar 
 
 pkgname=ttf-sarasa-gothic
-pkgver=1.0.9
+pkgver=1.0.10
 pkgrel=1
 pkgdesc="A CJK programming font based on Iosevka and Source Han Sans. (TTC)"
 arch=('any')
@@ -12,7 +12,7 @@ license=('OFL')
 provides=('ttf-sarasa-slab')
 
source=("https://github.com/be5invis/Sarasa-Gothic/releases/download/v${pkgver}/Sarasa-TTC-$pkgver.zip;
 
"LICENSE-$pkgver::https://raw.githubusercontent.com/be5invis/Sarasa-Gothic/v${pkgver}/LICENSE;)
-sha512sums=('188a2c1aa10a4932dae74fb161fdc6457b6772e77357d3d21d9721c64e1cabba154a7817720914176f9c1c762dfc34b537a0c4f3c6b1defa41e0a3c7e09e2cbf'
+sha512sums=('51b379fb6c6b6ccd2595ea07265b28f602938d15c0e9a5f5b52987d18ac902151ebc3f998e6397422d055907e869870afe3596622e5d4a22fdd407e7b588'
 
'1ebc3e4579ec655fcd5e53fa36f492860b9278cbeae1eb56f0f2ad5b905e930a91ef4f10fad1f4c5694dff482a7a3c07e041903a534045b533ffef63db58f25b')
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ttf-sarasa-gothic/-/commit/96836a7a34c87fc6494205eaf7c44e618793058e

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ttf-sarasa-gothic/-/commit/96836a7a34c87fc6494205eaf7c44e618793058e
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/ttf-sarasa-gothic] Pushed new tag 1.0.10-1

2024-04-20 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.0.10-1 at Arch Linux / Packaging / Packages / 
ttf-sarasa-gothic

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ttf-sarasa-gothic/-/tree/1.0.10-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/dtk6declarative][main] upgpkg: 6.0.10-1

2024-04-20 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
dtk6declarative


Commits:
d5b32646 by Felix Yan at 2024-04-20T15:20:29+00:00
upgpkg: 6.0.10-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = dtk6declarative
pkgdesc = Deepin Toolkit, declarative module for DDE look and feel
-   pkgver = 6.0.9
-   pkgrel = 2
+   pkgver = 6.0.10
+   pkgrel = 1
url = https://github.com/linuxdeepin/dtk6declarative
arch = x86_64
license = LGPL3
@@ -22,9 +22,9 @@ pkgbase = dtk6declarative
depends = qt6-shadertools
depends = libgl
depends = gcc-libs
-   source = 
git+https://github.com/linuxdeepin/dtk6declarative.git#tag=6.0.9
+   source = 
git+https://github.com/linuxdeepin/dtk6declarative.git#tag=6.0.10
source = qt-6.7.patch
-   sha512sums = 
02c7922c5ebf7a903a403d16c885697101767eb5bddfb06b757c64c41c31d27e7c5fca700e04fa7a8871bf4209f019c28ac016ef67d59212a9230b038006bcda
+   sha512sums = 
3130b5b3e8bd32fe28366622a6945e06635d051e2f2d2dba8ed98d2796e24f76ba3342df15aeaa3e0c123983f9963f8773505811d1a0976e0d16bd493b889b2c
sha512sums = 
b537f0828f3fce7c876ad2c9aeefac54a178a0bebdc35bf9e75fe47824d92dcc0ea4a15422fc561889a8f9e9f3b0a56e4dc3635565f025d80e2c3ea0ab79
 
 pkgname = dtk6declarative


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: zccrs 
 
 pkgname=dtk6declarative
-pkgver=6.0.9
-pkgrel=2
+pkgver=6.0.10
+pkgrel=1
 pkgdesc='Deepin Toolkit, declarative module for DDE look and feel'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dtk6declarative;
@@ -15,7 +15,7 @@ depends=('dtk6core' 'dtk6gui' 'qt6-declarative' 
'qt6-quickcontrols2' 'qt6-base'
 makedepends=('git' 'cmake' 'ninja' 'qt6-tools' 'qt6-shadertools' 'doxygen' 
'gtest' 'gmock')
 source=("git+https://github.com/linuxdeepin/dtk6declarative.git#tag=$pkgver;
  qt-6.7.patch)
-sha512sums=('02c7922c5ebf7a903a403d16c885697101767eb5bddfb06b757c64c41c31d27e7c5fca700e04fa7a8871bf4209f019c28ac016ef67d59212a9230b038006bcda'
+sha512sums=('3130b5b3e8bd32fe28366622a6945e06635d051e2f2d2dba8ed98d2796e24f76ba3342df15aeaa3e0c123983f9963f8773505811d1a0976e0d16bd493b889b2c'
 
'b537f0828f3fce7c876ad2c9aeefac54a178a0bebdc35bf9e75fe47824d92dcc0ea4a15422fc561889a8f9e9f3b0a56e4dc3635565f025d80e2c3ea0ab79')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dtk6declarative/-/commit/d5b32646e7b3dac4858884d9b6497dfd7ba74935

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dtk6declarative/-/commit/d5b32646e7b3dac4858884d9b6497dfd7ba74935
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/dtk6declarative] Pushed new tag 6.0.10-1

2024-04-20 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 6.0.10-1 at Arch Linux / Packaging / Packages / 
dtk6declarative

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dtk6declarative/-/tree/6.0.10-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/dtk6widget] Pushed new tag 6.0.10-1

2024-04-20 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 6.0.10-1 at Arch Linux / Packaging / Packages / 
dtk6widget

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dtk6widget/-/tree/6.0.10-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/dtk6widget][main] upgpkg: 6.0.10-1

2024-04-20 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
dtk6widget


Commits:
46f8e39b by Felix Yan at 2024-04-20T15:20:25+00:00
upgpkg: 6.0.10-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = dtk6widget
pkgdesc = Deepin base graphical widgets library
-   pkgver = 6.0.9
+   pkgver = 6.0.10
pkgrel = 1
url = https://github.com/linuxdeepin/dtk6widget
arch = x86_64
@@ -24,9 +24,9 @@ pkgbase = dtk6widget
depends = qt6-svg
depends = startup-notification
depends = xcb-util
-   source = git+https://github.com/linuxdeepin/dtk6widget.git#tag=6.0.9
+   source = git+https://github.com/linuxdeepin/dtk6widget.git#tag=6.0.10
source = qt-6.7.patch
-   sha512sums = 
e0125e16e4f6493ffacb2a15ce1ab62e7b4e5e96f43ec5dc71eb5e7034bcc6f528c8881b0179645d71fb61077eb8db25ed794acb8487be326e4b6ea6067bc9ef
+   sha512sums = 
ae25708b4e8a5beba5abb6bbc780e74d8436705c4830f386d012320e33efe2e9db7153cf105f0f2ec59a4609ac5284a09205c2d880aa8bba70c40cdd1df3370d
sha512sums = 
e6cdd45b6e83b4dc86aec9e7784b51d84d0a074582eb04ac084cbe90e9c58d25399ebc8b52d401cf7d8cb9abd4ec7a3b5b2646b99b8814cfcca5faffd1b8f18d
 
 pkgname = dtk6widget


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=dtk6widget
-pkgver=6.0.9
+pkgver=6.0.10
 pkgrel=1
 pkgdesc='Deepin base graphical widgets library'
 arch=('x86_64')
@@ -15,7 +15,7 @@ depends=('dtk6core' 'dtk6gui' 'gcc-libs' 'glibc' 'libx11' 
'libxcb' 'libxext' 'li
 makedepends=('git' 'cmake' 'ninja' 'qt6-tools' 'gtest' 'doxygen')
 source=("git+https://github.com/linuxdeepin/dtk6widget.git#tag=$pkgver;
  qt-6.7.patch)
-sha512sums=('e0125e16e4f6493ffacb2a15ce1ab62e7b4e5e96f43ec5dc71eb5e7034bcc6f528c8881b0179645d71fb61077eb8db25ed794acb8487be326e4b6ea6067bc9ef'
+sha512sums=('ae25708b4e8a5beba5abb6bbc780e74d8436705c4830f386d012320e33efe2e9db7153cf105f0f2ec59a4609ac5284a09205c2d880aa8bba70c40cdd1df3370d'
 
'e6cdd45b6e83b4dc86aec9e7784b51d84d0a074582eb04ac084cbe90e9c58d25399ebc8b52d401cf7d8cb9abd4ec7a3b5b2646b99b8814cfcca5faffd1b8f18d')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dtk6widget/-/commit/46f8e39bd87a34f2b26f4ee48a2a9bda12b1c774

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dtk6widget/-/commit/46f8e39bd87a34f2b26f4ee48a2a9bda12b1c774
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/lxqt-build-tools] Pushed new tag 2.0.0-1

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


Chih-Hsuan Yen pushed new tag 2.0.0-1 at Arch Linux / Packaging / Packages / 
lxqt-build-tools

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lxqt-build-tools/-/tree/2.0.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/lxqt-build-tools][main] upgpkg: 2.0.0-1

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


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


Commits:
2f7e9349 by Chih-Hsuan Yen at 2024-04-20T23:12:31+08:00
upgpkg: 2.0.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,18 @@
+pkgbase = lxqt-build-tools
+   pkgdesc = Various packaging tools and scripts for LXQt applications
+   pkgver = 2.0.0
+   pkgrel = 1
+   url = https://github.com/lxqt/lxqt-build-tools
+   arch = any
+   license = BSD
+   depends = cmake
+   depends = qt6-tools
+   depends = git
+   depends = perl
+   source = 
https://github.com/lxqt/lxqt-build-tools/releases/download/2.0.0/lxqt-build-tools-2.0.0.tar.xz
+   source = 
https://github.com/lxqt/lxqt-build-tools/releases/download/2.0.0/lxqt-build-tools-2.0.0.tar.xz.asc
+   validpgpkeys = 19DFDF3A579BD509DBB572D8BE793007AD22DF7E
+   sha256sums = 
4599c47d1db35e0bb91e62b672e3fb7eb2ec1fb4dafcab94599b0156f54e7f07
+   sha256sums = SKIP
+
+pkgname = lxqt-build-tools


=
PKGBUILD
=
@@ -2,18 +2,18 @@
 # Contributor: Jerome Leclanche 
 
 pkgname=lxqt-build-tools
-pkgver=0.13.0
+pkgver=2.0.0
 pkgrel=1
 pkgdesc="Various packaging tools and scripts for LXQt applications"
 arch=("any")
 url="https://github.com/lxqt/$pkgname;
 license=("BSD")
-depends=("cmake" "qt5-tools" "git" "perl")
+depends=("cmake" "qt6-tools" "git" "perl")
 source=(

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
-sha256sums=('fd3c199d0d7c61f23040a45ead57cc9a4f888af5995371f6b0ce1fa902eb59ce'
+sha256sums=('4599c47d1db35e0bb91e62b672e3fb7eb2ec1fb4dafcab94599b0156f54e7f07'
 'SKIP')
 validpgpkeys=(
"19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # 
https://github.com/tsujan.gpg



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lxqt-build-tools/-/commit/2f7e93492019485a89f8010c6cc69e21ea90cde3

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lxqt-build-tools/-/commit/2f7e93492019485a89f8010c6cc69e21ea90cde3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/flashrom] Pushed new tag 1.3.0-2

2024-04-20 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 1.3.0-2 at Arch Linux / Packaging / Packages / 
flashrom

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/flashrom/-/tree/1.3.0-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/flashrom][main] 2 commits: move cmocka from deps to makedeps

2024-04-20 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
flashrom


Commits:
fd00be53 by Frederik Schwan at 2024-04-20T17:08:27+02:00
move cmocka from deps to makedeps

- - - - -
17ffdb82 by Frederik Schwan at 2024-04-20T17:09:17+02:00
move cmocka from deps to makedeps

fixes #2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,13 @@
 pkgbase = flashrom
pkgdesc = Utility for reading, writing, erasing and verifying flash ROM 
chips
pkgver = 1.3.0
-   pkgrel = 1
+   pkgrel = 2
url = https://www.flashrom.org/
arch = x86_64
license = GPL-2.0-or-later
+   makedepends = cmocka
makedepends = git
makedepends = meson
-   depends = cmocka
depends = libftdi
depends = libusb
depends = pciutils


=
PKGBUILD
=
@@ -6,18 +6,18 @@
 
 pkgname=flashrom
 pkgver=1.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Utility for reading, writing, erasing and verifying flash ROM chips"
 arch=(x86_64)
 url="https://www.flashrom.org/;
 license=(GPL-2.0-or-later)
 depends=(
-  cmocka
   libftdi
   libusb
   pciutils
 )
 makedepends=(
+  cmocka
   git
   meson
 )



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/flashrom/-/compare/861bf9ca0d1e76c9044407f76675b8e607d371e5...17ffdb82360de5750cad9fb4cded1aeb4bb5ed18

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/flashrom/-/compare/861bf9ca0d1e76c9044407f76675b8e607d371e5...17ffdb82360de5750cad9fb4cded1aeb4bb5ed18
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gitu][main] upgpkg: 0.18.4-1: upstream release

2024-04-20 Thread @orhun


Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / 
gitu


Commits:
747a8a98 by Orhun Parmaksız at 2024-04-20T18:01:44+03:00
upgpkg: 0.18.4-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = gitu
pkgdesc = A TUI Git client inspired by Magit
-   pkgver = 0.18.2
+   pkgver = 0.18.4
pkgrel = 1
url = https://github.com/altsem/gitu
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = gitu
depends = gcc-libs
depends = libgit2
options = !lto
-   source = 
https://github.com/altsem/gitu/archive/v0.18.2/gitu-0.18.2.tar.gz
-   sha256sums = 
cd31114cc1c78b97c670a5de460870b334a7dbc568ac9385baef280044cb3c4f
+   source = 
https://github.com/altsem/gitu/archive/v0.18.4/gitu-0.18.4.tar.gz
+   sha256sums = 
cef012fcdb53873b8251ed11ffa99a8429e3d1fca49dbc1459d651c671cb2d85
 
 pkgname = gitu


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Caleb Maclennan 
 
 pkgname=gitu
-pkgver=0.18.2
+pkgver=0.18.4
 pkgrel=1
 pkgdesc="A TUI Git client inspired by Magit"
 arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('gcc-libs' 'libgit2')
 makedepends=('cargo')
 checkdepends=('git')
 source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('cd31114cc1c78b97c670a5de460870b334a7dbc568ac9385baef280044cb3c4f')
+sha256sums=('cef012fcdb53873b8251ed11ffa99a8429e3d1fca49dbc1459d651c671cb2d85')
 options=('!lto')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gitu/-/commit/747a8a982faba7e37ac5991322b8cc89cafe1fdc

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gitu/-/commit/747a8a982faba7e37ac5991322b8cc89cafe1fdc
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gitu] Pushed new tag 0.18.4-1

2024-04-20 Thread @orhun


Orhun Parmaksız pushed new tag 0.18.4-1 at Arch Linux / Packaging / Packages / 
gitu

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gitu/-/tree/0.18.4-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-nptyping][main] 6 commits: Abstract project name with custom variable

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


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


Commits:
fa79ca2e by David Runge at 2024-04-20T16:37:05+02:00
Abstract project name with custom variable

Signed-off-by: David Runge dv...@archlinux.org

- - - - -
2fdf3836 by David Runge at 2024-04-20T16:37:26+02:00
Simplify source by reusing url variable

Signed-off-by: David Runge dv...@archlinux.org

- - - - -
8e1650c7 by David Runge at 2024-04-20T16:38:31+02:00
Install license file.

Signed-off-by: David Runge dv...@archlinux.org

- - - - -
a9221492 by David Runge at 2024-04-20T16:39:13+02:00
Remove unnecessary quotes and curly braces

Signed-off-by: David Runge dv...@archlinux.org

- - - - -
3de0225a by David Runge at 2024-04-20T16:41:06+02:00
Use bash arrays with one entry per line for easier handling

Signed-off-by: David Runge dv...@archlinux.org

- - - - -
1325c2ee by David Runge at 2024-04-20T16:50:01+02:00
upgpkg: 2.5.0-4: Rebuild against Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,15 +1,19 @@
 pkgbase = python-nptyping
pkgdesc = Type hints for Numpy
pkgver = 2.5.0
-   pkgrel = 3
+   pkgrel = 4
url = https://github.com/ramonhagenaars/nptyping
arch = x86_64
license = MIT
+   checkdepends = python-feedparser
+   checkdepends = python-pandas
checkdepends = python-pytest
+   checkdepends = python-pytest-mypy
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
+   depends = python
depends = python-numpy
depends = python-typing_extensions
source = 
python-nptyping-2.5.0.tar.gz::https://github.com/ramonhagenaars/nptyping/archive/v2.5.0.tar.gz


=
PKGBUILD
=
@@ -2,24 +2,58 @@
 # Contributor: Grey Christoforo 
 
 pkgname=python-nptyping
+_name="${pkgname#python-}"
 pkgver=2.5.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Type hints for Numpy'
 url="https://github.com/ramonhagenaars/nptyping;
 arch=(x86_64)
 license=(MIT)
-depends=(python-numpy python-typing_extensions)
-makedepends=(python-build python-installer python-setuptools python-wheel)
-checkdepends=(python-pytest)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ramonhagenaars/nptyping/archive/v${pkgver}.tar.gz;)
+depends=(
+  python
+  python-numpy
+  python-typing_extensions
+)
+makedepends=(
+  python-build
+  python-installer
+  python-setuptools
+  python-wheel
+)
+checkdepends=(
+  python-feedparser
+  python-pandas
+  python-pytest
+  python-pytest-mypy
+)
+source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)
 
sha512sums=('2cde9c5f7694d4f916b85c93b86df7f72709a70b2ffa91b7bbc98c5884236f5b36bb545a89c37e8c02a9b460065c97151d77c64f8d93b92fd93bcff406f039d9')
 
 build() {
-  cd nptyping-${pkgver}
+  cd $_name-$pkgver
   python -m build --wheel --no-isolation
 }
 
+check() {
+  local pytest_options=(
+-vv
+--ignore tests/test_beartype.py  # python-beartype not packaged
+--ignore tests/test_mypy.py  # requires outdated version
+--ignore tests/test_pyright.py  # pyright not properly detected and likely 
not useful either way
+# unclear test failures, needs upstream tickets
+--deselect 
tests/pandas_/test_mypy_dataframe.py::MyPyDataFrameTest::test_mypy_accepts_dataframe
+--deselect 
tests/pandas_/test_mypy_dataframe.py::MyPyDataFrameTest::test_mypy_disapproves_dataframe_with_wrong_function_arguments
+--deselect 
tests/pandas_/test_mypy_dataframe.py::MyPyDataFrameTest::test_mypy_knows_of_dataframe_methods
+--deselect tests/test_package_info.py::PackageInfoTest::test_version_bump
+--deselect tests/test_typeguard.py::TypeguardTest::test_success
+  )
+
+  cd $_name-$pkgver
+  pytest "${pytest_options[@]}"
+}
+
 package() {
-  cd nptyping-${pkgver}
+  cd $_name-$pkgver
   python -m installer --destdir="$pkgdir" dist/*.whl
+  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-nptyping/-/compare/6435dff35a27c55e17cde7816f44ad91640ae727...1325c2ee004c66c17138c43c9041ca7d6cd815d9

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-nptyping/-/compare/6435dff35a27c55e17cde7816f44ad91640ae727...1325c2ee004c66c17138c43c9041ca7d6cd815d9
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-nptyping] Pushed new tag 2.5.0-4

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


David Runge pushed new tag 2.5.0-4 at Arch Linux / Packaging / Packages / 
python-nptyping

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-nptyping/-/tree/2.5.0-4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gitu][main] upgpkg: 0.18.2-1: upstream release

2024-04-20 Thread @orhun


Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / 
gitu


Commits:
031c4254 by Orhun Parmaksız at 2024-04-20T17:43:00+03:00
upgpkg: 0.18.2-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = gitu
pkgdesc = A TUI Git client inspired by Magit
-   pkgver = 0.17.1
+   pkgver = 0.18.2
pkgrel = 1
url = https://github.com/altsem/gitu
arch = x86_64
@@ -9,7 +9,8 @@ pkgbase = gitu
makedepends = cargo
depends = gcc-libs
depends = libgit2
-   source = 
https://github.com/altsem/gitu/archive/v0.17.1/gitu-0.17.1.tar.gz
-   sha256sums = 
23f925ec6450c4211aa72093cdb96ca17c768553390573b36671309497d996f2
+   options = !lto
+   source = 
https://github.com/altsem/gitu/archive/v0.18.2/gitu-0.18.2.tar.gz
+   sha256sums = 
cd31114cc1c78b97c670a5de460870b334a7dbc568ac9385baef280044cb3c4f
 
 pkgname = gitu


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Caleb Maclennan 
 
 pkgname=gitu
-pkgver=0.17.1
+pkgver=0.18.2
 pkgrel=1
 pkgdesc="A TUI Git client inspired by Magit"
 arch=('x86_64')
@@ -12,7 +12,8 @@ depends=('gcc-libs' 'libgit2')
 makedepends=('cargo')
 checkdepends=('git')
 source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('23f925ec6450c4211aa72093cdb96ca17c768553390573b36671309497d996f2')
+sha256sums=('cd31114cc1c78b97c670a5de460870b334a7dbc568ac9385baef280044cb3c4f')
+options=('!lto')
 
 prepare() {
   cd "$pkgname-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gitu/-/commit/031c42548f5743ed6a01242d3936d1a7f5f567b2

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gitu/-/commit/031c42548f5743ed6a01242d3936d1a7f5f567b2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gitu] Pushed new tag 0.18.2-1

2024-04-20 Thread @orhun


Orhun Parmaksız pushed new tag 0.18.2-1 at Arch Linux / Packaging / Packages / 
gitu

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gitu/-/tree/0.18.2-1
You're receiving this email because of your account on gitlab.archlinux.org.




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

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


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


Commits:
56464dfa by David Runge at 2024-04-20T16:23:34+02:00
Switch to upstream provided auto-generated source tarballs

Signed-off-by: David Runge dv...@archlinux.org

- - - - -
a41e32e1 by David Runge at 2024-04-20T16:23:58+02:00
Switch to correct SPDX license identifier

Signed-off-by: David Runge dv...@archlinux.org

- - - - -
efb109fd by David Runge at 2024-04-20T16:26:56+02:00
Remove the use of python-six

Signed-off-by: David Runge dv...@archlinux.org

- - - - -
4bfd9a68 by David Runge at 2024-04-20T16:34:30+02:00
Fix tests for Python 3.11

Signed-off-by: David Runge dv...@archlinux.org

- - - - -
44b80445 by David Runge at 2024-04-20T16:34:50+02:00
upgpkg: 1.12.4-6: Rebuild against Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,19 +1,24 @@
 pkgbase = python-manuel
pkgdesc = Manuel lets you build tested documentation
pkgver = 1.12.4
-   pkgrel = 5
+   pkgrel = 6
url = https://github.com/benji-york/manuel
arch = any
-   license = Apache
+   license = Apache-2.0
checkdepends = python-zope-testing
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python
-   depends = python-six
-   source = 
https://files.pythonhosted.org/packages/source/m/manuel/manuel-1.12.4.tar.gz
-   sha512sums = 
cd65307f2ca94e66d88bc0c7c75702d49f505b358ebb812fd20906036ba10f2d1d11d2d69404b88c5f10b584dea05a988b5dc8ba07210b9d20ebd8a11b701633
-   b2sums = 
e15f9261854fbad8ee1e1dc8645ec286a212c460a78fff1576b6886d8bf462ffe9a5484338fd9efc2bf053a7689e16b08de55f763ae319e66a363c5c28cf2a60
+   source = 
python-manuel-1.12.4.tar.gz::https://github.com/benji-york/manuel/archive/refs/tags/1.12.4.tar.gz
+   source = 
python-manuel-1.12.4-remove_six.patch::https://github.com/benji-york/manuel/commit/e24907c7e6a5dd9485f02772392c0bdac26e14b7.patch
+   source = 
python-manuel-1.12.4-python3.11.patch::https://github.com/benji-york/manuel/commit/10ff3c00a3d811fc6cb9d048025d713540b92de8.patch
+   sha512sums = 
e39c93a6be92b2a5c09c461e2341690f670919b9bcb7665771cba0a0a4f6d695e4ad1ae53641f73f8e54b5ad8b4485831b480874936dc2ad17cbc88abfe2935c
+   sha512sums = 
20e63cece08fd055177060e6b7023b0a2b12d904f8c714066a61d343245efcda52e94e4359cda78b08b5d8cdcb22ba49af6b99c52a82a9e452919ce6f98ec59c
+   sha512sums = 
fcad7cdfda15803ed7a4488ec717a3070bde5680b3e12d0fea6805e6fb7b52f44e1a485c07b28a1729fc916f595f910b1752867c5abf577b7ea0cbc95f98ead4
+   b2sums = 
13cfa1144f9c45ce0a13ee20c516ff78fdb47cbb7edad8cce10555ad14ebe05f6ade765c9c24318b8ebbb923c483f6a52ff64f3a26d7e0c67e14f2dffbbff408
+   b2sums = 
488e60433319c9a5240949478a1f3bb545666f5a95bce86bbdae2a784c23c204ac0559f7e13382a9932001a01c4652afbf2ad3536f3bd7781ee47d0f0eec0df7
+   b2sums = 
d123943aede6ac671300e7f88620ca155c27d349d32c0d429e04391c834b35097184fa57a651939635d0b1508d2463816060ed82f36ddcd7a8be37f25d9b83bf
 
 pkgname = python-manuel


=
PKGBUILD
=
@@ -1,17 +1,16 @@
 # Maintainer:
 # Contributor: Felix Yan 
 
-_name=manuel
 pkgname=python-manuel
+_name="${pkgname#python-}"
 pkgver=1.12.4
-pkgrel=5
+pkgrel=6
 pkgdesc="Manuel lets you build tested documentation"
 arch=(any)
-license=(Apache)
+license=(Apache-2.0)
 url="https://github.com/benji-york/manuel;
 depends=(
   python
-  python-six # six is still required during check(): 
https://github.com/benji-york/manuel/issues/33
 )
 makedepends=(
   python-build
@@ -20,11 +19,25 @@ makedepends=(
   python-wheel
 )
 checkdepends=(python-zope-testing)
-source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha512sums=('cd65307f2ca94e66d88bc0c7c75702d49f505b358ebb812fd20906036ba10f2d1d11d2d69404b88c5f10b584dea05a988b5dc8ba07210b9d20ebd8a11b701633')
-b2sums=('e15f9261854fbad8ee1e1dc8645ec286a212c460a78fff1576b6886d8bf462ffe9a5484338fd9efc2bf053a7689e16b08de55f763ae319e66a363c5c28cf2a60')
+source=(
+  $pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz
+  
$pkgname-1.12.4-remove_six.patch::https://github.com/benji-york/manuel/commit/e24907c7e6a5dd9485f02772392c0bdac26e14b7.patch
+  
$pkgname-1.12.4-python3.11.patch::https://github.com/benji-york/manuel/commit/10ff3c00a3d811fc6cb9d048025d713540b92de8.patch
+)
+sha512sums=('e39c93a6be92b2a5c09c461e2341690f670919b9bcb7665771cba0a0a4f6d695e4ad1ae53641f73f8e54b5ad8b4485831b480874936dc2ad17cbc88abfe2935c'
+
'20e63cece08fd055177060e6b7023b0a2b12d904f8c714066a61d343245efcda52e94e4359cda78b08b5d8cdcb22ba49af6b99c52a82a9e452919ce6f98ec59c'
+

[Git][archlinux/packaging/packages/python-manuel] Pushed new tag 1.12.4-6

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


David Runge pushed new tag 1.12.4-6 at Arch Linux / Packaging / Packages / 
python-manuel

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-manuel/-/tree/1.12.4-6
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-starlette][main] upgpkg: 0.37.2-3: Rebuild against Python 3.12

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


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


Commits:
dc16c49e by David Runge at 2024-04-20T16:13:24+02:00
upgpkg: 0.37.2-3: Rebuild against Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-starlette
pkgdesc = The little ASGI framework that shines
pkgver = 0.37.2
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/encode/starlette
arch = any
license = BSD-3-Clause


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _name=starlette
 pkgname=python-$_name
 pkgver=0.37.2
-pkgrel=2
+pkgrel=3
 pkgdesc='The little ASGI framework that shines'
 arch=(any)
 url="https://github.com/encode/starlette;



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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-starlette/-/commit/dc16c49e48fce0a775d3645f669a3dfa16da8ae4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-starlette] Pushed new tag 0.37.2-3

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


David Runge pushed new tag 0.37.2-3 at Arch Linux / Packaging / Packages / 
python-starlette

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-starlette/-/tree/0.37.2-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pynitrokey][main] upgpkg: 0.4.47-3: Rebuild against Python 3.12

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


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


Commits:
7a281762 by David Runge at 2024-04-20T16:12:24+02:00
upgpkg: 0.4.47-3: Rebuild against Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-pynitrokey
pkgdesc = A command line interface for the Nitrokey FIDO2 and Nitrokey 
Start
pkgver = 0.4.47
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/Nitrokey/pynitrokey
arch = any
license = Apache-2.0 OR MIT


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _name=pynitrokey
 pkgname=python-pynitrokey
 pkgver=0.4.47
-pkgrel=2
+pkgrel=3
 pkgdesc="A command line interface for the Nitrokey FIDO2 and Nitrokey Start"
 arch=(any)
 url="https://github.com/Nitrokey/pynitrokey;
@@ -61,11 +61,10 @@ build() {
   python -m build --wheel --skip-dependency-check --no-isolation
 }
 
-# tests seem all to be integration tests currently: 
https://github.com/Nitrokey/pynitrokey/issues/294
-# check() {
-#   cd $_name
-#   pytest -vv
-# }
+check() {
+  cd $_name
+  pytest -vv
+}
 
 package() {
   cd $_name



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pynitrokey/-/commit/7a28176204f4bd56edb00d86810f41d481960075

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pynitrokey/-/commit/7a28176204f4bd56edb00d86810f41d481960075
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pynitrokey] Pushed new tag 0.4.47-3

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


David Runge pushed new tag 0.4.47-3 at Arch Linux / Packaging / Packages / 
python-pynitrokey

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pynitrokey/-/tree/0.4.47-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-setuptools-declarative-requirements][main] upgpkg: 1.3.0-6: Rebuild against Python 3.12

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


David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
python-setuptools-declarative-requirements


Commits:
9fa58f53 by David Runge at 2024-04-20T16:07:58+02:00
upgpkg: 1.3.0-6: Rebuild against Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-setuptools-declarative-requirements
pkgdesc = File support for setuptools declarative setup.cfg
pkgver = 1.3.0
-   pkgrel = 5
+   pkgrel = 6
url = https://github.com/s0undt3ch/setuptools-declarative-requirements
arch = any
license = Apache-2.0


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _name=setuptools-declarative-requirements
 pkgname=python-setuptools-declarative-requirements
 pkgver=1.3.0
-pkgrel=5
+pkgrel=6
 pkgdesc="File support for setuptools declarative setup.cfg"
 arch=(any)
 url="https://github.com/s0undt3ch/setuptools-declarative-requirements;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-setuptools-declarative-requirements/-/commit/9fa58f53619d6b15bb3cbc302bef88754ba31d0e

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-setuptools-declarative-requirements/-/commit/9fa58f53619d6b15bb3cbc302bef88754ba31d0e
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-setuptools-declarative-requirements] Pushed new tag 1.3.0-6

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


David Runge pushed new tag 1.3.0-6 at Arch Linux / Packaging / Packages / 
python-setuptools-declarative-requirements

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-setuptools-declarative-requirements/-/tree/1.3.0-6
You're receiving this email because of your account on gitlab.archlinux.org.




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

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


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


Commits:
c8e21814 by David Runge at 2024-04-20T16:05:16+02:00
Switch to upstream provided auto-generated source tarballs

Signed-off-by: David Runge dv...@archlinux.org

- - - - -
59281390 by David Runge at 2024-04-20T16:06:11+02:00
Use bash arrays with one entry per line for easier handling

Signed-off-by: David Runge dv...@archlinux.org

- - - - -
37472398 by David Runge at 2024-04-20T16:06:28+02:00
upgpkg: 1.0.0-7: Rebuild against Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-pyproject-hooks
pkgdesc = A low-level library for calling build-backends in 
pyproject.toml-based project
pkgver = 1.0.0
-   pkgrel = 6
+   pkgrel = 7
url = https://github.com/pypa/pyproject-hooks
arch = any
license = MIT
@@ -13,8 +13,8 @@ pkgbase = python-pyproject-hooks
makedepends = python-flit-core
makedepends = python-wheel
depends = python
-   source = 
https://files.pythonhosted.org/packages/source/p/pyproject_hooks/pyproject_hooks-1.0.0.tar.gz
-   sha512sums = 
53e286cfcf8b286560cfebafe44e2162360bc1b567df2ed9019376128e14fffaafa3964f77b18487f5023aa092ede628ba5115301de42e101595f41c091d90c9
-   b2sums = 
0793b1328f3bf52212a51bbc0459443ff80950669564f13a4ff722af74593bfa48a906f9f46150a3fdc30f705136aefe79d0bc98d4315ede4eb8f678716c32bf
+   source = 
python-pyproject-hooks-1.0.0.tar.gz::https://github.com/pypa/pyproject-hooks/archive/refs/tags/v1.0.0.tar.gz
+   sha512sums = 
fca9b69859d7e3949b158c2879ba7ebc7305f1edaacdd84b71a92565010176d1194be03a21fd6b9aa65d175cfd8243ba3a50aab617fb56ceac6b263da6613e17
+   b2sums = 
c90d2fb70ada9414cbbf201bfbb695b4e9055b61fdcdc8e0f8a2548e4f47e7512140fc71fee9f9306577d97b76ca64e77b7c58d526381c5481739e630e5250a1
 
 pkgname = python-pyproject-hooks


=
PKGBUILD
=
@@ -1,19 +1,28 @@
 # Maintainer: David Runge 
 
-_name=pyproject_hooks
 pkgname=python-pyproject-hooks
+_name=${pkgname#python-}
 pkgver=1.0.0
-pkgrel=6
+pkgrel=7
 pkgdesc="A low-level library for calling build-backends in 
pyproject.toml-based project"
 arch=(any)
 url="https://github.com/pypa/pyproject-hooks;
 license=(MIT)
 depends=(python)
-makedepends=(python-build python-installer python-flit-core python-wheel)
-checkdepends=(python-pytest python-setuptools python-testpath)
-source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha512sums=('53e286cfcf8b286560cfebafe44e2162360bc1b567df2ed9019376128e14fffaafa3964f77b18487f5023aa092ede628ba5115301de42e101595f41c091d90c9')
-b2sums=('0793b1328f3bf52212a51bbc0459443ff80950669564f13a4ff722af74593bfa48a906f9f46150a3fdc30f705136aefe79d0bc98d4315ede4eb8f678716c32bf')
+makedepends=(
+  python-build
+  python-installer
+  python-flit-core
+  python-wheel
+)
+checkdepends=(
+  python-pytest
+  python-setuptools
+  python-testpath
+)
+source=($pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz)
+sha512sums=('fca9b69859d7e3949b158c2879ba7ebc7305f1edaacdd84b71a92565010176d1194be03a21fd6b9aa65d175cfd8243ba3a50aab617fb56ceac6b263da6613e17')
+b2sums=('c90d2fb70ada9414cbbf201bfbb695b4e9055b61fdcdc8e0f8a2548e4f47e7512140fc71fee9f9306577d97b76ca64e77b7c58d526381c5481739e630e5250a1')
 
 build() {
   cd $_name-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyproject-hooks/-/compare/ef5fdec3eab7518d78b082b589d21243fc78ea91...37472398be93da8dc63ae745f9e85862b3bb3c48

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyproject-hooks/-/compare/ef5fdec3eab7518d78b082b589d21243fc78ea91...37472398be93da8dc63ae745f9e85862b3bb3c48
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pyproject-hooks] Pushed new tag 1.0.0-7

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


David Runge pushed new tag 1.0.0-7 at Arch Linux / Packaging / Packages / 
python-pyproject-hooks

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyproject-hooks/-/tree/1.0.0-7
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pdm-backend] Pushed new tag 2.1.8-4

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


David Runge pushed new tag 2.1.8-4 at Arch Linux / Packaging / Packages / 
python-pdm-backend

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pdm-backend/-/tree/2.1.8-4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pdm-backend][main] upgpkg: 2.1.8-4: Rebuild against Python 3.12

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


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


Commits:
02afd1ac by David Runge at 2024-04-20T16:01:54+02:00
upgpkg: 2.1.8-4: Rebuild against Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-pdm-backend
pkgdesc = The build backend used by PDM that supports latest packaging 
standards
pkgver = 2.1.8
-   pkgrel = 3
+   pkgrel = 4
url = https://github.com/pdm-project/pdm-backend
arch = any
groups = python-build-backend


=
PKGBUILD
=
@@ -5,7 +5,7 @@ _devendored=1
 _name=pdm-backend
 pkgname=python-pdm-backend
 pkgver=2.1.8
-pkgrel=3
+pkgrel=4
 pkgdesc="The build backend used by PDM that supports latest packaging 
standards"
 arch=(any)
 url="https://github.com/pdm-project/pdm-backend;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pdm-backend/-/commit/02afd1ac42241bc0b527cbd1f47b0f9834596c49

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pdm-backend/-/commit/02afd1ac42241bc0b527cbd1f47b0f9834596c49
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-inflect] Pushed new tag 7.2.0-3

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


David Runge pushed new tag 7.2.0-3 at Arch Linux / Packaging / Packages / 
python-inflect

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-inflect/-/tree/7.2.0-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-inflect][main] upgpkg: 7.2.0-3: Rebuild against Python 3.12

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


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


Commits:
16971dd1 by David Runge at 2024-04-20T16:00:57+02:00
upgpkg: 7.2.0-3: Rebuild against Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-inflect
pkgdesc = Correctly generate plurals, singular nouns, ordinals, 
indefinite articles
pkgver = 7.2.0
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/jaraco/inflect
arch = any
license = MIT


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _name=inflect
 pkgname=python-inflect
 pkgver=7.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Correctly generate plurals, singular nouns, ordinals, indefinite 
articles"
 arch=(any)
 url="https://github.com/jaraco/inflect;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-inflect/-/commit/16971dd146de7287f04430e1e9628527aa3448ad

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-inflect/-/commit/16971dd146de7287f04430e1e9628527aa3448ad
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-humanfriendly][main] upgpkg: 10.0-8: Rebuild against Python 3.12

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


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


Commits:
3553f5d7 by David Runge at 2024-04-20T15:59:41+02:00
upgpkg: 10.0-8: Rebuild against Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,12 +1,11 @@
 pkgbase = python-humanfriendly
pkgdesc = Human friendly input/output for text interfaces using Python
pkgver = 10.0
-   pkgrel = 7
+   pkgrel = 8
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


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=python-humanfriendly
 pkgver=10.0
-pkgrel=7
+pkgrel=8
 pkgdesc="Human friendly input/output for text interfaces using Python"
 arch=(any)
 url="https://github.com/xolox/python-humanfriendly;
@@ -16,23 +16,26 @@ makedepends=(
 )
 checkdepends=(
   python-docutils
-  python-pytest
 )
 source=($pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz)
 
sha512sums=('a0f324aa3af27088b77bd68c1d2ee65090ca6ace71414ae698452bc2a81de82f82f8d53b47145ea9822b93e600da3b871e9244a9681d06b54fa2c31efc2857ef')
 
b2sums=('0e133bc4f871455f9aa20f542a9a5be83a47db07865b44cb53f2ba093425925404ab91d5019322a9a25448362b83cc040bdf1502c200022dd0a23c423799ee8f')
 
+prepare() {
+  # replace use of mock with unittest.mock
+  # disable tests requiring even more dead capturer project
+  sed -e 's/from mock import/from unittest.mock 
import/;s/test_terminal_cap/off_test_terminal_cap/; 
s/test_prompt_for_conf/off_test_prompt_for_conf/; 
s/test_generate_warning/off_test_generate_warning/' -i 
$pkgname-$pkgver/${pkgname#python-}/tests.py
+}
+
 build() {
   cd $pkgname-$pkgver
   python -m build --wheel --no-isolation
 }
 
-# tests are completely broken and this project is dead... -_-
-# check() {
-#   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"
-# }
+check() {
+  cd $pkgname-$pkgver
+  python -m unittest discover -v ${pkgname#python-}/
+}
 
 package() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-humanfriendly/-/commit/3553f5d7bdefcdfb489540742dabec719c282df8

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-humanfriendly/-/commit/3553f5d7bdefcdfb489540742dabec719c282df8
You're receiving this email because of your account on gitlab.archlinux.org.




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

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


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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-humanfriendly/-/tree/10.0-8
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-fastjsonschema][main] upgpkg: 2.19.1-3: Rebuild against Python 3.12

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


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


Commits:
dd5deb4d by David Runge at 2024-04-20T15:43:36+02:00
upgpkg: 2.19.1-3: Rebuild against Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-fastjsonschema
pkgdesc = Fast JSON schema validator for Python
pkgver = 2.19.1
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/horejsek/python-fastjsonschema
arch = any
license = BSD-3-Clause


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _name=fastjsonschema
 pkgname=python-fastjsonschema
 pkgver=2.19.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Fast JSON schema validator for Python"
 arch=(any)
 url="https://github.com/horejsek/python-fastjsonschema;
@@ -26,8 +26,16 @@ build() {
 }
 
 check() {
+  local pytest_options=(
+-vv
+-m "not benchmark"
+# broken with pytest 8
+--deselect 
tests/test_pattern_properties.py::test_pattern_with_escape_no_warnings
+--deselect tests/test_string.py::test_pattern_with_escape_no_warnings
+  )
+
   cd $pkgname-$pkgver
-  pytest -vv -m "not benchmark"
+  pytest "${pytest_options[@]}"
 }
 
 package() {



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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fastjsonschema/-/commit/dd5deb4dc614e20abeadd9c07cf4b3b29051a74d
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-fastjsonschema] Pushed new tag 2.19.1-3

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


David Runge pushed new tag 2.19.1-3 at Arch Linux / Packaging / Packages / 
python-fastjsonschema

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fastjsonschema/-/tree/2.19.1-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-doit-py] Pushed new tag 0.5.0-8

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


David Runge pushed new tag 0.5.0-8 at Arch Linux / Packaging / Packages / 
python-doit-py

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-doit-py/-/tree/0.5.0-8
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-doit-py][main] upgpkg: 0.5.0-8: Rebuild against Python 3.12

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


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


Commits:
52bf2072 by David Runge at 2024-04-20T15:40:39+02:00
upgpkg: 0.5.0-8: Rebuild against Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-doit-py
pkgdesc = doit tasks for python stuff
pkgver = 0.5.0
-   pkgrel = 7
+   pkgrel = 8
url = https://github.com/pydoit/doit-py
arch = any
license = MIT


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 pkgname=python-doit-py
 _name="${pkgname#python-}"
 pkgver=0.5.0
-pkgrel=7
+pkgrel=8
 pkgdesc="doit tasks for python stuff"
 arch=(any)
 url="https://github.com/pydoit/doit-py;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-doit-py/-/commit/52bf207200e4df87dd76547f7e70f41f431c792a

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-doit-py/-/commit/52bf207200e4df87dd76547f7e70f41f431c792a
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-dirty-equals] Pushed new tag 0.7.1.post0-4

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


David Runge pushed new tag 0.7.1.post0-4 at Arch Linux / Packaging / Packages / 
python-dirty-equals

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-dirty-equals/-/tree/0.7.1.post0-4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-dirty-equals][main] upgpkg: 0.7.1.post0-4: Rebuild against Python 3.12

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


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


Commits:
6eb03afb by David Runge at 2024-04-20T15:39:36+02:00
upgpkg: 0.7.1.post0-4: Rebuild against Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-dirty-equals
pkgdesc = Doing dirty (but extremely useful) things with equals
pkgver = 0.7.1.post0
-   pkgrel = 3
+   pkgrel = 4
url = https://github.com/samuelcolvin/dirty-equals
arch = any
license = MIT


=
PKGBUILD
=
@@ -4,7 +4,7 @@ _name=dirty-equals
 pkgname=python-dirty-equals
 pkgver=0.7.1.post0
 _pkgver=${pkgver/%.post0/-post0}
-pkgrel=3
+pkgrel=4
 pkgdesc="Doing dirty (but extremely useful) things with equals"
 arch=(any)
 url="https://github.com/samuelcolvin/dirty-equals;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-dirty-equals/-/commit/6eb03afb3cfd0d18a44091daa20359da5b94ecb6

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-dirty-equals/-/commit/6eb03afb3cfd0d18a44091daa20359da5b94ecb6
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-annotated-types][main] 2 commits: Set maintainer info

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


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


Commits:
142902cd by David Runge at 2024-04-20T15:38:00+02:00
Set maintainer info

Signed-off-by: David Runge dv...@archlinux.org

- - - - -
75a7db6f by David Runge at 2024-04-20T15:38:33+02:00
upgpkg: 0.6.0-3: Rebuild against Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-annotated-types
pkgdesc = Reusable constraint types to use with typing.Annotated
pkgver = 0.6.0
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/annotated-types/annotated-types
arch = any
license = MIT


=
PKGBUILD
=
@@ -1,9 +1,9 @@
-# Maintainer: Your Name 
+# Maintainer: David Runge 
 
 _name=annotated-types
 pkgname=python-annotated-types
 pkgver=0.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Reusable constraint types to use with typing.Annotated"
 arch=(any)
 url="https://github.com/annotated-types/annotated-types;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-annotated-types/-/compare/ea0f8dbe7ffc68f747fb19d46c25bf14a3de84ff...75a7db6fe10e0ed342ce013be629f1c95a487be0

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-annotated-types/-/compare/ea0f8dbe7ffc68f747fb19d46c25bf14a3de84ff...75a7db6fe10e0ed342ce013be629f1c95a487be0
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-annotated-types] Pushed new tag 0.6.0-3

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


David Runge pushed new tag 0.6.0-3 at Arch Linux / Packaging / Packages / 
python-annotated-types

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-annotated-types/-/tree/0.6.0-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pillow] Pushed new tag 10.3.0-2

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


Antonio Rojas pushed new tag 10.3.0-2 at Arch Linux / Packaging / Packages / 
python-pillow

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pillow/-/tree/10.3.0-2
You're receiving this email because of your account on gitlab.archlinux.org.




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

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


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


Commits:
8183027f by Antonio Rojas at 2024-04-20T14:33:12+02:00
upgpkg: 10.3.0-2: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-pillow
pkgdesc = Python Imaging Library (PIL) fork
pkgver = 10.3.0
-   pkgrel = 1
+   pkgrel = 2
url = https://python-pillow.org
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=python-pillow
 pkgver=10.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Python Imaging Library (PIL) fork'
 arch=('x86_64')
 url='https://python-pillow.org'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pillow/-/commit/8183027fc612cff20533db11b20c482f3dc389f2

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pillow/-/commit/8183027fc612cff20533db11b20c482f3dc389f2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/element.io] Pushed new tag 1.11.64-1

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


Antonio Rojas pushed new tag 1.11.64-1 at Arch Linux / Packaging / Packages / 
element.io

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/element.io/-/tree/1.11.64-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/element.io][main] upgpkg: 1.11.64-1: Update to 1.11.64

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


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
element.io


Commits:
0cf5a8c3 by Antonio Rojas at 2024-04-20T14:33:08+02:00
upgpkg: 1.11.64-1: Update to 1.11.64

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = element.io
pkgdesc = Glossy Matrix collaboration client —
-   pkgver = 1.11.63
+   pkgver = 1.11.64
pkgrel = 1
url = https://element.io
arch = x86_64
@@ -14,17 +14,17 @@ pkgbase = element.io
makedepends = electron29
makedepends = nodejs
makedepends = libxcrypt-compat
-   source = 
element-web-1.11.63.tar.gz::https://github.com/vector-im/element-web/archive/v1.11.63.tar.gz
-   source = 
element-web-1.11.63.tar.gz.asc::https://github.com/vector-im/element-web/releases/download/v1.11.63/v1.11.63.tar.gz.asc
-   source = 
element-desktop-1.11.63.tar.gz::https://github.com/vector-im/element-desktop/archive/v1.11.63.tar.gz
-   source = 
element-desktop-1.11.63.tar.gz.asc::https://github.com/vector-im/element-desktop/releases/download/v1.11.63/v1.11.63.tar.gz.asc
+   source = 
element-web-1.11.64.tar.gz::https://github.com/vector-im/element-web/archive/v1.11.64.tar.gz
+   source = 
element-web-1.11.64.tar.gz.asc::https://github.com/vector-im/element-web/releases/download/v1.11.64/v1.11.64.tar.gz.asc
+   source = 
element-desktop-1.11.64.tar.gz::https://github.com/vector-im/element-desktop/archive/v1.11.64.tar.gz
+   source = 
element-desktop-1.11.64.tar.gz.asc::https://github.com/vector-im/element-desktop/releases/download/v1.11.64/v1.11.64.tar.gz.asc
source = autolaunch.patch
source = io.element.Element.desktop
source = element-desktop.sh
validpgpkeys = 712BFBEE92DCA45252DB17D7C7BE97EFA179B100
-   sha256sums = 
8588fc6650a2df80a5e18d6982562d18f54e0a561ab19308c1712a0289fc1f7f
+   sha256sums = 
7f8cb5263de0e1ce26bb6c93bd976ef54286a30bb6f21bf47ee0ac5757a966f8
sha256sums = SKIP
-   sha256sums = 
8a0d03a01ab76e00baeb0bcd5c501c8243664bd229963b7cd168eaa4b6a91fde
+   sha256sums = 
78898819e3484f8093065fb3545409de693c91226b1a36807d4301913eaa41bc
sha256sums = SKIP
sha256sums = 
268485f35103d00a89be7f5c84703e3d393350c71f4f90932f7bcb5ea2fd094f
sha256sums = 
0103f28a32fe31f698836516783c1c70a76a0117b5df7fd0af5c422c224220f9
@@ -37,7 +37,7 @@ pkgname = element-web
 
 pkgname = element-desktop
pkgdesc = Glossy Matrix collaboration client — desktop version.
-   depends = element-web=1.11.63
+   depends = element-web=1.11.64
depends = electron29
depends = libsecret
replaces = riot-desktop


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 _electron=electron29
 pkgbase=element.io
 pkgname=(element-web element-desktop)
-pkgver=1.11.63
+pkgver=1.11.64
 pkgrel=1
 pkgdesc="Glossy Matrix collaboration client — "
 arch=(x86_64)
@@ -21,9 +21,9 @@ 
source=(element-web-${pkgver}.tar.gz::${_url}-web/archive/v${pkgver}.tar.gz
 autolaunch.patch
 io.element.Element.desktop
 element-desktop.sh)
-sha256sums=('8588fc6650a2df80a5e18d6982562d18f54e0a561ab19308c1712a0289fc1f7f'
+sha256sums=('7f8cb5263de0e1ce26bb6c93bd976ef54286a30bb6f21bf47ee0ac5757a966f8'
 'SKIP'
-'8a0d03a01ab76e00baeb0bcd5c501c8243664bd229963b7cd168eaa4b6a91fde'
+'78898819e3484f8093065fb3545409de693c91226b1a36807d4301913eaa41bc'
 'SKIP'
 '268485f35103d00a89be7f5c84703e3d393350c71f4f90932f7bcb5ea2fd094f'
 '0103f28a32fe31f698836516783c1c70a76a0117b5df7fd0af5c422c224220f9'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/element.io/-/commit/0cf5a8c31382d8ed7b516299ee597ba3adca2fc0

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/element.io/-/commit/0cf5a8c31382d8ed7b516299ee597ba3adca2fc0
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gnome-maps][main] 46.10-1

2024-04-20 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / gnome-maps


Commits:
677fd020 by Jan Alexander Steffens (heftig) at 2024-04-20T14:00:01+02:00
46.10-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = gnome-maps
pkgdesc = A simple GNOME 3 maps application
-   pkgver = 46.0
+   pkgver = 46.10
pkgrel = 1
url = https://wiki.gnome.org/Apps/Maps
arch = x86_64
@@ -29,7 +29,7 @@ pkgbase = gnome-maps
depends = libshumate
depends = libxml2
depends = pango
-   source = 
git+https://gitlab.gnome.org/GNOME/gnome-maps.git#commit=8333905cec2c980fcc4fc9aabded80ecec4c776e
-   b2sums = SKIP
+   source = git+https://gitlab.gnome.org/GNOME/gnome-maps.git#tag=v46.10
+   b2sums = 
5e7945259f1c0b4d3065778b7fe0a42b18942e3ded1375c0ebc4fcea88794282ed282f5e82d0ad70388c3ac551498f17b760e50f1f8ca8a5ae2e9b9eb29b6986
 
 pkgname = gnome-maps


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-maps
-pkgver=46.0
+pkgver=46.10
 pkgrel=1
 pkgdesc="A simple GNOME 3 maps application"
 url="https://wiki.gnome.org/Apps/Maps;
@@ -37,14 +37,11 @@ makedepends=(
   yelp-tools
 )
 groups=(gnome)
-_commit=8333905cec2c980fcc4fc9aabded80ecec4c776e  # tags/v46.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-maps.git#commit=$_commit;)
-b2sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed -r 
's/^v//;s/\.([a-z])/\1/;s/([a-z])\./\1/;s/[^-]*-g/r&/;s/-/+/g'
-}
+source=(
+  # Can't locate the public key (m...@dfupdate.se, 
7448F128A4B18AB2EF87F092FA6624580A420D5D)
+  "git+https://gitlab.gnome.org/GNOME/gnome-maps.git#tag=v${pkgver/[a-z]/.&};
+)
+b2sums=('5e7945259f1c0b4d3065778b7fe0a42b18942e3ded1375c0ebc4fcea88794282ed282f5e82d0ad70388c3ac551498f17b760e50f1f8ca8a5ae2e9b9eb29b6986')
 
 prepare() {
   cd $pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-maps/-/commit/677fd020dcbb37db150f66d94f04dea87bedd5d5

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-maps/-/commit/677fd020dcbb37db150f66d94f04dea87bedd5d5
You're receiving this email because of your account on gitlab.archlinux.org.




  1   2   >