Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] autopep8: update to 1.5.6.
@ 2021-03-20 15:26 UsernameRandomlyGenerated
  2021-03-20 15:37 ` ericonr
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: UsernameRandomlyGenerated @ 2021-03-20 15:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/UsernameRandomlyGenerated/void-packages autopep156
https://github.com/void-linux/void-packages/pull/29630

autopep8: update to 1.5.6.
<!-- 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?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] 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/29630.patch is attached

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

From fa4d4b4698098a9c69e2a2ed0b10759670f8eed5 Mon Sep 17 00:00:00 2001
From: UsernameRandomlyGenerated <coredavid@tutanota.com>
Date: Sat, 20 Mar 2021 16:26:04 +0100
Subject: [PATCH] autopep8: update to 1.5.6.

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

diff --git a/srcpkgs/autopep8/template b/srcpkgs/autopep8/template
index cf584e77be0d..dc7a234955fd 100644
--- a/srcpkgs/autopep8/template
+++ b/srcpkgs/autopep8/template
@@ -1,16 +1,17 @@
 # Template file for 'autopep8'
 pkgname=autopep8
-version=1.5.4
-revision=2
+version=1.5.6
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pycodestyle python3-toml"
+checkdepends="python3-pycodestyle python3-pytest"
 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=d21d3901cb0da6ebd1e83fc9b0dfbde8b46afc2ede4fe32fbda0c7c6118ca094
+checksum=5454e6e9a3d02aae38f866eec0d9a7de4ab9f93c10a273fb0340f3d6d09f7514
 
 post_install() {
 	vlicense LICENSE

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

* Re: autopep8: update to 1.5.6.
  2021-03-20 15:26 [PR PATCH] autopep8: update to 1.5.6 UsernameRandomlyGenerated
@ 2021-03-20 15:37 ` ericonr
  2021-03-20 15:56 ` UsernameRandomlyGenerated
  2021-03-29 18:42 ` [PR PATCH] [Closed]: " UsernameRandomlyGenerated
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-03-20 15:37 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29630#issuecomment-803381367

Comment:
The release notes mention that they now require pycodestyl>=2.7.

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

* Re: autopep8: update to 1.5.6.
  2021-03-20 15:26 [PR PATCH] autopep8: update to 1.5.6 UsernameRandomlyGenerated
  2021-03-20 15:37 ` ericonr
@ 2021-03-20 15:56 ` UsernameRandomlyGenerated
  2021-03-29 18:42 ` [PR PATCH] [Closed]: " UsernameRandomlyGenerated
  2 siblings, 0 replies; 4+ messages in thread
From: UsernameRandomlyGenerated @ 2021-03-20 15:56 UTC (permalink / raw)
  To: ml

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

New comment by UsernameRandomlyGenerated on void-packages repository

https://github.com/void-linux/void-packages/pull/29630#issuecomment-803386595

Comment:
You're right, I've missed it, I'll create PR with update soon, currently tests are failing and I'm trying to fix it.

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

* Re: [PR PATCH] [Closed]: autopep8: update to 1.5.6.
  2021-03-20 15:26 [PR PATCH] autopep8: update to 1.5.6 UsernameRandomlyGenerated
  2021-03-20 15:37 ` ericonr
  2021-03-20 15:56 ` UsernameRandomlyGenerated
@ 2021-03-29 18:42 ` UsernameRandomlyGenerated
  2 siblings, 0 replies; 4+ messages in thread
From: UsernameRandomlyGenerated @ 2021-03-29 18:42 UTC (permalink / raw)
  To: ml

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

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

autopep8: update to 1.5.6.
https://github.com/void-linux/void-packages/pull/29630

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?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] 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] 4+ messages in thread

end of thread, other threads:[~2021-03-29 18:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-20 15:26 [PR PATCH] autopep8: update to 1.5.6 UsernameRandomlyGenerated
2021-03-20 15:37 ` ericonr
2021-03-20 15:56 ` UsernameRandomlyGenerated
2021-03-29 18:42 ` [PR PATCH] [Closed]: " UsernameRandomlyGenerated

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