Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-pynacl: update to 1.5.0
@ 2022-10-20 23:25 aurieh
  2022-10-20 23:41 ` [PR REVIEW] " paper42
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: aurieh @ 2022-10-20 23:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/aurieh/void-packages python3-pynacl-1.5.0
https://github.com/void-linux/void-packages/pull/40066

python3-pynacl: update to 1.5.0
[Changelog](https://github.com/pyca/pynacl/blob/main/CHANGELOG.rst#150-2022-01-07): no breaking changes relevant to Void.

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

#### 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/40066.patch is attached

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

From b4204b6ae22c311a88f74560a3dda309d89afa96 Mon Sep 17 00:00:00 2001
From: Auri <me@aurieh.me>
Date: Thu, 20 Oct 2022 23:10:21 +0000
Subject: [PATCH] python3-pynacl: update to 1.5.0

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

diff --git a/srcpkgs/python3-pynacl/template b/srcpkgs/python3-pynacl/template
index 1ad1ea06883f..cc75a1b1958d 100644
--- a/srcpkgs/python3-pynacl/template
+++ b/srcpkgs/python3-pynacl/template
@@ -1,20 +1,20 @@
 # Template file for 'python3-pynacl'
 pkgname=python3-pynacl
-version=1.4.0
-revision=2
+version=1.5.0
+revision=1
 wrksrc="PyNaCl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi python3-wheel"
 makedepends="python3-devel python3-cffi libsodium-devel"
 depends="python3-cffi python3-six"
-checkdepends="${depends}"
+checkdepends="${depends} python3-pytest python3-hypothesis"
 short_desc="Python3 binding to the Networking and Cryptography (NaCl) library"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/pyca/pynacl/"
 changelog="https://raw.githubusercontent.com/pyca/pynacl/master/CHANGELOG.rst"
 distfiles="${PYPI_SITE}/P/PyNaCl/PyNaCl-${version}.tar.gz"
-checksum=54e9a2c849c742006516ad56a88f5c74bf2ce92c9f67435187c3c5953b346505
+checksum=8ac7448f09ab85811607bdd21ec2464495ac8b7c66d146bf545b0f08fb9220ba
 
 export SODIUM_INSTALL=system
 

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

* Re: [PR REVIEW] python3-pynacl: update to 1.5.0
  2022-10-20 23:25 [PR PATCH] python3-pynacl: update to 1.5.0 aurieh
@ 2022-10-20 23:41 ` paper42
  2022-10-20 23:44 ` aurieh
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-10-20 23:41 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/40066#discussion_r1001221198

Comment:
Is six still required?

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

* Re: [PR REVIEW] python3-pynacl: update to 1.5.0
  2022-10-20 23:25 [PR PATCH] python3-pynacl: update to 1.5.0 aurieh
  2022-10-20 23:41 ` [PR REVIEW] " paper42
@ 2022-10-20 23:44 ` aurieh
  2022-10-20 23:45 ` [PR PATCH] [Updated] " aurieh
  2022-10-23  1:16 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: aurieh @ 2022-10-20 23:44 UTC (permalink / raw)
  To: ml

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

New review comment by aurieh on void-packages repository

https://github.com/void-linux/void-packages/pull/40066#discussion_r1001222209

Comment:
Indeed it is not, good catch.

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

* Re: [PR PATCH] [Updated] python3-pynacl: update to 1.5.0
  2022-10-20 23:25 [PR PATCH] python3-pynacl: update to 1.5.0 aurieh
  2022-10-20 23:41 ` [PR REVIEW] " paper42
  2022-10-20 23:44 ` aurieh
@ 2022-10-20 23:45 ` aurieh
  2022-10-23  1:16 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: aurieh @ 2022-10-20 23:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/aurieh/void-packages python3-pynacl-1.5.0
https://github.com/void-linux/void-packages/pull/40066

python3-pynacl: update to 1.5.0
[Changelog](https://github.com/pyca/pynacl/blob/main/CHANGELOG.rst#150-2022-01-07): no breaking changes relevant to Void.

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

#### 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/40066.patch is attached

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

From 4e110e4bc285667f3b3af2fea2c1926f251100c1 Mon Sep 17 00:00:00 2001
From: Auri <me@aurieh.me>
Date: Thu, 20 Oct 2022 23:10:21 +0000
Subject: [PATCH] python3-pynacl: update to 1.5.0

---
 srcpkgs/python3-pynacl/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-pynacl/template b/srcpkgs/python3-pynacl/template
index 1ad1ea06883f..9e2841761822 100644
--- a/srcpkgs/python3-pynacl/template
+++ b/srcpkgs/python3-pynacl/template
@@ -1,20 +1,20 @@
 # Template file for 'python3-pynacl'
 pkgname=python3-pynacl
-version=1.4.0
-revision=2
+version=1.5.0
+revision=1
 wrksrc="PyNaCl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi python3-wheel"
 makedepends="python3-devel python3-cffi libsodium-devel"
-depends="python3-cffi python3-six"
-checkdepends="${depends}"
+depends="python3-cffi"
+checkdepends="${depends} python3-pytest python3-hypothesis"
 short_desc="Python3 binding to the Networking and Cryptography (NaCl) library"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/pyca/pynacl/"
 changelog="https://raw.githubusercontent.com/pyca/pynacl/master/CHANGELOG.rst"
 distfiles="${PYPI_SITE}/P/PyNaCl/PyNaCl-${version}.tar.gz"
-checksum=54e9a2c849c742006516ad56a88f5c74bf2ce92c9f67435187c3c5953b346505
+checksum=8ac7448f09ab85811607bdd21ec2464495ac8b7c66d146bf545b0f08fb9220ba
 
 export SODIUM_INSTALL=system
 

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

* Re: [PR PATCH] [Merged]: python3-pynacl: update to 1.5.0
  2022-10-20 23:25 [PR PATCH] python3-pynacl: update to 1.5.0 aurieh
                   ` (2 preceding siblings ...)
  2022-10-20 23:45 ` [PR PATCH] [Updated] " aurieh
@ 2022-10-23  1:16 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-10-23  1:16 UTC (permalink / raw)
  To: ml

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

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

python3-pynacl: update to 1.5.0
https://github.com/void-linux/void-packages/pull/40066

Description:
[Changelog](https://github.com/pyca/pynacl/blob/main/CHANGELOG.rst#150-2022-01-07): no breaking changes relevant to Void.

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

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


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

end of thread, other threads:[~2022-10-23  1:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-20 23:25 [PR PATCH] python3-pynacl: update to 1.5.0 aurieh
2022-10-20 23:41 ` [PR REVIEW] " paper42
2022-10-20 23:44 ` aurieh
2022-10-20 23:45 ` [PR PATCH] [Updated] " aurieh
2022-10-23  1:16 ` [PR PATCH] [Merged]: " classabbyamp

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