Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-bitstring: update to 4.1.3; python3-bitarray: update to 2.8.3.
@ 2023-11-27 18:15 ar-jan
  2023-11-29 19:40 ` [PR PATCH] [Updated] " ar-jan
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ar-jan @ 2023-11-27 18:15 UTC (permalink / raw)
  To: ml

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

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

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

python3-bitstring: update to 4.1.3; python3-bitarray: update to 2.8.3.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Notes

- python3-bitstring >= 4.1.0 depends on python3-bitarray >= 2.8.0


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

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

From afc20ff84235cfaa4f3c3cf6f34be918b3190aca Mon Sep 17 00:00:00 2001
From: Arjan Mossel <arjanmossel@gmail.com>
Date: Mon, 27 Nov 2023 17:48:58 +0100
Subject: [PATCH 1/2] python3-bitarray: update to 2.8.3.

---
 srcpkgs/python3-bitarray/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-bitarray/template b/srcpkgs/python3-bitarray/template
index fa1e88d3e616f..863e2dce4b853 100644
--- a/srcpkgs/python3-bitarray/template
+++ b/srcpkgs/python3-bitarray/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bitarray'
 pkgname=python3-bitarray
-version=2.6.0
-revision=3
+version=2.8.3
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel libcurl-devel"
@@ -11,7 +11,7 @@ maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="Python-2.0"
 homepage="https://github.com/ilanschnell/bitarray"
 distfiles="https://github.com/ilanschnell/bitarray/archive/${version}.tar.gz"
-checksum=32fc30c0ca8ae86bdbfbc0e77fb3c813695022a22cfea05f31c7af545fc15ff7
+checksum=f1908a312502fc2e185356043a1113c628f3714ed3db02db49b8f214e9837522
 
 post_install() {
 	vlicense LICENSE

From 7d15a71d2f8c0b4ff04cad6e0fd8a6e0467ee5d5 Mon Sep 17 00:00:00 2001
From: Arjan Mossel <arjanmossel@gmail.com>
Date: Mon, 27 Nov 2023 17:49:07 +0100
Subject: [PATCH 2/2] python3-bitstring: update to 4.1.3.

Now depends on bitarray >= 2.8.0
---
 srcpkgs/python3-bitstring/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

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

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

* Re: [PR PATCH] [Updated] python3-bitstring: update to 4.1.3; python3-bitarray: update to 2.8.3.
  2023-11-27 18:15 [PR PATCH] python3-bitstring: update to 4.1.3; python3-bitarray: update to 2.8.3 ar-jan
@ 2023-11-29 19:40 ` ar-jan
  2024-01-29 17:51 ` [PR PATCH] [Updated] python3-bitstring: update to 4.1.4; " ar-jan
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ar-jan @ 2023-11-29 19:40 UTC (permalink / raw)
  To: ml

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

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

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

python3-bitstring: update to 4.1.3; python3-bitarray: update to 2.8.3.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Notes

- python3-bitstring >= 4.1.0 depends on python3-bitarray >= 2.8.0


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

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

From afc20ff84235cfaa4f3c3cf6f34be918b3190aca Mon Sep 17 00:00:00 2001
From: Arjan Mossel <arjanmossel@gmail.com>
Date: Mon, 27 Nov 2023 17:48:58 +0100
Subject: [PATCH 1/2] python3-bitarray: update to 2.8.3.

---
 srcpkgs/python3-bitarray/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-bitarray/template b/srcpkgs/python3-bitarray/template
index fa1e88d3e616f..863e2dce4b853 100644
--- a/srcpkgs/python3-bitarray/template
+++ b/srcpkgs/python3-bitarray/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bitarray'
 pkgname=python3-bitarray
-version=2.6.0
-revision=3
+version=2.8.3
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel libcurl-devel"
@@ -11,7 +11,7 @@ maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="Python-2.0"
 homepage="https://github.com/ilanschnell/bitarray"
 distfiles="https://github.com/ilanschnell/bitarray/archive/${version}.tar.gz"
-checksum=32fc30c0ca8ae86bdbfbc0e77fb3c813695022a22cfea05f31c7af545fc15ff7
+checksum=f1908a312502fc2e185356043a1113c628f3714ed3db02db49b8f214e9837522
 
 post_install() {
 	vlicense LICENSE

From cd849927c09bbbaa5b2f9a12abee0a3b1e1eb1f0 Mon Sep 17 00:00:00 2001
From: Arjan Mossel <arjanmossel@gmail.com>
Date: Mon, 27 Nov 2023 17:49:07 +0100
Subject: [PATCH 2/2] python3-bitstring: update to 4.1.4.

Now depends on bitarray >= 2.8.0
---
 srcpkgs/python3-bitstring/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-bitstring/template b/srcpkgs/python3-bitstring/template
index bc044029d28fa..e32598cd43845 100644
--- a/srcpkgs/python3-bitstring/template
+++ b/srcpkgs/python3-bitstring/template
@@ -1,16 +1,17 @@
 # Template file for 'python3-bitstring'
 pkgname=python3-bitstring
-version=4.0.2
-revision=2
+version=4.1.4
+revision=1
 build_style=python3-pep517
 hostmakedepends="python3-setuptools python3-wheel"
-depends="python3"
+depends="python3-bitarray"
+checkdepends="python3-bitarray"
 short_desc="Python module for creation and analysis of binary data"
 maintainer="Arjan Mossel <arjanmossel@gmail.com>"
 license="MIT"
 homepage="https://github.com/scott-griffiths/bitstring"
 distfiles="${PYPI_SITE}/b/bitstring/bitstring-${version}.tar.gz"
-checksum=a391db8828ac4485dd5ce72c80b27ebac3e7b989631359959e310cd9729723b2
+checksum=94f3f1c45383ebe8fd4a359424ffeb75c2f290760ae8fcac421b44f89ac85213
 
 do_check() {
 	python -m unittest

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

* Re: [PR PATCH] [Updated] python3-bitstring: update to 4.1.4; python3-bitarray: update to 2.8.3.
  2023-11-27 18:15 [PR PATCH] python3-bitstring: update to 4.1.3; python3-bitarray: update to 2.8.3 ar-jan
  2023-11-29 19:40 ` [PR PATCH] [Updated] " ar-jan
