[Git][archlinux/packaging/packages/deno][main] upgpkg: 1.42.1-1

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


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


Commits:
d09842df by Felix Yan at 2024-04-08T05:03:45+00:00
upgpkg: 1.42.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = deno
pkgdesc = A secure runtime for JavaScript and TypeScript
-   pkgver = 1.42.0
+   pkgver = 1.42.1
pkgrel = 1
url = https://deno.land
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = deno
makedepends = protobuf
depends = gcc-libs
options = !lto
-   source = 
git+https://github.com/denoland/deno.git#commit=9c6eca1064de029e560377bef831e69d22c5c00b
-   sha512sums = 
76fed4770c6af037a395ed56b279842f35a21128d5fb7c62c84bdbf66db1d5d45daecdf47396ca3cb77966220f11d7af1e1c48f40dbb9690e9f57346589d073f
+   source = 
git+https://github.com/denoland/deno.git#commit=08f0613b390b289d07c6ea165bed0518809b34e8
+   sha512sums = 
568d62b4a8b96c5f68e9391130080ab65cdf8f5d9e172c4433fd8a0503944e503f1a32c8406eb9bc7fbc1cddbff9de563b9d934c7c119eaea00f01d0cc120dcd
 
 pkgname = deno


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: Metal A-wing <1 at 233 dot email>
 
 pkgname=deno
-pkgver=1.42.0
-_commit=9c6eca1064de029e560377bef831e69d22c5c00b
+pkgver=1.42.1
+_commit=08f0613b390b289d07c6ea165bed0518809b34e8
 pkgrel=1
 pkgdesc="A secure runtime for JavaScript and TypeScript"
 arch=('x86_64')
