Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / 
mypy


Commits:
882cadb6 by loqs at 2024-04-06T12:54:09+01:00
Remove python-six from checkdepends

https://github.com/python/mypy/commit/a9f8df7cda032f637946bb2ea7a60f790f81350f

- - - - -
a3dbc5f0 by Morten Linderud at 2024-05-03T18:20:42+02:00
Merge remote-tracking branch 'origin/merge-requests/1'

* origin/merge-requests/1:
  Remove python-six from checkdepends

- - - - -
c8092c39 by Morten Linderud at 2024-05-03T18:31:12+02:00
upgpkg: 1.10.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,12 +1,11 @@
 pkgbase = mypy
        pkgdesc = Optional static typing for Python 2 and 3 (PEP484)
-       pkgver = 1.9.0
-       pkgrel = 2
+       pkgver = 1.10.0
+       pkgrel = 1
        url = http://www.mypy-lang.org/
        arch = any
        license = MIT
        checkdepends = python-pytest
-       checkdepends = python-six
        checkdepends = python-attrs
        checkdepends = python-pytest-xdist
        makedepends = python-build
@@ -19,7 +18,7 @@ pkgbase = mypy
        depends = python-tomli
        optdepends = python-lxml: for reports
        optdepends = python-pip: for installing missing types
-       source = 
mypy-1.9.0.tar.gz::https://pypi.org/packages/source/m/mypy/mypy-1.9.0.tar.gz
-       sha256sums = 
3cc5da0127e6a478cddd906068496a97a7618a21ce9b54bde5bf7e539c7af974
+       source = 
mypy-1.10.0.tar.gz::https://pypi.org/packages/source/m/mypy/mypy-1.10.0.tar.gz
+       sha256sums = 
3d087fcbec056c4ee34974da493a826ce316947485cef3901f511848e687c131
 
 pkgname = mypy


=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
 # Contributor: hexchain <i...@hexchain.org>
 
 pkgname=mypy
-pkgver=1.9.0
-pkgrel=2
+pkgver=1.10.0
+pkgrel=1
 pkgdesc='Optional static typing for Python 2 and 3 (PEP484)'
 url="http://www.mypy-lang.org/";
 arch=('any')
@@ -12,13 +12,13 @@ license=('MIT')
 depends=('python-psutil' 'python-mypy_extensions' 'python-typing_extensions'
 'python-tomli')
 makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
-checkdepends=('python-pytest' 'python-six' 'python-attrs' 
'python-pytest-xdist')
+checkdepends=('python-pytest' 'python-attrs' 'python-pytest-xdist')
 optdepends=(
   'python-lxml: for reports'
   'python-pip: for installing missing types'
 )
 
source=("$pkgname-$pkgver.tar.gz::https://pypi.org/packages/source/m/$pkgname/$pkgname-$pkgver.tar.gz";)
-sha256sums=('3cc5da0127e6a478cddd906068496a97a7618a21ce9b54bde5bf7e539c7af974')
+sha256sums=('3d087fcbec056c4ee34974da493a826ce316947485cef3901f511848e687c131')
 
 prepare() {
     cd "$pkgname-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mypy/-/compare/0ff2ac465096a15a418f5ce97f62848feb54300c...c8092c3963db15c5a56edc82bb4b1600932c9cae

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mypy/-/compare/0ff2ac465096a15a418f5ce97f62848feb54300c...c8092c3963db15c5a56edc82bb4b1600932c9cae
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to