Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-pycodestyle: update to 2.12.0; autopep8: update to 2.3.0.
@ 2024-06-26 19:01 icp1994
  2024-06-26 19:21 ` [PR PATCH] [Updated] " icp1994
  2024-06-27 14:50 ` [PR PATCH] [Merged]: python3-pycodestyle: update to 2.12.0; autopep8: update to 2.3.1 cinerea0
  0 siblings, 2 replies; 3+ messages in thread
From: icp1994 @ 2024-06-26 19:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages autopep8
https://github.com/void-linux/void-packages/pull/51016

python3-pycodestyle: update to 2.12.0; autopep8: update to 2.3.0.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

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

From e4640c81a3f4f8a7665a6feeaf55751b63e3c0bb Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sun, 23 Jun 2024 00:45:44 +0530
Subject: [PATCH 1/2] autopep8: update to 2.3.0.

---
 srcpkgs/autopep8/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/autopep8/template b/srcpkgs/autopep8/template
index 718903e26a9ccd..e282c31ba98651 100644
--- a/srcpkgs/autopep8/template
+++ b/srcpkgs/autopep8/template
@@ -1,6 +1,6 @@
 # Template file for 'autopep8'
 pkgname=autopep8
-version=2.2.0
+version=2.3.0
 revision=1
 build_style=python3-pep517
 # fails in CI due to readonly check
@@ -14,7 +14,7 @@ license="MIT"
 homepage="https://github.com/hhatto/autopep8"
 changelog="https://github.com/hhatto/autopep8/releases"
 distfiles="${PYPI_SITE}/a/autopep8/autopep8-${version}.tar.gz"
-checksum=d306a0581163ac29908280ad557773a95a9bede072c0fafed6f141f5311f43c1
+checksum=5cfe45eb3bef8662f6a3c7e28b7c0310c7310d340074b7f0f28f9810b44b7ef4
 
 post_install() {
 	vlicense LICENSE

From 6fe1e7ba5007e7c1082e349cc8af307bc9ed6145 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sun, 23 Jun 2024 00:47:22 +0530
Subject: [PATCH 2/2] python3-pycodestyle: update to 2.12.0.

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

diff --git a/srcpkgs/python3-pycodestyle/template b/srcpkgs/python3-pycodestyle/template
index 0eec022a3f4eb9..98bce87adeef79 100644
--- a/srcpkgs/python3-pycodestyle/template
+++ b/srcpkgs/python3-pycodestyle/template
@@ -1,9 +1,9 @@
 # Template file for 'python3-pycodestyle'
 pkgname=python3-pycodestyle
-version=2.11.1
+version=2.12.0
 revision=1
-build_style=python3-module
-hostmakedepends="python3-setuptools"
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel"
 depends="python3"
 checkdepends="python3-pytest"
 short_desc="Python style guide checker (formerly called pep8)"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/PyCQA/pycodestyle"
 changelog="https://raw.githubusercontent.com/PyCQA/pycodestyle/main/CHANGES.txt"
 distfiles="https://github.com/PyCQA/pycodestyle/archive/refs/tags/${version}.tar.gz"
-checksum=a01fdd890c6472eebc32e8baf21e29173c35776e765c64cc83ccd09b99dc5399
+checksum=c72dccf2bf7ceb603b5bd8b737a511d5241e675e90d4f75bc8a12fe81f24c094
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] python3-pycodestyle: update to 2.12.0; autopep8: update to 2.3.0.
  2024-06-26 19:01 [PR PATCH] python3-pycodestyle: update to 2.12.0; autopep8: update to 2.3.0 icp1994
@ 2024-06-26 19:21 ` icp1994
  2024-06-27 14:50 ` [PR PATCH] [Merged]: python3-pycodestyle: update to 2.12.0; autopep8: update to 2.3.1 cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: icp1994 @ 2024-06-26 19:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages autopep8
https://github.com/void-linux/void-packages/pull/51016

python3-pycodestyle: update to 2.12.0; autopep8: update to 2.3.0.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

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

From 722f7e3bddbefbb7176ecee33f66d4490e30e873 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sun, 23 Jun 2024 00:47:22 +0530
Subject: [PATCH 1/2] python3-pycodestyle: update to 2.12.0.

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

diff --git a/srcpkgs/python3-pycodestyle/template b/srcpkgs/python3-pycodestyle/template
index 0eec022a3f4eb9..98bce87adeef79 100644
--- a/srcpkgs/python3-pycodestyle/template
+++ b/srcpkgs/python3-pycodestyle/template
@@ -1,9 +1,9 @@
 # Template file for 'python3-pycodestyle'
 pkgname=python3-pycodestyle
-version=2.11.1
+version=2.12.0
 revision=1
-build_style=python3-module
-hostmakedepends="python3-setuptools"
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel"
 depends="python3"
 checkdepends="python3-pytest"
 short_desc="Python style guide checker (formerly called pep8)"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/PyCQA/pycodestyle"
 changelog="https://raw.githubusercontent.com/PyCQA/pycodestyle/main/CHANGES.txt"
 distfiles="https://github.com/PyCQA/pycodestyle/archive/refs/tags/${version}.tar.gz"
-checksum=a01fdd890c6472eebc32e8baf21e29173c35776e765c64cc83ccd09b99dc5399
+checksum=c72dccf2bf7ceb603b5bd8b737a511d5241e675e90d4f75bc8a12fe81f24c094
 
 post_install() {
 	vlicense LICENSE

From 89b1378d59c0be07b552e4a0b61dab143d66a002 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sun, 23 Jun 2024 00:45:44 +0530
Subject: [PATCH 2/2] autopep8: update to 2.3.1.

---
 srcpkgs/autopep8/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/autopep8/template b/srcpkgs/autopep8/template
index 718903e26a9ccd..e98017abd8f0bd 100644
--- a/srcpkgs/autopep8/template
+++ b/srcpkgs/autopep8/template
@@ -1,6 +1,6 @@
 # Template file for 'autopep8'
 pkgname=autopep8
-version=2.2.0
+version=2.3.1
 revision=1
 build_style=python3-pep517
 # fails in CI due to readonly check
@@ -14,7 +14,7 @@ license="MIT"
 homepage="https://github.com/hhatto/autopep8"
 changelog="https://github.com/hhatto/autopep8/releases"
 distfiles="${PYPI_SITE}/a/autopep8/autopep8-${version}.tar.gz"
-checksum=d306a0581163ac29908280ad557773a95a9bede072c0fafed6f141f5311f43c1
+checksum=8d6c87eba648fdcfc83e29b788910b8643171c395d9c4bcf115ece035b9c9dda
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: python3-pycodestyle: update to 2.12.0; autopep8: update to 2.3.1.
  2024-06-26 19:01 [PR PATCH] python3-pycodestyle: update to 2.12.0; autopep8: update to 2.3.0 icp1994
  2024-06-26 19:21 ` [PR PATCH] [Updated] " icp1994
@ 2024-06-27 14:50 ` cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2024-06-27 14:50 UTC (permalink / raw)
  To: ml

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

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

python3-pycodestyle: update to 2.12.0; autopep8: update to 2.3.1.
https://github.com/void-linux/void-packages/pull/51016

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

end of thread, other threads:[~2024-06-27 14:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-26 19:01 [PR PATCH] python3-pycodestyle: update to 2.12.0; autopep8: update to 2.3.0 icp1994
2024-06-26 19:21 ` [PR PATCH] [Updated] " icp1994
2024-06-27 14:50 ` [PR PATCH] [Merged]: python3-pycodestyle: update to 2.12.0; autopep8: update to 2.3.1 cinerea0

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