All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/python-bitstring: bump to version 4.1.4
@ 2024-01-07 11:43 Fabrice Fontaine
  2024-02-05 13:26 ` Arnout Vandecappelle via buildroot
  0 siblings, 1 reply; 6+ messages in thread
From: Fabrice Fontaine @ 2024-01-07 11:43 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Fabrice Fontaine, Asaf Kahlon

This bump will fix the following build failure raised since bump to
version 4.1.2 in commit ce2bf7b96b9dba57bb31aca583283736af27afcc:

*** Error compiling '/home/buildroot/autobuild/instance-0/output-1/target/usr/lib/python3.11/site-packages/bitstring/plugin_test.py'...
Sorry: IndentationError: expected an indented block after function definition on line 6 (plugin_test.py, line 8)

https://github.com/scott-griffiths/bitstring/blob/bitstring-4.1.4/release_notes.txt

Fixes:
 - http://autobuild.buildroot.org/results/e6fac4cac16de94862e3b4697dd88e856bc9a398

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/python-bitstring/python-bitstring.hash | 4 ++--
 package/python-bitstring/python-bitstring.mk   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/python-bitstring/python-bitstring.hash b/package/python-bitstring/python-bitstring.hash
index c2ff9a69d5..1889983f47 100644
--- a/package/python-bitstring/python-bitstring.hash
+++ b/package/python-bitstring/python-bitstring.hash
@@ -1,5 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/bitstring/json
-md5  1750c35e8e45f597725037d35eed9ba1  bitstring-4.1.2.tar.gz
-sha256  c22283d60fd3e1a8f386ccd4f1915d7fe13481d6349db39711421e24d4a9cccf  bitstring-4.1.2.tar.gz
+md5  3909415d89586edabd577b62b0d0c1be  bitstring-4.1.4.tar.gz
+sha256  94f3f1c45383ebe8fd4a359424ffeb75c2f290760ae8fcac421b44f89ac85213  bitstring-4.1.4.tar.gz
 # Locally computed sha256 checksums
 sha256  3705eed5a923f35d9bfaca1f10e9136cc84d6e576570aec661bda69991f129ea  LICENSE
diff --git a/package/python-bitstring/python-bitstring.mk b/package/python-bitstring/python-bitstring.mk
index 9a5d8dfe84..983491303d 100644
--- a/package/python-bitstring/python-bitstring.mk
+++ b/package/python-bitstring/python-bitstring.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_BITSTRING_VERSION = 4.1.2
+PYTHON_BITSTRING_VERSION = 4.1.4
 PYTHON_BITSTRING_SOURCE = bitstring-$(PYTHON_BITSTRING_VERSION).tar.gz
-PYTHON_BITSTRING_SITE = https://files.pythonhosted.org/packages/23/fc/b5ace4f51fea5bcc7f8cca8859748ea5eb941680b82a5b3687c980d9589b
+PYTHON_BITSTRING_SITE = https://files.pythonhosted.org/packages/7f/07/0fd502a29127b968bada3d1824a8af997546d2b9ff73f00e800b3d9888cb
 PYTHON_BITSTRING_SETUP_TYPE = setuptools
 PYTHON_BITSTRING_LICENSE = MIT
 PYTHON_BITSTRING_LICENSE_FILES = LICENSE
-- 
2.43.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 1/1] package/python-bitstring: bump to version 4.1.4
@ 2024-01-08  7:22 James Hilliard
  2024-02-05 13:27 ` Arnout Vandecappelle via buildroot
  0 siblings, 1 reply; 6+ messages in thread
From: James Hilliard @ 2024-01-08  7:22 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Asaf Kahlon

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/python-bitstring/python-bitstring.hash | 4 ++--
 package/python-bitstring/python-bitstring.mk   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/python-bitstring/python-bitstring.hash b/package/python-bitstring/python-bitstring.hash
