All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/4] python3-unidiff: Upgrade 0.5.5 -> 0.6.0
@ 2020-06-01 12:04 Leon Anavi
  2020-06-01 12:04 ` [meta-python][PATCH 2/4] python3-tzlocal: Upgrade 2.0.0 -> 2.1 Leon Anavi
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Leon Anavi @ 2020-06-01 12:04 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.6.0.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-unidiff_0.5.5.bb => python3-unidiff_0.6.0.bb}    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-unidiff_0.5.5.bb => python3-unidiff_0.6.0.bb} (68%)

diff --git a/meta-python/recipes-devtools/python/python3-unidiff_0.5.5.bb b/meta-python/recipes-devtools/python/python3-unidiff_0.6.0.bb
similarity index 68%
rename from meta-python/recipes-devtools/python/python3-unidiff_0.5.5.bb
rename to meta-python/recipes-devtools/python/python3-unidiff_0.6.0.bb
index ded66f06f..75aa1bf79 100644
--- a/meta-python/recipes-devtools/python/python3-unidiff_0.5.5.bb
+++ b/meta-python/recipes-devtools/python/python3-unidiff_0.6.0.bb
@@ -3,8 +3,8 @@ HOMEPAGE = "http://github.com/matiasb/python-unidiff"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=4c434b08ef42fea235bb019b5e5a97b3"
 
-SRC_URI[md5sum] = "47f669d7273541fec45e4cc0fba8d8e9"
-SRC_URI[sha256sum] = "9c9ab5fb96b6988b4cd5def6b275492442c04a570900d33aa6373105780025bc"
+SRC_URI[md5sum] = "ae9524079753df7b1239f0378ed326b7"
+SRC_URI[sha256sum] = "90c5214e9a357ff4b2fee19d91e77706638e3e00592a732d9405ea4e93da981f"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 2/4] python3-tzlocal: Upgrade 2.0.0 -> 2.1
  2020-06-01 12:04 [meta-python][PATCH 1/4] python3-unidiff: Upgrade 0.5.5 -> 0.6.0 Leon Anavi
@ 2020-06-01 12:04 ` Leon Anavi
  2020-06-02 16:12   ` [oe] " Trevor Gamblin
  2020-06-01 12:04 ` [meta-python][PATCH 3/4] python3-serpent: Upgrade 1.28 -> 1.30.2 Leon Anavi
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 8+ messages in thread
From: Leon Anavi @ 2020-06-01 12:04 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.1.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-tzlocal_2.0.0.bb => python3-tzlocal_2.1.bb}      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-tzlocal_2.0.0.bb => python3-tzlocal_2.1.bb} (62%)

diff --git a/meta-python/recipes-devtools/python/python3-tzlocal_2.0.0.bb b/meta-python/recipes-devtools/python/python3-tzlocal_2.1.bb
similarity index 62%
rename from meta-python/recipes-devtools/python/python3-tzlocal_2.0.0.bb
rename to meta-python/recipes-devtools/python/python3-tzlocal_2.1.bb
index 3573b29f0..56a8fc06f 100644
--- a/meta-python/recipes-devtools/python/python3-tzlocal_2.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-tzlocal_2.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://pypi.org/project/tzlocal/"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=57e0bd61643d81d05683cdce65b11d10"
 
-SRC_URI[md5sum] = "b14262cecca16ec9220ca8dff2ca7c5d"
-SRC_URI[sha256sum] = "949b9dd5ba4be17190a80c0268167d7e6c92c62b30026cf9764caf3e308e5590"
+SRC_URI[md5sum] = "c0877603ff9de71cd8ca6ee2b50d2ebd"
+SRC_URI[sha256sum] = "643c97c5294aedc737780a49d9df30889321cbe1204eac2c2ec6134035a92e44"
 
 inherit pypi setuptools3
-- 
2.17.1


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

