Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-bitstring: update to 4.0.2.
@ 2023-04-16 23:20 ar-jan
  2023-04-30  7:23 ` [PR REVIEW] " classabbyamp
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ar-jan @ 2023-04-16 23:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ar-jan/void-packages python3-bitstring
https://github.com/void-linux/void-packages/pull/43491

python3-bitstring: update to 4.0.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/43491.patch is attached

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

From 6386723c4558aa2f309d8c5240b5292097b3b9b3 Mon Sep 17 00:00:00 2001
From: Arjan Mossel <arjanmossel@gmail.com>
Date: Mon, 17 Apr 2023 01:08:53 +0200
Subject: [PATCH] python3-bitstring: update to 4.0.2.

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

diff --git a/srcpkgs/python3-bitstring/template b/srcpkgs/python3-bitstring/template
index f81c9a46f55c..7b6b8edf4ea7 100644
--- a/srcpkgs/python3-bitstring/template
+++ b/srcpkgs/python3-bitstring/template
@@ -1,16 +1,20 @@
 # Template file for 'python3-bitstring'
 pkgname=python3-bitstring
-version=3.1.7
-revision=4
-build_style=python3-module
-hostmakedepends="python3-setuptools"
+version=4.0.2
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel"
 depends="python3"
 short_desc="Python module for creation and analysis of binary data"
 maintainer="Arjan Mossel <arjanmossel@gmail.com>"
 license="MIT"
 homepage="https://scott-griffiths.github.io/bitstring/"
 distfiles="${PYPI_SITE}/b/bitstring/bitstring-${version}.tar.gz"
-checksum=fdf3eb72b229d2864fb507f8f42b1b2c57af7ce5fec035972f9566de440a864a
+checksum=a391db8828ac4485dd5ce72c80b27ebac3e7b989631359959e310cd9729723b2
+
+do_check() {
+	python -m unittest
+}
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR REVIEW] python3-bitstring: update to 4.0.2.
  2023-04-16 23:20 [PR PATCH] python3-bitstring: update to 4.0.2 ar-jan
@ 2023-04-30  7:23 ` classabbyamp
  2023-04-30 10:39 ` [PR PATCH] [Updated] " ar-jan
  2023-04-30 15:03 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-04-30  7:23 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43491#discussion_r1181179385

Comment:
```suggestion
homepage="https://github.com/scott-griffiths/bitstring"
```
404

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

* Re: [PR PATCH] [Updated] python3-bitstring: update to 4.0.2.
  2023-04-16 23:20 [PR PATCH] python3-bitstring: update to 4.0.2 ar-jan
  2023-04-30  7:23 ` [PR REVIEW] " classabbyamp
@ 2023-04-30 10:39 ` ar-jan
  2023-04-30 15:03 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: ar-jan @ 2023-04-30 10:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ar-jan/void-packages python3-bitstring
https://github.com/void-linux/void-packages/pull/43491

python3-bitstring: update to 4.0.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/43491.patch is attached

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

From d062040bfecd324af03afe5ca4a9361786478175 Mon Sep 17 00:00:00 2001
From: Arjan Mossel <arjanmossel@gmail.com>
Date: Mon, 17 Apr 2023 01:08:53 +0200
Subject: [PATCH] python3-bitstring: update to 4.0.2.

---
 srcpkgs/python3-bitstring/template | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-bitstring/template b/srcpkgs/python3-bitstring/template
index f81c9a46f55c..4b89a4282d9b 100644
--- a/srcpkgs/python3-bitstring/template
+++ b/srcpkgs/python3-bitstring/template
@@ -1,16 +1,20 @@
 # Template file for 'python3-bitstring'
 pkgname=python3-bitstring
-version=3.1.7
-revision=4
-build_style=python3-module
-hostmakedepends="python3-setuptools"
+version=4.0.2
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel"
 depends="python3"
 short_desc="Python module for creation and analysis of binary data"
 maintainer="Arjan Mossel <arjanmossel@gmail.com>"
 license="MIT"
-homepage="https://scott-griffiths.github.io/bitstring/"
+homepage="https://github.com/scott-griffiths/bitstring"
 distfiles="${PYPI_SITE}/b/bitstring/bitstring-${version}.tar.gz"
-checksum=fdf3eb72b229d2864fb507f8f42b1b2c57af7ce5fec035972f9566de440a864a
+checksum=a391db8828ac4485dd5ce72c80b27ebac3e7b989631359959e310cd9729723b2
+
+do_check() {
+	python -m unittest
+}
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: python3-bitstring: update to 4.0.2.
  2023-04-16 23:20 [PR PATCH] python3-bitstring: update to 4.0.2 ar-jan
  2023-04-30  7:23 ` [PR REVIEW] " classabbyamp
  2023-04-30 10:39 ` [PR PATCH] [Updated] " ar-jan
@ 2023-04-30 15:03 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-04-30 15:03 UTC (permalink / raw)
  To: ml

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

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

python3-bitstring: update to 4.0.2.
https://github.com/void-linux/void-packages/pull/43491

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

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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
-->


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

end of thread, other threads:[~2023-04-30 15:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-16 23:20 [PR PATCH] python3-bitstring: update to 4.0.2 ar-jan
2023-04-30  7:23 ` [PR REVIEW] " classabbyamp
2023-04-30 10:39 ` [PR PATCH] [Updated] " ar-jan
2023-04-30 15:03 ` [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).