index c2ff9a69d5..1889983f47 100644
--- a/package/python-bitstring/python-bitstring.hash
+++ b/package/python-bitstring/python-bitstring.hash
@@ -1,5 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/bitstring/json
-md5  1750c35e8e45f597725037d35eed9ba1  bitstring-4.1.2.tar.gz
-sha256  c22283d60fd3e1a8f386ccd4f1915d7fe13481d6349db39711421e24d4a9cccf  bitstring-4.1.2.tar.gz
+md5  3909415d89586edabd577b62b0d0c1be  bitstring-4.1.4.tar.gz
+sha256  94f3f1c45383ebe8fd4a359424ffeb75c2f290760ae8fcac421b44f89ac85213  bitstring-4.1.4.tar.gz
 # Locally computed sha256 checksums
 sha256  3705eed5a923f35d9bfaca1f10e9136cc84d6e576570aec661bda69991f129ea  LICENSE
diff --git a/package/python-bitstring/python-bitstring.mk b/package/python-bitstring/python-bitstring.mk
index 9a5d8dfe84..983491303d 100644
--- a/package/python-bitstring/python-bitstring.mk
+++ b/package/python-bitstring/python-bitstring.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_BITSTRING_VERSION = 4.1.2
+PYTHON_BITSTRING_VERSION = 4.1.4
 PYTHON_BITSTRING_SOURCE = bitstring-$(PYTHON_BITSTRING_VERSION).tar.gz
-PYTHON_BITSTRING_SITE = https://files.pythonhosted.org/packages/23/fc/b5ace4f51fea5bcc7f8cca8859748ea5eb941680b82a5b3687c980d9589b
+PYTHON_BITSTRING_SITE = https://files.pythonhosted.org/packages/7f/07/0fd502a29127b968bada3d1824a8af997546d2b9ff73f00e800b3d9888cb
 PYTHON_BITSTRING_SETUP_TYPE = setuptools
 PYTHON_BITSTRING_LICENSE = MIT
 PYTHON_BITSTRING_LICENSE_FILES = LICENSE
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/python-bitstring: bump to version 4.1.4
  2024-01-07 11:43 [Buildroot] [PATCH 1/1] package/python-bitstring: bump to version 4.1.4 Fabrice Fontaine
