Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] flake8: update to 3.8.4
@ 2020-10-09 20:00 PaperMountainStudio
  2020-10-11  9:17 ` [PR PATCH] [Updated] " PaperMountainStudio
  2020-10-14 15:32 ` [PR PATCH] [Closed]: " ahesford
  0 siblings, 2 replies; 3+ messages in thread
From: PaperMountainStudio @ 2020-10-09 20:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/PaperMountainStudio/void-packages 0001-flake8-update-to-3.8.4.patch
https://github.com/void-linux/void-packages/pull/25477

flake8: update to 3.8.4


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-0001-flake8-update-to-3.8.4.patch-25477.patch --]
[-- Type: text/x-diff, Size: 1280 bytes --]

From 4d10ea988dd3a4272dbc8f0cf5235366dafc57b5 Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Fri, 9 Oct 2020 21:57:43 +0200
Subject: [PATCH] flake8: update to 3.8.4

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

diff --git a/srcpkgs/flake8/template b/srcpkgs/flake8/template
index 3601b101b66..8a7d34b0e81 100644
--- a/srcpkgs/flake8/template
+++ b/srcpkgs/flake8/template
@@ -1,8 +1,7 @@
 # Template file for 'flake8'
 pkgname=flake8
-version=3.8.3
+version=3.8.4
 revision=1
-archs=noarch
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pycodestyle>=2.6.0<2.7.0
@@ -14,17 +13,17 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="MIT"
 homepage="https://gitlab.com/pycqa/flake8"
 distfiles="${PYPI_SITE}/f/flake8/flake8-${version}.tar.gz"
-checksum=f04b9fcbac03b0a3e58c0ab3a0ecc462e023a9faf046d57794184028123aa208
+checksum=aadae8761ec651813c24be05c6f7b4680857ef6afaae4651a4eccaef97ce6c3b
 
 do_check() {
 	PYTHONPATH="${wrksrc}/src" python3 -m pytest
 }
+
 post_install() {
 	vlicense LICENSE
 }
 
 python3-flake8_package() {
-	archs=noarch
 	build_style=meta
 	short_desc+=" (transitional dummy package)"
 	depends="flake8>=${version}_${revision}"

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

* Re: [PR PATCH] [Updated] flake8: update to 3.8.4
  2020-10-09 20:00 [PR PATCH] flake8: update to 3.8.4 PaperMountainStudio
@ 2020-10-11  9:17 ` PaperMountainStudio
  2020-10-14 15:32 ` [PR PATCH] [Closed]: " ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: PaperMountainStudio @ 2020-10-11  9:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/PaperMountainStudio/void-packages 0001-flake8-update-to-3.8.4.patch
https://github.com/void-linux/void-packages/pull/25477

flake8: update to 3.8.4


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-0001-flake8-update-to-3.8.4.patch-25477.patch --]
[-- Type: text/x-diff, Size: 1125 bytes --]

From 1797e19763ed9111360d0a747d115eebaab9c2a7 Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Fri, 9 Oct 2020 21:57:43 +0200
Subject: [PATCH] flake8: update to 3.8.4

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

diff --git a/srcpkgs/flake8/template b/srcpkgs/flake8/template
index da71302508c..8a7d34b0e81 100644
--- a/srcpkgs/flake8/template
+++ b/srcpkgs/flake8/template
@@ -1,7 +1,7 @@
 # Template file for 'flake8'
 pkgname=flake8
-version=3.8.3
-revision=2
+version=3.8.4
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pycodestyle>=2.6.0<2.7.0
@@ -13,11 +13,12 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="MIT"
 homepage="https://gitlab.com/pycqa/flake8"
 distfiles="${PYPI_SITE}/f/flake8/flake8-${version}.tar.gz"
-checksum=f04b9fcbac03b0a3e58c0ab3a0ecc462e023a9faf046d57794184028123aa208
+checksum=aadae8761ec651813c24be05c6f7b4680857ef6afaae4651a4eccaef97ce6c3b
 
 do_check() {
 	PYTHONPATH="${wrksrc}/src" python3 -m pytest
 }
+
 post_install() {
 	vlicense LICENSE
 }

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

* Re: [PR PATCH] [Closed]: flake8: update to 3.8.4
  2020-10-09 20:00 [PR PATCH] flake8: update to 3.8.4 PaperMountainStudio
  2020-10-11  9:17 ` [PR PATCH] [Updated] " PaperMountainStudio
@ 2020-10-14 15:32 ` ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: ahesford @ 2020-10-14 15:32 UTC (permalink / raw)
  To: ml

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

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

flake8: update to 3.8.4
https://github.com/void-linux/void-packages/pull/25477

Description:


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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-09 20:00 [PR PATCH] flake8: update to 3.8.4 PaperMountainStudio
2020-10-11  9:17 ` [PR PATCH] [Updated] " PaperMountainStudio
2020-10-14 15:32 ` [PR PATCH] [Closed]: " ahesford

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).