Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-pem: update to 20.1.0
@ 2020-10-05 16:32 tkiatd
  2020-10-06  9:05 ` [PR PATCH] [Updated] " tkiatd
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: tkiatd @ 2020-10-05 16:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tkiatd/void-packages python3-pem
https://github.com/void-linux/void-packages/pull/25365

python3-pem: update to 20.1.0


A patch file from https://github.com/void-linux/void-packages/pull/25365.patch is attached

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

From 70b876b56b0c8472179bdd4f4ddf03212a9ce217 Mon Sep 17 00:00:00 2001
From: tkiatd <tkiatd@outlook.com>
Date: Mon, 5 Oct 2020 23:26:59 +0700
Subject: [PATCH] python3-pem: update to 20.1.0

---
 srcpkgs/python3-pem/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pem/template b/srcpkgs/python3-pem/template
index ad51601c006..20782986a93 100644
--- a/srcpkgs/python3-pem/template
+++ b/srcpkgs/python3-pem/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-pem'
 pkgname=python3-pem
-version=19.3.0
+version=20.1.0
 revision=1
 archs=noarch
 wrksrc="pem-${version}"
@@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://pem.readthedocs.io/en/stable/"
 distfiles="${PYPI_SITE}/p/pem/pem-${version}.tar.gz"
-checksum=d10058932ec7b9bbc81c40862275395b9faa287353a9152b642393e7efcdb526
+checksum=2763631a5ffe55f1f21fa34abafdba174a8eeb670d84f66dcfd7a523b44608f6
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] python3-pem: update to 20.1.0
  2020-10-05 16:32 [PR PATCH] python3-pem: update to 20.1.0 tkiatd
@ 2020-10-06  9:05 ` tkiatd
  2020-10-09 12:19 ` Duncaen
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: tkiatd @ 2020-10-06  9:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tkiatd/void-packages python3-pem
https://github.com/void-linux/void-packages/pull/25365

python3-pem: update to 20.1.0


A patch file from https://github.com/void-linux/void-packages/pull/25365.patch is attached

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

From 70b876b56b0c8472179bdd4f4ddf03212a9ce217 Mon Sep 17 00:00:00 2001
From: tkiatd <tkiatd@outlook.com>
Date: Mon, 5 Oct 2020 23:26:59 +0700
Subject: [PATCH 1/2] python3-pem: update to 20.1.0

---
 srcpkgs/python3-pem/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pem/template b/srcpkgs/python3-pem/template
index ad51601c006..20782986a93 100644
--- a/srcpkgs/python3-pem/template
+++ b/srcpkgs/python3-pem/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-pem'
 pkgname=python3-pem
-version=19.3.0
+version=20.1.0
 revision=1
 archs=noarch
 wrksrc="pem-${version}"
@@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://pem.readthedocs.io/en/stable/"
 distfiles="${PYPI_SITE}/p/pem/pem-${version}.tar.gz"
-checksum=d10058932ec7b9bbc81c40862275395b9faa287353a9152b642393e7efcdb526
+checksum=2763631a5ffe55f1f21fa34abafdba174a8eeb670d84f66dcfd7a523b44608f6
 
 post_install() {
 	vlicense LICENSE

From 901c942222216e6b5b0883f750d8ec73e8642412 Mon Sep 17 00:00:00 2001
From: tkiatd <tkiatd@outlook.com>
Date: Tue, 6 Oct 2020 16:00:51 +0700
Subject: [PATCH 2/2] travis CI failed: so I remove deprecated noarch and do
 not set pycompile_module

---
 srcpkgs/python3-pem/template | 2 --
 1 file changed, 2 deletions(-)

diff --git a/srcpkgs/python3-pem/template b/srcpkgs/python3-pem/template
index 20782986a93..9622282b836 100644
--- a/srcpkgs/python3-pem/template
+++ b/srcpkgs/python3-pem/template
@@ -2,10 +2,8 @@
 pkgname=python3-pem
 version=20.1.0
 revision=1
-archs=noarch
 wrksrc="pem-${version}"
 build_style=python3-module
-pycompile_module="pem"
 hostmakedepends="python3-setuptools"
 depends="python3"
 short_desc="Easy PEM file parsing in Python3"

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

* Re: python3-pem: update to 20.1.0
  2020-10-05 16:32 [PR PATCH] python3-pem: update to 20.1.0 tkiatd
  2020-10-06  9:05 ` [PR PATCH] [Updated] " tkiatd