@ 2024-02-05 13:26 ` Arnout Vandecappelle via buildroot
  2024-02-06  9:22   ` Romain Naour
  2024-03-01 10:09   ` Peter Korsgaard
  0 siblings, 2 replies; 6+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2024-02-05 13:26 UTC (permalink / raw)
  To: Fabrice Fontaine, buildroot; +Cc: James Hilliard, Asaf Kahlon



On 07/01/2024 12:43, Fabrice Fontaine wrote:
> This bump will fix the following build failure raised since bump to
> version 4.1.2 in commit ce2bf7b96b9dba57bb31aca583283736af27afcc:
> 
> *** Error compiling '/home/buildroot/autobuild/instance-0/output-1/target/usr/lib/python3.11/site-packages/bitstring/plugin_test.py'...
> Sorry: IndentationError: expected an indented block after function definition on line 6 (plugin_test.py, line 8)
> 
> https://github.com/scott-griffiths/bitstring/blob/bitstring-4.1.4/release_notes.txt
> 
> Fixes:
>   - http://autobuild.buildroot.org/results/e6fac4cac16de94862e3b4697dd88e856bc9a398
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   package/python-bitstring/python-bitstring.hash | 4 ++--
>   package/python-bitstring/python-bitstring.mk   | 4 ++--
>   2 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/package/python-bitstring/python-bitstring.hash b/package/python-bitstring/python-bitstring.hash
> index c2ff9a69d5..1889983f47 100644
> --- a/package/python-bitstring/python-bitstring.hash
> +++ b/package/python-bitstring/python-bitstring.hash
> @@ -1,5 +1,5 @@
>   # md5, sha256 from https://pypi.org/pypi/bitstring/json
> -md5  1750c35e8e45f597725037d35eed9ba1  bitstring-4.1.2.tar.gz
> -sha256  c22283d60fd3e1a8f386ccd4f1915d7fe13481d6349db39711421e24d4a9cccf  bitstring-4.1.2.tar.gz
> +md5  3909415d89586edabd577b62b0d0c1be  bitstring-4.1.4.tar.gz
> +sha256  94f3f1c45383ebe8fd4a359424ffeb75c2f290760ae8fcac421b44f89ac85213  bitstring-4.1.4.tar.gz
>   # Locally computed sha256 checksums
>   sha256  3705eed5a923f35d9bfaca1f10e9136cc84d6e576570aec661bda69991f129ea  LICENSE
> diff --git a/package/python-bitstring/python-bitstring.mk b/package/python-bitstring/python-bitstring.mk
> index 9a5d8dfe84..983491303d 100644
> --- a/package/python-bitstring/python-bitstring.mk
> +++ b/package/python-bitstring/python-bitstring.mk
> @@ -4,9 +4,9 @@
>   #
>   ################################################################################
>   
> -PYTHON_BITSTRING_VERSION = 4.1.2
> +PYTHON_BITSTRING_VERSION = 4.1.4
>   PYTHON_BITSTRING_SOURCE = bitstring-$(PYTHON_BITSTRING_VERSION).tar.gz
> -PYTHON_BITSTRING_SITE = https://files.pythonhosted.org/packages/23/fc/b5ace4f51fea5bcc7f8cca8859748ea5eb941680b82a5b3687c980d9589b
> +PYTHON_BITSTRING_SITE = https://files.pythonhosted.org/packages/7f/07/0fd502a29127b968bada3d1824a8af997546d2b9ff73f00e800b3d9888cb
>   PYTHON_BITSTRING_SETUP_TYPE = setuptools
>   PYTHON_BITSTRING_LICENSE = MIT
>   PYTHON_BITSTRING_LICENSE_FILES = LICENSE
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/python-bitstring: bump to version 4.1.4
  2024-01-08  7:22 James Hilliard
@ 2024-02-05 13:27 ` Arnout Vandecappelle via buildroot
  0 siblings, 0 replies; 6+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2024-02-05 13:27 UTC (permalink / raw)
  To: James Hilliard, buildroot; +Cc: Asaf Kahlon



On 08/01/2024 08:22, James Hilliard wrote:
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>

  Fabrice sent a version of this patch that also has an autobuilder reference, 
so I applied that one.

  Regards,
  Arnout