* [meta-python][PATCH 3/4] python3-serpent: Upgrade 1.28 -> 1.30.2
  2020-06-01 12:04 [meta-python][PATCH 1/4] python3-unidiff: Upgrade 0.5.5 -> 0.6.0 Leon Anavi
  2020-06-01 12:04 ` [meta-python][PATCH 2/4] python3-tzlocal: Upgrade 2.0.0 -> 2.1 Leon Anavi
@ 2020-06-01 12:04 ` Leon Anavi
  2020-06-02 16:12   ` [oe] " Trevor Gamblin
  2020-06-01 12:04 ` [meta-python][PATCH 4/4] python3-python-vlc: Upgrade 3.0.7110 -> 3.0.9113 Leon Anavi
  2020-06-02 16:12 ` [oe] [meta-python][PATCH 1/4] python3-unidiff: Upgrade 0.5.5 -> 0.6.0 Trevor Gamblin
  3 siblings, 1 reply; 8+ messages in thread
From: Leon Anavi @ 2020-06-01 12:04 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.30.2.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-serpent_1.28.bb => python3-serpent_1.30.2.bb}  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-serpent_1.28.bb => python3-serpent_1.30.2.bb} (66%)

diff --git a/meta-python/recipes-devtools/python/python3-serpent_1.28.bb b/meta-python/recipes-devtools/python/python3-serpent_1.30.2.bb
similarity index 66%
rename from meta-python/recipes-devtools/python/python3-serpent_1.28.bb
rename to meta-python/recipes-devtools/python/python3-serpent_1.30.2.bb
index af2d4aa4a..64edff76b 100644
--- a/meta-python/recipes-devtools/python/python3-serpent_1.28.bb
+++ b/meta-python/recipes-devtools/python/python3-serpent_1.30.2.bb
@@ -1,9 +1,9 @@
 SUMMARY = "Serialization based on ast.literal_eval"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=5cd70632b6cdb96df9ddaf6a4ce619e6"
+LIC_FILES_CHKSUM = "file://PKG-INFO;md5=5271c65b7cf83bd28055e592c2d14667"
 
-SRC_URI[md5sum] = "15ef8b67c76a6d19bac9c16731a1e62a"
-SRC_URI[sha256sum] = "f306336ca09aa38e526f3b03cab58eb7e45af09981267233167bcf3bfd6436ab"
+SRC_URI[md5sum] = "cbef4f9c88f88c38195d11a0363a095f"
+SRC_URI[sha256sum] = "72753820246a7d8486e8b385353e3bbf769abfceec2e850fa527a288b084ff7a"
 
 inherit pypi ptest setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 4/4] python3-python-vlc: Upgrade 3.0.7110 -> 3.0.9113
  2020-06-01 12:04 [meta-python][PATCH 1/4] python3-unidiff: Upgrade 0.5.5 -> 0.6.0 Leon Anavi
  2020-06-01 12:04 ` [meta-python][PATCH 2/4] python3-tzlocal: Upgrade 2.0.0 -> 2.1 Leon Anavi
  2020-06-01 12:04 ` [meta-python][PATCH 3/4] python3-serpent: Upgrade 1.28 -> 1.30.2 Leon Anavi
@ 2020-06-01 12:04 ` Leon Anavi
  2020-06-02 16:13   ` [oe] " Trevor Gamblin
  2020-06-02 16:12 ` [oe] [meta-python][PATCH 1/4] python3-unidiff: Upgrade 0.5.5 -> 0.6.0 Trevor Gamblin
  3 siblings, 1 reply; 8+ messages in thread
From: Leon Anavi @ 2020-06-01 12:04 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 3.0.9113.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...-python-vlc_3.0.7110.bb => python3-python-vlc_3.0.9113.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-python-vlc_3.0.7110.bb => python3-python-vlc_3.0.9113.bb} (65%)

diff --git a/meta-python/recipes-devtools/python/python3-python-vlc_3.0.7110.bb b/meta-python/recipes-devtools/python/python3-python-vlc_3.0.9113.bb
similarity index 65%
rename from meta-python/recipes-devtools/python/python3-python-vlc_3.0.7110.bb
rename to meta-python/recipes-devtools/python/python3-python-vlc_3.0.9113.bb
index be63fed02..6d53e3381 100644
--- a/meta-python/recipes-devtools/python/python3-python-vlc_3.0.7110.bb
+++ b/meta-python/recipes-devtools/python/python3-python-vlc_3.0.9113.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "wiki.videolan.org/PythonBinding"
 LICENSE = "LGPL-2.0"
 LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
 
-SRC_URI[md5sum] = "e128abf7115d6513582bd460c0e74485"
-SRC_URI[sha256sum] = "821bca0dbe08fbff97a65e56ff2318ad7d499330876579c39f01f3fb38c7b679"
+SRC_URI[md5sum] = "a3a7d64bb4c6c1cd5569173ceef9cb67"
+SRC_URI[sha256sum] = "5422b79d347b6419008ee91cfd9663edc37eaf2a0bd8fb9017d4cc2e5f249dda"
 
 inherit pypi setuptools3
-- 
2.17.1


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

* Re: [oe] [meta-python][PATCH 1/4] python3-unidiff: Upgrade 0.5.5 -> 0.6.0
  2020-06-01 12:04 [meta-python][PATCH 1/4] python3-unidiff: Upgrade 0.5.5 -> 0.6.0 Leon Anavi
                   ` (2 preceding siblings ...)
  2020-06-01 12:04 ` [meta-python][PATCH 4/4] python3-python-vlc: Upgrade 3.0.7110 -> 3.0.9113 Leon Anavi
