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


Commits:
a857aa46 by Felix Yan at 2023-12-14T21:21:14+02:00
upgpkg: 3.5-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,16 @@
+pkgbase = python-idna
+       pkgdesc = Internationalized Domain Names in Applications (IDNA)
+       pkgver = 3.5
+       pkgrel = 1
+       url = https://github.com/kjd/idna
+       arch = any
+       license = BSD
+       checkdepends = python-pytest
+       makedepends = python-build
+       makedepends = python-installer
+       makedepends = python-flit-core
+       depends = python
+       source = https://github.com/kjd/idna/archive/v3.5/python-idna-3.5.tar.gz
+       sha512sums = 
a806e4f96f2f1034dd634f3c86e80c6e7929a80c0773e4b2749466b691d38b94b6ea64994613cb5f8764754c1c9813eade4b74105f64233671b8eeaca7125bdc
+
+pkgname = python-idna


=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan <felixonm...@archlinux.org>
 
 pkgname=python-idna
-pkgver=3.4
-pkgrel=3
+pkgver=3.5
+pkgrel=1
 pkgdesc="Internationalized Domain Names in Applications (IDNA)"
 arch=('any')
 license=('BSD')
@@ -10,8 +10,8 @@ url="https://github.com/kjd/idna";
 depends=('python')
 makedepends=('python-build' 'python-installer' 'python-flit-core')
 checkdepends=('python-pytest')
-source=("https://pypi.io/packages/source/i/idna/idna-$pkgver.tar.gz";)
-sha512sums=('4060a9304c9bac04efdd0b97ec8f5aeb7e17417e767bf51c5dfc26605edad25ab67456cf6f6a3c5a9f32b8247e46f6343edfd8a6ffbcd6d1075c71e66d089d6a')
+source=("https://github.com/kjd/idna/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('a806e4f96f2f1034dd634f3c86e80c6e7929a80c0773e4b2749466b691d38b94b6ea64994613cb5f8764754c1c9813eade4b74105f64233671b8eeaca7125bdc')
 
 build() {
    cd idna-$pkgver



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

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


Reply via email to