> ---
>   package/python-bitstring/python-bitstring.hash | 4 ++--
>   package/python-bitstring/python-bitstring.mk   | 4 ++--
>   2 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/package/python-bitstring/python-bitstring.hash b/package/python-bitstring/python-bitstring.hash
> index c2ff9a69d5..1889983f47 100644
> --- a/package/python-bitstring/python-bitstring.hash
> +++ b/package/python-bitstring/python-bitstring.hash
> @@ -1,5 +1,5 @@
>   # md5, sha256 from https://pypi.org/pypi/bitstring/json
> -md5  1750c35e8e45f597725037d35eed9ba1  bitstring-4.1.2.tar.gz
> -sha256  c22283d60fd3e1a8f386ccd4f1915d7fe13481d6349db39711421e24d4a9cccf  bitstring-4.1.2.tar.gz
> +md5  3909415d89586edabd577b62b0d0c1be  bitstring-4.1.4.tar.gz
> +sha256  94f3f1c45383ebe8fd4a359424ffeb75c2f290760ae8fcac421b44f89ac85213  bitstring-4.1.4.tar.gz
>   # Locally computed sha256 checksums
>   sha256  3705eed5a923f35d9bfaca1f10e9136cc84d6e576570aec661bda69991f129ea  LICENSE
> diff --git a/package/python-bitstring/python-bitstring.mk b/package/python-bitstring/python-bitstring.mk
> index 9a5d8dfe84..983491303d 100644
> --- a/package/python-bitstring/python-bitstring.mk
> +++ b/package/python-bitstring/python-bitstring.mk
> @@ -4,9 +4,9 @@
>   #
>   ################################################################################
>   
> -PYTHON_BITSTRING_VERSION = 4.1.2
> +PYTHON_BITSTRING_VERSION = 4.1.4
>   PYTHON_BITSTRING_SOURCE = bitstring-$(PYTHON_BITSTRING_VERSION).tar.gz
> -PYTHON_BITSTRING_SITE = https://files.pythonhosted.org/packages/23/fc/b5ace4f51fea5bcc7f8cca8859748ea5eb941680b82a5b3687c980d9589b
> +PYTHON_BITSTRING_SITE = https://files.pythonhosted.org/packages/7f/07/0fd502a29127b968bada3d1824a8af997546d2b9ff73f00e800b3d9888cb
>   PYTHON_BITSTRING_SETUP_TYPE = setuptools
>   PYTHON_BITSTRING_LICENSE = MIT
>   PYTHON_BITSTRING_LICENSE_FILES = LICENSE
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/python-bitstring: bump to version 4.1.4
  2024-02-05 13:26 ` Arnout Vandecappelle via buildroot
@ 2024-02-06  9:22   ` Romain Naour
  2024-03-01 10:09   ` Peter Korsgaard
  1 sibling, 0 replies; 6+ messages in thread
From: Romain Naour @ 2024-02-06  9:22 UTC (permalink / raw)
  To: Arnout Vandecappelle, Fabrice Fontaine, buildroot
  Cc: James Hilliard, Asaf Kahlon

Hello Fabrice, All,

Le 05/02/2024 à 14:26, Arnout Vandecappelle via buildroot a écrit :
> 
> 
> On 07/01/2024 12:43, Fabrice Fontaine wrote:
>> This bump will fix the following build failure raised since bump to
>> version 4.1.2 in commit ce2bf7b96b9dba57bb31aca583283736af27afcc:
>>
>> *** Error compiling
>> '/home/buildroot/autobuild/instance-0/output-1/target/usr/lib/python3.11/site-packages/bitstring/plugin_test.py'...
>> Sorry: IndentationError: expected an indented block after function definition
>> on line 6 (plugin_test.py, line 8)
>>
>> https://github.com/scott-griffiths/bitstring/blob/bitstring-4.1.4/release_notes.txt
>>
>> Fixes:
>>   -
>> http://autobuild.buildroot.org/results/e6fac4cac16de94862e3b4697dd88e856bc9a398
>>
>> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> 
>  Applied to master, thanks.

I was looking at this issue before noticing this version bump but now the
runtime test fail with:

# python sample_python_bitstring.py
Traceback (most recent call last):
  File "/root/sample_python_bitstring.py", line 1, in <module>
    import bitstring
  File "/usr/lib/python3.11/site-packages/bitstring/__init__.py", line 64, in
<module>
  File "/usr/lib/python3.11/site-packages/bitstring/bits.py", line 15, in <module>
ModuleNotFoundError: No module named 'bitarray'

Best regards,
Romain


> 
>  Regards,
>  Arnout
> 
>> ---
>>   package/python-bitstring/python-bitstring.hash | 4 ++--
>>   package/python-bitstring/python-bitstring.mk   | 4 ++--
>>   2 files changed, 4 insertions(+), 4 deletions(-)
>>
>> diff --git a/package/python-bitstring/python-bitstring.hash
>> b/package/python-bitstring/python-bitstring.hash
>> index c2ff9a69d5..1889983f47 100644
>> --- a/package/python-bitstring/python-bitstring.hash
>> +++ b/package/python-bitstring/python-bitstring.hash
>> @@ -1,5 +1,5 @@
>>   # md5, sha256 from https://pypi.org/pypi/bitstring/json
>> -md5  1750c35e8e45f597725037d35eed9ba1  bitstring-4.1.2.tar.gz
>> -sha256  c22283d60fd3e1a8f386ccd4f1915d7fe13481d6349db39711421e24d4a9cccf 
>> bitstring-4.1.2.tar.gz
>> +md5  3909415d89586edabd577b62b0d0c1be  bitstring-4.1.4.tar.gz
>> +sha256  94f3f1c45383ebe8fd4a359424ffeb75c2f290760ae8fcac421b44f89ac85213 
>> bitstring-4.1.4.tar.gz
>>   # Locally computed sha256 checksums
>>   sha256  3705eed5a923f35d9bfaca1f10e9136cc84d6e576570aec661bda69991f129ea 
>> LICENSE
>> diff --git a/package/python-bitstring/python-bitstring.mk
>> b/package/python-bitstring/python-bitstring.mk
>> index 9a5d8dfe84..983491303d 100644
>> --- a/package/python-bitstring/python-bitstring.mk
>> +++ b/package/python-bitstring/python-bitstring.mk
>> @@ -4,9 +4,9 @@
>>   #
>>  
>> ################################################################################
>>   -PYTHON_BITSTRING_VERSION = 4.1.2
>> +PYTHON_BITSTRING_VERSION = 4.1.4
>>   PYTHON_BITSTRING_SOURCE = bitstring-$(PYTHON_BITSTRING_VERSION).tar.gz
>> -PYTHON_BITSTRING_SITE =
>> https://files.pythonhosted.org/packages/23/fc/b5ace4f51fea5bcc7f8cca8859748ea5eb941680b82a5b3687c980d9589b
>> +PYTHON_BITSTRING_SITE =
>> https://files.pythonhosted.org/packages/7f/07/0fd502a29127b968bada3d1824a8af997546d2b9ff73f00e800b3d9888cb
>>   PYTHON_BITSTRING_SETUP_TYPE = setuptools
>>   PYTHON_BITSTRING_LICENSE = MIT
>>   PYTHON_BITSTRING_LICENSE_FILES = LICENSE
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/python-bitstring: bump to version 4.1.4
  2024-02-05 13:26 ` Arnout Vandecappelle via buildroot
  2024-02-06  9:22   ` Romain Naour
@ 2024-03-01 10:09   ` Peter Korsgaard
  1 sibling, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2024-03-01 10:09 UTC (permalink / raw)
  To: Arnout Vandecappelle via buildroot
  Cc: James Hilliard, Fabrice Fontaine, Asaf Kahlon

