Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-poetry-core: update to 1.0.7
@ 2021-12-16 21:25 kwshi
  2021-12-17  9:17 ` [PR PATCH] [Updated] " kwshi
  2021-12-19  4:05 ` [PR PATCH] [Merged]: " ericonr
  0 siblings, 2 replies; 3+ messages in thread
From: kwshi @ 2021-12-16 21:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kwshi/void-packages python3-poetry-core-1.0.7
https://github.com/void-linux/void-packages/pull/34576

python3-poetry-core: update to 1.0.7
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- 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/34576.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-poetry-core-1.0.7-34576.patch --]
[-- Type: text/x-diff, Size: 1170 bytes --]

From 6b0e3977b47d1cf9dbf72a887bd655e87bda2718 Mon Sep 17 00:00:00 2001
From: Kye Shi <shi.kye@gmail.com>
Date: Mon, 6 Dec 2021 22:30:22 -0800
Subject: [PATCH] python3-poetry-core: update to 1.0.7

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

diff --git a/srcpkgs/python3-poetry-core/template b/srcpkgs/python3-poetry-core/template
index 9de34cbab254..a657d7130146 100644
--- a/srcpkgs/python3-poetry-core/template
+++ b/srcpkgs/python3-poetry-core/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-poetry-core'
 pkgname=python3-poetry-core
-version=1.0.3
-revision=2
+version=1.0.7
+revision=1
 wrksrc="poetry-core-${version}"
 build_style="python3-module"
 make_install_target="poetry_core-${version}-*-*-*.whl"
@@ -12,7 +12,7 @@ maintainer="Kye Shi <shi.kye@gmail.com>"
 license="MIT"
 homepage="https://github.com/python-poetry/poetry-core"
 distfiles="${PYPI_SITE}/p/poetry-core/poetry-core-${version}.tar.gz"
-checksum="2315c928249fc3207801a81868b64c66273077b26c8d8da465dccf8f488c90c5"
+checksum="98c11c755a16ef6c5673c22ca94a3802a7df4746a0853a70b6fae8b9f5cac206"
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] python3-poetry-core: update to 1.0.7
  2021-12-16 21:25 [PR PATCH] python3-poetry-core: update to 1.0.7 kwshi
@ 2021-12-17  9:17 ` kwshi
  2021-12-19  4:05 ` [PR PATCH] [Merged]: " ericonr
  1 sibling, 0 replies; 3+ messages in thread
From: kwshi @ 2021-12-17  9:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kwshi/void-packages python3-poetry-core-1.0.7
https://github.com/void-linux/void-packages/pull/34576

python3-poetry-core: update to 1.0.7
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- 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/34576.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-poetry-core-1.0.7-34576.patch --]
[-- Type: text/x-diff, Size: 1170 bytes --]

From abc2a38c8412daac114708c6e02421c8114def32 Mon Sep 17 00:00:00 2001
From: Kye Shi <shi.kye@gmail.com>
Date: Mon, 6 Dec 2021 22:30:22 -0800
Subject: [PATCH] python3-poetry-core: update to 1.0.7

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

diff --git a/srcpkgs/python3-poetry-core/template b/srcpkgs/python3-poetry-core/template
index 9de34cbab254..a657d7130146 100644
--- a/srcpkgs/python3-poetry-core/template
+++ b/srcpkgs/python3-poetry-core/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-poetry-core'
 pkgname=python3-poetry-core
-version=1.0.3
-revision=2
+version=1.0.7
+revision=1
 wrksrc="poetry-core-${version}"
 build_style="python3-module"
 make_install_target="poetry_core-${version}-*-*-*.whl"
@@ -12,7 +12,7 @@ maintainer="Kye Shi <shi.kye@gmail.com>"
 license="MIT"
 homepage="https://github.com/python-poetry/poetry-core"
 distfiles="${PYPI_SITE}/p/poetry-core/poetry-core-${version}.tar.gz"
-checksum="2315c928249fc3207801a81868b64c66273077b26c8d8da465dccf8f488c90c5"
+checksum="98c11c755a16ef6c5673c22ca94a3802a7df4746a0853a70b6fae8b9f5cac206"
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: python3-poetry-core: update to 1.0.7
  2021-12-16 21:25 [PR PATCH] python3-poetry-core: update to 1.0.7 kwshi
  2021-12-17  9:17 ` [PR PATCH] [Updated] " kwshi
@ 2021-12-19  4:05 ` ericonr
  1 sibling, 0 replies; 3+ messages in thread
From: ericonr @ 2021-12-19  4:05 UTC (permalink / raw)
  To: ml

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

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

python3-poetry-core: update to 1.0.7
https://github.com/void-linux/void-packages/pull/34576

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2021-12-19  4:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-16 21:25 [PR PATCH] python3-poetry-core: update to 1.0.7 kwshi
2021-12-17  9:17 ` [PR PATCH] [Updated] " kwshi
2021-12-19  4:05 ` [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).