Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-PGPy: update to 0.6.0.
@ 2023-02-06  9:23 Eloitor
  2023-02-08 16:44 ` [PR REVIEW] " ahesford
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Eloitor @ 2023-02-06  9:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages PGPy
https://github.com/void-linux/void-packages/pull/42106

python3-PGPy: update to 0.6.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

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

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

From 882882db27c4cceddaafe3a5ebf9e19fb11cfe70 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Mon, 6 Feb 2023 10:31:09 +0100
Subject: [PATCH] python3-PGPy: update to 0.6.0.

---
 srcpkgs/python3-PGPy/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-PGPy/template b/srcpkgs/python3-PGPy/template
index 5268c19777ad..ccc58e393921 100644
--- a/srcpkgs/python3-PGPy/template
+++ b/srcpkgs/python3-PGPy/template
@@ -1,18 +1,17 @@
 # Template file for 'python3-PGPy'
 pkgname=python3-PGPy
-version=0.5.4
-revision=2
+version=0.6.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-wheel"
 depends="python3-cryptography python3-pyasn1 python3-six"
+checkdepends="tox python3-cryptography python3-six python3-pyasn1 python3-progressbar"
 short_desc="Pretty Good Privacy for Python"
 maintainer="Anjandev Momi <anjan@momi.ca>"
 license="BSD-3-Clause"
 homepage="https://github.com/SecurityInnovation/PGPy"
 distfiles="https://github.com/SecurityInnovation/PGPy/archive/v${version}.tar.gz"
-checksum=beb2e7745ddebf85a24239aa681fa83a9ab8f8867d7ac55351fb0732279ac4fa
-# requires progressbar
-make_check=no
+checksum=33028fc2c47718a9215311bb22d6fed042074afbc91bf4e9764fdf0df54fc2b3
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR REVIEW] python3-PGPy: update to 0.6.0.
  2023-02-06  9:23 [PR PATCH] python3-PGPy: update to 0.6.0 Eloitor
@ 2023-02-08 16:44 ` ahesford
  2023-02-09  8:46 ` [PR PATCH] [Updated] " Eloitor
  2023-02-09 11:19 ` [PR PATCH] [Merged]: " ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2023-02-08 16:44 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/42106#discussion_r1100407198

Comment:
```suggestion
checkdepends="python3-pytest python3-progressbar $depends"
```
Tox is no good because it fetches packages in a virtualenv rather than using packages that we've built for Void.

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

* Re: [PR PATCH] [Updated] python3-PGPy: update to 0.6.0.
  2023-02-06  9:23 [PR PATCH] python3-PGPy: update to 0.6.0 Eloitor
  2023-02-08 16:44 ` [PR REVIEW] " ahesford
@ 2023-02-09  8:46 ` Eloitor
  2023-02-09 11:19 ` [PR PATCH] [Merged]: " ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: Eloitor @ 2023-02-09  8:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages PGPy
https://github.com/void-linux/void-packages/pull/42106

python3-PGPy: update to 0.6.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

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

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

From b99f3944fc90f541e0e3364d47222602c6c2e9c1 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Mon, 6 Feb 2023 10:31:09 +0100
Subject: [PATCH] python3-PGPy: update to 0.6.0.

---
 srcpkgs/python3-PGPy/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-PGPy/template b/srcpkgs/python3-PGPy/template
index 5268c19777ad..ee059076e373 100644
--- a/srcpkgs/python3-PGPy/template
+++ b/srcpkgs/python3-PGPy/template
@@ -1,18 +1,17 @@
 # Template file for 'python3-PGPy'
 pkgname=python3-PGPy
-version=0.5.4
-revision=2
+version=0.6.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-wheel"
 depends="python3-cryptography python3-pyasn1 python3-six"
+checkdepends="python3-pytest python3-progressbar $depends"
 short_desc="Pretty Good Privacy for Python"
 maintainer="Anjandev Momi <anjan@momi.ca>"
 license="BSD-3-Clause"
 homepage="https://github.com/SecurityInnovation/PGPy"
 distfiles="https://github.com/SecurityInnovation/PGPy/archive/v${version}.tar.gz"
-checksum=beb2e7745ddebf85a24239aa681fa83a9ab8f8867d7ac55351fb0732279ac4fa
-# requires progressbar
-make_check=no
+checksum=33028fc2c47718a9215311bb22d6fed042074afbc91bf4e9764fdf0df54fc2b3
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: python3-PGPy: update to 0.6.0.
  2023-02-06  9:23 [PR PATCH] python3-PGPy: update to 0.6.0 Eloitor
  2023-02-08 16:44 ` [PR REVIEW] " ahesford
  2023-02-09  8:46 ` [PR PATCH] [Updated] " Eloitor
@ 2023-02-09 11:19 ` ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2023-02-09 11:19 UTC (permalink / raw)
  To: ml

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

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

python3-PGPy: update to 0.6.0.
https://github.com/void-linux/void-packages/pull/42106

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

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

end of thread, other threads:[~2023-02-09 11:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-06  9:23 [PR PATCH] python3-PGPy: update to 0.6.0 Eloitor
2023-02-08 16:44 ` [PR REVIEW] " ahesford
2023-02-09  8:46 ` [PR PATCH] [Updated] " Eloitor
2023-02-09 11:19 ` [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).