@ 2024-01-29 17:51 ` ar-jan
  2024-03-29 10:49 ` ar-jan
  2024-03-29 15:09 ` [PR PATCH] [Merged]: python3-bitstring: update to 4.1.4; python3-bitarray: update to 2.9.2 abenson
  3 siblings, 0 replies; 5+ messages in thread
From: ar-jan @ 2024-01-29 17:51 UTC (permalink / raw)
  To: ml

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

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

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

python3-bitstring: update to 4.1.4; python3-bitarray: update to 2.8.3.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Notes

- python3-bitstring >= 4.1.0 depends on python3-bitarray >= 2.8.0


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

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

From c4cf8e994ba843fd8a48f77c0f3522ae04e417a8 Mon Sep 17 00:00:00 2001
From: Arjan Mossel <arjanmossel@gmail.com>
Date: Mon, 27 Nov 2023 17:48:58 +0100
Subject: [PATCH 1/2] python3-bitarray: update to 2.8.3.

---
 srcpkgs/python3-bitarray/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-bitarray/template b/srcpkgs/python3-bitarray/template
index fa1e88d3e616f..863e2dce4b853 100644
--- a/srcpkgs/python3-bitarray/template
+++ b/srcpkgs/python3-bitarray/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bitarray'
 pkgname=python3-bitarray
-version=2.6.0
-revision=3
+version=2.8.3
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel libcurl-devel"
@@ -11,7 +11,7 @@ maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="Python-2.0"
 homepage="https://github.com/ilanschnell/bitarray"
 distfiles="https://github.com/ilanschnell/bitarray/archive/${version}.tar.gz"
-checksum=32fc30c0ca8ae86bdbfbc0e77fb3c813695022a22cfea05f31c7af545fc15ff7
+checksum=f1908a312502fc2e185356043a1113c628f3714ed3db02db49b8f214e9837522
 
 post_install() {
 	vlicense LICENSE

From 56bc5143a9ca8a3206ab9c36692177b1b548a796 Mon Sep 17 00:00:00 2001
From: Arjan Mossel <arjanmossel@gmail.com>
Date: Mon, 27 Nov 2023 17:49:07 +0100
Subject: [PATCH 2/2] python3-bitstring: update to 4.1.4.

Now depends on bitarray >= 2.8.0
---
 srcpkgs/python3-bitstring/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-bitstring/template b/srcpkgs/python3-bitstring/template
index bc044029d28fa..e32598cd43845 100644
--- a/srcpkgs/python3-bitstring/template
+++ b/srcpkgs/python3-bitstring/template
@@ -1,16 +1,17 @@
 # Template file for 'python3-bitstring'
 pkgname=python3-bitstring
-version=4.0.2
-revision=2
+version=4.1.4
+revision=1
 build_style=python3-pep517
 hostmakedepends="python3-setuptools python3-wheel"
-depends="python3"
+depends="python3-bitarray"
+checkdepends="python3-bitarray"
 short_desc="Python module for creation and analysis of binary data"
 maintainer="Arjan Mossel <arjanmossel@gmail.com>"
 license="MIT"
 homepage="https://github.com/scott-griffiths/bitstring"
 distfiles="${PYPI_SITE}/b/bitstring/bitstring-${version}.tar.gz"
-checksum=a391db8828ac4485dd5ce72c80b27ebac3e7b989631359959e310cd9729723b2
+checksum=94f3f1c45383ebe8fd4a359424ffeb75c2f290760ae8fcac421b44f89ac85213
 
 do_check() {
 	python -m unittest

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

* Re: [PR PATCH] [Updated] python3-bitstring: update to 4.1.4; python3-bitarray: update to 2.8.3.
  2023-11-27 18:15 [PR PATCH] python3-bitstring: update to 4.1.3; python3-bitarray: update to 2.8.3 ar-jan
  2023-11-29 19:40 ` [PR PATCH] [Updated] " ar-jan
  2024-01-29 17:51 ` [PR PATCH] [Updated] python3-bitstring: update to 4.1.4; " ar-jan
@ 2024-03-29 10:49 ` ar-jan
  2024-03-29 15:09 ` [PR PATCH] [Merged]: python3-bitstring: update to 4.1.4; python3-bitarray: update to 2.9.2 abenson
  3 siblings, 0 replies; 5+ messages in thread
From: ar-jan @ 2024-03-29 10:49 UTC (permalink / raw)
  To: ml

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

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

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

python3-bitstring: update to 4.1.4; python3-bitarray: update to 2.8.3.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Notes

- python3-bitstring >= 4.1.0 depends on python3-bitarray >= 2.8.0


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

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

From 9bb15e453c72ca96ecf7bf922c8b0293a409539a Mon Sep 17 00:00:00 2001
From: Arjan Mossel <arjanmossel@gmail.com>
Date: Mon, 27 Nov 2023 17:48:58 +0100
Subject: [PATCH 1/2] python3-bitarray: update to 2.9.2.

---
 srcpkgs/python3-bitarray/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-bitarray/template b/srcpkgs/python3-bitarray/template
index fa1e88d3e616f1..8e5cd8c48b6315 100644
--- a/srcpkgs/python3-bitarray/template
+++ b/srcpkgs/python3-bitarray/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bitarray'
 pkgname=python3-bitarray
-version=2.6.0
-revision=3
+version=2.9.2
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel libcurl-devel"
@@ -11,7 +11,7 @@ maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="Python-2.0"
 homepage="https://github.com/ilanschnell/bitarray"
 distfiles="https://github.com/ilanschnell/bitarray/archive/${version}.tar.gz"
-checksum=32fc30c0ca8ae86bdbfbc0e77fb3c813695022a22cfea05f31c7af545fc15ff7
+checksum=33c5ff01fa0241d34dcea34efc7bbb86ebcb3ad28946e23fc4970642f4554ac5
 
 post_install() {
 	vlicense LICENSE

From 351041fd31744486da3042fbceedb0fe88876eef Mon Sep 17 00:00:00 2001
From: Arjan Mossel <arjanmossel@gmail.com>
Date: Mon, 27 Nov 2023 17:49:07 +0100
Subject: [PATCH 2/2] python3-bitstring: update to 4.1.4.

Now depends on bitarray >= 2.8.0
---
 srcpkgs/python3-bitstring/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-bitstring/template b/srcpkgs/python3-bitstring/template
index bc044029d28fae..e32598cd438450 100644
--- a/srcpkgs/python3-bitstring/template
+++ b/srcpkgs/python3-bitstring/template
@@ -1,16 +1,17 @@
 # Template file for 'python3-bitstring'
 pkgname=python3-bitstring
-version=4.0.2
-revision=2
+version=4.1.4
+revision=1
 build_style=python3-pep517
 hostmakedepends="python3-setuptools python3-wheel"
-depends="python3"
+depends="python3-bitarray"
+checkdepends="python3-bitarray"
 short_desc="Python module for creation and analysis of binary data"
 maintainer="Arjan Mossel <arjanmossel@gmail.com>"
 license="MIT"
 homepage="https://github.com/scott-griffiths/bitstring"
 distfiles="${PYPI_SITE}/b/bitstring/bitstring-${version}.tar.gz"
-checksum=a391db8828ac4485dd5ce72c80b27ebac3e7b989631359959e310cd9729723b2
+checksum=94f3f1c45383ebe8fd4a359424ffeb75c2f290760ae8fcac421b44f89ac85213
 
 do_check() {
 	python -m unittest

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

* Re: [PR PATCH] [Merged]: python3-bitstring: update to 4.1.4; python3-bitarray: update to 2.9.2.
  2023-11-27 18:15 [PR PATCH] python3-bitstring: update to 4.1.3; python3-bitarray: update to 2.8.3 ar-jan
                   ` (2 preceding siblings ...)
  2024-03-29 10:49 ` ar-jan
@ 2024-03-29 15:09 ` abenson
  3 siblings, 0 replies; 5+ messages in thread
From: abenson @ 2024-03-29 15:09 UTC (permalink / raw)
  To: ml

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

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

python3-bitstring: update to 4.1.4; python3-bitarray: update to 2.9.2.
https://github.com/void-linux/void-packages/pull/47437

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

#### Notes

- python3-bitstring >= 4.1.0 depends on python3-bitarray >= 2.8.0


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

end of thread, other threads:[~2024-03-29 15:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-27 18:15 [PR PATCH] python3-bitstring: update to 4.1.3; python3-bitarray: update to 2.8.3 ar-jan
2023-11-29 19:40 ` [PR PATCH] [Updated] " ar-jan
2024-01-29 17:51 ` [PR PATCH] [Updated] python3-bitstring: update to 4.1.4; " ar-jan
2024-03-29 10:49 ` ar-jan
2024-03-29 15:09 ` [PR PATCH] [Merged]: python3-bitstring: update to 4.1.4; python3-bitarray: update to 2.9.2 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).