@@ -13,7 +13,7 @@ options=('!lto')
 depends=('gcc-libs')
 makedepends=('git' 'python' 'rust' 'nodejs' 'gn' 'ninja' 'clang' 'lld' 'cmake' 
'protobuf')
 source=("git+https://github.com/denoland/deno.git#commit=$_commit;)
-sha512sums=('76fed4770c6af037a395ed56b279842f35a21128d5fb7c62c84bdbf66db1d5d45daecdf47396ca3cb77966220f11d7af1e1c48f40dbb9690e9f57346589d073f')
+sha512sums=('568d62b4a8b96c5f68e9391130080ab65cdf8f5d9e172c4433fd8a0503944e503f1a32c8406eb9bc7fbc1cddbff9de563b9d934c7c119eaea00f01d0cc120dcd')
 
 build() {
   cd $pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/deno/-/commit/d09842dfda616c94038732d966e28cc67ba20447

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




[Git][archlinux/packaging/packages/deno] Pushed new tag 1.42.1-1

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


Felix Yan pushed new tag 1.42.1-1 at Arch Linux / Packaging / Packages / deno

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




[Git][archlinux/packaging/packages/libfprint] Pushed new tag 1.94.7-2

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


Jan Alexander Steffens (heftig) pushed new tag 1.94.7-2 at Arch Linux / 
Packaging / Packages / libfprint

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




[Git][archlinux/packaging/packages/meld][main] 3.22.2-3: python 3.12

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


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


Commits:
b9f06825 by Jan Alexander Steffens (heftig) at 2024-04-08T05:54:33+02:00
3.22.2-3: python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = meld
pkgdesc = Compare files, directories and working copies
pkgver = 3.22.2
-   pkgrel = 2
+   pkgrel = 3
url = https://meldmerge.org/
arch = any
license = GPL-2.0-or-later
@@ -10,8 +10,14 @@ pkgbase = meld
makedepends = meson
makedepends = yelp-tools
depends = dconf
+   depends = gdk-pixbuf2
+   depends = glib2
depends = gsettings-desktop-schemas
+   depends = gtk3
depends = gtksourceview4
+   depends = hicolor-icon-theme
+   depends = pango
+   depends = python
depends = python-cairo
depends = python-gobject
source = git+https://gitlab.gnome.org/GNOME/meld.git#tag=3.22.2


=
PKGBUILD
=
@@ -5,15 +5,21 @@
 
 pkgname=meld
 pkgver=3.22.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Compare files, directories and working copies"
 url="https://meldmerge.org/;
 license=(GPL-2.0-or-later)
 arch=(any)
 depends=(
   dconf
+  gdk-pixbuf2
+  glib2
   gsettings-desktop-schemas
+  gtk3
   gtksourceview4
+  hicolor-icon-theme
+  pango
+  python
   python-cairo
   python-gobject
 )



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/meld/-/commit/b9f06825f329f707e0dbd8de8aa9070644a65168

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




[Git][archlinux/packaging/packages/meld] Pushed new tag 3.22.2-3

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


Jan Alexander Steffens (heftig) pushed new tag 3.22.2-3 at Arch Linux / 
Packaging / Packages / meld

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




[Git][archlinux/packaging/packages/rhythmbox] Pushed new tag 3.4.7-2

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


Jan Alexander Steffens (heftig) pushed new tag 3.4.7-2 at Arch Linux / 
Packaging / Packages / rhythmbox

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




[Git][archlinux/packaging/packages/gnome-tweaks][main] 46.0-3: python 3.12

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


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


Commits:
938a505b by Jan Alexander Steffens (heftig) at 2024-04-08T05:50:29+02:00
46.0-3: python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = gnome-tweaks
pkgdesc = Graphical interface for advanced GNOME 3 settings (Tweak Tool)
pkgver = 46.0
-   pkgrel = 2
+   pkgrel = 3
url = https://wiki.gnome.org/Apps/Tweaks
arch = any
groups = gnome-extra
@@ -10,11 +10,13 @@ pkgbase = gnome-tweaks
makedepends = meson
depends = dconf
depends = glib2
+   depends = gnome-desktop-4
depends = gsettings-desktop-schemas
depends = gtk4
depends = hicolor-icon-theme
depends = libadwaita
depends = libgudev
+   depends = libnotify
depends = pango
depends = python
depends = python-gobject


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=gnome-tweaks
 pkgver=46.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Graphical interface for advanced GNOME 3 settings (Tweak Tool)"
 url="https://wiki.gnome.org/Apps/Tweaks;
 arch=(any)
@@ -12,11 +12,13 @@ license=(GPL-3.0-or-later)
 depends=(
   dconf
   glib2
+  gnome-desktop-4
   gsettings-desktop-schemas
   gtk4
   hicolor-icon-theme
   libadwaita
   libgudev
+  libnotify
   pango
   python
   python-gobject



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-tweaks/-/commit/938a505b22c00b305d7ec016b20e9b9c3130887d

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




[Git][archlinux/packaging/packages/gnome-tweaks] Pushed new tag 46.0-3

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


Jan Alexander Steffens (heftig) pushed new tag 46.0-3 at Arch Linux / Packaging 
/ Packages / gnome-tweaks

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




[Git][archlinux/packaging/packages/js102][main] 102.15.1-2: Use pip source

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


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


Commits:
89fd88ec by Jan Alexander Steffens (heftig) at 2024-04-08T05:43:44+02:00
102.15.1-2: Use pip source

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = js102
pkgdesc = JavaScript interpreter and libraries - Version 102
pkgver = 102.15.1
-   pkgrel = 1
+   pkgrel = 2
url = https://spidermonkey.dev/
arch = x86_64
license = MPL-2.0
@@ -12,7 +12,6 @@ pkgbase = js102
makedepends = lld
makedepends = llvm
makedepends = python
-   makedepends = python-setuptools
makedepends = rustup
makedepends = zip
depends = gcc-libs


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=js102
 pkgver=102.15.1
-pkgrel=1
+pkgrel=2
 pkgdesc="JavaScript interpreter and libraries - Version 102"
 url="https://spidermonkey.dev/;
 arch=(x86_64)
@@ -19,7 +19,6 @@ makedepends=(
   lld
   llvm
   python
-  python-setuptools
   rustup
   zip
 )
@@ -83,7 +82,7 @@ END
 build() {
   cd firefox-$pkgver
 
-  export MACH_USE_SYSTEM_PYTHON=1
+  export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=pip
   export MOZBUILD_STATE_PATH="$srcdir/mozbuild"
   export MOZ_BUILD_DATE="$(date -u${SOURCE_DATE_EPOCH:+d @$SOURCE_DATE_EPOCH} 
+%Y%m%d%H%M%S)"
   export MOZ_NOSPAM=1



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/js102/-/commit/89fd88ec0393bceb1409fabc8427398547878977

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




[Git][archlinux/packaging/packages/js102] Pushed new tag 102.15.1-2

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


Jan Alexander Steffens (heftig) pushed new tag 102.15.1-2 at Arch Linux / 
Packaging / Packages / js102

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




[Git][archlinux/packaging/packages/pahole] Pushed new tag 1-1.26-2

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


Jan Alexander Steffens (heftig) pushed new tag 1-1.26-2 at Arch Linux / 
Packaging / Packages / pahole

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




[Git][archlinux/packaging/packages/pahole][main] 1:1.26-2: python 3.12

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


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


Commits:
4d50fe2d by Jan Alexander Steffens (heftig) at 2024-04-08T05:36:14+02:00
1:1.26-2: python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,14 @@
 pkgbase = pahole
pkgdesc = Pahole and other DWARF utils
pkgver = 1.26
-   pkgrel = 1
+   pkgrel = 2
epoch = 1
url = https://git.kernel.org/pub/scm/devel/pahole/pahole.git
arch = x86_64
license = GPL-2.0-only
makedepends = bash
makedepends = cmake
+   makedepends = glibc
makedepends = libelf
makedepends = ninja
makedepends = python
@@ -23,6 +24,7 @@ pkgbase = pahole
 
 pkgname = pahole
depends = bash
+   depends = glibc
depends = libelf
depends = zlib
optdepends = ostra-cg: Generate call graphs from encoded traces


=
PKGBUILD
=
@@ -6,7 +6,7 @@ pkgname=(
   ostra-cg
 )
 pkgver=1.26
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Pahole and other DWARF utils"
 url="https://git.kernel.org/pub/scm/devel/pahole/pahole.git;
@@ -15,6 +15,7 @@ license=(GPL-2.0-only)
 makedepends=(
   bash
   cmake
+  glibc
   libelf
   ninja
   python
@@ -67,6 +68,7 @@ _pick() {
 package_pahole() {
   depends=(
 bash
+glibc
 libelf
 zlib
   )



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

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




[Git][archlinux/packaging/packages/python-systemd] Pushed new tag 235-3

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


Jan Alexander Steffens (heftig) pushed new tag 235-3 at Arch Linux / Packaging 
/ Packages / python-systemd

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




[Git][archlinux/packaging/packages/orca] Pushed new tag 46.1-2

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


Jan Alexander Steffens (heftig) pushed new tag 46.1-2 at Arch Linux / Packaging 
/ Packages / orca

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




[Git][archlinux/packaging/packages/orca][main] 46.1-2: python 3.12

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


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


Commits:
b0f331bd by Jan Alexander Steffens (heftig) at 2024-04-08T05:31:22+02:00
46.1-2: python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = orca
pkgdesc = Screen reader for individuals who are blind or visually 
impaired
pkgver = 46.1
-   pkgrel = 1
+   pkgrel = 2
url = https://wiki.gnome.org/Projects/Orca
arch = any
groups = gnome


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=orca
 pkgver=46.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Screen reader for individuals who are blind or visually impaired"
 url="https://wiki.gnome.org/Projects/Orca;
 arch=(any)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/orca/-/commit/b0f331bdd246f8e83d8a9468058723166fd84080

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




[Git][archlinux/packaging/packages/libgit2-glib][main] upgpkg: 1.2.0-2: Python 3.12 rebuild

2024-04-07 Thread Lukas Fleischer (@lfleischer)


Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages / 
libgit2-glib


Commits:
7ffe7d62 by Lukas Fleischer at 2024-04-08T10:30:49+07:00
upgpkg: 1.2.0-2: Python 3.12 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,32 @@
+pkgbase = libgit2-glib
+   pkgdesc = GLib wrapper for libgit2
+   pkgver = 1.2.0
+   pkgrel = 2
+   url = https://gitlab.gnome.org/GNOME/libgit2-glib
+   arch = x86_64
+   license = LGPL2.1
+   makedepends = gi-docgen
+   makedepends = git
+   makedepends = glib2
+   makedepends = gobject-introspection
+   makedepends = libgit2
+   makedepends = meson
+   makedepends = python-gobject
+   makedepends = vala
+   source = 
git+https://gitlab.gnome.org/GNOME/libgit2-glib.git#commit=f9843757630160f1222ef084a47931c7d0b90fe3
+   b2sums = SKIP
+
+pkgname = libgit2-glib
+   depends = glib2
+   depends = libgio-2.0.so
+   depends = libglib-2.0.so
+   depends = libgobject-2.0.so
+   depends = glibc
+   depends = libgit2
+   depends = libgit2.so
+   optdepends = libgit2-glib-docs: for developer documentation
+   optdepends = python-gobject: for Python integration
+   provides = libgit2-glib-1.0.so
+
+pkgname = libgit2-glib-docs
+   pkgdesc = GLib wrapper for libgit2 - documentation


=
PKGBUILD
=
@@ -9,7 +9,7 @@ pkgname=(
 )
 _commit=f9843757630160f1222ef084a47931c7d0b90fe3  # tags/v1.2.0^0
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="GLib wrapper for libgit2"
 url="https://gitlab.gnome.org/GNOME/libgit2-glib;
 license=(LGPL2.1)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libgit2-glib/-/commit/7ffe7d6276bfefc9b1ac4d160463f69179b7ce5c

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




[Git][archlinux/packaging/packages/libgit2-glib] Pushed new tag 1.2.0-2

2024-04-07 Thread Lukas Fleischer (@lfleischer)


Lukas Fleischer pushed new tag 1.2.0-2 at Arch Linux / Packaging / Packages / 
libgit2-glib

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




[Git][archlinux/packaging/packages/python-gnupginterface][main] upgpkg: 0.3.2-12: Python 3.12 rebuild

2024-04-07 Thread Lukas Fleischer (@lfleischer)


Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages / 
python-gnupginterface


Commits:
57b098fe by Lukas Fleischer at 2024-04-08T10:27:36+07:00
upgpkg: 0.3.2-12: Python 3.12 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,14 @@
+pkgbase = python-gnupginterface
+   pkgdesc = A Python interface to GNU Privacy Guard (GnuPG).
+   pkgver = 0.3.2
+   pkgrel = 12
+   url = http://py-gnupg.sourceforge.net/
+   arch = x86_64
+   license = GPL
+   makedepends = python-setuptools
+   depends = gnupg
+   depends = python
+   source = 
https://downloads.sourceforge.net/sourceforge/py-gnupg/GnuPGInterface-0.3.2.tar.gz
+   sha256sums = 
0ea672251e2e3f71b62fef0c01539519d500f6b338f803af6b57e67a73cca8e6
+
+pkgname = python-gnupginterface


=
PKGBUILD
=
@@ -3,12 +3,13 @@
 
 pkgname=python-gnupginterface
 pkgver=0.3.2
-pkgrel=11
+pkgrel=12
 pkgdesc='A Python interface to GNU Privacy Guard (GnuPG).'
 arch=('x86_64')
 url='http://py-gnupg.sourceforge.net/'
 license=('GPL')
 depends=('gnupg' 'python')
+makedepends=('python-setuptools')
 
source=("https://downloads.sourceforge.net/sourceforge/py-gnupg/GnuPGInterface-$pkgver.tar.gz;)
 sha256sums=('0ea672251e2e3f71b62fef0c01539519d500f6b338f803af6b57e67a73cca8e6')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-gnupginterface/-/commit/57b098fe8f80e2fc9c6c6f17a458301ca8c7042e

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




[Git][archlinux/packaging/packages/python-gnupginterface] Pushed new tag 0.3.2-12

2024-04-07 Thread Lukas Fleischer (@lfleischer)


Lukas Fleischer pushed new tag 0.3.2-12 at Arch Linux / Packaging / Packages / 
python-gnupginterface

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




[Git][archlinux/packaging/packages/pycdio][main] 2.1.1-5: python 3.12

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


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


Commits:
c7212656 by Jan Alexander Steffens (heftig) at 2024-04-08T05:25:38+02:00
2.1.1-5: python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,19 @@
+pkgbase = pycdio
+   pkgdesc = Python OO interface to libcdio (CD Input and Control library)
+   pkgver = 2.1.1
+   pkgrel = 5
+   url = https://github.com/rocky/pycdio
+   arch = x86_64
+   license = GPL-3.0-or-later
+   makedepends = git
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-setuptools
+   makedepends = python-wheel
+   makedepends = swig
+   depends = libcdio
+   depends = python
+   source = git+https://github.com/rocky/pycdio#tag=2.1.1
+   b2sums = 
a2c6490ea13e4d790ce9e61005eddce74d58719b544afe44d0f6aaea81ba22d82aadf9cfe69b65bf67e5b91d6ec87601055f53444df65d924e534091e36b6b3b
+
+pkgname = python-pycdio


=
PKGBUILD
=
@@ -1,32 +1,42 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Felix Yan 
 # Contributor: Alessandro Pezzoni 
 
 pkgbase=pycdio
 pkgname=(python-pycdio)
 pkgver=2.1.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Python OO interface to libcdio (CD Input and Control library)"
-url="https://pypi.python.org/pypi/pycdio;
+url="https://github.com/rocky/pycdio;
 arch=(x86_64)
-license=(GPL)
-depends=(python libcdio)
-makedepends=(python-setuptools swig)
-source=("https://pypi.io/packages/source/p/$pkgbase/$pkgbase-$pkgver.tar.gz;)
-sha512sums=('4c756b1c2f39332add86e01af129ccb608178306be42c9719c163b6bad0ba4de3916ac477c6866450890e094b14a2689a24e7d19bcf13846330555c2bb1feaa7')
+license=(GPL-3.0-or-later)
+depends=(
+  libcdio
+  python
+)
+makedepends=(
+  git
+  python-build
+  python-installer
+  python-setuptools
+  python-wheel
+  swig
+)
+source=("git+$url#tag=$pkgver")
+b2sums=('a2c6490ea13e4d790ce9e61005eddce74d58719b544afe44d0f6aaea81ba22d82aadf9cfe69b65bf67e5b91d6ec87601055f53444df65d924e534091e36b6b3b')
 
 prepare() {
-  cd $pkgbase-$pkgver
+  cd pycdio
 }
 
 build() {
-  cd $pkgbase-$pkgver
-  python setup.py build
+  cd pycdio
+  python -m build --wheel --no-isolation
 }
 
 package_python-pycdio() {
-  cd $pkgbase-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  cd pycdio
+  python -m installer --destdir="$pkgdir" dist/*.whl
 }
 
-# vim:set sw=2 et:
+# vim:set sw=2 sts=-1 et:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pycdio/-/commit/c72126562392dcb9a919d55d1837dfac821427d8

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




[Git][archlinux/packaging/packages/pycdio] Pushed new tag 2.1.1-5

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


Jan Alexander Steffens (heftig) pushed new tag 2.1.1-5 at Arch Linux / 
Packaging / Packages / pycdio

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




[Git][archlinux/packaging/packages/python-easyprocess][main] upgpkg: 1.1-3: Rebuild for python 3.12 (nocheck)

2024-04-07 Thread Christian Heusel (@gromit)


Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / 
python-easyprocess


Commits:
a05af297 by Christian Heusel at 2024-04-08T05:24:11+02:00
upgpkg: 1.1-3: Rebuild for python 3.12 (nocheck)

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,21 @@
+pkgbase = python-easyprocess
+   pkgdesc = Easy to use python subprocess interface
+   pkgver = 1.1
+   pkgrel = 3
+   url = https://github.com/ponty/EasyProcess
+   arch = any
+   license = BSD
+   checkdepends = python-pytest
+   checkdepends = python-pytest-timeout
+   checkdepends = python-entrypoint2
+   checkdepends = python-pillow
+   checkdepends = python-pyvirtualdisplay
+   checkdepends = imagemagick
+   checkdepends = iputils
+   checkdepends = xorg-server-xvfb
+   makedepends = python-setuptools
+   depends = python
+   source = 
https://files.pythonhosted.org/packages/source/E/EasyProcess/EasyProcess-1.1.tar.gz
+   sha256sums = 
885898302a57aab948973e8b5d32a4229392b9fb2d986ab1d4ffd590e5ba90ec
+
+pkgname = python-easyprocess


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _pkg=EasyProcess
 pkgname=python-${_pkg,,}
 pkgver=1.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Easy to use python subprocess interface"
 arch=(any)
 url="https://github.com/ponty/EasyProcess;



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

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




[Git][archlinux/packaging/packages/python-easyprocess] Pushed new tag 1.1-3

2024-04-07 Thread Christian Heusel (@gromit)


Christian Heusel pushed new tag 1.1-3 at Arch Linux / Packaging / Packages / 
python-easyprocess

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




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

2024-04-07 Thread Lukas Fleischer (@lfleischer)


Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages / 
python-dropbox


Commits:
fc4b3ff8 by Lukas Fleischer at 2024-04-08T10:23:38+07:00
upgpkg: 11.36.2-2: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-dropbox
pkgdesc = Python SDK for Dropbox Core APIs
pkgver = 11.36.2
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/dropbox/dropbox-sdk-python
arch = any
license = MIT


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 _name=dropbox-sdk-python
 pkgname=python-dropbox
 pkgver=11.36.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Python SDK for Dropbox Core APIs"
 url="https://github.com/dropbox/dropbox-sdk-python;
 arch=(any)



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

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




[Git][archlinux/packaging/packages/python-dropbox] Pushed new tag 11.36.2-2

2024-04-07 Thread Lukas Fleischer (@lfleischer)


Lukas Fleischer pushed new tag 11.36.2-2 at Arch Linux / Packaging / Packages / 
python-dropbox

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




[Git][archlinux/packaging/packages/python-pyvex] Pushed new tag 9.2.81-2

2024-04-07 Thread Christian Heusel (@gromit)


Christian Heusel pushed new tag 9.2.81-2 at Arch Linux / Packaging / Packages / 
python-pyvex

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




[Git][archlinux/packaging/packages/python-pyvex][main] upgpkg: 9.2.81-2: Rebuild for python 3.12

2024-04-07 Thread Christian Heusel (@gromit)


Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / 
python-pyvex


Commits:
36de4482 by Christian Heusel at 2024-04-08T05:20:58+02:00
upgpkg: 9.2.81-2: Rebuild for python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-pyvex
pkgdesc = Python bindings for Valgrind's VEX IR
pkgver = 9.2.81
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/angr/pyvex
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _pyname=pyvex
 pkgname=python-${_pyname}
 pkgver=9.2.81
-pkgrel=1
+pkgrel=2
 pkgdesc="Python bindings for Valgrind's VEX IR"
 url='https://github.com/angr/pyvex'
 license=('BSD')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyvex/-/commit/36de4482ad8a2b3711c5fdb95c5ec90342e87483

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




[Git][archlinux/packaging/packages/python-bitstring][main] upgpkg: 3.1.9-5: Rebuild for python 3.12

2024-04-07 Thread Christian Heusel (@gromit)


Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / 
python-bitstring


Commits:
1bbd859a by Christian Heusel at 2024-04-08T05:17:12+02:00
upgpkg: 3.1.9-5: Rebuild for python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,13 @@
+pkgbase = python-bitstring
+   pkgdesc = Python module designed to help make the creation, 
manipulation and analysis of binary data as simple and natural as possible
+   pkgver = 3.1.9
+   pkgrel = 5
+   url = https://github.com/scott-griffiths/bitstring
+   arch = any
+   license = MIT
+   makedepends = python-setuptools
+   depends = python
+   source = 
https://github.com/scott-griffiths/bitstring/archive/bitstring-3.1.9.tar.gz
+   sha256sums = 
32da255b20b93a15260a8498170411ef1f112de5e5011fd0ae81fd834edf5f07
+
+pkgname = python-bitstring


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=python-bitstring
 pkgver=3.1.9
-pkgrel=4
+pkgrel=5
 pkgdesc='Python module designed to help make the creation, manipulation and 
analysis of binary data as simple and natural as possible'
 arch=('any')
 url="https://github.com/scott-griffiths/bitstring;



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

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




[Git][archlinux/packaging/packages/python-bitstring] Pushed new tag 3.1.9-5

2024-04-07 Thread Christian Heusel (@gromit)


Christian Heusel pushed new tag 3.1.9-5 at Arch Linux / Packaging / Packages / 
python-bitstring

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




[Git][archlinux/packaging/packages/python-faker][main] upgpkg: 24.5.0-1

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


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


Commits:
4dd50312 by Felix Yan at 2024-04-08T03:16:18+00:00
upgpkg: 24.5.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-faker
pkgdesc = Faker generates fake data for you.
-   pkgver = 24.4.0
-   pkgrel = 2
+   pkgver = 24.5.0
+   pkgrel = 1
url = https://faker.readthedocs.io/en/master/
arch = any
license = MIT
@@ -18,7 +18,7 @@ pkgbase = python-faker
makedepends = python-wheel
depends = python-dateutil
optdepends = python-xmltodict: for xml provider
-   source = git+https://github.com/joke2k/faker.git#tag=v24.4.0
-   sha512sums = 
0ff170d266d2fea3981baedbf527586096d6e948e74c13c46738a725fa2138ce031edc333bab0748f93da0d8b515c6e9818772a305219887dfdd3f015dab0c46
+   source = git+https://github.com/joke2k/faker.git#tag=v24.5.0
+   sha512sums = 
1c77344202b32e37324241249b0bdaa021203eb97f33bebd4e6f6cbf20b72d20cce90798629f019001acb7fcf2cf76aad3368438d8aa631a01ee6693bc350251
 
 pkgname = python-faker


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 # Contributor: dnuux 
 
 pkgname=python-faker
-pkgver=24.4.0
-pkgrel=2
+pkgver=24.5.0
+pkgrel=1
 pkgdesc='Faker generates fake data for you.'
 arch=('any')
 url='https://faker.readthedocs.io/en/master/'
@@ -15,7 +15,7 @@ makedepends=('git' 'python-build' 'python-installer' 
'python-pytest' 'python-set
 checkdepends=('python-validators' 'python-ukpostcodeparser' 'python-freezegun' 
'python-pillow'
   'python-xmltodict')
 source=("git+https://github.com/joke2k/faker.git#tag=v$pkgver;)
-sha512sums=('0ff170d266d2fea3981baedbf527586096d6e948e74c13c46738a725fa2138ce031edc333bab0748f93da0d8b515c6e9818772a305219887dfdd3f015dab0c46')
+sha512sums=('1c77344202b32e37324241249b0bdaa021203eb97f33bebd4e6f6cbf20b72d20cce90798629f019001acb7fcf2cf76aad3368438d8aa631a01ee6693bc350251')
 
 build() {
   cd faker



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

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




[Git][archlinux/packaging/packages/python-faker] Pushed new tag 24.5.0-1

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


Felix Yan pushed new tag 24.5.0-1 at Arch Linux / Packaging / Packages / 
python-faker

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




[Git][archlinux/packaging/packages/clash-ghc] Pushed new tag 1.8.0-17

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


Felix Yan pushed new tag 1.8.0-17 at Arch Linux / Packaging / Packages / 
clash-ghc

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




[Git][archlinux/packaging/packages/clash-ghc][main] upgpkg: 1.8.0-17: rebuild with first-class-families 0.8.1.0

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


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / clash-ghc


Commits:
763654e7 by Felix Yan at 2024-04-08T03:14:17+00:00
upgpkg: 1.8.0-17: rebuild with first-class-families 0.8.1.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = clash-ghc
pkgdesc = CAES Language for Synchronous Hardware
pkgver = 1.8.0
-   pkgrel = 16
+   pkgrel = 17
url = https://clash-lang.org/
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=clash-ghc
 pkgver=1.8.0
-pkgrel=16
+pkgrel=17
 pkgdesc="CAES Language for Synchronous Hardware"
 url="https://clash-lang.org/;
 license=("BSD")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/clash-ghc/-/commit/763654e70c50e767ac68620f6acad6c0c15db407

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




[Git][archlinux/packaging/packages/haskell-clash-lib] Pushed new tag 1.8.0-18

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


Felix Yan pushed new tag 1.8.0-18 at Arch Linux / Packaging / Packages / 
haskell-clash-lib

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-clash-lib/-/tree/1.8.0-18
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-clash-lib][main] upgpkg: 1.8.0-18: rebuild with first-class-families 0.8.1.0

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


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


Commits:
1de52ea2 by Felix Yan at 2024-04-08T03:12:51+00:00
upgpkg: 1.8.0-18: rebuild with first-class-families 0.8.1.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-clash-lib
pkgdesc = Clash: a functional hardware description language - As a 
library
pkgver = 1.8.0
-   pkgrel = 17
+   pkgrel = 18
url = https://clash-lang.org/
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=clash-lib
 pkgname=haskell-clash-lib
 pkgver=1.8.0
-pkgrel=17
+pkgrel=18
 pkgdesc="Clash: a functional hardware description language - As a library"
 url="https://clash-lang.org/;
 license=("BSD")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-clash-lib/-/commit/1de52ea20aa775f05e3ae0eace18611846e10a34

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-clash-lib/-/commit/1de52ea20aa775f05e3ae0eace18611846e10a34
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/arch-hs][main] upgpkg: 0.11.1.0-134: rebuild with first-class-families 0.8.1.0

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


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / arch-hs


Commits:
ed5a025d by Felix Yan at 2024-04-08T03:11:30+00:00
upgpkg: 0.11.1.0-134: rebuild with first-class-families 0.8.1.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = arch-hs
pkgdesc = Distribute hackage packages to archlinux
pkgver = 0.11.1.0
-   pkgrel = 133
+   pkgrel = 134
url = https://github.com/berberman/arch-hs
arch = x86_64
license = MIT


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=arch-hs
 pkgver=0.11.1.0
-pkgrel=133
+pkgrel=134
 pkgdesc="Distribute hackage packages to archlinux"
 arch=('x86_64')
 url="https://github.com/berberman/arch-hs;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/arch-hs/-/commit/ed5a025d4255149bcd7f8465313d298ca80745bf

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




[Git][archlinux/packaging/packages/arch-hs] Pushed new tag 0.11.1.0-134

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


Felix Yan pushed new tag 0.11.1.0-134 at Arch Linux / Packaging / Packages / 
arch-hs

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




[Git][archlinux/packaging/packages/haskell-clash-prelude][main] upgpkg: 1.8.0-13: rebuild with first-class-families 0.8.1.0

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


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


Commits:
92e44417 by Felix Yan at 2024-04-08T03:10:18+00:00
upgpkg: 1.8.0-13: rebuild with first-class-families 0.8.1.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-clash-prelude
pkgdesc = Clash: a functional hardware description language - Prelude 
library
pkgver = 1.8.0
-   pkgrel = 12
+   pkgrel = 13
url = https://github.com/clash-lang/clash-prelude
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=clash-prelude
 pkgname=haskell-clash-prelude
 pkgver=1.8.0
-pkgrel=12
+pkgrel=13
 pkgdesc="Clash: a functional hardware description language - Prelude library"
 url="https://github.com/clash-lang/clash-prelude;
 license=('BSD')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-clash-prelude/-/commit/92e44417c9dcc0220155e865337bfdf9ed9ca1f6

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-clash-prelude/-/commit/92e44417c9dcc0220155e865337bfdf9ed9ca1f6
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-clash-prelude] Pushed new tag 1.8.0-13

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


Felix Yan pushed new tag 1.8.0-13 at Arch Linux / Packaging / Packages / 
haskell-clash-prelude

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-clash-prelude/-/tree/1.8.0-13
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-polysemy] Pushed new tag 1.9.1.3-15

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


Felix Yan pushed new tag 1.9.1.3-15 at Arch Linux / Packaging / Packages / 
haskell-polysemy

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




[Git][archlinux/packaging/packages/haskell-polysemy][main] upgpkg: 1.9.1.3-15: rebuild with first-class-families 0.8.1.0

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


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


Commits:
c6f2d2df by Felix Yan at 2024-04-08T03:09:33+00:00
upgpkg: 1.9.1.3-15: rebuild with first-class-families 0.8.1.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-polysemy
pkgdesc = Higher-order, low-boilerplate, zero-cost free monads
pkgver = 1.9.1.3
-   pkgrel = 14
+   pkgrel = 15
url = https://github.com/isovector/polysemy
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=polysemy
 pkgname=haskell-polysemy
 pkgver=1.9.1.3
-pkgrel=14
+pkgrel=15
 pkgdesc="Higher-order, low-boilerplate, zero-cost free monads"
 url="https://github.com/isovector/polysemy;
 license=('BSD')



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

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




[Git][archlinux/packaging/packages/haskell-type-errors] Pushed new tag 0.2.0.2-23

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


Felix Yan pushed new tag 0.2.0.2-23 at Arch Linux / Packaging / Packages / 
haskell-type-errors

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-type-errors/-/tree/0.2.0.2-23
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-type-errors][main] upgpkg: 0.2.0.2-23: rebuild with first-class-families 0.8.1.0

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


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


Commits:
811984fd by Felix Yan at 2024-04-08T03:08:50+00:00
upgpkg: 0.2.0.2-23: rebuild with first-class-families 0.8.1.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-type-errors
pkgdesc = Tools for writing better type errors
pkgver = 0.2.0.2
-   pkgrel = 22
+   pkgrel = 23
url = https://github.com/isovector/type-errors
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _hkgname=type-errors
 pkgname=haskell-type-errors
 pkgver=0.2.0.2
-pkgrel=22
+pkgrel=23
 pkgdesc="Tools for writing better type errors"
 url="https://github.com/isovector/type-errors;
 license=('BSD')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-type-errors/-/commit/811984fdf8ea533df1d1dfaf35a93a61690b671e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-type-errors/-/commit/811984fdf8ea533df1d1dfaf35a93a61690b671e
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-first-class-families][main] upgpkg: 0.8.1.0-1: rebuild with first-class-families 0.8.1.0

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


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-first-class-families


Commits:
6aa41eff by Felix Yan at 2024-04-08T03:08:06+00:00
upgpkg: 0.8.1.0-1: rebuild with first-class-families 0.8.1.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,14 +1,14 @@
 pkgbase = haskell-first-class-families
pkgdesc = First class type families
-   pkgver = 0.8.0.1
-   pkgrel = 8
+   pkgver = 0.8.1.0
+   pkgrel = 1
url = https://github.com/Lysxia/first-class-families
arch = x86_64
license = MIT
makedepends = ghc
makedepends = uusi
depends = ghc-libs
-   source = 
https://hackage.haskell.org/packages/archive/first-class-families/0.8.0.1/first-class-families-0.8.0.1.tar.gz
-   sha512sums = 
d1c24baee2cb9379ae8c13d20e6c1f86bf78b8e51bcc212d977cadae96912f19e2de0aa4d938ed8695461a01d712c1b23bd24f48af7a6d3628f78adf2a696a1f
+   source = 
https://hackage.haskell.org/packages/archive/first-class-families/0.8.1.0/first-class-families-0.8.1.0.tar.gz
+   sha512sums = 
ec328eaf025b69f0aeb6fd37f3fac726d8537502313881fe9c9b8d934ade306ac00eb0ed6c2a93ef8a06625d1b48a5933392117b2669f7987a81e960daf0d5df
 
 pkgname = haskell-first-class-families


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 
 _hkgname=first-class-families
 pkgname=haskell-first-class-families
-pkgver=0.8.0.1
-pkgrel=8
+pkgver=0.8.1.0
+pkgrel=1
 pkgdesc="First class type families"
 url="https://github.com/Lysxia/first-class-families;
 license=('MIT')
@@ -11,7 +11,7 @@ arch=('x86_64')
 depends=('ghc-libs')
 makedepends=('ghc' 'uusi')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('d1c24baee2cb9379ae8c13d20e6c1f86bf78b8e51bcc212d977cadae96912f19e2de0aa4d938ed8695461a01d712c1b23bd24f48af7a6d3628f78adf2a696a1f')
+sha512sums=('ec328eaf025b69f0aeb6fd37f3fac726d8537502313881fe9c9b8d934ade306ac00eb0ed6c2a93ef8a06625d1b48a5933392117b2669f7987a81e960daf0d5df')
 
 prepare() {
 cd $_hkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-first-class-families/-/commit/6aa41eff8b575dd920ca705e30a850a098d7e674

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-first-class-families/-/commit/6aa41eff8b575dd920ca705e30a850a098d7e674
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-first-class-families] Pushed new tag 0.8.1.0-1

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


Felix Yan pushed new tag 0.8.1.0-1 at Arch Linux / Packaging / Packages / 
haskell-first-class-families

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-first-class-families/-/tree/0.8.1.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/js102] Pushed new tag 102.15.1-1

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


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

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




[Git][archlinux/packaging/packages/js91] Pushed new tag 91.13.0-2

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


Jan Alexander Steffens (heftig) pushed new tag 91.13.0-2 at Arch Linux / 
Packaging / Packages / js91

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




[Git][archlinux/packaging/packages/python-flexmock][main] upgpkg: 0.12.1-1

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


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


Commits:
0631b9e1 by Felix Yan at 2024-04-08T03:01:55+00:00
upgpkg: 0.12.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-flexmock
pkgdesc = Mock/Stub/Spy library for Python
-   pkgver = 0.12.0
-   pkgrel = 2
+   pkgver = 0.12.1
+   pkgrel = 1
url = https://flexmock.readthedocs.io
arch = any
license = BSD-2-Clause
@@ -9,11 +9,12 @@ pkgbase = python-flexmock
checkdepends = python-teamcity-messages
checkdepends = python-testtools
checkdepends = python-twisted
+   makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-poetry-core
depends = python
-   source = 
https://github.com/flexmock/flexmock/archive/0.12.0/python-flexmock-0.12.0.tar.gz
-   sha512sums = 
a157c5ccb88a1e00bac9124145f882e59633f406971df0940579a12b9e161a787790a0ce27664997faa6ddc7c8926122359bd5b31fae0d31c729e5ed140e745e
+   source = git+https://github.com/flexmock/flexmock.git#tag=0.12.1
+   sha512sums = 
841726bc48c5cf7e1007715252e41c84902a6d3f91271306ca0e6b519976c9066bc8bbe7e2f9e44e39209fc4057c42e80f4422a2f0b96e72dcca4063886d320d
 
 pkgname = python-flexmock


=
PKGBUILD
=
@@ -1,30 +1,30 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-flexmock
-pkgver=0.12.0
-pkgrel=2
+pkgver=0.12.1
+pkgrel=1
 pkgdesc="Mock/Stub/Spy library for Python"
 arch=('any')
 url="https://flexmock.readthedocs.io;
 license=('BSD-2-Clause')
 depends=('python')
-makedepends=('python-build' 'python-installer' 'python-poetry-core')
+makedepends=('git' 'python-build' 'python-installer' 'python-poetry-core')
 checkdepends=('python-pytest' 'python-teamcity-messages' 'python-testtools' 
'python-twisted')
-source=("https://github.com/flexmock/flexmock/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('a157c5ccb88a1e00bac9124145f882e59633f406971df0940579a12b9e161a787790a0ce27664997faa6ddc7c8926122359bd5b31fae0d31c729e5ed140e745e')
+source=("git+https://github.com/flexmock/flexmock.git#tag=$pkgver;)
+sha512sums=('841726bc48c5cf7e1007715252e41c84902a6d3f91271306ca0e6b519976c9066bc8bbe7e2f9e44e39209fc4057c42e80f4422a2f0b96e72dcca4063886d320d')
 
 build() {
-  cd flexmock-$pkgver
+  cd flexmock
   python -m build --wheel --skip-dependency-check --no-isolation
 }
 
 check() {
-  cd flexmock-$pkgver
+  cd flexmock
   PYTHONPATH="$PWD/src" pytest -p flexmock._pytest_plugin
 }
 
 package() {
-  cd flexmock-$pkgver
+  cd flexmock
   python -m installer --destdir="$pkgdir" dist/*.whl
 
   # Symlink license file



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-flexmock/-/commit/0631b9e1d8425f331803f6dbdbc07ef945ee16c2

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




[Git][archlinux/packaging/packages/python-flexmock] Pushed new tag 0.12.1-1

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


Felix Yan pushed new tag 0.12.1-1 at Arch Linux / Packaging / Packages / 
python-flexmock

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




[Git][archlinux/packaging/packages/scrapy] Pushed new tag 2.11.1-1

2024-04-07 Thread Christian Heusel (@gromit)


Christian Heusel pushed new tag 2.11.1-1 at Arch Linux / Packaging / Packages / 
scrapy

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




[Git][archlinux/packaging/packages/scrapy][main] upgpkg: 2.11.1-1: Update to 2.11.1 and build for python 3.12

2024-04-07 Thread Christian Heusel (@gromit)


Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / 
scrapy


Commits:
88e293b3 by Christian Heusel at 2024-04-08T05:01:17+02:00
upgpkg: 2.11.1-1: Update to 2.11.1 and build for python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = scrapy
pkgdesc = A fast high-level scraping and web crawling framework.
-   pkgver = 2.9.0
+   pkgver = 2.11.1
pkgrel = 1
url = https://scrapy.org
arch = any
@@ -47,8 +47,8 @@ pkgbase = scrapy
optdepends = python-h2: for HTTP2 support
optdepends = python-hpack: for HTTP2 streaming support
optdepends = python-zstandard: for HTTP compression using zstandard
-   source = 
scrapy-2.9.0.tar.gz::https://github.com/scrapy/scrapy/archive/2.9.0.tar.gz
-   sha512sums = 
86a30f2bf1842ac688a3e1a1bd99197b99527aae0c0ecc059f4a28d4734c98e33dfb056812ef6812390710ca25177c8adccbb821fa9a3947fe7cb40b451dda57
-   b2sums = 
6ff026cef9f78049a7f8c736bfd9fef58c251f5fb9759aa6d03abb213f9cc8c7e2f0846356a8cd580c5c1eb838a301f363c2a1622cb1ca4370d7da4e5bd0ba8e
+   source = 
scrapy-2.11.1.tar.gz::https://github.com/scrapy/scrapy/archive/2.11.1.tar.gz
+   sha512sums = 
a191b95a190ff758b9b392f3b0461470fb968110dae83dda9c413ca1dfc73327f6236568f30e47d653ff67783a544037ae9321cb54792e449558a15fc8f64a72
+   b2sums = 
5bd647ea3cd4024b73378445ba26a5776afa6d481b281095e7e7bc4dd720036eb3f0acb48e2933bdc41a6aa73b255626f7447687a8cd7607694509bb4f948579
 
 pkgname = scrapy


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Anibal Pacheco 
 
 pkgname=scrapy
-pkgver=2.9.0
+pkgver=2.11.1
 pkgrel=1
 pkgdesc="A fast high-level scraping and web crawling framework."
 arch=('any')
@@ -62,8 +62,8 @@ optdepends=(
 source=(
   
"$pkgname-$pkgver.tar.gz::https://github.com/scrapy/scrapy/archive/$pkgver.tar.gz;
 )
-sha512sums=('86a30f2bf1842ac688a3e1a1bd99197b99527aae0c0ecc059f4a28d4734c98e33dfb056812ef6812390710ca25177c8adccbb821fa9a3947fe7cb40b451dda57')
-b2sums=('6ff026cef9f78049a7f8c736bfd9fef58c251f5fb9759aa6d03abb213f9cc8c7e2f0846356a8cd580c5c1eb838a301f363c2a1622cb1ca4370d7da4e5bd0ba8e')
+sha512sums=('a191b95a190ff758b9b392f3b0461470fb968110dae83dda9c413ca1dfc73327f6236568f30e47d653ff67783a544037ae9321cb54792e449558a15fc8f64a72')
+b2sums=('5bd647ea3cd4024b73378445ba26a5776afa6d481b281095e7e7bc4dd720036eb3f0acb48e2933bdc41a6aa73b255626f7447687a8cd7607694509bb4f948579')
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/scrapy/-/commit/88e293b3a87d1d1242c54015be4b81bd41c0fd56

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




[Git][archlinux/packaging/packages/python-protego][main] upgpkg: 0.3.1-1: Update to 0.3.1 and build for python 3.12

2024-04-07 Thread Christian Heusel (@gromit)


Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / 
python-protego


Commits:
2d146381 by Christian Heusel at 2024-04-08T04:31:51+02:00
upgpkg: 0.3.1-1: Update to 0.3.1 and build for python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-protego
pkgdesc = A pure-Python robots.txt parser with support for modern 
conventions
-   pkgver = 0.2.1
-   pkgrel = 3
+   pkgver = 0.3.1
+   pkgrel = 1
url = https://github.com/scrapy/protego
arch = any
license = BSD-3-Clause
@@ -11,7 +11,7 @@ pkgbase = python-protego
makedepends = python-installer
makedepends = python-wheel
depends = python-six
-   source = 
python-protego-0.2.1.tar.gz::https://github.com/scrapy/protego/archive/0.2.1.tar.gz
-   sha512sums = 
ef8a8196d8ece577eec90cc2e2cca2899625bd777c18f01c8e72a6130d4c2c13f71fa6e32a3e8e43b749f7556f4e3dbb1662e5e94ae18e6c8a7eef950779be1b
+   source = 
python-protego-0.3.1.tar.gz::https://github.com/scrapy/protego/archive/0.3.1.tar.gz
+   sha512sums = 
0f6d2915c189c8c04da30b31bee40773a9cec77f8d1025b498d8ec29aea8a5fe918341b0bae9515b83cb276ed5c9218dcb4b075406ee8d57a503ab761a275338
 
 pkgname = python-protego


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-protego
-pkgver=0.2.1
-pkgrel=3
+pkgver=0.3.1
+pkgrel=1
 pkgdesc="A pure-Python robots.txt parser with support for modern conventions"
 url="https://github.com/scrapy/protego;
 license=('BSD-3-Clause')
@@ -11,7 +11,7 @@ depends=('python-six')
 makedepends=('python-setuptools' 'python-build' 'python-installer' 
'python-wheel')
 checkdepends=('python-pytest')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/scrapy/protego/archive/$pkgver.tar.gz;)
-sha512sums=('ef8a8196d8ece577eec90cc2e2cca2899625bd777c18f01c8e72a6130d4c2c13f71fa6e32a3e8e43b749f7556f4e3dbb1662e5e94ae18e6c8a7eef950779be1b')
+sha512sums=('0f6d2915c189c8c04da30b31bee40773a9cec77f8d1025b498d8ec29aea8a5fe918341b0bae9515b83cb276ed5c9218dcb4b075406ee8d57a503ab761a275338')
 
 build() {
   cd protego-$pkgver



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

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




[Git][archlinux/packaging/packages/python-protego] Pushed new tag 0.3.1-1

2024-04-07 Thread Christian Heusel (@gromit)


Christian Heusel pushed new tag 0.3.1-1 at Arch Linux / Packaging / Packages / 
python-protego

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




[Git][archlinux/packaging/packages/mallard-ducktype][main] 1.0.2-11: python 3.12

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


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


Commits:
2f16ee3c by Jan Alexander Steffens (heftig) at 2024-04-08T04:22:04+02:00
1.0.2-11: python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = mallard-ducktype
pkgdesc = Parser for the lightweight Ducktype syntax for Mallard
pkgver = 1.0.2
-   pkgrel = 10
+   pkgrel = 11
url = http://projectmallard.org
arch = any
license = MIT


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=mallard-ducktype
 pkgver=1.0.2
-pkgrel=10
+pkgrel=11
 pkgdesc="Parser for the lightweight Ducktype syntax for Mallard"
 url="http://projectmallard.org;
 arch=(any)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mallard-ducktype/-/commit/2f16ee3c856d72881a16ab9f80148e7a5c34a54a

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




[Git][archlinux/packaging/packages/mallard-ducktype] Pushed new tag 1.0.2-11

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


Jan Alexander Steffens (heftig) pushed new tag 1.0.2-11 at Arch Linux / 
Packaging / Packages / mallard-ducktype

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




[Git][archlinux/packaging/packages/ibus-typing-booster][main] 2.25.4-2: python 3.12

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


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / ibus-typing-booster


Commits:
248a63ce by Jan Alexander Steffens (heftig) at 2024-04-08T04:21:53+02:00
2.25.4-2: python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = ibus-typing-booster
pkgdesc = Predictive input method for the IBus platform
pkgver = 2.25.4
-   pkgrel = 1
+   pkgrel = 2
url = https://mike-fabian.github.io/ibus-typing-booster/
arch = any
license = Apache-2.0


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=ibus-typing-booster
 pkgver=2.25.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Predictive input method for the IBus platform"
 url="https://mike-fabian.github.io/ibus-typing-booster/;
 arch=(any)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ibus-typing-booster/-/commit/248a63ce276d51ada44d6416bc081ef849cdff35

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




[Git][archlinux/packaging/packages/ibus-typing-booster] Pushed new tag 2.25.4-2

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


Jan Alexander Steffens (heftig) pushed new tag 2.25.4-2 at Arch Linux / 
Packaging / Packages / ibus-typing-booster

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




[Git][archlinux/packaging/packages/python-dbusmock] Pushed new tag 0.31.1-2

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


Jan Alexander Steffens (heftig) pushed new tag 0.31.1-2 at Arch Linux / 
Packaging / Packages / python-dbusmock

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




[Git][archlinux/packaging/packages/python-faust-cchardet] Pushed new tag 2.1.19-2

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


Jan Alexander Steffens (heftig) pushed new tag 2.1.19-2 at Arch Linux / 
Packaging / Packages / python-faust-cchardet

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




[Git][archlinux/packaging/packages/python-faust-cchardet][main] 2.1.19-2: python 3.12

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


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / python-faust-cchardet


Commits:
40a4f985 by Jan Alexander Steffens (heftig) at 2024-04-08T04:18:49+02:00
2.1.19-2: python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,25 @@
+pkgbase = python-faust-cchardet
+   pkgdesc = Fork of the original cChardet
+   pkgver = 2.1.19
+   pkgrel = 2
+   url = https://github.com/faust-streaming/cChardet
+   arch = x86_64
+   license = GPL
+   license = LGPL
+   license = MPL
+   makedepends = cython
+   makedepends = git
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-pkgconfig
+   makedepends = python-setuptools
+   makedepends = python-wheel
+   depends = python
+   provides = python-cchardet=2.1.19
+   conflicts = python-cchardet
+   source = 
faust-cchardet::git+https://github.com/faust-streaming/cChardet#tag=v2.1.19
+   source = pyyoshi-uchardet::git+https://github.com/PyYoshi/uchardet
+   b2sums = 
e4dcee1147eaa0247db5d3d75b805337819bb372c10e7e1b6d93195fe73f8a88a0db73c8fc5769b7ddbc4deff5eba424c07835c49bd7ebb5ff6cfafb551f15e4
+   b2sums = SKIP
+
+pkgname = python-faust-cchardet


=
PKGBUILD
=
@@ -2,9 +2,9 @@
 
 pkgname=python-faust-cchardet
 pkgver=2.1.19
-pkgrel=1
+pkgrel=2
 pkgdesc="Fork of the original cChardet"
-url="https://pypi.org/project/faust-cchardet/;
+url="https://github.com/faust-streaming/cChardet;
 arch=(x86_64)
 license=(
   GPL
@@ -16,6 +16,7 @@ depends=(
 )
 makedepends=(
   cython
+  git
   python-build
   python-installer
   python-pkgconfig
@@ -25,21 +26,27 @@ makedepends=(
 provides=("python-cchardet=$pkgver")
 conflicts=(python-cchardet)
 source=(
-  
https://files.pythonhosted.org/packages/source/f/faust-cchardet/faust-cchardet-$pkgver.tar.gz
+  "faust-cchardet::git+$url#tag=v$pkgver"
+  "pyyoshi-uchardet::git+https://github.com/PyYoshi/uchardet;
 )
-sha256sums=('f89386297cde0c8e0f5e21464bc2d6d0e4a4fc1b1d77cdb238ca24d740d872e0')
+b2sums=('e4dcee1147eaa0247db5d3d75b805337819bb372c10e7e1b6d93195fe73f8a88a0db73c8fc5769b7ddbc4deff5eba424c07835c49bd7ebb5ff6cfafb551f15e4'
+'SKIP')
 
 prepare() {
-  cd faust-cchardet-$pkgver
+  cd faust-cchardet
+
+  git submodule init
+  git submodule set-url src/ext/uchardet "$srcdir/pyyoshi-uchardet"
+  git -c protocol.file.allow=always -c protocol.allow=never submodule update
 }
 
 build() {
-  cd faust-cchardet-$pkgver
+  cd faust-cchardet
   python -m build --wheel --no-isolation
 }
 
 package() {
-  cd faust-cchardet-$pkgver
+  cd faust-cchardet
   python -m installer --destdir="$pkgdir" dist/*.whl
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-faust-cchardet/-/commit/40a4f9859d4b584a7d96328af3a4f560c6da9d59

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




[Git][archlinux/packaging/packages/glib2] Pushed new tag 2.80.0-3

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


Jan Alexander Steffens (heftig) pushed new tag 2.80.0-3 at Arch Linux / 
Packaging / Packages / glib2

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




[Git][archlinux/packaging/packages/python-anytree][main] 2.12.1-2: python 3.12

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


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


Commits:
37a08b93 by Jan Alexander Steffens (heftig) at 2024-04-08T04:05:25+02:00
2.12.1-2: python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-anytree
pkgdesc = Simple, lightweight and extensible Tree data structure.
pkgver = 2.12.1
-   pkgrel = 1
+   pkgrel = 2
url = https://anytree.readthedocs.io/
arch = any
license = Apache
@@ -13,7 +13,7 @@ pkgbase = python-anytree
makedepends = python-wheel
makedepends = git
depends = python-six
-   source = 
python-anytree::git+https://github.com/c0fec0de/anytree#commit=65a5d09ce0a592a80918f094ec3fa48b7faca250
-   sha256sums = SKIP
+   source = 
python-anytree::git+https://github.com/c0fec0de/anytree#tag=2.12.1
+   b2sums = 
997f4611bf6e9b9bce01393d887743e395fb30a8a0fe5c8666847dd04edda8a2480c2d773b5508fa8539ad690d2cf2dd21852d6983d2939825f3d0ca9227c13e
 
 pkgname = python-anytree


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=python-anytree
 pkgver=2.12.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple, lightweight and extensible Tree data structure."
 arch=('any')
 url="https://anytree.readthedocs.io/;
@@ -12,14 +12,8 @@ license=('Apache')
 depends=('python-six')
 makedepends=('python-build' 'python-installer' 'python-poetry-core' 
'python-wheel' 'git')
 checkdepends=('python-pytest' 'graphviz')
-_commit=65a5d09ce0a592a80918f094ec3fa48b7faca250
-source=("$pkgname::git+https://github.com/c0fec0de/anytree#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
+source=("$pkgname::git+https://github.com/c0fec0de/anytree#tag=$pkgver;)
+b2sums=('997f4611bf6e9b9bce01393d887743e395fb30a8a0fe5c8666847dd04edda8a2480c2d773b5508fa8539ad690d2cf2dd21852d6983d2939825f3d0ca9227c13e')
 
 build() {
   cd "$pkgname"
@@ -28,7 +22,7 @@ build() {
 
 check() {
   cd "$pkgname"
-
+  mkdir -p tests/dotexport
   python -m pytest
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-anytree/-/commit/37a08b9303dbc8f3ccc4da94645422ff2f2a73a8

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




[Git][archlinux/packaging/packages/python-anytree] Pushed new tag 2.12.1-2

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


Jan Alexander Steffens (heftig) pushed new tag 2.12.1-2 at Arch Linux / 
Packaging / Packages / python-anytree

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




[Git][archlinux/packaging/packages/pyatspi][main] 2.46.1-2: python 3.12

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


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


Commits:
9f0e8307 by Jan Alexander Steffens (heftig) at 2024-04-08T04:04:39+02:00
2.46.1-2: python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,14 +1,14 @@
 pkgbase = pyatspi
pkgdesc = Python bindings for D-Bus AT-SPI
pkgver = 2.46.1
-   pkgrel = 1
+   pkgrel = 2
url = https://gitlab.gnome.org/GNOME/pyatspi2
arch = any
license = LGPL-2.0-only
makedepends = git
depends = at-spi2-core
depends = python-gobject
-   source = 
git+https://gitlab.gnome.org/GNOME/pyatspi2.git#commit=8c69016b38d0e4caaf4c986938ea3410fb7351b6
-   b2sums = SKIP
+   source = 
git+https://gitlab.gnome.org/GNOME/pyatspi2.git#tag=PYATSPI_2_46_1
+   b2sums = 
be2d581223a2994def5e0e650166245258da157e5b6708b97f2ac4896f12070dc2af77562d14bc07849c3cc0c9ae92427914cc7c72b7331686798c4108ed791a
 
 pkgname = python-atspi


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 pkgbase=pyatspi
 pkgname=(python-atspi)
 pkgver=2.46.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Python bindings for D-Bus AT-SPI"
 url="https://gitlab.gnome.org/GNOME/pyatspi2;
 arch=(any)
@@ -14,14 +14,8 @@ depends=(
   python-gobject
 )
 makedepends=(git)
-_commit=8c69016b38d0e4caaf4c986938ea3410fb7351b6  # tags/PYATSPI_2_46_1^0
-source=("git+https://gitlab.gnome.org/GNOME/pyatspi2.git#commit=$_commit;)
-b2sums=('SKIP')
-
-pkgver() {
-  cd pyatspi2
-  git describe --tags | sed 's/^PYATSPI_//;s/_/./g;s/[^-]*-g/r&/;s/-/+/g'
-}
+source=("git+https://gitlab.gnome.org/GNOME/pyatspi2.git#tag=PYATSPI_${pkgver//./_};)
+b2sums=('be2d581223a2994def5e0e650166245258da157e5b6708b97f2ac4896f12070dc2af77562d14bc07849c3cc0c9ae92427914cc7c72b7331686798c4108ed791a')
 
 prepare() {
   cd pyatspi2



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pyatspi/-/commit/9f0e8307c7f0185f590c975fe7acd867d7ceba49

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




[Git][archlinux/packaging/packages/pyatspi] Pushed new tag 2.46.1-2

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


Jan Alexander Steffens (heftig) pushed new tag 2.46.1-2 at Arch Linux / 
Packaging / Packages / pyatspi

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




[Git][archlinux/packaging/packages/python-itemloaders][main] upgpkg: 1.1.0-2: Rebuild for python 3.12

2024-04-07 Thread Christian Heusel (@gromit)


Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / 
python-itemloaders


Commits:
dd1e93b5 by Christian Heusel at 2024-04-08T04:03:04+02:00
upgpkg: 1.1.0-2: Rebuild for python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-itemloaders
pkgdesc = Library to populate items using XPath and CSS with a 
convenient API
pkgver = 1.1.0
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/scrapy/itemloaders
arch = any
license = BSD


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=python-itemloaders
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Library to populate items using XPath and CSS with a convenient API"
 url="https://github.com/scrapy/itemloaders;
 license=('BSD')



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

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




[Git][archlinux/packaging/packages/python-itemloaders] Pushed new tag 1.1.0-2

2024-04-07 Thread Christian Heusel (@gromit)


Christian Heusel pushed new tag 1.1.0-2 at Arch Linux / Packaging / Packages / 
python-itemloaders

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




[Git][archlinux/packaging/packages/python-itemadapter][main] upgpkg: 0.8.0-3: Rebuild for python 3.12 (nocheck)

2024-04-07 Thread Christian Heusel (@gromit)


Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / 
python-itemadapter


Commits:
6fc5c45a by Christian Heusel at 2024-04-08T04:01:44+02:00
upgpkg: 0.8.0-3: Rebuild for python 3.12 (nocheck)

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,22 @@
+pkgbase = python-itemadapter
+   pkgdesc = Common interface for data container classes
+   pkgver = 0.8.0
+   pkgrel = 3
+   url = https://github.com/scrapy/itemadapter
+   arch = any
+   license = BSD
+   checkdepends = python-attrs
+   checkdepends = python-pydantic
+   checkdepends = python-pytest
+   checkdepends = scrapy
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-setuptools
+   makedepends = python-wheel
+   depends = python
+   source = 
https://github.com/scrapy/itemadapter/archive/v0.8.0/python-itemadapter-0.8.0.tar.gz
+   source = pydantic-2.patch
+   sha512sums = 
86c688bef2d0add3f5ea2bd119689b076c5bc9f92edefb6f5d8faaf88023355e7d2ba5d683ce8f6acd24a2954c5a798902b30d0a70ca31dc32eb5245ad57953f
+   sha512sums = 
9f071b29069b8cb7a28c5024fa45e746b082eb7d0ce36f7775509f4e7672124e33ca3c2c9992d936f34dca2cb50795cb717a102fa63ca6fcaff78ba99d47c99d
+
+pkgname = python-itemadapter


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=python-itemadapter
 pkgver=0.8.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Common interface for data container classes"
 url="https://github.com/scrapy/itemadapter;
 license=('BSD')



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

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




[Git][archlinux/packaging/packages/python-itemadapter] Pushed new tag 0.8.0-3

2024-04-07 Thread Christian Heusel (@gromit)


Christian Heusel pushed new tag 0.8.0-3 at Arch Linux / Packaging / Packages / 
python-itemadapter

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




[Git][archlinux/packaging/packages/python-parsel][main] upgpkg: 1.8.1-3: Rebuild for python 3.12

2024-04-07 Thread Christian Heusel (@gromit)


Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / 
python-parsel


Commits:
19936329 by Christian Heusel at 2024-04-08T03:59:09+02:00
upgpkg: 1.8.1-3: Rebuild for python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-parsel
pkgdesc = Library to extract data from HTML and XML using XPath and CSS 
selectors
pkgver = 1.8.1
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/scrapy/parsel
arch = any
license = BSD-3-Clause


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=python-parsel
 pkgver=1.8.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Library to extract data from HTML and XML using XPath and CSS 
selectors"
 arch=('any')
 license=('BSD-3-Clause')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-parsel/-/commit/19936329b4e2813e3e7e5156fbeac13e0f87402f

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




[Git][archlinux/packaging/packages/python-parsel] Pushed new tag 1.8.1-3

2024-04-07 Thread Christian Heusel (@gromit)


Christian Heusel pushed new tag 1.8.1-3 at Arch Linux / Packaging / Packages / 
python-parsel

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




[Git][archlinux/packaging/packages/dleyna] Pushed new tag 0.8.3-1

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


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

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




[Git][archlinux/packaging/packages/tlsh][main] upgpkg: 4.8.2-3: Rebuild for python 3.12

2024-04-07 Thread Christian Heusel (@gromit)


Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / 
tlsh


Commits:
e93e9139 by Christian Heusel at 2024-04-08T03:46:53+02:00
upgpkg: 4.8.2-3: Rebuild for python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,21 @@
+pkgbase = tlsh
+   pkgdesc = Fuzzy matching library that generates a hash value which can 
be used for similarity comparisons
+   pkgver = 4.8.2
+   pkgrel = 3
+   url = https://github.com/trendmicro/tlsh
+   arch = x86_64
+   license = Apache
+   makedepends = cmake
+   makedepends = python
+   makedepends = gcc-libs
+   makedepends = python-setuptools
+   source = 
https://github.com/trendmicro/tlsh/archive/4.8.2/tlsh-4.8.2.tar.gz
+   sha256sums = 
0528294fbb1fe3659db564dd0b7b1b27fc41280a8408e4f7abf7e8b27f7b1ac6
+   sha512sums = 
5355c7734f5356a3a7a31ccc078254835871fc0369f1889a34131a0f810735201c68f674eb18e975b6a03a32e5c284899ca9ffdc1f583e42192188c172d2aad0
+
+pkgname = tlsh
+   depends = gcc-libs
+   provides = libtlsh.so
+
+pkgname = python-tlsh
+   depends = python


=
PKGBUILD
=
@@ -3,12 +3,12 @@
 pkgbase=tlsh
 pkgname=('tlsh' 'python-tlsh')
 pkgver=4.8.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Fuzzy matching library that generates a hash value which can be used 
for similarity comparisons'
 url='https://github.com/trendmicro/tlsh'
 arch=('x86_64')
 license=('Apache')
-makedepends=('cmake' 'python' 'gcc-libs')
+makedepends=('cmake' 'python' 'gcc-libs' 'python-setuptools')
 
source=(https://github.com/trendmicro/${pkgbase}/archive/${pkgver}/${pkgbase}-${pkgver}.tar.gz)
 sha256sums=('0528294fbb1fe3659db564dd0b7b1b27fc41280a8408e4f7abf7e8b27f7b1ac6')
 
sha512sums=('5355c7734f5356a3a7a31ccc078254835871fc0369f1889a34131a0f810735201c68f674eb18e975b6a03a32e5c284899ca9ffdc1f583e42192188c172d2aad0')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tlsh/-/commit/e93e9139def711e2fc8084d53102c6a68f53233c

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




[Git][archlinux/packaging/packages/tlsh] Pushed new tag 4.8.2-3

2024-04-07 Thread Christian Heusel (@gromit)


Christian Heusel pushed new tag 4.8.2-3 at Arch Linux / Packaging / Packages / 
tlsh

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




[Git][archlinux/packaging/packages/python-requests-kerberos][main] upgpkg: 0.14.0-5: Rebuild for python 3.12

2024-04-07 Thread Christian Heusel (@gromit)


Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / 
python-requests-kerberos


Commits:
a688b875 by Christian Heusel at 2024-04-08T03:38:40+02:00
upgpkg: 0.14.0-5: Rebuild for python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,18 @@
+pkgbase = python-requests-kerberos
+   pkgdesc = A kerberos of useful classes and functions to be used with 
python-requests.
+   pkgver = 0.14.0
+   pkgrel = 5
+   url = https://github.com/requests/requests-kerberos
+   arch = any
+   license = Apache
+   checkdepends = python-pytest
+   checkdepends = python-pyspnego
+   checkdepends = python-pytest-mock
+   makedepends = python-setuptools
+   depends = python-requests
+   depends = python-pyspnego
+   depends = python-cryptography
+   source = 
python-requests-kerberos-0.14.0.tar.gz::https://github.com/requests/requests-kerberos/archive/v0.14.0.tar.gz
+   sha512sums = 
9dd6eed0d6afe4b852ba96f621be3af2965e9011bf372c5dce77e0bca18191255ea407ba313904271615d722d60029807db2d6815b24437b021b02b026eb60d6
+
+pkgname = python-requests-kerberos


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=python-requests-kerberos
 pkgver=0.14.0
-pkgrel=4
+pkgrel=5
 pkgdesc="A kerberos of useful classes and functions to be used with 
python-requests."
 arch=('any')
 url="https://github.com/requests/requests-kerberos;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-requests-kerberos/-/commit/a688b8756604c374f601832b98cc50588aa54faf

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




[Git][archlinux/packaging/packages/python-requests-kerberos] Pushed new tag 0.14.0-5

2024-04-07 Thread Christian Heusel (@gromit)


Christian Heusel pushed new tag 0.14.0-5 at Arch Linux / Packaging / Packages / 
python-requests-kerberos

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




[Git][archlinux/packaging/packages/python-requests-oauthlib] Pushed new tag 1.3.1-4

2024-04-07 Thread Christian Heusel (@gromit)


Christian Heusel pushed new tag 1.3.1-4 at Arch Linux / Packaging / Packages / 
python-requests-oauthlib

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




[Git][archlinux/packaging/packages/python-requests-oauthlib][main] upgpkg: 1.3.1-4: Rebuild for python 3.12

2024-04-07 Thread Christian Heusel (@gromit)


Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / 
python-requests-oauthlib


Commits:
c7fafddb by Christian Heusel at 2024-04-08T03:02:56+02:00
upgpkg: 1.3.1-4: Rebuild for python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,17 @@
+pkgbase = python-requests-oauthlib
+   pkgdesc = First-class OAuth library support for Requests
+   pkgver = 1.3.1
+   pkgrel = 4
+   url = https://pypi.python.org/pypi/requests-oauthlib
+   arch = any
+   license = custom:ISC
+   checkdepends = python-pytest
+   checkdepends = python-requests-mock
+   checkdepends = python-pyjwt
+   makedepends = python-setuptools
+   depends = python-requests
+   depends = python-oauthlib
+   source = 
python-requests-oauthlib-1.3.1.tar.gz::https://github.com/requests/requests-oauthlib/archive/v1.3.1.tar.gz
+   sha512sums = 
86fe34d39ad7224fd44a1b0c4fbf3784032239b894ae73ba65043941cde9675c2f8abedf44ccc00b5fb1648b8e261de258464b311f3ace6392ab6202fb50aa08
+
+pkgname = python-requests-oauthlib


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=python-requests-oauthlib
 pkgver=1.3.1
-pkgrel=3
+pkgrel=4
 pkgdesc="First-class OAuth library support for Requests"
 arch=('any')
 url="https://pypi.python.org/pypi/requests-oauthlib;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-requests-oauthlib/-/commit/c7fafddbf3463f7678ae9cedaa0d894798a04f60

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




[Git][archlinux/packaging/packages/python-requests-mock][main] upgpkg: 1.11.0-2: Rebuild for python 3.12

2024-04-07 Thread Christian Heusel (@gromit)


Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / 
python-requests-mock


Commits:
85a84b78 by Christian Heusel at 2024-04-08T03:01:43+02:00
upgpkg: 1.11.0-2: Rebuild for python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,20 @@
+pkgbase = python-requests-mock
+   pkgdesc = A mock of useful classes and functions to be used with 
python-requests.
+   pkgver = 1.11.0
+   pkgrel = 2
+   url = https://github.com/jamielennox/requests-mock
+   arch = any
+   license = Apache
+   checkdepends = python-purl
+   checkdepends = python-pytest
+   checkdepends = python-requests-futures
+   checkdepends = python-testtools
+   checkdepends = python-fixtures
+   makedepends = git
+   makedepends = python-pbr
+   depends = python-requests
+   depends = python-six
+   source = 
git+https://github.com/jamielennox/requests-mock.git#commit=15df8e2b85ae71afea1013b5bf9fd010623acd39
+   sha512sums = SKIP
+
+pkgname = python-requests-mock


=
PKGBUILD
=
@@ -3,14 +3,14 @@
 pkgname=python-requests-mock
 pkgver=1.11.0
 _commit=15df8e2b85ae71afea1013b5bf9fd010623acd39
-pkgrel=1
+pkgrel=2
 pkgdesc="A mock of useful classes and functions to be used with 
python-requests."
 arch=('any')
 url="https://github.com/jamielennox/requests-mock;
 license=('Apache')
 depends=('python-requests' 'python-six')
 makedepends=('git' 'python-pbr')
-checkdepends=('python-purl' 'python-pytest' 'python-requests-futures' 
'python-testtools')
+checkdepends=('python-purl' 'python-pytest' 'python-requests-futures' 
'python-testtools' 'python-fixtures')
 source=("git+https://github.com/jamielennox/requests-mock.git#commit=$_commit;)
 sha512sums=('SKIP')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-requests-mock/-/commit/85a84b783b46abf277eb9e165093b8b3245efce2

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




[Git][archlinux/packaging/packages/python-requests-mock] Pushed new tag 1.11.0-2

2024-04-07 Thread Christian Heusel (@gromit)


Christian Heusel pushed new tag 1.11.0-2 at Arch Linux / Packaging / Packages / 
python-requests-mock

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




[Git][archlinux/packaging/packages/python-requests-futures][main] upgpkg: 1.0.1-2: Rebuild for python 3.12

2024-04-07 Thread Christian Heusel (@gromit)


Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / 
python-requests-futures


Commits:
f2366e68 by Christian Heusel at 2024-04-08T02:58:49+02:00
upgpkg: 1.0.1-2: Rebuild for python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-requests-futures
pkgdesc = Asynchronous Python HTTP Requests for Humans using Futures
pkgver = 1.0.1
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/ross/requests-futures
arch = any
license = Apache


=
PKGBUILD
=
@@ -7,7 +7,7 @@
 _pkgname=requests-futures
 pkgname=python-requests-futures
 pkgver=1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Asynchronous Python HTTP Requests for Humans using Futures'
 arch=('any')
 url='https://github.com/ross/requests-futures'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-requests-futures/-/commit/f2366e6852fda36b00b9d9cd3e57d1677a18a9cc

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




[Git][archlinux/packaging/packages/python-requests-futures] Pushed new tag 1.0.1-2

2024-04-07 Thread Christian Heusel (@gromit)


Christian Heusel pushed new tag 1.0.1-2 at Arch Linux / Packaging / Packages / 
python-requests-futures

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




[Git][archlinux/packaging/packages/python-testscenarios][main] upgpkg: 0.5.0-16: Rebuild for python 3.12

2024-04-07 Thread Christian Heusel (@gromit)


Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / 
python-testscenarios


Commits:
6adefdf1 by Christian Heusel at 2024-04-08T02:57:29+02:00
upgpkg: 0.5.0-16: Rebuild for python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-testscenarios
pkgdesc = Testscenarios, a pyunit extension for dependency injection
pkgver = 0.5.0
-   pkgrel = 15
+   pkgrel = 16
url = https://github.com/testing-cabal/testscenarios
arch = any
license = Apache


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=python-testscenarios
 pkgver=0.5.0
-pkgrel=15
+pkgrel=16
 pkgdesc="Testscenarios, a pyunit extension for dependency injection"
 arch=('any')
 license=('Apache')



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

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




[Git][archlinux/packaging/packages/python-testscenarios] Pushed new tag 0.5.0-16

2024-04-07 Thread Christian Heusel (@gromit)


Christian Heusel pushed new tag 0.5.0-16 at Arch Linux / Packaging / Packages / 
python-testscenarios

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




[Git][archlinux/packaging/packages/python-testtools][main] upgpkg: 2.7.1-3: Rebuild for python 3.12

2024-04-07 Thread Christian Heusel (@gromit)


Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / 
python-testtools


Commits:
a1c2d49d by Christian Heusel at 2024-04-08T02:56:17+02:00
upgpkg: 2.7.1-3: Rebuild for python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-testtools
pkgdesc = Extensions to the Python standard library unit testing 
framework
pkgver = 2.7.1
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/testing-cabal/testtools
arch = any
license = MIT


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 pkgname=python-testtools
 pkgver=2.7.1
 _commit=48d7c5d06919dbdc13f77e4be5c8316806d747d5
-pkgrel=2
+pkgrel=3
 pkgdesc="Extensions to the Python standard library unit testing framework"
 arch=('any')
 license=('MIT')



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

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




[Git][archlinux/packaging/packages/python-testtools] Pushed new tag 2.7.1-3

2024-04-07 Thread Christian Heusel (@gromit)


Christian Heusel pushed new tag 2.7.1-3 at Arch Linux / Packaging / Packages / 
python-testtools

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




[Git][archlinux/packaging/packages/python-fixtures][main] upgpkg: 4.1.0-3: Rebuild for python 3.12

2024-04-07 Thread Christian Heusel (@gromit)


Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / 
python-fixtures


Commits:
b3d7b985 by Christian Heusel at 2024-04-08T02:54:47+02:00
upgpkg: 4.1.0-3: Rebuild for python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-fixtures
pkgdesc = Fixtures, reusable state for writing clean tests and more
pkgver = 4.1.0
-   pkgrel = 2
+   pkgrel = 3
url = https://launchpad.net/python-fixtures
arch = any
license = Apache


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=python-fixtures
 pkgver=4.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Fixtures, reusable state for writing clean tests and more"
 arch=('any')
 license=('Apache')



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

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




[Git][archlinux/packaging/packages/python-fixtures] Pushed new tag 4.1.0-3

2024-04-07 Thread Christian Heusel (@gromit)


Christian Heusel pushed new tag 4.1.0-3 at Arch Linux / Packaging / Packages / 
python-fixtures

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




[Git][archlinux/packaging/packages/python-testtools][main] upgpkg: 2.7.1-2: Rebuild for python 3.12 (nocheck)

2024-04-07 Thread Christian Heusel (@gromit)


Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / 
python-testtools


Commits:
528d6adb by Christian Heusel at 2024-04-08T02:52:23+02:00
upgpkg: 2.7.1-2: Rebuild for python 3.12 (nocheck)

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-testtools
pkgdesc = Extensions to the Python standard library unit testing 
framework
pkgver = 2.7.1
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/testing-cabal/testtools
arch = any
license = MIT


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 pkgname=python-testtools
 pkgver=2.7.1
 _commit=48d7c5d06919dbdc13f77e4be5c8316806d747d5
-pkgrel=1
+pkgrel=2
 pkgdesc="Extensions to the Python standard library unit testing framework"
 arch=('any')
 license=('MIT')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-testtools/-/commit/528d6adb44314a7ed9781b7a817fdb98efa6f6ea

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




[Git][archlinux/packaging/packages/python-testtools] Pushed new tag 2.7.1-2

2024-04-07 Thread Christian Heusel (@gromit)


Christian Heusel pushed new tag 2.7.1-2 at Arch Linux / Packaging / Packages / 
python-testtools

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




[Git][archlinux/packaging/packages/python-testscenarios][main] upgpkg: 0.5.0-15: Rebuild for python 3.12 (nocheck)

2024-04-07 Thread Christian Heusel (@gromit)


Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / 
python-testscenarios


Commits:
fdbfa4fb by Christian Heusel at 2024-04-08T02:50:38+02:00
upgpkg: 0.5.0-15: Rebuild for python 3.12 (nocheck)

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-testscenarios
pkgdesc = Testscenarios, a pyunit extension for dependency injection
pkgver = 0.5.0
-   pkgrel = 14
+   pkgrel = 15
url = https://github.com/testing-cabal/testscenarios
arch = any
license = Apache


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=python-testscenarios
 pkgver=0.5.0
-pkgrel=14
+pkgrel=15
 pkgdesc="Testscenarios, a pyunit extension for dependency injection"
 arch=('any')
 license=('Apache')



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

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




[Git][archlinux/packaging/packages/python-testscenarios] Pushed new tag 0.5.0-15

2024-04-07 Thread Christian Heusel (@gromit)


Christian Heusel pushed new tag 0.5.0-15 at Arch Linux / Packaging / Packages / 
python-testscenarios

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




[Git][archlinux/packaging/packages/lilv] Pushed new tag 0.24.24-2

2024-04-07 Thread Christian Heusel (@gromit)


Christian Heusel pushed new tag 0.24.24-2 at Arch Linux / Packaging / Packages 
/ lilv

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




[Git][archlinux/packaging/packages/lilv][main] upgpkg: 0.24.24-2: rebuild for python 3.12

2024-04-07 Thread Christian Heusel (@gromit)


Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / 
lilv


Commits:
1428ceef by Christian Heusel at 2024-04-08T02:37:28+02:00
upgpkg: 0.24.24-2: rebuild for python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = lilv
pkgdesc = A C library interface to the LV2 plug-in standard
pkgver = 0.24.24
-   pkgrel = 1
+   pkgrel = 2
url = https://drobilla.net/software/lilv.html
arch = x86_64
license = 0BSD OR ISC


=
PKGBUILD
=
@@ -8,7 +8,7 @@ pkgname=(
   python-lilv
 )
 pkgver=0.24.24
-pkgrel=1
+pkgrel=2
 pkgdesc="A C library interface to the LV2 plug-in standard"
 arch=(x86_64)
 url="https://drobilla.net/software/lilv.html;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lilv/-/commit/1428ceef35e0666a184e2a2cb0408b6f35e30ccd

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




[Git][archlinux/packaging/packages/python-sphinxygen] Pushed new tag 1.0.4-2

2024-04-07 Thread Christian Heusel (@gromit)


Christian Heusel pushed new tag 1.0.4-2 at Arch Linux / Packaging / Packages / 
python-sphinxygen

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




[Git][archlinux/packaging/packages/python-sphinxygen][main] upgpkg: 1.0.4-2: rebuild for python 3.12

2024-04-07 Thread Christian Heusel (@gromit)


Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / 
python-sphinxygen


Commits:
bbae9266 by Christian Heusel at 2024-04-08T02:32:45+02:00
upgpkg: 1.0.4-2: rebuild for python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-sphinxygen
pkgdesc = A script to read Doxygen XML output and emit ReST for Sphinx
pkgver = 1.0.4
-   pkgrel = 1
+   pkgrel = 2
url = https://gitlab.com/drobilla/sphinxygen
arch = any
license = 0BSD or ISC


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _name=sphinxygen
 pkgname=python-sphinxygen
 pkgver=1.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A script to read Doxygen XML output and emit ReST for Sphinx"
 arch=(any)
 url="https://gitlab.com/drobilla/sphinxygen;



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

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




[Git][archlinux/packaging/packages/gimp][main] upgpkg: 2.10.36-6

2024-04-07 Thread Christian Heusel (@gromit)


Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / 
gimp


Commits:
f8376d5d by Christian Heusel at 2024-04-08T01:43:58+02:00
upgpkg: 2.10.36-6

- update contributors
- update bug url
- fix crash on exit

fixes https://gitlab.archlinux.org/archlinux/packaging/packages/gimp/-/issues/2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = gimp
pkgdesc = GNU Image Manipulation Program
pkgver = 2.10.36
-   pkgrel = 5
+   pkgrel = 6
url = https://www.gimp.org/
install = gimp.install
arch = x86_64
@@ -63,9 +63,11 @@ pkgbase = gimp
conflicts = gimp-plugin-wavelet-decompose
replaces = gimp-plugin-wavelet-decompose
source = https://download.gimp.org/pub/gimp/v2.10/gimp-2.10.36.tar.bz2
+   source = 
gimp-2_10_36_fix-crash-on-exit.patch::https://gitlab.gnome.org/GNOME/gimp/-/merge_requests/1444.patch
source = 0001-no-check-update.patch
source = linux.gpl
sha256sums = 
3d3bc3c69a4bdb3aea9ba2d5385ed98ea03953f3857aafd1d6976011ed7cdbb2
+   sha256sums = 
d153c8968fb88bd935a7cb4d1b1c7b235abb79e123fcc12f6096da63330ef13a
sha256sums = 
ac3e8b44cf391f4ab3050652f2cc1f146f451fb25178d5a596d905f5bad13fcf
sha256sums = 
1003bbf5fc292d0d63be44562f46506f7b2ca5729770da9d38d3bb2e8a2f36b3
 


=
PKGBUILD
=
@@ -1,9 +1,11 @@
-# Maintainer: Levente Polyak 
+# Maintainer: Christian Hesse 
+# Maintainer: Christian Heusel 
+# Contributor: Levente Polyak 
 # Contributor: Daniel Isenmann 
 
 pkgname=gimp
 pkgver=2.10.36
-pkgrel=5
+pkgrel=6
 pkgdesc='GNU Image Manipulation Program'
 url='https://www.gimp.org/'
 arch=('x86_64')
@@ -28,9 +30,11 @@ conflicts=('gimp-plugin-wavelet-decompose')
 replaces=('gimp-plugin-wavelet-decompose')
 install=gimp.install
 
source=(https://download.gimp.org/pub/gimp/v${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2
+
gimp-2_10_36_fix-crash-on-exit.patch::https://gitlab.gnome.org/GNOME/gimp/-/merge_requests/1444.patch
 0001-no-check-update.patch
 linux.gpl)
 sha256sums=('3d3bc3c69a4bdb3aea9ba2d5385ed98ea03953f3857aafd1d6976011ed7cdbb2'
+'d153c8968fb88bd935a7cb4d1b1c7b235abb79e123fcc12f6096da63330ef13a'
 'ac3e8b44cf391f4ab3050652f2cc1f146f451fb25178d5a596d905f5bad13fcf'
 '1003bbf5fc292d0d63be44562f46506f7b2ca5729770da9d38d3bb2e8a2f36b3')
 
@@ -38,6 +42,9 @@ prepare() {
   cd ${pkgname}-${pkgver}
 
   patch -Np1 < ../0001-no-check-update.patch
+  # https://gitlab.archlinux.org/archlinux/packaging/packages/gimp/-/issues/2
+  patch -Np1 < ../gimp-2_10_36_fix-crash-on-exit.patch
+
   autoreconf -vi
 }
 
@@ -53,8 +60,8 @@ build() {
 --enable-gtk-doc \
 --disable-check-update \
 --disable-python \
---with-bug-report-url='https://bugs.archlinux.org/?string=gimp' \
---with-openexr 
+
--with-bug-report-url='https://gitlab.archlinux.org/archlinux/packaging/packages/gimp/-/issues'
 \
+--with-openexr
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gimp/-/commit/f8376d5dafe04598f2aafe57dcb289a2273ae6e6

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




[Git][archlinux/packaging/packages/gimp] Pushed new tag 2.10.36-6

2024-04-07 Thread Christian Heusel (@gromit)


Christian Heusel pushed new tag 2.10.36-6 at Arch Linux / Packaging / Packages 
/ gimp

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




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

2024-04-07 Thread Fabian Bornschein (@fabiscafe)


Fabian Bornschein pushed new tag 0.7.2-1 at Arch Linux / Packaging / Packages / 
tuba

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




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

2024-04-07 Thread Fabian Bornschein (@fabiscafe)


Fabian Bornschein pushed to branch main at Arch Linux / Packaging / Packages / 
tuba


Commits:
6dd253c5 by Fabian Bornschein at 2024-04-08T01:36:24+02:00
upgpkg: 0.7.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = tuba
pkgdesc = Browse the Fediverse
-   pkgver = 0.7.1
+   pkgver = 0.7.2
pkgrel = 1
url = https://tuba.geopjr.dev/
arch = x86_64
@@ -26,7 +26,7 @@ pkgbase = tuba
depends = libxml2
depends = pango
depends = webp-pixbuf-loader
-   source = git+https://github.com/GeopJr/Tuba.git#tag=v0.7.1
-   b2sums = 
c8c802457341ee2c131769cf09b16006558fbfc5e50e3c6324659cbe0220b4cba6c08334bbccac9c72486d18b6cec361998fe249f1b2d8b7136a70f219cf8877
+   source = git+https://github.com/GeopJr/Tuba.git#tag=v0.7.2
+   b2sums = 
08a07d7a3013e125728e01d160127fe81857516007c7da1eee361afa0e40c9e8bf3f806f5743a7e2754f1004ab2078e674efcfbabf65b9c8ec6f5b9832e31027
 
 pkgname = tuba


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Luna Jernberg 
 
 pkgname=tuba
-pkgver=0.7.1
+pkgver=0.7.2
 pkgrel=1
 pkgdesc='Browse the Fediverse'
 arch=(x86_64)
@@ -35,7 +35,7 @@ makedepends=(
 )
 
 source=("git+https://github.com/GeopJr/Tuba.git#tag=v$pkgver;)
-b2sums=('c8c802457341ee2c131769cf09b16006558fbfc5e50e3c6324659cbe0220b4cba6c08334bbccac9c72486d18b6cec361998fe249f1b2d8b7136a70f219cf8877')
+b2sums=('08a07d7a3013e125728e01d160127fe81857516007c7da1eee361afa0e40c9e8bf3f806f5743a7e2754f1004ab2078e674efcfbabf65b9c8ec6f5b9832e31027')
 
 prepare() {
   cd Tuba



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tuba/-/commit/6dd253c5954b097139a9c23df02c57c89736d351

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




  1   2   3   4   5   6   7   8   >