Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages /
mypy
Commits:
32ce3c96 by Morten Linderud at 2024-12-22T20:04:10+01:00
upgpkg: 1.14.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = mypy
pkgdesc = Optional static typing for Python 2 and 3 (PEP484)
- pkgver = 1.13.0
- pkgrel = 2
+ pkgver = 1.14.0
+ pkgrel = 1
url = http://www.mypy-lang.org/
arch = any
license = MIT
@@ -21,7 +21,7 @@ pkgbase = mypy
optdepends = python-pip: for installing missing types
optdepends = python-psutil: for dmypy
optdepends = python-setuptools: for mypyc
- source =
mypy-1.13.0.tar.gz::https://github.com/python/mypy/archive/refs/tags/v1.13.0.tar.gz
- sha256sums =
c743798f6a9bdee87348cdb045fcd30846e1e3a4c4e751cc81e1aa1b04442c13
+ source =
mypy-1.14.0.tar.gz::https://github.com/python/mypy/archive/refs/tags/v1.14.0.tar.gz
+ sha256sums =
f1af5afba749b4d055545831693cc37702adf979e75dfec48e97f0c0e0f381a5
pkgname = mypy
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: hexchain <[email protected]>
pkgname=mypy
-pkgver=1.13.0
-pkgrel=2
+pkgver=1.14.0
+pkgrel=1
pkgdesc='Optional static typing for Python 2 and 3 (PEP484)'
url="http://www.mypy-lang.org/"
arch=('any')
@@ -19,7 +19,7 @@ optdepends=(
'python-setuptools: for mypyc'
)
source=("$pkgname-$pkgver.tar.gz::https://github.com/python/mypy/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('c743798f6a9bdee87348cdb045fcd30846e1e3a4c4e751cc81e1aa1b04442c13')
+sha256sums=('f1af5afba749b4d055545831693cc37702adf979e75dfec48e97f0c0e0f381a5')
prepare() {
cd "$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mypy/-/commit/32ce3c96c61fedcef88d1352c127461f280cffd4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mypy/-/commit/32ce3c96c61fedcef88d1352c127461f280cffd4
You're receiving this email because of your account on gitlab.archlinux.org.