Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] autopep8: update to 2.0.2.
@ 2023-03-03 19:12 icp1994
  2023-03-03 19:17 ` [PR PATCH] [Updated] " icp1994
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: icp1994 @ 2023-03-03 19:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 474 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/42572

autopep8: update to 2.0.2.
#### 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/42572.patch is attached

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

From 1184a7ab809441aac74c4143ab25f999094bdfdc Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 12 Dec 2022 21:03:14 +0530
Subject: [PATCH] autopep8: update to 2.0.2.

---
 srcpkgs/autopep8/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/autopep8/template b/srcpkgs/autopep8/template
index 11352324593f..d31ecb6e97b4 100644
--- a/srcpkgs/autopep8/template
+++ b/srcpkgs/autopep8/template
@@ -1,18 +1,18 @@
 # Template file for 'autopep8'
 pkgname=autopep8
-version=1.7.0
-revision=2
+version=2.0.2
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-pycodestyle python3-toml"
+depends="python3-pycodestyle"
 checkdepends="python3-pytest $depends"
 short_desc="Automatically formats Python code to conform to the PEP 8 style guide"
 maintainer="k4leg <d0xi@inbox.ru>"
 license="MIT"
 homepage="https://github.com/hhatto/autopep8"
-distfiles="${PYPI_SITE}/a/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=ca9b1a83e53a7fad65d731dc7a2a2d50aa48f43850407c59f6a1a306c4201142
-make_check=no # https://github.com/hhatto/autopep8/issues/645
+changelog="https://github.com/hhatto/autopep8/releases"
+distfiles="${PYPI_SITE}/a/autopep8/autopep8-${version}.tar.gz"
+checksum=f9849cdd62108cb739dbcdbfb7fdcc9a30d1b63c4cc3e1c1f893b5360941b61c
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] autopep8: update to 2.0.2.
  2023-03-03 19:12 [PR PATCH] autopep8: update to 2.0.2 icp1994
@ 2023-03-03 19:17 ` icp1994
  2023-03-03 19:20 ` icp1994
  2023-03-05  6:15 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: icp1994 @ 2023-03-03 19:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 479 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/42572

autopep8: update to 2.0.2.
#### 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/42572.patch is attached

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

From 014648cfcf950c864a6108c526ef6e2e205064a6 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 12 Dec 2022 21:03:14 +0530
Subject: [PATCH] autopep8: update to 2.0.2.

---
 srcpkgs/autopep8/template | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/autopep8/template b/srcpkgs/autopep8/template
index 11352324593f..aeb33f9570d5 100644
--- a/srcpkgs/autopep8/template
+++ b/srcpkgs/autopep8/template
@@ -1,18 +1,20 @@
 # Template file for 'autopep8'
 pkgname=autopep8
-version=1.7.0
-revision=2
+version=2.0.2
+revision=1
 build_style=python3-module
+# fails in CI due to readonly check
+make_check_args="-k (not io_error)"
 hostmakedepends="python3-setuptools"
-depends="python3-pycodestyle python3-toml"
+depends="python3-pycodestyle"
 checkdepends="python3-pytest $depends"
 short_desc="Automatically formats Python code to conform to the PEP 8 style guide"
 maintainer="k4leg <d0xi@inbox.ru>"
 license="MIT"
 homepage="https://github.com/hhatto/autopep8"
-distfiles="${PYPI_SITE}/a/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=ca9b1a83e53a7fad65d731dc7a2a2d50aa48f43850407c59f6a1a306c4201142
-make_check=no # https://github.com/hhatto/autopep8/issues/645
+changelog="https://github.com/hhatto/autopep8/releases"
+distfiles="${PYPI_SITE}/a/autopep8/autopep8-${version}.tar.gz"
+checksum=f9849cdd62108cb739dbcdbfb7fdcc9a30d1b63c4cc3e1c1f893b5360941b61c
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] autopep8: update to 2.0.2.
  2023-03-03 19:12 [PR PATCH] autopep8: update to 2.0.2 icp1994
  2023-03-03 19:17 ` [PR PATCH] [Updated] " icp1994
@ 2023-03-03 19:20 ` icp1994
  2023-03-05  6:15 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: icp1994 @ 2023-03-03 19:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 479 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/42572

autopep8: update to 2.0.2.
#### 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/42572.patch is attached

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

From 99d1beb95b352303851113454f2b16e0f8b26f3f Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 12 Dec 2022 21:03:14 +0530
Subject: [PATCH] autopep8: update to 2.0.2.

---
 srcpkgs/autopep8/template | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/autopep8/template b/srcpkgs/autopep8/template
index 11352324593f..e110c4f1587e 100644
--- a/srcpkgs/autopep8/template
+++ b/srcpkgs/autopep8/template
@@ -1,18 +1,20 @@
 # Template file for 'autopep8'
 pkgname=autopep8
-version=1.7.0
-revision=2
+version=2.0.2
+revision=1
 build_style=python3-module
+# fails in CI due to readonly check
+make_check_args="-k not(io_error)"
 hostmakedepends="python3-setuptools"
-depends="python3-pycodestyle python3-toml"
+depends="python3-pycodestyle"
 checkdepends="python3-pytest $depends"
 short_desc="Automatically formats Python code to conform to the PEP 8 style guide"
 maintainer="k4leg <d0xi@inbox.ru>"
 license="MIT"
 homepage="https://github.com/hhatto/autopep8"
-distfiles="${PYPI_SITE}/a/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=ca9b1a83e53a7fad65d731dc7a2a2d50aa48f43850407c59f6a1a306c4201142
-make_check=no # https://github.com/hhatto/autopep8/issues/645
+changelog="https://github.com/hhatto/autopep8/releases"
+distfiles="${PYPI_SITE}/a/autopep8/autopep8-${version}.tar.gz"
+checksum=f9849cdd62108cb739dbcdbfb7fdcc9a30d1b63c4cc3e1c1f893b5360941b61c
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: autopep8: update to 2.0.2.
  2023-03-03 19:12 [PR PATCH] autopep8: update to 2.0.2 icp1994
  2023-03-03 19:17 ` [PR PATCH] [Updated] " icp1994
  2023-03-03 19:20 ` icp1994
@ 2023-03-05  6:15 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-03-05  6:15 UTC (permalink / raw)
  To: ml

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

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

autopep8: update to 2.0.2.
https://github.com/void-linux/void-packages/pull/42572

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] 4+ messages in thread

end of thread, other threads:[~2023-03-05  6:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-03 19:12 [PR PATCH] autopep8: update to 2.0.2 icp1994
2023-03-03 19:17 ` [PR PATCH] [Updated] " icp1994
2023-03-03 19:20 ` icp1994
2023-03-05  6:15 ` [PR PATCH] [Merged]: " classabbyamp

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