Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] flake8: update to 4.0.1.
@ 2021-10-22 22:42 paper42
  2021-10-24 20:30 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 1 reply; 2+ messages in thread
From: paper42 @ 2021-10-22 22:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages flake8-update
https://github.com/void-linux/void-packages/pull/33704

flake8: update to 4.0.1.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 79a3f1bb46537477ba9c1a57c3c572e60dd469fc Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 17 Oct 2021 14:53:59 +0200
Subject: [PATCH 1/3] python3-pycodestyle: update to 2.8.0.

---
 srcpkgs/python3-pycodestyle/template | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/python3-pycodestyle/template b/srcpkgs/python3-pycodestyle/template
index 0caae52d1f6e..a6afc1d1a79b 100644
--- a/srcpkgs/python3-pycodestyle/template
+++ b/srcpkgs/python3-pycodestyle/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycodestyle'
 pkgname=python3-pycodestyle
-version=2.7.0
-revision=2
+version=2.8.0
+revision=1
 wrksrc="pycodestyle-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -11,7 +11,7 @@ maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="MIT"
 homepage="https://github.com/PyCQA/pycodestyle"
 distfiles="${PYPI_SITE}/p/pycodestyle/pycodestyle-${version}.tar.gz"
-checksum=c389c1d06bf7904078ca03399a4816f974a1d590090fecea0c63ec26ebaf1cef
+checksum=eddd5847ef438ea1c7870ca7eb78a9d47ce0cdb4851a5523949f2601d0cbbe7f
 
 do_check() {
 	# from tox.ini and alpine
@@ -19,11 +19,6 @@ do_check() {
 	python3 -m pycodestyle --max-doc-length=72 --testsuite testsuite
 	python3 -m pycodestyle --max-doc-length=72 --doctest
 	python3 -m unittest discover testsuite -vv
-
-	python -m pycodestyle --statistics pycodestyle.py
-	python -m pycodestyle --max-doc-length=72 --testsuite testsuite
-	python -m pycodestyle --max-doc-length=72 --doctest
-	python -m unittest discover testsuite -vv
 }
 
 post_install() {

From 1f63aa347814ebc4e14e1afbfd2c46ac99a60b43 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 17 Oct 2021 14:54:02 +0200
Subject: [PATCH 2/3] python3-pyflakes: update to 2.4.0.

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

diff --git a/srcpkgs/python3-pyflakes/template b/srcpkgs/python3-pyflakes/template
index be45e862dfae..9a24828f4394 100644
--- a/srcpkgs/python3-pyflakes/template
+++ b/srcpkgs/python3-pyflakes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyflakes'
 pkgname=python3-pyflakes
-version=2.3.1
-revision=2
+version=2.4.0
+revision=1
 wrksrc="pyflakes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -11,7 +11,7 @@ maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="MIT"
 homepage="https://github.com/PyCQA/pyflakes"
 distfiles="${PYPI_SITE}/p/pyflakes/pyflakes-${version}.tar.gz"
-checksum=f5bc8ecabc05bb9d291eb5203d6810b49040f6ff446a756326104746cc00c1db
+checksum=05a85c2872edf37a4ed30b0cce2f6093e1d0581f8c19d7393122da7e25b2b24c
 conflicts="python-pyflakes>=0"
 
 post_install() {

From f9bc12fee986c0577f0f13c5c63e6e95a811ffca Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 17 Oct 2021 14:53:45 +0200
Subject: [PATCH 3/3] flake8: update to 4.0.1.

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

diff --git a/srcpkgs/flake8/template b/srcpkgs/flake8/template
index d5e68dde1b92..0433af3aa460 100644
--- a/srcpkgs/flake8/template
+++ b/srcpkgs/flake8/template
@@ -1,7 +1,7 @@
 # Template file for 'flake8'
 pkgname=flake8
-version=3.9.2
-revision=2
+version=4.0.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pycodestyle python3-pyflakes python3-mccabe"
@@ -12,15 +12,14 @@ license="MIT"
 homepage="https://gitlab.com/pycqa/flake8"
 changelog="https://raw.githubusercontent.com/PyCQA/flake8/master/docs/source/release-notes/$version.rst"
 distfiles="${PYPI_SITE}/f/flake8/flake8-${version}.tar.gz"
-checksum=07528381786f2a6237b061f6e96610a4167b226cb926e2aa2b6b1d78057c576b
+checksum=806e034dda44114815e23c16ef92f95c91e4c71100ff52813adf7132a6ad870d
 
 do_check() {
 	# from alpine
 	PYTHONPATH=build/lib python3 -m pytest \
 			--deselect=tests/integration/test_api_legacy.py::test_legacy_api \
 			--deselect=tests/integration/test_main.py \
-			--deselect=tests/integration/test_plugins.py \
-			--deselect=tests/unit/test_setuptools_command.py::test_package_files_removes_submodules
+			--deselect=tests/integration/test_plugins.py
 }
 
 post_install() {

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

* Re: [PR PATCH] [Merged]: flake8: update to 4.0.1.
  2021-10-22 22:42 [PR PATCH] flake8: update to 4.0.1 paper42
@ 2021-10-24 20:30 ` paper42
  0 siblings, 0 replies; 2+ messages in thread
From: paper42 @ 2021-10-24 20:30 UTC (permalink / raw)
  To: ml

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

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

flake8: update to 4.0.1.
https://github.com/void-linux/void-packages/pull/33704

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2021-10-24 20:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-22 22:42 [PR PATCH] flake8: update to 4.0.1 paper42
2021-10-24 20:30 ` [PR PATCH] [Merged]: " paper42

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