Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-proselint: update to 0.12.0.
@ 2021-10-22 22:53 kkga
  2021-10-24  1:02 ` ericonr
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: kkga @ 2021-10-22 22:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kkga/void-packages update-proselint
https://github.com/void-linux/void-packages/pull/33705

python3-proselint: update to 0.12.0.
<!-- 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/33705.patch is attached

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

From a13bcd2737c6b25b6e360271087e61ea8148c2cd Mon Sep 17 00:00:00 2001
From: Gadzhi Kharkharov <me@kkga.me>
Date: Sat, 23 Oct 2021 01:49:47 +0300
Subject: [PATCH] python3-proselint: update to 0.12.0.

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

diff --git a/srcpkgs/python3-proselint/template b/srcpkgs/python3-proselint/template
index 2ad63eba5c31..b686a2807b1f 100644
--- a/srcpkgs/python3-proselint/template
+++ b/srcpkgs/python3-proselint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-proselint'
 pkgname=python3-proselint
-version=0.10.2
-revision=5
+version=0.12.0
+revision=1
 wrksrc="proselint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,7 +12,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/amperser/proselint"
 changelog="https://raw.githubusercontent.com/amperser/proselint/master/CHANGELOG.md"
 distfiles="${PYPI_SITE}/p/proselint/proselint-${version}.tar.gz"
-checksum=3a87eb393056d1bc77d898e4bcf8998f50e9ad84f7b9ff7cf2720509ac8ef904
+checksum=2a98d9c14382d94ed9122a6c0b0657a814cd5c892c77d9477309fc99f86592e6
 conflicts="python-proselint>=0"
 
 post_install() {

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

* Re: python3-proselint: update to 0.12.0.
  2021-10-22 22:53 [PR PATCH] python3-proselint: update to 0.12.0 kkga
@ 2021-10-24  1:02 ` ericonr
  2021-10-24  7:21 ` [PR PATCH] [Updated] " kkga
  2021-10-24 17:57 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-10-24  1:02 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/33705#issuecomment-950240768

Comment:
Can you try adding `checkdepends="$depends python3-pytest"`

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

* Re: [PR PATCH] [Updated] python3-proselint: update to 0.12.0.
  2021-10-22 22:53 [PR PATCH] python3-proselint: update to 0.12.0 kkga
  2021-10-24  1:02 ` ericonr
@ 2021-10-24  7:21 ` kkga
  2021-10-24 17:57 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: kkga @ 2021-10-24  7:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kkga/void-packages update-proselint
https://github.com/void-linux/void-packages/pull/33705

python3-proselint: update to 0.12.0.
<!-- 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/33705.patch is attached

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

From 4e9f6247f70e5c3013ade19d1e13207904f07a28 Mon Sep 17 00:00:00 2001
From: Gadzhi Kharkharov <me@kkga.me>
Date: Sat, 23 Oct 2021 01:49:47 +0300
Subject: [PATCH] python3-proselint: update to 0.12.0.

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

diff --git a/srcpkgs/python3-proselint/template b/srcpkgs/python3-proselint/template
index 2ad63eba5c31..57695420e851 100644
--- a/srcpkgs/python3-proselint/template
+++ b/srcpkgs/python3-proselint/template
@@ -1,18 +1,19 @@
 # Template file for 'python3-proselint'
 pkgname=python3-proselint
-version=0.10.2
-revision=5
+version=0.12.0
+revision=1
 wrksrc="proselint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-click python3-future python3-six"
+checkdepends="$depends python3-pytest"
 short_desc="Linter for prose (Python3)"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://github.com/amperser/proselint"
 changelog="https://raw.githubusercontent.com/amperser/proselint/master/CHANGELOG.md"
 distfiles="${PYPI_SITE}/p/proselint/proselint-${version}.tar.gz"
-checksum=3a87eb393056d1bc77d898e4bcf8998f50e9ad84f7b9ff7cf2720509ac8ef904
+checksum=2a98d9c14382d94ed9122a6c0b0657a814cd5c892c77d9477309fc99f86592e6
 conflicts="python-proselint>=0"
 
 post_install() {

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

* Re: [PR PATCH] [Merged]: python3-proselint: update to 0.12.0.
  2021-10-22 22:53 [PR PATCH] python3-proselint: update to 0.12.0 kkga
  2021-10-24  1:02 ` ericonr
  2021-10-24  7:21 ` [PR PATCH] [Updated] " kkga
@ 2021-10-24 17:57 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-10-24 17:57 UTC (permalink / raw)
  To: ml

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

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

python3-proselint: update to 0.12.0.
https://github.com/void-linux/void-packages/pull/33705

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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-22 22:53 [PR PATCH] python3-proselint: update to 0.12.0 kkga
2021-10-24  1:02 ` ericonr
2021-10-24  7:21 ` [PR PATCH] [Updated] " kkga
2021-10-24 17:57 ` [PR PATCH] [Merged]: " ericonr

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