All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/python-twisted: bump to version 22.10.0
@ 2022-11-03 20:23 James Hilliard
  2022-11-03 21:07 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 5+ messages in thread
From: James Hilliard @ 2022-11-03 20:23 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Asaf Kahlon

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

diff --git a/package/python-twisted/python-twisted.hash b/package/python-twisted/python-twisted.hash
index 63da0125b8..36612ff5e7 100644
--- a/package/python-twisted/python-twisted.hash
+++ b/package/python-twisted/python-twisted.hash
@@ -1,5 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/twisted/json
-md5  fd252d0b895ca2ab81b5b1454073d890  Twisted-22.2.0.tar.gz
-sha256  57f32b1f6838facb8c004c89467840367ad38e9e535f8252091345dba500b4f2  Twisted-22.2.0.tar.gz
+md5  c9a5dad0813512fabd9de502738c0bf8  Twisted-22.10.0.tar.gz
+sha256  32acbd40a94f5f46e7b42c109bfae2b302250945561783a8b7a059048f2d4d31  Twisted-22.10.0.tar.gz
 # Locally computed sha256
 sha256  686f6426a775450eb3afd00bc3a5c2621f305ddb9c8478ee9bf28a368ef2dece  LICENSE
diff --git a/package/python-twisted/python-twisted.mk b/package/python-twisted/python-twisted.mk
index 8a89d3dc82..29864c173a 100644
--- a/package/python-twisted/python-twisted.mk
+++ b/package/python-twisted/python-twisted.mk
@@ -7,9 +7,9 @@
 # When bumping this package, make sure to also verify if the
 # python-treq package still works and to update its hash,
 # as they share the same version/site variables.
-PYTHON_TWISTED_VERSION = 22.2.0
+PYTHON_TWISTED_VERSION = 22.10.0
 PYTHON_TWISTED_SOURCE = Twisted-$(PYTHON_TWISTED_VERSION).tar.gz
-PYTHON_TWISTED_SITE = https://files.pythonhosted.org/packages/40/8b/56e8870d412c550b3ff2d6714ee212c7e80a6634f4e720c3a26a983e7b46
+PYTHON_TWISTED_SITE = https://files.pythonhosted.org/packages/b2/ce/cbb56597127b1d51905b0cddcc3f314cc769769efc5e9a8a67f4617f7bca
 PYTHON_TWISTED_SETUP_TYPE = setuptools
 PYTHON_TWISTED_LICENSE = MIT
 PYTHON_TWISTED_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] 5+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/python-twisted: bump to version 22.10.0
  2022-11-03 20:23 [Buildroot] [PATCH 1/1] package/python-twisted: bump to version 22.10.0 James Hilliard
@ 2022-11-03 21:07 ` Thomas Petazzoni via buildroot
  2022-11-03 21:26   ` James Hilliard
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-11-03 21:07 UTC (permalink / raw)
  To: James Hilliard; +Cc: Asaf Kahlon, buildroot

Hello James,

On Thu,  3 Nov 2022 14:23:50 -0600
James Hilliard <james.hilliard1@gmail.com> wrote:

>  # When bumping this package, make sure to also verify if the
>  # python-treq package still works and to update its hash,
>  # as they share the same version/site variables.
> -PYTHON_TWISTED_VERSION = 22.2.0
> +PYTHON_TWISTED_VERSION = 22.10.0

Hm, did you look at the comment above these variables? :-)

Thanks!

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

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

* Re: [Buildroot] [PATCH 1/1] package/python-twisted: bump to version 22.10.0
  2022-11-03 21:07 ` Thomas Petazzoni via buildroot
@ 2022-11-03 21:26   ` James Hilliard
  2022-11-03 22:00     ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 5+ messages in thread
From: James Hilliard @ 2022-11-03 21:26 UTC (permalink / raw)
  To: Thomas Petazzoni; +Cc: Asaf Kahlon, buildroot

On Thu, Nov 3, 2022 at 5:07 PM Thomas Petazzoni
<thomas.petazzoni@bootlin.com> wrote:
>
> Hello James,
>
> On Thu,  3 Nov 2022 14:23:50 -0600
> James Hilliard <james.hilliard1@gmail.com> wrote:
>
> >  # When bumping this package, make sure to also verify if the
> >  # python-treq package still works and to update its hash,
> >  # as they share the same version/site variables.
> > -PYTHON_TWISTED_VERSION = 22.2.0
> > +PYTHON_TWISTED_VERSION = 22.10.0
>
> Hm, did you look at the comment above these variables? :-)

Yep, tested that this didn't break python-treq build which only has a 22.2.0
release so far.

>
> Thanks!
>
> Thomas
> --
> Thomas Petazzoni, co-owner and CEO, Bootlin
> Embedded Linux and Kernel engineering and training
> https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/python-twisted: bump to version 22.10.0
  2022-11-03 21:26   ` James Hilliard
@ 2022-11-03 22:00     ` Thomas Petazzoni via buildroot
  2022-11-08 21:49       ` James Hilliard
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-11-03 22:00 UTC (permalink / raw)
  To: James Hilliard; +Cc: Asaf Kahlon, buildroot

On Thu, 3 Nov 2022 17:26:33 -0400
James Hilliard <james.hilliard1@gmail.com> wrote:

> > Hm, did you look at the comment above these variables? :-)  
> 
> Yep, tested that this didn't break python-treq build which only has a 22.2.0
> release so far.

Something to note in the commit log? :-)

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

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

* Re: [Buildroot] [PATCH 1/1] package/python-twisted: bump to version 22.10.0
  2022-11-03 22:00     ` Thomas Petazzoni via buildroot
@ 2022-11-08 21:49       ` James Hilliard
  0 siblings, 0 replies; 5+ messages in thread
From: James Hilliard @ 2022-11-08 21:49 UTC (permalink / raw)
  To: Thomas Petazzoni; +Cc: Asaf Kahlon, buildroot

On Thu, Nov 3, 2022 at 6:00 PM Thomas Petazzoni
<thomas.petazzoni@bootlin.com> wrote:
>
> On Thu, 3 Nov 2022 17:26:33 -0400
> James Hilliard <james.hilliard1@gmail.com> wrote:
>
> > > Hm, did you look at the comment above these variables? :-)
> >
> > Yep, tested that this didn't break python-treq build which only has a 22.2.0
> > release so far.
>
> Something to note in the commit log? :-)

Noted in commit log and also removed the bogus makefile comments in v2:
https://patchwork.ozlabs.org/project/buildroot/patch/20221108214826.3564056-1-james.hilliard1@gmail.com/

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

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

end of thread, other threads:[~2022-11-08 21:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-03 20:23 [Buildroot] [PATCH 1/1] package/python-twisted: bump to version 22.10.0 James Hilliard
2022-11-03 21:07 ` Thomas Petazzoni via buildroot
2022-11-03 21:26   ` James Hilliard
2022-11-03 22:00     ` Thomas Petazzoni via buildroot
2022-11-08 21:49       ` James Hilliard

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.