Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages /
mypy
Commits:
b200b56f by Morten Linderud at 2024-10-20T21:49:50+02:00
upgpkg: 1.12.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = mypy
pkgdesc = Optional static typing for Python 2 and 3 (PEP484)
- pkgver = 1.11.2
+ pkgver = 1.12.1
pkgrel = 1
url = http://www.mypy-lang.org/
arch = any
@@ -20,7 +20,7 @@ pkgbase = mypy
optdepends = python-pip: for installing missing types
optdepends = python-psutil: for dmypy
optdepends = python-setuptools: for mypyc
- source =
mypy-1.11.2.tar.gz::https://github.com/python/mypy/archive/refs/tags/v1.11.2.tar.gz
- sha256sums =
64bb56c93fbeae322af1bec7105554ac12369687825341cc9b7f0b139b6d688d
+ source =
mypy-1.12.1.tar.gz::https://github.com/python/mypy/archive/refs/tags/v1.12.1.tar.gz
+ sha256sums =
04e81e89b1e80fed13d94e1ab6df554e0cfdf0accc70e1836fadfd881c6a84fd
pkgname = mypy
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: hexchain <[email protected]>
pkgname=mypy
-pkgver=1.11.2
+pkgver=1.12.1
pkgrel=1
pkgdesc='Optional static typing for Python 2 and 3 (PEP484)'
url="http://www.mypy-lang.org/"
@@ -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=('64bb56c93fbeae322af1bec7105554ac12369687825341cc9b7f0b139b6d688d')
+sha256sums=('04e81e89b1e80fed13d94e1ab6df554e0cfdf0accc70e1836fadfd881c6a84fd')
prepare() {
cd "$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mypy/-/commit/b200b56f257673aa5a24023582424617b76dc1d6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mypy/-/commit/b200b56f257673aa5a24023582424617b76dc1d6
You're receiving this email because of your account on gitlab.archlinux.org.