Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-mypy: update to 0.790
@ 2020-10-14  9:03 PaperMountainStudio
  2020-10-14  9:24 ` [PR PATCH] [Updated] " PaperMountainStudio
  2020-10-14 21:33 ` [PR PATCH] [Merged]: " Piraty
  0 siblings, 2 replies; 3+ messages in thread
From: PaperMountainStudio @ 2020-10-14  9:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 370 bytes --]

There is a new pull request by PaperMountainStudio against master on the void-packages repository

https://github.com/PaperMountainStudio/void-packages 0004-python3-mypy-update-to-0.790.patch
https://github.com/void-linux/void-packages/pull/25593

python3-mypy: update to 0.790


A patch file from https://github.com/void-linux/void-packages/pull/25593.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-0004-python3-mypy-update-to-0.790.patch-25593.patch --]
[-- Type: text/x-diff, Size: 1047 bytes --]

From 4e23f9e6e7ff25b4ee6b1a4ea3b81e60d4270d5c Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Wed, 14 Oct 2020 10:48:50 +0200
Subject: [PATCH] python3-mypy: update to 0.790

---
 srcpkgs/python3-mypy/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-mypy/template b/srcpkgs/python3-mypy/template
index 6fef0e9f8c0..1d8d01fe8ad 100644
--- a/srcpkgs/python3-mypy/template
+++ b/srcpkgs/python3-mypy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mypy'
 pkgname=python3-mypy
-version=0.761
-revision=2
+version=0.790
+revision=1
 wrksrc="mypy-${version}"
 build_style=python3-module
 pycompile_module="mypy"
@@ -12,7 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/python/mypy"
 distfiles="${PYPI_SITE}/m/mypy/mypy-${version}.tar.gz"
-checksum=85baab8d74ec601e86134afe2bcccd87820f79d2f8d5798c889507d1088287bf
+checksum=2b21ba45ad9ef2e2eb88ce4aeadd0112d0f5026418324176fd494a6824b74975
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] python3-mypy: update to 0.790
  2020-10-14  9:03 [PR PATCH] python3-mypy: update to 0.790 PaperMountainStudio
@ 2020-10-14  9:24 ` PaperMountainStudio
  2020-10-14 21:33 ` [PR PATCH] [Merged]: " Piraty
  1 sibling, 0 replies; 3+ messages in thread
From: PaperMountainStudio @ 2020-10-14  9:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 375 bytes --]

There is an updated pull request by PaperMountainStudio against master on the void-packages repository

https://github.com/PaperMountainStudio/void-packages 0004-python3-mypy-update-to-0.790.patch
https://github.com/void-linux/void-packages/pull/25593

python3-mypy: update to 0.790


A patch file from https://github.com/void-linux/void-packages/pull/25593.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-0004-python3-mypy-update-to-0.790.patch-25593.patch --]
[-- Type: text/x-diff, Size: 1215 bytes --]

From fa7feaf33c4dd4504004aa8da5b8e0a4b3df6cec Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Wed, 14 Oct 2020 10:48:50 +0200
Subject: [PATCH] python3-mypy: update to 0.790

---
 srcpkgs/python3-mypy/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-mypy/template b/srcpkgs/python3-mypy/template
index 6fef0e9f8c0..86611f04690 100644
--- a/srcpkgs/python3-mypy/template
+++ b/srcpkgs/python3-mypy/template
@@ -1,10 +1,9 @@
 # Template file for 'python3-mypy'
 pkgname=python3-mypy
-version=0.761
-revision=2
+version=0.790
+revision=1
 wrksrc="mypy-${version}"
 build_style=python3-module
-pycompile_module="mypy"
 hostmakedepends="python3-setuptools"
 depends="python3-mypy_extensions python3-typed-ast python3-typing_extensions"
 short_desc="Optional static typing for Python3"
@@ -12,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/python/mypy"
 distfiles="${PYPI_SITE}/m/mypy/mypy-${version}.tar.gz"
-checksum=85baab8d74ec601e86134afe2bcccd87820f79d2f8d5798c889507d1088287bf
+checksum=2b21ba45ad9ef2e2eb88ce4aeadd0112d0f5026418324176fd494a6824b74975
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: python3-mypy: update to 0.790
  2020-10-14  9:03 [PR PATCH] python3-mypy: update to 0.790 PaperMountainStudio
  2020-10-14  9:24 ` [PR PATCH] [Updated] " PaperMountainStudio
@ 2020-10-14 21:33 ` Piraty
  1 sibling, 0 replies; 3+ messages in thread
From: Piraty @ 2020-10-14 21:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 163 bytes --]

There's a merged pull request on the void-packages repository

python3-mypy: update to 0.790
https://github.com/void-linux/void-packages/pull/25593

Description:


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-10-14 21:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-14  9:03 [PR PATCH] python3-mypy: update to 0.790 PaperMountainStudio
2020-10-14  9:24 ` [PR PATCH] [Updated] " PaperMountainStudio
2020-10-14 21:33 ` [PR PATCH] [Merged]: " Piraty

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).