* [Buildroot] [PATCH] package/python-dicttoxml: bump to version 1.7.15
@ 2022-12-07 14:02 yegorslists--- via buildroot
2022-12-11 9:04 ` Yann E. MORIN
0 siblings, 1 reply; 2+ messages in thread
From: yegorslists--- via buildroot @ 2022-12-07 14:02 UTC (permalink / raw)
To: buildroot; +Cc: Asaf Kahlon
From: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
package/python-dicttoxml/python-dicttoxml.hash | 4 ++--
package/python-dicttoxml/python-dicttoxml.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/python-dicttoxml/python-dicttoxml.hash b/package/python-dicttoxml/python-dicttoxml.hash
index d8c43d0144..de31782104 100644
--- a/package/python-dicttoxml/python-dicttoxml.hash
+++ b/package/python-dicttoxml/python-dicttoxml.hash
@@ -1,5 +1,5 @@
# md5 from https://pypi.python.org/pypi/dicttoxml/json
-md5 ec5643a048cf32dad3c28db236b923e4 dicttoxml-1.7.4.tar.gz
+md5 234550e3aa875c6f3520aa9a2dff1ef1 dicttoxml-1.7.15.tar.gz
# Locally computed
-sha256 ea44cc4ec6c0f85098c57a431a1ee891b3549347b07b7414c8a24611ecf37e45 dicttoxml-1.7.4.tar.gz
+sha256 5540fe7dfde2d2ed9467e67fcc981cbd2e164dc3120c862bdb7333202ac48838 dicttoxml-1.7.15.tar.gz
sha256 4514114bd9da0b2fbf8c4fa264c0e6cc80fd41e6ac7f09d7a39a215662951c7c LICENCE.txt
diff --git a/package/python-dicttoxml/python-dicttoxml.mk b/package/python-dicttoxml/python-dicttoxml.mk
index 537afff601..3e5f90e9de 100644
--- a/package/python-dicttoxml/python-dicttoxml.mk
+++ b/package/python-dicttoxml/python-dicttoxml.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_DICTTOXML_VERSION = 1.7.4
+PYTHON_DICTTOXML_VERSION = 1.7.15
PYTHON_DICTTOXML_SOURCE = dicttoxml-$(PYTHON_DICTTOXML_VERSION).tar.gz
-PYTHON_DICTTOXML_SITE = https://pypi.python.org/packages/74/36/534db111db9e7610a41641a1f6669a964aacaf51858f466de264cc8dcdd9
+PYTHON_DICTTOXML_SITE = https://files.pythonhosted.org/packages/45/b5/efa170fd88e8b8bc025c59592eade0fb7de6ae02ed3dd63957956adc1396
PYTHON_DICTTOXML_SETUP_TYPE = distutils
PYTHON_DICTTOXML_LICENSE = GPL-2.0
PYTHON_DICTTOXML_LICENSE_FILES = LICENCE.txt
--
2.17.0
_______________________________________________
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] package/python-dicttoxml: bump to version 1.7.15
2022-12-07 14:02 [Buildroot] [PATCH] package/python-dicttoxml: bump to version 1.7.15 yegorslists--- via buildroot
@ 2022-12-11 9:04 ` Yann E. MORIN
0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2022-12-11 9:04 UTC (permalink / raw)
To: yegorslists; +Cc: Asaf Kahlon, buildroot
Yegor, All,
On 2022-12-07 15:02 +0100, yegorslists--- via buildroot spake thusly:
> From: Yegor Yefremov <yegorslists@googlemail.com>
>
> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Sorry, the same bump was part of the slew of python package bumps sent
by James, which I applied in batch.
Regards,
Yann E. MORIN.
> ---
> package/python-dicttoxml/python-dicttoxml.hash | 4 ++--
> package/python-dicttoxml/python-dicttoxml.mk | 4 ++--
> 2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/package/python-dicttoxml/python-dicttoxml.hash b/package/python-dicttoxml/python-dicttoxml.hash
> index d8c43d0144..de31782104 100644
> --- a/package/python-dicttoxml/python-dicttoxml.hash
> +++ b/package/python-dicttoxml/python-dicttoxml.hash
> @@ -1,5 +1,5 @@
> # md5 from https://pypi.python.org/pypi/dicttoxml/json
> -md5 ec5643a048cf32dad3c28db236b923e4 dicttoxml-1.7.4.tar.gz
> +md5 234550e3aa875c6f3520aa9a2dff1ef1 dicttoxml-1.7.15.tar.gz
> # Locally computed
> -sha256 ea44cc4ec6c0f85098c57a431a1ee891b3549347b07b7414c8a24611ecf37e45 dicttoxml-1.7.4.tar.gz
> +sha256 5540fe7dfde2d2ed9467e67fcc981cbd2e164dc3120c862bdb7333202ac48838 dicttoxml-1.7.15.tar.gz
> sha256 4514114bd9da0b2fbf8c4fa264c0e6cc80fd41e6ac7f09d7a39a215662951c7c LICENCE.txt
> diff --git a/package/python-dicttoxml/python-dicttoxml.mk b/package/python-dicttoxml/python-dicttoxml.mk
> index 537afff601..3e5f90e9de 100644
> --- a/package/python-dicttoxml/python-dicttoxml.mk
> +++ b/package/python-dicttoxml/python-dicttoxml.mk
> @@ -4,9 +4,9 @@
> #
> ################################################################################
>
> -PYTHON_DICTTOXML_VERSION = 1.7.4
> +PYTHON_DICTTOXML_VERSION = 1.7.15
> PYTHON_DICTTOXML_SOURCE = dicttoxml-$(PYTHON_DICTTOXML_VERSION).tar.gz
> -PYTHON_DICTTOXML_SITE = https://pypi.python.org/packages/74/36/534db111db9e7610a41641a1f6669a964aacaf51858f466de264cc8dcdd9
> +PYTHON_DICTTOXML_SITE = https://files.pythonhosted.org/packages/45/b5/efa170fd88e8b8bc025c59592eade0fb7de6ae02ed3dd63957956adc1396
> PYTHON_DICTTOXML_SETUP_TYPE = distutils
> PYTHON_DICTTOXML_LICENSE = GPL-2.0
> PYTHON_DICTTOXML_LICENSE_FILES = LICENCE.txt
> --
> 2.17.0
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
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:[~2022-12-11 9:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-07 14:02 [Buildroot] [PATCH] package/python-dicttoxml: bump to version 1.7.15 yegorslists--- via buildroot
2022-12-11 9:04 ` Yann E. MORIN
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.