@ 2020-06-02 16:12 ` Trevor Gamblin
  3 siblings, 0 replies; 8+ messages in thread
From: Trevor Gamblin @ 2020-06-02 16:12 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1448 bytes --]


On 6/1/20 8:04 AM, Leon Anavi wrote:
> Upgrade to release 0.6.0.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-unidiff_0.5.5.bb => python3-unidiff_0.6.0.bb}    | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-unidiff_0.5.5.bb => python3-unidiff_0.6.0.bb} (68%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-unidiff_0.5.5.bb b/meta-python/recipes-devtools/python/python3-unidiff_0.6.0.bb
> similarity index 68%
> rename from meta-python/recipes-devtools/python/python3-unidiff_0.5.5.bb
> rename to meta-python/recipes-devtools/python/python3-unidiff_0.6.0.bb
> index ded66f06f..75aa1bf79 100644
> --- a/meta-python/recipes-devtools/python/python3-unidiff_0.5.5.bb
> +++ b/meta-python/recipes-devtools/python/python3-unidiff_0.6.0.bb
> @@ -3,8 +3,8 @@ HOMEPAGE = "http://github.com/matiasb/python-unidiff"
>   LICENSE = "MIT"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=4c434b08ef42fea235bb019b5e5a97b3"
>   
> -SRC_URI[md5sum] = "47f669d7273541fec45e4cc0fba8d8e9"
> -SRC_URI[sha256sum] = "9c9ab5fb96b6988b4cd5def6b275492442c04a570900d33aa6373105780025bc"
> +SRC_URI[md5sum] = "ae9524079753df7b1239f0378ed326b7"
> +SRC_URI[sha256sum] = "90c5214e9a357ff4b2fee19d91e77706638e3e00592a732d9405ea4e93da981f"
>   
>   inherit pypi setuptools3
>   
>
> 

[-- Attachment #2: Type: text/html, Size: 2477 bytes --]

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

* Re: [oe] [meta-python][PATCH 2/4] python3-tzlocal: Upgrade 2.0.0 -> 2.1
  2020-06-01 12:04 ` [meta-python][PATCH 2/4] python3-tzlocal: Upgrade 2.0.0 -> 2.1 Leon Anavi
@ 2020-06-02 16:12   ` Trevor Gamblin
  0 siblings, 0 replies; 8+ messages in thread
From: Trevor Gamblin @ 2020-06-02 16:12 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1429 bytes --]


On 6/1/20 8:04 AM, Leon Anavi wrote:
> Upgrade to release 2.1.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-tzlocal_2.0.0.bb => python3-tzlocal_2.1.bb}      | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-tzlocal_2.0.0.bb => python3-tzlocal_2.1.bb} (62%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-tzlocal_2.0.0.bb b/meta-python/recipes-devtools/python/python3-tzlocal_2.1.bb
> similarity index 62%
> rename from meta-python/recipes-devtools/python/python3-tzlocal_2.0.0.bb
> rename to meta-python/recipes-devtools/python/python3-tzlocal_2.1.bb
> index 3573b29f0..56a8fc06f 100644
> --- a/meta-python/recipes-devtools/python/python3-tzlocal_2.0.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-tzlocal_2.1.bb
> @@ -3,7 +3,7 @@ HOMEPAGE = "https://pypi.org/project/tzlocal/"
>   LICENSE = "MIT"
>   LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=57e0bd61643d81d05683cdce65b11d10"
>   
> -SRC_URI[md5sum] = "b14262cecca16ec9220ca8dff2ca7c5d"
> -SRC_URI[sha256sum] = "949b9dd5ba4be17190a80c0268167d7e6c92c62b30026cf9764caf3e308e5590"
> +SRC_URI[md5sum] = "c0877603ff9de71cd8ca6ee2b50d2ebd"
> +SRC_URI[sha256sum] = "643c97c5294aedc737780a49d9df30889321cbe1204eac2c2ec6134035a92e44"
>   
>   inherit pypi setuptools3
>
> 

[-- Attachment #2: Type: text/html, Size: 2454 bytes --]

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

* Re: [oe] [meta-python][PATCH 3/4] python3-serpent: Upgrade 1.28 -> 1.30.2
  2020-06-01 12:04 ` [meta-python][PATCH 3/4] python3-serpent: Upgrade 1.28 -> 1.30.2 Leon Anavi
