All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/python-cssutils: bump to version 2.4.2
@ 2022-06-29 12:04 James Hilliard
  2022-07-02 13:51 ` Peter Korsgaard
  2022-07-02 13:51 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: James Hilliard @ 2022-06-29 12:04 UTC (permalink / raw)
  To: buildroot; +Cc: Bernd Kuhls, James Hilliard, Asaf Kahlon

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

diff --git a/package/python-cssutils/python-cssutils.hash b/package/python-cssutils/python-cssutils.hash
index 13459f7270..065c8ac1f3 100644
--- a/package/python-cssutils/python-cssutils.hash
+++ b/package/python-cssutils/python-cssutils.hash
@@ -1,5 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/cssutils/json
-md5  4ae0e6c670483043260363f593e96a69  cssutils-2.4.0.tar.gz
-sha256  2d97210a83b0a3fe1e4469f5ff9a6420b078572035188b1bab7103c3a36dc89b  cssutils-2.4.0.tar.gz
+md5  3b9acf80a22c44d2d12eb7e20533934a  cssutils-2.4.2.tar.gz
+sha256  877818bfa9668cc535773f46e6b6a46de28436191211741b3f7b4aaa64d9afbb  cssutils-2.4.2.tar.gz
 # Locally computed sha256 checksums
 sha256  03c570a068086ee577dcd795519ea93462b2ed2fcb6dcc4dfce56a71a2fd6e5a  COPYING.LESSER
diff --git a/package/python-cssutils/python-cssutils.mk b/package/python-cssutils/python-cssutils.mk
index fc65c893ac..beb5f1c8ff 100644
--- a/package/python-cssutils/python-cssutils.mk
+++ b/package/python-cssutils/python-cssutils.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_CSSUTILS_VERSION = 2.4.0
+PYTHON_CSSUTILS_VERSION = 2.4.2
 PYTHON_CSSUTILS_SOURCE = cssutils-$(PYTHON_CSSUTILS_VERSION).tar.gz
-PYTHON_CSSUTILS_SITE = https://files.pythonhosted.org/packages/f4/ea/d09b04b5cf6ad84f45ca4c523d3e153dd9be1f12650c825d1c92ca0618a2
+PYTHON_CSSUTILS_SITE = https://files.pythonhosted.org/packages/d4/12/1aba9a6c91d92de011ff97a9320ad37e5565adfe0cc324deee58d5891d7a
 PYTHON_CSSUTILS_LICENSE = LGPL-3.0+
 PYTHON_CSSUTILS_LICENSE_FILES = COPYING.LESSER
 PYTHON_CSSUTILS_SETUP_TYPE = setuptools
-- 
2.34.1

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

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

* Re: [Buildroot] [PATCH 1/1] package/python-cssutils: bump to version 2.4.2
  2022-06-29 12:04 [Buildroot] [PATCH 1/1] package/python-cssutils: bump to version 2.4.2 James Hilliard
@ 2022-07-02 13:51 ` Peter Korsgaard
  2022-07-02 13:51 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-07-02 13:51 UTC (permalink / raw)
  To: James Hilliard; +Cc: Bernd Kuhls, Asaf Kahlon, buildroot

>>>>> "James" == James Hilliard <james.hilliard1@gmail.com> writes:

 > Signed-off-by: James Hilliard <james.hilliard1@gmail.com>

Committed to 2022.05.x, thanks.

> ---
 >  package/python-cssutils/python-cssutils.hash | 4 ++--
 >  package/python-cssutils/python-cssutils.mk   | 4 ++--
 >  2 files changed, 4 insertions(+), 4 deletions(-)

 > diff --git a/package/python-cssutils/python-cssutils.hash b/package/python-cssutils/python-cssutils.hash
 > index 13459f7270..065c8ac1f3 100644
 > --- a/package/python-cssutils/python-cssutils.hash
 > +++ b/package/python-cssutils/python-cssutils.hash
 > @@ -1,5 +1,5 @@
 >  # md5, sha256 from https://pypi.org/pypi/cssutils/json
 > -md5  4ae0e6c670483043260363f593e96a69  cssutils-2.4.0.tar.gz
 > -sha256  2d97210a83b0a3fe1e4469f5ff9a6420b078572035188b1bab7103c3a36dc89b  cssutils-2.4.0.tar.gz
 > +md5  3b9acf80a22c44d2d12eb7e20533934a  cssutils-2.4.2.tar.gz
 > +sha256  877818bfa9668cc535773f46e6b6a46de28436191211741b3f7b4aaa64d9afbb  cssutils-2.4.2.tar.gz
 >  # Locally computed sha256 checksums
 >  sha256  03c570a068086ee577dcd795519ea93462b2ed2fcb6dcc4dfce56a71a2fd6e5a  COPYING.LESSER
 > diff --git a/package/python-cssutils/python-cssutils.mk b/package/python-cssutils/python-cssutils.mk
 > index fc65c893ac..beb5f1c8ff 100644
 > --- a/package/python-cssutils/python-cssutils.mk
 > +++ b/package/python-cssutils/python-cssutils.mk
 > @@ -4,9 +4,9 @@
 >  #
 >  ################################################################################
 
 > -PYTHON_CSSUTILS_VERSION = 2.4.0
 > +PYTHON_CSSUTILS_VERSION = 2.4.2
 >  PYTHON_CSSUTILS_SOURCE = cssutils-$(PYTHON_CSSUTILS_VERSION).tar.gz
 > -PYTHON_CSSUTILS_SITE = https://files.pythonhosted.org/packages/f4/ea/d09b04b5cf6ad84f45ca4c523d3e153dd9be1f12650c825d1c92ca0618a2
 > +PYTHON_CSSUTILS_SITE = https://files.pythonhosted.org/packages/d4/12/1aba9a6c91d92de011ff97a9320ad37e5565adfe0cc324deee58d5891d7a
 >  PYTHON_CSSUTILS_LICENSE = LGPL-3.0+
 >  PYTHON_CSSUTILS_LICENSE_FILES = COPYING.LESSER
 >  PYTHON_CSSUTILS_SETUP_TYPE = setuptools
 > -- 

 > 2.34.1

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


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

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

* Re: [Buildroot] [PATCH 1/1] package/python-cssutils: bump to version 2.4.2
  2022-06-29 12:04 [Buildroot] [PATCH 1/1] package/python-cssutils: bump to version 2.4.2 James Hilliard
  2022-07-02 13:51 ` Peter Korsgaard
@ 2022-07-02 13:51 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-07-02 13:51 UTC (permalink / raw)
  To: James Hilliard; +Cc: Bernd Kuhls, Asaf Kahlon, buildroot

>>>>> "James" == James Hilliard <james.hilliard1@gmail.com> writes:

 > Signed-off-by: James Hilliard <james.hilliard1@gmail.com>

Committed, thanks.

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

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

end of thread, other threads:[~2022-07-02 13:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-29 12:04 [Buildroot] [PATCH 1/1] package/python-cssutils: bump to version 2.4.2 James Hilliard
2022-07-02 13:51 ` Peter Korsgaard
2022-07-02 13:51 ` Peter Korsgaard

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.