@ 2020-10-09 12:19 ` Duncaen
  2020-10-10 11:27 ` [PR PATCH] [Updated] " tkiatd
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Duncaen @ 2020-10-09 12:19 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/25365#issuecomment-706148081

Comment:
Please squash the commits.

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

* Re: [PR PATCH] [Updated] python3-pem: update to 20.1.0
  2020-10-05 16:32 [PR PATCH] python3-pem: update to 20.1.0 tkiatd
  2020-10-06  9:05 ` [PR PATCH] [Updated] " tkiatd
  2020-10-09 12:19 ` Duncaen
@ 2020-10-10 11:27 ` tkiatd
  2020-10-10 12:04 ` tkiatd
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: tkiatd @ 2020-10-10 11:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tkiatd/void-packages python3-pem
https://github.com/void-linux/void-packages/pull/25365

python3-pem: update to 20.1.0


A patch file from https://github.com/void-linux/void-packages/pull/25365.patch is attached

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

From 35f8ff53a17f75c415c305af4961d5366e92becb Mon Sep 17 00:00:00 2001
From: tkiatd <tkiatd@outlook.com>
Date: Mon, 5 Oct 2020 23:26:59 +0700
Subject: [PATCH] python3-pem: update to 20.1.0

travis CI failed: so I remove deprecated noarch and do not set pycompile_module
---
 srcpkgs/python3-pem/template | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-pem/template b/srcpkgs/python3-pem/template
index ad51601c006..9622282b836 100644
--- a/srcpkgs/python3-pem/template
+++ b/srcpkgs/python3-pem/template
@@ -1,11 +1,9 @@
 # Template file for 'python3-pem'
 pkgname=python3-pem
-version=19.3.0
+version=20.1.0
 revision=1
-archs=noarch
 wrksrc="pem-${version}"
 build_style=python3-module
-pycompile_module="pem"
 hostmakedepends="python3-setuptools"
 depends="python3"
 short_desc="Easy PEM file parsing in Python3"
@@ -13,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://pem.readthedocs.io/en/stable/"
 distfiles="${PYPI_SITE}/p/pem/pem-${version}.tar.gz"
