Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-resolvelib: update to 0.8.1.
@ 2021-10-12 16:48 jcgruenhage
  2021-10-12 18:25 ` [PR REVIEW] " ericonr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: jcgruenhage @ 2021-10-12 16:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages python3-resolvelib-0.8.1_1
https://github.com/void-linux/void-packages/pull/33504

python3-resolvelib: update to 0.8.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/33504.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-resolvelib-0.8.1_1-33504.patch --]
[-- Type: text/x-diff, Size: 1258 bytes --]

From da72773cd8df3927f605a5d892161d9e11ddf592 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Tue, 12 Oct 2021 18:46:45 +0200
Subject: [PATCH] python3-resolvelib: update to 0.8.1.

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

diff --git a/srcpkgs/python3-resolvelib/template b/srcpkgs/python3-resolvelib/template
index b77554c03270..63c85ed31f96 100644
--- a/srcpkgs/python3-resolvelib/template
+++ b/srcpkgs/python3-resolvelib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-resolvelib'
 pkgname=python3-resolvelib
-version=0.7.1
-revision=2
+version=0.8.1
+revision=1
 wrksrc="${pkgname/python3-/}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -11,7 +11,7 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="ISC"
 homepage="https://github.com/sarugaku/resolvelib"
 distfiles="https://github.com/sarugaku/resolvelib/archive/refs/tags/${version}.tar.gz"
-checksum=fe09a918c04172656e5edc33ca62166ff7e557d8c22e0bf60cc9981220ac51cf
+checksum=f400ebd5e60361b3b328241f4aded5a0f7665e46a83c374fea86d874cff0ffd5
 # Check depends on unpackaged python modules
 make_check=no
 

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

* Re: [PR REVIEW] python3-resolvelib: update to 0.8.1.
  2021-10-12 16:48 [PR PATCH] python3-resolvelib: update to 0.8.1 jcgruenhage
@ 2021-10-12 18:25 ` ericonr
  2021-10-13  9:17 ` [PR PATCH] [Updated] " jcgruenhage
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-10-12 18:25 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/33504#discussion_r727389484

Comment:
Please add changelog https://raw.githubusercontent.com/sarugaku/resolvelib/master/CHANGELOG.rst

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

* Re: [PR PATCH] [Updated] python3-resolvelib: update to 0.8.1.
  2021-10-12 16:48 [PR PATCH] python3-resolvelib: update to 0.8.1 jcgruenhage
  2021-10-12 18:25 ` [PR REVIEW] " ericonr
@ 2021-10-13  9:17 ` jcgruenhage
  2021-10-13  9:17 ` [PR REVIEW] " jcgruenhage
  2021-10-13 18:42 ` [PR PATCH] [Merged]: " ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: jcgruenhage @ 2021-10-13  9:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages python3-resolvelib-0.8.1_1
https://github.com/void-linux/void-packages/pull/33504

python3-resolvelib: update to 0.8.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/33504.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-resolvelib-0.8.1_1-33504.patch --]
[-- Type: text/x-diff, Size: 1410 bytes --]

From 072847a9e3d43971c50c41c890ea3e817c1de8c5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Tue, 12 Oct 2021 18:46:45 +0200
Subject: [PATCH] python3-resolvelib: update to 0.8.1.

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

diff --git a/srcpkgs/python3-resolvelib/template b/srcpkgs/python3-resolvelib/template
index b77554c03270..9223fe4c5259 100644
--- a/srcpkgs/python3-resolvelib/template
+++ b/srcpkgs/python3-resolvelib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-resolvelib'
 pkgname=python3-resolvelib
-version=0.7.1
-revision=2
+version=0.8.1
+revision=1
 wrksrc="${pkgname/python3-/}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -10,8 +10,9 @@ short_desc="Resolve abstract dependencies into concrete ones"
 maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="ISC"
 homepage="https://github.com/sarugaku/resolvelib"
+changelog="https://raw.githubusercontent.com/sarugaku/resolvelib/master/CHANGELOG.rst"
 distfiles="https://github.com/sarugaku/resolvelib/archive/refs/tags/${version}.tar.gz"
-checksum=fe09a918c04172656e5edc33ca62166ff7e557d8c22e0bf60cc9981220ac51cf
+checksum=f400ebd5e60361b3b328241f4aded5a0f7665e46a83c374fea86d874cff0ffd5
 # Check depends on unpackaged python modules
 make_check=no
 

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

* Re: [PR REVIEW] python3-resolvelib: update to 0.8.1.
  2021-10-12 16:48 [PR PATCH] python3-resolvelib: update to 0.8.1 jcgruenhage
  2021-10-12 18:25 ` [PR REVIEW] " ericonr
  2021-10-13  9:17 ` [PR PATCH] [Updated] " jcgruenhage
@ 2021-10-13  9:17 ` jcgruenhage
  2021-10-13 18:42 ` [PR PATCH] [Merged]: " ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: jcgruenhage @ 2021-10-13  9:17 UTC (permalink / raw)
  To: ml

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

New review comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/33504#discussion_r727865500

Comment:
Does this look better now?

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

* Re: [PR PATCH] [Merged]: python3-resolvelib: update to 0.8.1.
  2021-10-12 16:48 [PR PATCH] python3-resolvelib: update to 0.8.1 jcgruenhage
                   ` (2 preceding siblings ...)
  2021-10-13  9:17 ` [PR REVIEW] " jcgruenhage
@ 2021-10-13 18:42 ` ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2021-10-13 18:42 UTC (permalink / raw)
  To: ml

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

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

python3-resolvelib: update to 0.8.1.
https://github.com/void-linux/void-packages/pull/33504

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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-12 16:48 [PR PATCH] python3-resolvelib: update to 0.8.1 jcgruenhage
2021-10-12 18:25 ` [PR REVIEW] " ericonr
2021-10-13  9:17 ` [PR PATCH] [Updated] " jcgruenhage
2021-10-13  9:17 ` [PR REVIEW] " jcgruenhage
2021-10-13 18:42 ` [PR PATCH] [Merged]: " ahesford

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