Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-irc
Commits:
36301302 by Jelle van der Waa at 2025-09-19T18:37:36+02:00
upgpkg: 20.5.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-irc
pkgdesc = IRC (Internet Relay Chat) protocol client library for Python
- pkgver = 20.3.1
- pkgrel = 5
+ pkgver = 20.5.0
+ pkgrel = 1
url = https://pypi.python.org/pypi/irc
arch = any
license = MIT
@@ -20,7 +20,7 @@ pkgbase = python-irc
depends = python-more-itertools
depends = python-pytz
depends = python-tempora
- source =
https://files.pythonhosted.org/packages/source/i/irc/irc-20.3.1.tar.gz
- sha256sums =
806b83af894d8b121ed1e14866a90640128588de6cc0495c4ecb2c5ec272280b
+ source =
https://files.pythonhosted.org/packages/source/i/irc/irc-20.5.0.tar.gz
+ sha256sums =
8ddbfd19f71204ceceba7b7c72724b15b3fa87bab5e81e45a75bef736a1a3c76
pkgname = python-irc
=====================================
PKGBUILD
=====================================
@@ -5,8 +5,8 @@
# Contributor: Stefano Esposito <[email protected]>
pkgname=python-irc
-pkgver=20.3.1
-pkgrel=5
+pkgver=20.5.0
+pkgrel=1
pkgdesc="IRC (Internet Relay Chat) protocol client library for Python"
arch=('any')
url="https://pypi.python.org/pypi/irc"
@@ -24,7 +24,7 @@ depends=(
makedepends=('python-build' 'python-installer' 'python-setuptools-scm'
'python-wheel')
checkdepends=(python-pytest python-pytest-enabler python-pygments)
source=("https://files.pythonhosted.org/packages/source/i/irc/irc-$pkgver.tar.gz")
-sha256sums=('806b83af894d8b121ed1e14866a90640128588de6cc0495c4ecb2c5ec272280b')
+sha256sums=('8ddbfd19f71204ceceba7b7c72724b15b3fa87bab5e81e45a75bef736a1a3c76')
build() {
cd "irc-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-irc/-/commit/363013027bc5b2d011dd60199e46921414904b13
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-irc/-/commit/363013027bc5b2d011dd60199e46921414904b13
You're receiving this email because of your account on gitlab.archlinux.org.