-checksum=d10058932ec7b9bbc81c40862275395b9faa287353a9152b642393e7efcdb526
+checksum=2763631a5ffe55f1f21fa34abafdba174a8eeb670d84f66dcfd7a523b44608f6
 
 post_install() {
 	vlicense LICENSE

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

* Re: python3-pem: update to 20.1.0
  2020-10-05 16:32 [PR PATCH] python3-pem: update to 20.1.0 tkiatd
                   ` (2 preceding siblings ...)
  2020-10-10 11:27 ` [PR PATCH] [Updated] " tkiatd
@ 2020-10-10 12:04 ` tkiatd
  2020-10-15  5:58 ` ericonr
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: tkiatd @ 2020-10-10 12:04 UTC (permalink / raw)
  To: ml

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

New comment by tkiatd on void-packages repository

https://github.com/void-linux/void-packages/pull/25365#issuecomment-706538649

Comment:
> Please squash the commits.

Done!

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

* Re: python3-pem: update to 20.1.0
  2020-10-05 16:32 [PR PATCH] python3-pem: update to 20.1.0 tkiatd
                   ` (3 preceding siblings ...)
  2020-10-10 12:04 ` tkiatd
@ 2020-10-15  5:58 ` ericonr
  2020-10-15  5:59 ` ericonr
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2020-10-15  5:58 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25365#issuecomment-708917188

Comment:
Please rebase the branch.

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

* Re: python3-pem: update to 20.1.0
  2020-10-05 16:32 [PR PATCH] python3-pem: update to 20.1.0 tkiatd
                   ` (4 preceding siblings ...)
  2020-10-15  5:58 ` ericonr
@ 2020-10-15  5:59 ` ericonr
  2020-10-15 12:15 ` [PR PATCH] [Updated] " tkiatd
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2020-10-15  5:59 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25365#issuecomment-708917188

Comment:
Please rebase the branch to fix the conflicts.

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

* Re: [PR PATCH] [Updated] python3-pem: update to 20.1.0
  2020-10-05 16:32 [PR PATCH] python3-pem: update to 20.1.0 tkiatd
                   ` (5 preceding siblings ...)
  2020-10-15  5:59 ` ericonr
@ 2020-10-15 12:15 ` tkiatd
  2020-10-15 12:24 ` tkiatd
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: tkiatd @ 2020-10-15 12:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tkiatd/void-packages python3-pem
https://github.com/void-linux/void-packages/pull/25365

python3-pem: update to 20.1.0


A patch file from https://github.com/void-linux/void-packages/pull/25365.patch is attached

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

From 35f8ff53a17f75c415c305af4961d5366e92becb Mon Sep 17 00:00:00 2001
From: tkiatd <tkiatd@outlook.com>
Date: Mon, 5 Oct 2020 23:26:59 +0700
Subject: [PATCH] python3-pem: update to 20.1.0

travis CI failed: so I remove deprecated noarch and do not set pycompile_module
---
 srcpkgs/python3-pem/template | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-pem/template b/srcpkgs/python3-pem/template
index ad51601c006..9622282b836 100644
--- a/srcpkgs/python3-pem/template
+++ b/srcpkgs/python3-pem/template
@@ -1,11 +1,9 @@
 # Template file for 'python3-pem'
 pkgname=python3-pem
-version=19.3.0
+version=20.1.0
 revision=1
-archs=noarch
 wrksrc="pem-${version}"
 build_style=python3-module
-pycompile_module="pem"
 hostmakedepends="python3-setuptools"
 depends="python3"
 short_desc="Easy PEM file parsing in Python3"
@@ -13,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://pem.readthedocs.io/en/stable/"
 distfiles="${PYPI_SITE}/p/pem/pem-${version}.tar.gz"
-checksum=d10058932ec7b9bbc81c40862275395b9faa287353a9152b642393e7efcdb526
+checksum=2763631a5ffe55f1f21fa34abafdba174a8eeb670d84f66dcfd7a523b44608f6
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] python3-pem: update to 20.1.0
  2020-10-05 16:32 [PR PATCH] python3-pem: update to 20.1.0 tkiatd
                   ` (6 preceding siblings ...)
  2020-10-15 12:15 ` [PR PATCH] [Updated] " tkiatd
@ 2020-10-15 12:24 ` tkiatd
  2020-10-15 13:52 ` tkiatd
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: tkiatd @ 2020-10-15 12:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tkiatd/void-packages python3-pem
https://github.com/void-linux/void-packages/pull/25365

python3-pem: update to 20.1.0


A patch file from https://github.com/void-linux/void-packages/pull/25365.patch is attached

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

From 35f8ff53a17f75c415c305af4961d5366e92becb Mon Sep 17 00:00:00 2001
From: tkiatd <tkiatd@outlook.com>
Date: Mon, 5 Oct 2020 23:26:59 +0700
Subject: [PATCH] python3-pem: update to 20.1.0

travis CI failed: so I remove deprecated noarch and do not set pycompile_module
---
 srcpkgs/python3-pem/template | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-pem/template b/srcpkgs/python3-pem/template
index ad51601c006..9622282b836 100644
--- a/srcpkgs/python3-pem/template
+++ b/srcpkgs/python3-pem/template
@@ -1,11 +1,9 @@
 # Template file for 'python3-pem'
 pkgname=python3-pem
-version=19.3.0
+version=20.1.0
 revision=1
-archs=noarch
 wrksrc="pem-${version}"
 build_style=python3-module
-pycompile_module="pem"
 hostmakedepends="python3-setuptools"
 depends="python3"
 short_desc="Easy PEM file parsing in Python3"
@@ -13,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://pem.readthedocs.io/en/stable/"
 distfiles="${PYPI_SITE}/p/pem/pem-${version}.tar.gz"