@ 2020-06-02 16:12   ` Trevor Gamblin
  0 siblings, 0 replies; 8+ messages in thread
From: Trevor Gamblin @ 2020-06-02 16:12 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1536 bytes --]


On 6/1/20 8:04 AM, Leon Anavi wrote:
> Upgrade to release 1.30.2.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-serpent_1.28.bb => python3-serpent_1.30.2.bb}  | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-serpent_1.28.bb => python3-serpent_1.30.2.bb} (66%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-serpent_1.28.bb b/meta-python/recipes-devtools/python/python3-serpent_1.30.2.bb
> similarity index 66%
> rename from meta-python/recipes-devtools/python/python3-serpent_1.28.bb
> rename to meta-python/recipes-devtools/python/python3-serpent_1.30.2.bb
> index af2d4aa4a..64edff76b 100644
> --- a/meta-python/recipes-devtools/python/python3-serpent_1.28.bb
> +++ b/meta-python/recipes-devtools/python/python3-serpent_1.30.2.bb
> @@ -1,9 +1,9 @@
>   SUMMARY = "Serialization based on ast.literal_eval"
>   LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=5cd70632b6cdb96df9ddaf6a4ce619e6"
> +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=5271c65b7cf83bd28055e592c2d14667"
>   
> -SRC_URI[md5sum] = "15ef8b67c76a6d19bac9c16731a1e62a"
> -SRC_URI[sha256sum] = "f306336ca09aa38e526f3b03cab58eb7e45af09981267233167bcf3bfd6436ab"
> +SRC_URI[md5sum] = "cbef4f9c88f88c38195d11a0363a095f"
> +SRC_URI[sha256sum] = "72753820246a7d8486e8b385353e3bbf769abfceec2e850fa527a288b084ff7a"
>   
>   inherit pypi ptest setuptools3
>   
>
> 

[-- Attachment #2: Type: text/html, Size: 2588 bytes --]

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

* Re: [oe] [meta-python][PATCH 4/4] python3-python-vlc: Upgrade 3.0.7110 -> 3.0.9113
  2020-06-01 12:04 ` [meta-python][PATCH 4/4] python3-python-vlc: Upgrade 3.0.7110 -> 3.0.9113 Leon Anavi
@ 2020-06-02 16:13   ` Trevor Gamblin
  0 siblings, 0 replies; 8+ messages in thread
From: Trevor Gamblin @ 2020-06-02 16:13 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1489 bytes --]


On 6/1/20 8:04 AM, Leon Anavi wrote:
> Upgrade to release 3.0.9113.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...-python-vlc_3.0.7110.bb => python3-python-vlc_3.0.9113.bb} | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-python-vlc_3.0.7110.bb => python3-python-vlc_3.0.9113.bb} (65%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-python-vlc_3.0.7110.bb b/meta-python/recipes-devtools/python/python3-python-vlc_3.0.9113.bb
> similarity index 65%
> rename from meta-python/recipes-devtools/python/python3-python-vlc_3.0.7110.bb
> rename to meta-python/recipes-devtools/python/python3-python-vlc_3.0.9113.bb
> index be63fed02..6d53e3381 100644
> --- a/meta-python/recipes-devtools/python/python3-python-vlc_3.0.7110.bb
> +++ b/meta-python/recipes-devtools/python/python3-python-vlc_3.0.9113.bb
> @@ -3,7 +3,7 @@ HOMEPAGE = "wiki.videolan.org/PythonBinding"
>   LICENSE = "LGPL-2.0"
>   LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
>   
> -SRC_URI[md5sum] = "e128abf7115d6513582bd460c0e74485"
> -SRC_URI[sha256sum] = "821bca0dbe08fbff97a65e56ff2318ad7d499330876579c39f01f3fb38c7b679"
> +SRC_URI[md5sum] = "a3a7d64bb4c6c1cd5569173ceef9cb67"
> +SRC_URI[sha256sum] = "5422b79d347b6419008ee91cfd9663edc37eaf2a0bd8fb9017d4cc2e5f249dda"
>   
>   inherit pypi setuptools3
>
> 

[-- Attachment #2: Type: text/html, Size: 2432 bytes --]

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

end of thread, other threads:[~2020-06-02 16:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-01 12:04 [meta-python][PATCH 1/4] python3-unidiff: Upgrade 0.5.5 -> 0.6.0 Leon Anavi
2020-06-01 12:04 ` [meta-python][PATCH 2/4] python3-tzlocal: Upgrade 2.0.0 -> 2.1 Leon Anavi
2020-06-02 16:12   ` [oe] " Trevor Gamblin
2020-06-01 12:04 ` [meta-python][PATCH 3/4] python3-serpent: Upgrade 1.28 -> 1.30.2 Leon Anavi
2020-06-02 16:12   ` [oe] " Trevor Gamblin
2020-06-01 12:04 ` [meta-python][PATCH 4/4] python3-python-vlc: Upgrade 3.0.7110 -> 3.0.9113 Leon Anavi
2020-06-02 16:13   ` [oe] " Trevor Gamblin
2020-06-02 16:12 ` [oe] [meta-python][PATCH 1/4] python3-unidiff: Upgrade 0.5.5 -> 0.6.0 Trevor Gamblin

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.