Github messages for voidlinux
 help / color / mirror / Atom feed
From: ar-jan <ar-jan@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] python3-bitstring: update to 4.1.3; python3-bitarray: update to 2.8.3.
Date: Wed, 29 Nov 2023 20:40:06 +0100	[thread overview]
Message-ID: <20231129194006.EMPWKuqHrG5SRtRAMsQOOdMhABxrm_3qMXZCld7KiA0@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-47437@inbox.vuxu.org>

[-- 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

  reply	other threads:[~2023-11-29 19:40 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-27 18:15 [PR PATCH] " ar-jan
2023-11-29 19:40 ` ar-jan [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231129194006.EMPWKuqHrG5SRtRAMsQOOdMhABxrm_3qMXZCld7KiA0@z \
    --to=ar-jan@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).