-checksum=d10058932ec7b9bbc81c40862275395b9faa287353a9152b642393e7efcdb526
+checksum=2763631a5ffe55f1f21fa34abafdba174a8eeb670d84f66dcfd7a523b44608f6
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] python3-pem: update to 20.1.0
  2020-10-05 16:32 [PR PATCH] python3-pem: update to 20.1.0 tkiatd
                   ` (7 preceding siblings ...)
  2020-10-15 12:24 ` tkiatd
@ 2020-10-15 13:52 ` tkiatd
  2020-10-15 13:58 ` tkiatd
  2020-10-15 16:39 ` [PR PATCH] [Merged]: " ericonr
  10 siblings, 0 replies; 12+ messages in thread
From: tkiatd @ 2020-10-15 13:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tkiatd/void-packages python3-pem
https://github.com/void-linux/void-packages/pull/25365

python3-pem: update to 20.1.0


A patch file from https://github.com/void-linux/void-packages/pull/25365.patch is attached

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

From ad0e48d7ab967b9d76d0b26e430f37e9247ef3b2 Mon Sep 17 00:00:00 2001
From: tkiatd <tkiatd@outlook.com>
Date: Mon, 5 Oct 2020 23:26:59 +0700
Subject: [PATCH] python3-pem: update to 20.1.0

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

diff --git a/srcpkgs/python3-pem/template b/srcpkgs/python3-pem/template
index 6682e156dc2..9622282b836 100644
--- a/srcpkgs/python3-pem/template
+++ b/srcpkgs/python3-pem/template
@@ -1,10 +1,9 @@
 # Template file for 'python3-pem'
 pkgname=python3-pem
-version=19.3.0
-revision=2
+version=20.1.0
+revision=1
 wrksrc="pem-${version}"
 build_style=python3-module
-pycompile_module="pem"
 hostmakedepends="python3-setuptools"
 depends="python3"
 short_desc="Easy PEM file parsing in Python3"
@@ -12,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://pem.readthedocs.io/en/stable/"
 distfiles="${PYPI_SITE}/p/pem/pem-${version}.tar.gz"
-checksum=d10058932ec7b9bbc81c40862275395b9faa287353a9152b642393e7efcdb526
+checksum=2763631a5ffe55f1f21fa34abafdba174a8eeb670d84f66dcfd7a523b44608f6
 
 post_install() {
 	vlicense LICENSE

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

* Re: python3-pem: update to 20.1.0
  2020-10-05 16:32 [PR PATCH] python3-pem: update to 20.1.0 tkiatd
                   ` (8 preceding siblings ...)
  2020-10-15 13:52 ` tkiatd
@ 2020-10-15 13:58 ` tkiatd
  2020-10-15 16:39 ` [PR PATCH] [Merged]: " ericonr
  10 siblings, 0 replies; 12+ messages in thread
From: tkiatd @ 2020-10-15 13:58 UTC (permalink / raw)
  To: ml

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

New comment by tkiatd on void-packages repository

https://github.com/void-linux/void-packages/pull/25365#issuecomment-709343908

Comment:
> Please rebase the branch to fix the conflicts.

Done!

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

* Re: [PR PATCH] [Merged]: python3-pem: update to 20.1.0
  2020-10-05 16:32 [PR PATCH] python3-pem: update to 20.1.0 tkiatd
                   ` (9 preceding siblings ...)
  2020-10-15 13:58 ` tkiatd
@ 2020-10-15 16:39 ` ericonr
  10 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2020-10-15 16:39 UTC (permalink / raw)
  To: ml

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

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

python3-pem: update to 20.1.0
https://github.com/void-linux/void-packages/pull/25365

Description:


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

end of thread, other threads:[~2020-10-15 16:39 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-05 16:32 [PR PATCH] python3-pem: update to 20.1.0 tkiatd
2020-10-06  9:05 ` [PR PATCH] [Updated] " tkiatd
2020-10-09 12:19 ` Duncaen
2020-10-10 11:27 ` [PR PATCH] [Updated] " tkiatd
2020-10-10 12:04 ` tkiatd
2020-10-15  5:58 ` ericonr
2020-10-15  5:59 ` ericonr
2020-10-15 12:15 ` [PR PATCH] [Updated] " tkiatd
2020-10-15 12:24 ` tkiatd
2020-10-15 13:52 ` tkiatd
2020-10-15 13:58 ` tkiatd
2020-10-15 16:39 ` [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).