Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / mypy
Commits:
1afe8d70 by Antonio Rojas at 2024-11-24T23:29:15+01:00
upgpkg: 1.13.0-1: Update to 1.13.0
- - - - -
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.12.1
- pkgrel = 2
+ pkgver = 1.13.0
+ pkgrel = 1
url = http://www.mypy-lang.org/
arch = any
license = MIT
@@ -16,11 +16,12 @@ pkgbase = mypy
depends = python
depends = python-mypy_extensions
depends = python-typing_extensions
+ depends = python-orjson
optdepends = python-lxml: for reports
optdepends = python-pip: for installing missing types
optdepends = python-psutil: for dmypy
optdepends = python-setuptools: for mypyc
- source =
mypy-1.12.1.tar.gz::https://github.com/python/mypy/archive/refs/tags/v1.12.1.tar.gz
- sha256sums =
04e81e89b1e80fed13d94e1ab6df554e0cfdf0accc70e1836fadfd881c6a84fd
+ source =
mypy-1.13.0.tar.gz::https://github.com/python/mypy/archive/refs/tags/v1.13.0.tar.gz
+ sha256sums =
c743798f6a9bdee87348cdb045fcd30846e1e3a4c4e751cc81e1aa1b04442c13
pkgname = mypy
=====================================
PKGBUILD
=====================================
@@ -3,13 +3,13 @@
# Contributor: hexchain <[email protected]>
pkgname=mypy
-pkgver=1.12.1
-pkgrel=2
+pkgver=1.13.0
+pkgrel=1
pkgdesc='Optional static typing for Python 2 and 3 (PEP484)'
url="http://www.mypy-lang.org/"
arch=('any')
license=('MIT')
-depends=('python' 'python-mypy_extensions' 'python-typing_extensions')
+depends=('python' 'python-mypy_extensions' 'python-typing_extensions'
'python-orjson')
makedepends=('python-build' 'python-installer' 'python-setuptools'
'python-wheel')
checkdepends=('python-attrs' 'python-psutil' 'python-pytest'
'python-pytest-xdist')
optdepends=(
@@ -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=('04e81e89b1e80fed13d94e1ab6df554e0cfdf0accc70e1836fadfd881c6a84fd')
+sha256sums=('c743798f6a9bdee87348cdb045fcd30846e1e3a4c4e751cc81e1aa1b04442c13')
prepare() {
cd "$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mypy/-/commit/1afe8d704a09c1a92cfaf72415cf32a306de0292
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mypy/-/commit/1afe8d704a09c1a92cfaf72415cf32a306de0292
You're receiving this email because of your account on gitlab.archlinux.org.