>>>>> "Arnout" == Arnout Vandecappelle via buildroot <buildroot@buildroot.org> writes:

 > On 07/01/2024 12:43, Fabrice Fontaine wrote:
 >> This bump will fix the following build failure raised since bump to
 >> version 4.1.2 in commit ce2bf7b96b9dba57bb31aca583283736af27afcc:
 >> *** Error compiling
 >> '/home/buildroot/autobuild/instance-0/output-1/target/usr/lib/python3.11/site-packages/bitstring/plugin_test.py'...
 >> Sorry: IndentationError: expected an indented block after function definition on line 6 (plugin_test.py, line 8)
 >> https://github.com/scott-griffiths/bitstring/blob/bitstring-4.1.4/release_notes.txt
 >> Fixes:
 >> - http://autobuild.buildroot.org/results/e6fac4cac16de94862e3b4697dd88e856bc9a398
 >> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

 >  Applied to master, thanks.

Committed to 2023.11.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2024-03-01 10:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-07 11:43 [Buildroot] [PATCH 1/1] package/python-bitstring: bump to version 4.1.4 Fabrice Fontaine
2024-02-05 13:26 ` Arnout Vandecappelle via buildroot
2024-02-06  9:22   ` Romain Naour
2024-03-01 10:09   ` Peter Korsgaard
  -- strict thread matches above, loose matches on Subject: below --
2024-01-08  7:22 James Hilliard
2024-02-05 13:27 ` Arnout Vandecappelle via buildroot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.