Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-crccheck: update to 1.1
@ 2021-12-23  3:12 misuchiru03
  2021-12-23  3:16 ` [PR REVIEW] " abenson
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: misuchiru03 @ 2021-12-23  3:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/misuchiru03/void-packages up_python3-crccheck_1.1
https://github.com/void-linux/void-packages/pull/34672

python3-crccheck: update to 1.1
#### 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
- 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/34672.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-up_python3-crccheck_1.1-34672.patch --]
[-- Type: text/x-diff, Size: 1300 bytes --]

From fe60adc34b3b8221de7e155bf2cf03231406fb39 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+github@gmail.com>
Date: Wed, 22 Dec 2021 21:11:30 -0600
Subject: [PATCH] python3-crccheck: update to 1.1

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

diff --git a/srcpkgs/python3-crccheck/template b/srcpkgs/python3-crccheck/template
index f8088e83e6a2..de4599ead517 100644
--- a/srcpkgs/python3-crccheck/template
+++ b/srcpkgs/python3-crccheck/template
@@ -1,17 +1,18 @@
 # Template file for 'python3-crccheck'
 pkgname=python3-crccheck
-version=1.0
-revision=3
+version=1.1
+revision=1
 wrksrc="crccheck-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
+checkdepends="${depends} python3-wheel python3-pip python3-nose"
 short_desc="Calculation library for CRCs and Checksums"
 maintainer="Alex Childs <misuchiru03+void@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://bitbucket.org/martin_scharrer/crccheck"
 distfiles="${PYPI_SITE}/c/crccheck/crccheck-${version}.tar.gz"
-checksum=17c42dc4f069308ae962b682b2974bdbf2f80ee682c7032a9df44880fca3c9ab
+checksum=45962231cab62b82d05160553eebd9b60ef3ae79dc39527caef52e27f979fa96
 
 post_install() {
 	rm -r ${DESTDIR}/${py3_sitelib}/tests

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

* Re: [PR REVIEW] python3-crccheck: update to 1.1
  2021-12-23  3:12 [PR PATCH] python3-crccheck: update to 1.1 misuchiru03
@ 2021-12-23  3:16 ` abenson
  2021-12-23  3:34 ` [PR PATCH] [Updated] " misuchiru03
  2021-12-23  3:40 ` [PR PATCH] [Merged]: " abenson
  2 siblings, 0 replies; 4+ messages in thread
From: abenson @ 2021-12-23  3:16 UTC (permalink / raw)
  To: ml

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

New review comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/34672#discussion_r774291975

Comment:
`checkdepends="${depends} python3-pytest python3-nose"`

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

* Re: [PR PATCH] [Updated] python3-crccheck: update to 1.1
  2021-12-23  3:12 [PR PATCH] python3-crccheck: update to 1.1 misuchiru03
  2021-12-23  3:16 ` [PR REVIEW] " abenson
@ 2021-12-23  3:34 ` misuchiru03
  2021-12-23  3:40 ` [PR PATCH] [Merged]: " abenson
  2 siblings, 0 replies; 4+ messages in thread
From: misuchiru03 @ 2021-12-23  3:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/misuchiru03/void-packages up_python3-crccheck_1.1
https://github.com/void-linux/void-packages/pull/34672

python3-crccheck: update to 1.1
#### 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
- 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/34672.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-up_python3-crccheck_1.1-34672.patch --]
[-- Type: text/x-diff, Size: 1289 bytes --]

From 7d8aeccfa207e2fd0bbe32a775b6ebbd366b4d6a Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+github@gmail.com>
Date: Wed, 22 Dec 2021 21:11:30 -0600
Subject: [PATCH] python3-crccheck: update to 1.1

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

diff --git a/srcpkgs/python3-crccheck/template b/srcpkgs/python3-crccheck/template
index f8088e83e6a2..2d4e82a7075a 100644
--- a/srcpkgs/python3-crccheck/template
+++ b/srcpkgs/python3-crccheck/template
@@ -1,17 +1,18 @@
 # Template file for 'python3-crccheck'
 pkgname=python3-crccheck
-version=1.0
-revision=3
+version=1.1
+revision=1
 wrksrc="crccheck-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
+checkdepends="${depends} python3-pytest python3-nose"
 short_desc="Calculation library for CRCs and Checksums"
 maintainer="Alex Childs <misuchiru03+void@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://bitbucket.org/martin_scharrer/crccheck"
 distfiles="${PYPI_SITE}/c/crccheck/crccheck-${version}.tar.gz"
-checksum=17c42dc4f069308ae962b682b2974bdbf2f80ee682c7032a9df44880fca3c9ab
+checksum=45962231cab62b82d05160553eebd9b60ef3ae79dc39527caef52e27f979fa96
 
 post_install() {
 	rm -r ${DESTDIR}/${py3_sitelib}/tests

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

* Re: [PR PATCH] [Merged]: python3-crccheck: update to 1.1
  2021-12-23  3:12 [PR PATCH] python3-crccheck: update to 1.1 misuchiru03
  2021-12-23  3:16 ` [PR REVIEW] " abenson
  2021-12-23  3:34 ` [PR PATCH] [Updated] " misuchiru03
@ 2021-12-23  3:40 ` abenson
  2 siblings, 0 replies; 4+ messages in thread
From: abenson @ 2021-12-23  3:40 UTC (permalink / raw)
  To: ml

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

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

python3-crccheck: update to 1.1
https://github.com/void-linux/void-packages/pull/34672

Description:
#### 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
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl

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

end of thread, other threads:[~2021-12-23  3:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-23  3:12 [PR PATCH] python3-crccheck: update to 1.1 misuchiru03
2021-12-23  3:16 ` [PR REVIEW] " abenson
2021-12-23  3:34 ` [PR PATCH] [Updated] " misuchiru03
2021-12-23  3:40 ` [PR PATCH] [Merged]: " abenson

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