All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] support/testing: TestPythonPy[2,3]Incremental
@ 2021-10-29 22:03 Romain Naour
  2021-10-31 17:43 ` [Buildroot] [PATCH] support/testing: TestPythonPy[2, 3]Incremental Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Romain Naour @ 2021-10-29 22:03 UTC (permalink / raw)
  To: buildroot; +Cc: Romain Naour, Asaf Kahlon

The recent python-incremental version bump (commit
fd03cb5a12981a9c34b0025ff3ae4b8456342724) added a change/fix
in incremental.Version().

python-incremental 17.5.0 return: "[package, version 1.2.3rc4]")
python-incremental 21.3.0 return: "[package, version 1.2.3.rc4]")

Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/1710552692
https://gitlab.com/buildroot.org/buildroot/-/jobs/1710552693

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Asaf Kahlon <asafka7@gmail.com>
---
 support/testing/tests/package/sample_python_incremental.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/support/testing/tests/package/sample_python_incremental.py b/support/testing/tests/package/sample_python_incremental.py
index b6e2aa803c..efab8b2067 100644
--- a/support/testing/tests/package/sample_python_incremental.py
+++ b/support/testing/tests/package/sample_python_incremental.py
@@ -1,3 +1,3 @@
 import incremental
 v = incremental.Version("package", 1, 2, 3, release_candidate=4)
-assert(str(v) == "[package, version 1.2.3rc4]")
+assert(str(v) == "[package, version 1.2.3.rc4]")
-- 
2.31.1

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

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

* Re: [Buildroot] [PATCH] support/testing: TestPythonPy[2, 3]Incremental
  2021-10-29 22:03 [Buildroot] [PATCH] support/testing: TestPythonPy[2,3]Incremental Romain Naour
@ 2021-10-31 17:43 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2021-10-31 17:43 UTC (permalink / raw)
  To: Romain Naour; +Cc: Asaf Kahlon, buildroot

On Sat, 30 Oct 2021 00:03:36 +0200
Romain Naour <romain.naour@gmail.com> wrote:

> The recent python-incremental version bump (commit
> fd03cb5a12981a9c34b0025ff3ae4b8456342724) added a change/fix
> in incremental.Version().
> 
> python-incremental 17.5.0 return: "[package, version 1.2.3rc4]")
> python-incremental 21.3.0 return: "[package, version 1.2.3.rc4]")
> 
> Fixes:
> https://gitlab.com/buildroot.org/buildroot/-/jobs/1710552692
> https://gitlab.com/buildroot.org/buildroot/-/jobs/1710552693
> 
> Signed-off-by: Romain Naour <romain.naour@gmail.com>
> Cc: Asaf Kahlon <asafka7@gmail.com>
> ---
>  support/testing/tests/package/sample_python_incremental.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master with an improved commit title. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2021-10-31 17:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-29 22:03 [Buildroot] [PATCH] support/testing: TestPythonPy[2,3]Incremental Romain Naour
2021-10-31 17:43 ` [Buildroot] [PATCH] support/testing: TestPythonPy[2, 3]Incremental Thomas Petazzoni

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.