All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/5] python3-pywbem: Upgrade 1.0.2 -> 1.1.0
@ 2020-10-12 14:00 Leon Anavi
  2020-10-12 14:00 ` [meta-python][PATCH 2/5] python3-regex: Upgrade 2020.9.27 -> 2020.10.11 Leon Anavi
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Leon Anavi @ 2020-10-12 14:00 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.1.0:

- Test: Fixed dependency issues with ‘pyrsistent’ package on
  Python 2.7 and Python 3.4.
- Increased minimum versions of nocasedict to 1.0.0 and nocaselist
  to 1.0.2 to pick up fixes needed for pywbem.
- Windows install: Upgraded WinOpenSSL to 1.1.1h.
- Test: Changed collection of .yaml files in function tests to
  address DeprecationWarning issued by pytest.
- Upgraded the minimum versions of nocasedict to 1.0.3 and of
  nocaselist to 1.0.1, to pick up fixes in these packages.
- Removed dependency on package custom-inherit and removed package
  from pywbem.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-pywbem_1.0.2.bb => python3-pywbem_1.1.0.bb}      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-extended/pywbem/{python3-pywbem_1.0.2.bb => python3-pywbem_1.1.0.bb} (91%)

diff --git a/meta-python/recipes-extended/pywbem/python3-pywbem_1.0.2.bb b/meta-python/recipes-extended/pywbem/python3-pywbem_1.1.0.bb
similarity index 91%
rename from meta-python/recipes-extended/pywbem/python3-pywbem_1.0.2.bb
rename to meta-python/recipes-extended/pywbem/python3-pywbem_1.1.0.bb
index da731989da..d68ae9abf0 100644
--- a/meta-python/recipes-extended/pywbem/python3-pywbem_1.0.2.bb
+++ b/meta-python/recipes-extended/pywbem/python3-pywbem_1.1.0.bb
@@ -16,8 +16,8 @@ HOMEPAGE = "http://pywbem.github.io"
 LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbc093901857fcd118f065f900982c24"
 
-SRC_URI[md5sum] = "0f171e365e294554f8e7624ccf511067"
-SRC_URI[sha256sum] = "66d8ec82d30f2b95d8b4bd51659429066c2879d3f46292561f5fdbc7fed10f3d"
+SRC_URI[md5sum] = "6ade0cda6a997542d61f15713c2dd971"
+SRC_URI[sha256sum] = "4e2baa4b4b88943cca32c7eb588fffff22ce86c748ba7544e01149f9638014fe"
 
 inherit pypi setuptools3 update-alternatives
 
-- 
2.17.1


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

* [meta-python][PATCH 2/5] python3-regex: Upgrade 2020.9.27 -> 2020.10.11
  2020-10-12 14:00 [meta-python][PATCH 1/5] python3-pywbem: Upgrade 1.0.2 -> 1.1.0 Leon Anavi
@ 2020-10-12 14:00 ` Leon Anavi
  2020-10-13 23:42   ` [oe] " Trevor Gamblin
  2020-10-12 14:00 ` [meta-python][PATCH 3/5] python3-multidict: Upgrade 4.7.6 -> 5.0.0 Leon Anavi
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: Leon Anavi @ 2020-10-12 14:00 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2020.10.11:

- Updated .yml file for Python 3.9.
- Didn't parse regex comments property when in VERBOSE mode.

License-Update: Changed to Apache Software License

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../python/python3-regex_2020.10.11.bb                | 11 +++++++++++
 .../python/python3-regex_2020.9.27.bb                 | 11 -----------
 2 files changed, 11 insertions(+), 11 deletions(-)
 create mode 100644 meta-python/recipes-devtools/python/python3-regex_2020.10.11.bb
 delete mode 100644 meta-python/recipes-devtools/python/python3-regex_2020.9.27.bb

diff --git a/meta-python/recipes-devtools/python/python3-regex_2020.10.11.bb b/meta-python/recipes-devtools/python/python3-regex_2020.10.11.bb
new file mode 100644
index 0000000000..df2c00bbaa
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-regex_2020.10.11.bb
@@ -0,0 +1,11 @@
+SUMMARY = "Alternative regular expression module, to replace re."
+HOMEPAGE = "https://bitbucket.org/mrabarnett/mrab-regex/src"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=f0a3e4a2554ebb89c046c93d45d8e4bc"
+
+inherit pypi setuptools3
+
+SRC_URI[md5sum] = "642c259122a3b578cec66d8bba5665e4"
+SRC_URI[sha256sum] = "463e770c48da76a8da82b8d4a48a541f314e0df91cbb6d873a341dbe578efafd"
+
+BBCLASSEXTEND = "native nativesdk"
diff --git a/meta-python/recipes-devtools/python/python3-regex_2020.9.27.bb b/meta-python/recipes-devtools/python/python3-regex_2020.9.27.bb
deleted file mode 100644
index fb891f8716..0000000000
--- a/meta-python/recipes-devtools/python/python3-regex_2020.9.27.bb
+++ /dev/null
@@ -1,11 +0,0 @@
-SUMMARY = "Alternative regular expression module, to replace re."
-HOMEPAGE = "https://bitbucket.org/mrabarnett/mrab-regex/src"
-LICENSE = "PSF"
-LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=ee7987010dadc17745d623f406b500ec"
-
-inherit pypi setuptools3
-
-SRC_URI[md5sum] = "195f5e867e9f87a39f921ad0e5761a61"
-SRC_URI[sha256sum] = "a6f32aea4260dfe0e55dc9733ea162ea38f0ea86aa7d0f77b15beac5bf7b369d"
-
-BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1


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

* [meta-python][PATCH 3/5] python3-multidict: Upgrade 4.7.6 -> 5.0.0
  2020-10-12 14:00 [meta-python][PATCH 1/5] python3-pywbem: Upgrade 1.0.2 -> 1.1.0 Leon Anavi
  2020-10-12 14:00 ` [meta-python][PATCH 2/5] python3-regex: Upgrade 2020.9.27 -> 2020.10.11 Leon Anavi
@ 2020-10-12 14:00 ` Leon Anavi
  2020-10-13 23:42   ` [oe] " Trevor Gamblin
  2020-10-12 14:00 ` [meta-python][PATCH 4/5] python3-prettytable: Upgrade 1.0.0 -> 1.0.1 Leon Anavi
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: Leon Anavi @ 2020-10-12 14:00 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 5.0.0:

- Provide wheels for aarch64, i686, ppc64le, s390x architectures
  on Linux as well as x86_64.
- Provide wheels for Python 3.9.
- Drop Python 3.5 support; Python 3.6 is the minimum supported
  Python version.

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

diff --git a/meta-python/recipes-devtools/python/python3-multidict_4.7.6.bb b/meta-python/recipes-devtools/python/python3-multidict_5.0.0.bb
similarity index 78%
rename from meta-python/recipes-devtools/python/python3-multidict_4.7.6.bb
rename to meta-python/recipes-devtools/python/python3-multidict_5.0.0.bb
index 02c541b4c2..676fbae7ed 100644
--- a/meta-python/recipes-devtools/python/python3-multidict_4.7.6.bb
+++ b/meta-python/recipes-devtools/python/python3-multidict_5.0.0.bb
@@ -4,8 +4,8 @@ HOMEPAGE = "https://github.com/aio-libs/multidict/"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=e74c98abe0de8f798ca609137f9cef4a"
 
-SRC_URI[md5sum] = "40b6ca77171ac8af55f7aa60049f3cdf"
-SRC_URI[sha256sum] = "fbb77a75e529021e7c4a8d4e823d88ef4d23674a202be4f5addffc72cbb91430"
+SRC_URI[md5sum] = "c2c3311e25636a6f213e998cd1e80d72"
+SRC_URI[sha256sum] = "1b324444299c3a49b601b1bf621fc21704e29066f6ac2b7d7e4034a4a18662a1"
 
 inherit pypi setuptools3 ptest
 
-- 
2.17.1


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

* [meta-python][PATCH 4/5] python3-prettytable: Upgrade 1.0.0 -> 1.0.1
  2020-10-12 14:00 [meta-python][PATCH 1/5] python3-pywbem: Upgrade 1.0.2 -> 1.1.0 Leon Anavi
  2020-10-12 14:00 ` [meta-python][PATCH 2/5] python3-regex: Upgrade 2020.9.27 -> 2020.10.11 Leon Anavi
  2020-10-12 14:00 ` [meta-python][PATCH 3/5] python3-multidict: Upgrade 4.7.6 -> 5.0.0 Leon Anavi
@ 2020-10-12 14:00 ` Leon Anavi
  2020-10-13 23:42   ` [oe] " Trevor Gamblin
  2020-10-12 14:00 ` [meta-python][PATCH 5/5] python3-pyperclip: Upgrade 1.8.0 -> 1.8.1 Leon Anavi
  2020-10-13 23:41 ` [oe] [meta-python][PATCH 1/5] python3-pywbem: Upgrade 1.0.2 -> 1.1.0 Trevor Gamblin
  4 siblings, 1 reply; 10+ messages in thread
From: Leon Anavi @ 2020-10-12 14:00 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.0.1:

- Add setuptools as a dependency
- Fix string comparison and deprecation warning
- Update release checklist to deploy from GitHub Actions
- Use Release Drafter to draft GH Releases from labelled PRs

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

diff --git a/meta-python/recipes-devtools/python/python3-prettytable_1.0.0.bb b/meta-python/recipes-devtools/python/python3-prettytable_1.0.1.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-prettytable_1.0.0.bb
rename to meta-python/recipes-devtools/python/python3-prettytable_1.0.1.bb
index e5688a3866..a065b6c475 100644
--- a/meta-python/recipes-devtools/python/python3-prettytable_1.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-prettytable_1.0.1.bb
@@ -3,8 +3,8 @@ HOMEPAGE = "http://code.google.com/p/prettytable"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://COPYING;md5=c9a6829fcd174d9535b46211917c7671"
 
-SRC_URI[md5sum] = "fb31d4c94fef42f2caf9784c44d8ea82"
-SRC_URI[sha256sum] = "98a3b74b1980e6a9392498e3a2a5406f6bd836f412843c2be23d9c88671747ac"
+SRC_URI[md5sum] = "b5bd0acec56ae7ccf5ac22d3f671c3a7"
+SRC_URI[sha256sum] = "6bb7f539903cb031fecb855b615cbcac8cd245ebc6fa51c6e23ab3386db89771"
 
 do_install_append() {
     perm_files=`find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "*.txt" -o -name "PKG-INFO"`
-- 
2.17.1


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

* [meta-python][PATCH 5/5] python3-pyperclip: Upgrade 1.8.0 -> 1.8.1
  2020-10-12 14:00 [meta-python][PATCH 1/5] python3-pywbem: Upgrade 1.0.2 -> 1.1.0 Leon Anavi
                   ` (2 preceding siblings ...)
  2020-10-12 14:00 ` [meta-python][PATCH 4/5] python3-prettytable: Upgrade 1.0.0 -> 1.0.1 Leon Anavi
@ 2020-10-12 14:00 ` Leon Anavi
  2020-10-13 23:42   ` [oe] " Trevor Gamblin
  2020-10-13 23:41 ` [oe] [meta-python][PATCH 1/5] python3-pywbem: Upgrade 1.0.2 -> 1.1.0 Trevor Gamblin
  4 siblings, 1 reply; 10+ messages in thread
From: Leon Anavi @ 2020-10-12 14:00 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.8.1:

- Get rid of trailing whitespace.
- Updated supported python versions in the setup.py file
- Added the ability to copy text from the command line.
- Fix for WSL2 and Ubuntu LTS 20.04
- Made PyQt checks in tests more specific

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

diff --git a/meta-python/recipes-devtools/python/python3-pyperclip_1.8.0.bb b/meta-python/recipes-devtools/python/python3-pyperclip_1.8.1.bb
similarity index 72%
rename from meta-python/recipes-devtools/python/python3-pyperclip_1.8.0.bb
rename to meta-python/recipes-devtools/python/python3-pyperclip_1.8.1.bb
index 8f331529a6..211580b37c 100644
--- a/meta-python/recipes-devtools/python/python3-pyperclip_1.8.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pyperclip_1.8.1.bb
@@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/asweigart/pyperclip"
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=d7dd4b0d1f7153322a546e89b5a0a632"
 
-SRC_URI[md5sum] = "c2564a74b909b6fc32401afd619de83d"
-SRC_URI[sha256sum] = "b75b975160428d84608c26edba2dec146e7799566aea42c1fe1b32e72b6028f2"
+SRC_URI[md5sum] = "0ac879899da5c2af755a834245ca6a0f"
+SRC_URI[sha256sum] = "9abef1e79ce635eb62309ecae02dfb5a3eb952fa7d6dce09c1aef063f81424d3"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* Re: [oe] [meta-python][PATCH 1/5] python3-pywbem: Upgrade 1.0.2 -> 1.1.0
  2020-10-12 14:00 [meta-python][PATCH 1/5] python3-pywbem: Upgrade 1.0.2 -> 1.1.0 Leon Anavi
                   ` (3 preceding siblings ...)
  2020-10-12 14:00 ` [meta-python][PATCH 5/5] python3-pyperclip: Upgrade 1.8.0 -> 1.8.1 Leon Anavi
@ 2020-10-13 23:41 ` Trevor Gamblin
  4 siblings, 0 replies; 10+ messages in thread
From: Trevor Gamblin @ 2020-10-13 23:41 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 10/12/20 10:00 AM, Leon Anavi wrote:
> Upgrade to release 1.1.0:
>
> - Test: Fixed dependency issues with ‘pyrsistent’ package on
>    Python 2.7 and Python 3.4.
> - Increased minimum versions of nocasedict to 1.0.0 and nocaselist
>    to 1.0.2 to pick up fixes needed for pywbem.
> - Windows install: Upgraded WinOpenSSL to 1.1.1h.
> - Test: Changed collection of .yaml files in function tests to
>    address DeprecationWarning issued by pytest.
> - Upgraded the minimum versions of nocasedict to 1.0.3 and of
>    nocaselist to 1.0.1, to pick up fixes in these packages.
> - Removed dependency on package custom-inherit and removed package
>    from pywbem.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-pywbem_1.0.2.bb => python3-pywbem_1.1.0.bb}      | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-extended/pywbem/{python3-pywbem_1.0.2.bb => python3-pywbem_1.1.0.bb} (91%)
>
> diff --git a/meta-python/recipes-extended/pywbem/python3-pywbem_1.0.2.bb b/meta-python/recipes-extended/pywbem/python3-pywbem_1.1.0.bb
> similarity index 91%
> rename from meta-python/recipes-extended/pywbem/python3-pywbem_1.0.2.bb
> rename to meta-python/recipes-extended/pywbem/python3-pywbem_1.1.0.bb
> index da731989da..d68ae9abf0 100644
> --- a/meta-python/recipes-extended/pywbem/python3-pywbem_1.0.2.bb
> +++ b/meta-python/recipes-extended/pywbem/python3-pywbem_1.1.0.bb
> @@ -16,8 +16,8 @@ HOMEPAGE = "http://pywbem.github.io"
>   LICENSE = "LGPLv2.1"
>   LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbc093901857fcd118f065f900982c24"
>   
> -SRC_URI[md5sum] = "0f171e365e294554f8e7624ccf511067"
> -SRC_URI[sha256sum] = "66d8ec82d30f2b95d8b4bd51659429066c2879d3f46292561f5fdbc7fed10f3d"
> +SRC_URI[md5sum] = "6ade0cda6a997542d61f15713c2dd971"
> +SRC_URI[sha256sum] = "4e2baa4b4b88943cca32c7eb588fffff22ce86c748ba7544e01149f9638014fe"
>   
>   inherit pypi setuptools3 update-alternatives
>   
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 2/5] python3-regex: Upgrade 2020.9.27 -> 2020.10.11
  2020-10-12 14:00 ` [meta-python][PATCH 2/5] python3-regex: Upgrade 2020.9.27 -> 2020.10.11 Leon Anavi
@ 2020-10-13 23:42   ` Trevor Gamblin
  0 siblings, 0 replies; 10+ messages in thread
From: Trevor Gamblin @ 2020-10-13 23:42 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 10/12/20 10:00 AM, Leon Anavi wrote:
> - Updated .yml file for Python 3.9.
> - Didn't parse regex comments property when in VERBOSE mode.
>
> License-Update: Changed to Apache Software License
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/python3-regex_2020.10.11.bb                | 11 +++++++++++
>   .../python/python3-regex_2020.9.27.bb                 | 11 -----------
>   2 files changed, 11 insertions(+), 11 deletions(-)
>   create mode 100644 meta-python/recipes-devtools/python/python3-regex_2020.10.11.bb
>   delete mode 100644 meta-python/recipes-devtools/python/python3-regex_2020.9.27.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-regex_2020.10.11.bb b/meta-python/recipes-devtools/python/python3-regex_2020.10.11.bb
> new file mode 100644
> index 0000000000..df2c00bbaa
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python3-regex_2020.10.11.bb
> @@ -0,0 +1,11 @@
> +SUMMARY = "Alternative regular expression module, to replace re."
> +HOMEPAGE = "https://bitbucket.org/mrabarnett/mrab-regex/src"
> +LICENSE = "Apache-2.0"
> +LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=f0a3e4a2554ebb89c046c93d45d8e4bc"
> +
> +inherit pypi setuptools3
> +
> +SRC_URI[md5sum] = "642c259122a3b578cec66d8bba5665e4"
> +SRC_URI[sha256sum] = "463e770c48da76a8da82b8d4a48a541f314e0df91cbb6d873a341dbe578efafd"
> +
> +BBCLASSEXTEND = "native nativesdk"
> diff --git a/meta-python/recipes-devtools/python/python3-regex_2020.9.27.bb b/meta-python/recipes-devtools/python/python3-regex_2020.9.27.bb
> deleted file mode 100644
> index fb891f8716..0000000000
> --- a/meta-python/recipes-devtools/python/python3-regex_2020.9.27.bb
> +++ /dev/null
> @@ -1,11 +0,0 @@
> -SUMMARY = "Alternative regular expression module, to replace re."
> -HOMEPAGE = "https://bitbucket.org/mrabarnett/mrab-regex/src"
> -LICENSE = "PSF"
> -LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=ee7987010dadc17745d623f406b500ec"
> -
> -inherit pypi setuptools3
> -
> -SRC_URI[md5sum] = "195f5e867e9f87a39f921ad0e5761a61"
> -SRC_URI[sha256sum] = "a6f32aea4260dfe0e55dc9733ea162ea38f0ea86aa7d0f77b15beac5bf7b369d"
> -
> -BBCLASSEXTEND = "native nativesdk"
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 3/5] python3-multidict: Upgrade 4.7.6 -> 5.0.0
  2020-10-12 14:00 ` [meta-python][PATCH 3/5] python3-multidict: Upgrade 4.7.6 -> 5.0.0 Leon Anavi
@ 2020-10-13 23:42   ` Trevor Gamblin
  0 siblings, 0 replies; 10+ messages in thread
From: Trevor Gamblin @ 2020-10-13 23:42 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 10/12/20 10:00 AM, Leon Anavi wrote:
> - Provide wheels for aarch64, i686, ppc64le, s390x architectures
>    on Linux as well as x86_64.
> - Provide wheels for Python 3.9.
> - Drop Python 3.5 support; Python 3.6 is the minimum supported
>    Python version.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...{python3-multidict_4.7.6.bb => python3-multidict_5.0.0.bb} | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-multidict_4.7.6.bb => python3-multidict_5.0.0.bb} (78%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-multidict_4.7.6.bb b/meta-python/recipes-devtools/python/python3-multidict_5.0.0.bb
> similarity index 78%
> rename from meta-python/recipes-devtools/python/python3-multidict_4.7.6.bb
> rename to meta-python/recipes-devtools/python/python3-multidict_5.0.0.bb
> index 02c541b4c2..676fbae7ed 100644
> --- a/meta-python/recipes-devtools/python/python3-multidict_4.7.6.bb
> +++ b/meta-python/recipes-devtools/python/python3-multidict_5.0.0.bb
> @@ -4,8 +4,8 @@ HOMEPAGE = "https://github.com/aio-libs/multidict/"
>   LICENSE = "Apache-2.0"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=e74c98abe0de8f798ca609137f9cef4a"
>   
> -SRC_URI[md5sum] = "40b6ca77171ac8af55f7aa60049f3cdf"
> -SRC_URI[sha256sum] = "fbb77a75e529021e7c4a8d4e823d88ef4d23674a202be4f5addffc72cbb91430"
> +SRC_URI[md5sum] = "c2c3311e25636a6f213e998cd1e80d72"
> +SRC_URI[sha256sum] = "1b324444299c3a49b601b1bf621fc21704e29066f6ac2b7d7e4034a4a18662a1"
>   
>   inherit pypi setuptools3 ptest
>   
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 4/5] python3-prettytable: Upgrade 1.0.0 -> 1.0.1
  2020-10-12 14:00 ` [meta-python][PATCH 4/5] python3-prettytable: Upgrade 1.0.0 -> 1.0.1 Leon Anavi
@ 2020-10-13 23:42   ` Trevor Gamblin
  0 siblings, 0 replies; 10+ messages in thread
From: Trevor Gamblin @ 2020-10-13 23:42 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 10/12/20 10:00 AM, Leon Anavi wrote:
> - Add setuptools as a dependency
> - Fix string comparison and deprecation warning
> - Update release checklist to deploy from GitHub Actions
> - Use Release Drafter to draft GH Releases from labelled PRs
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...hon3-prettytable_1.0.0.bb => python3-prettytable_1.0.1.bb} | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-prettytable_1.0.0.bb => python3-prettytable_1.0.1.bb} (86%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-prettytable_1.0.0.bb b/meta-python/recipes-devtools/python/python3-prettytable_1.0.1.bb
> similarity index 86%
> rename from meta-python/recipes-devtools/python/python3-prettytable_1.0.0.bb
> rename to meta-python/recipes-devtools/python/python3-prettytable_1.0.1.bb
> index e5688a3866..a065b6c475 100644
> --- a/meta-python/recipes-devtools/python/python3-prettytable_1.0.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-prettytable_1.0.1.bb
> @@ -3,8 +3,8 @@ HOMEPAGE = "http://code.google.com/p/prettytable"
>   LICENSE = "BSD-3-Clause"
>   LIC_FILES_CHKSUM = "file://COPYING;md5=c9a6829fcd174d9535b46211917c7671"
>   
> -SRC_URI[md5sum] = "fb31d4c94fef42f2caf9784c44d8ea82"
> -SRC_URI[sha256sum] = "98a3b74b1980e6a9392498e3a2a5406f6bd836f412843c2be23d9c88671747ac"
> +SRC_URI[md5sum] = "b5bd0acec56ae7ccf5ac22d3f671c3a7"
> +SRC_URI[sha256sum] = "6bb7f539903cb031fecb855b615cbcac8cd245ebc6fa51c6e23ab3386db89771"
>   
>   do_install_append() {
>       perm_files=`find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "*.txt" -o -name "PKG-INFO"`
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 5/5] python3-pyperclip: Upgrade 1.8.0 -> 1.8.1
  2020-10-12 14:00 ` [meta-python][PATCH 5/5] python3-pyperclip: Upgrade 1.8.0 -> 1.8.1 Leon Anavi
@ 2020-10-13 23:42   ` Trevor Gamblin
  0 siblings, 0 replies; 10+ messages in thread
From: Trevor Gamblin @ 2020-10-13 23:42 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 10/12/20 10:00 AM, Leon Anavi wrote:
> - Get rid of trailing whitespace.
> - Updated supported python versions in the setup.py file
> - Added the ability to copy text from the command line.
> - Fix for WSL2 and Ubuntu LTS 20.04
> - Made PyQt checks in tests more specific
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...{python3-pyperclip_1.8.0.bb => python3-pyperclip_1.8.1.bb} | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-pyperclip_1.8.0.bb => python3-pyperclip_1.8.1.bb} (72%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-pyperclip_1.8.0.bb b/meta-python/recipes-devtools/python/python3-pyperclip_1.8.1.bb
> similarity index 72%
> rename from meta-python/recipes-devtools/python/python3-pyperclip_1.8.0.bb
> rename to meta-python/recipes-devtools/python/python3-pyperclip_1.8.1.bb
> index 8f331529a6..211580b37c 100644
> --- a/meta-python/recipes-devtools/python/python3-pyperclip_1.8.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-pyperclip_1.8.1.bb
> @@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/asweigart/pyperclip"
>   LICENSE = "BSD"
>   LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=d7dd4b0d1f7153322a546e89b5a0a632"
>   
> -SRC_URI[md5sum] = "c2564a74b909b6fc32401afd619de83d"
> -SRC_URI[sha256sum] = "b75b975160428d84608c26edba2dec146e7799566aea42c1fe1b32e72b6028f2"
> +SRC_URI[md5sum] = "0ac879899da5c2af755a834245ca6a0f"
> +SRC_URI[sha256sum] = "9abef1e79ce635eb62309ecae02dfb5a3eb952fa7d6dce09c1aef063f81424d3"
>   
>   inherit pypi setuptools3
>   
>
> 
>

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

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

end of thread, other threads:[~2020-10-13 23:43 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-12 14:00 [meta-python][PATCH 1/5] python3-pywbem: Upgrade 1.0.2 -> 1.1.0 Leon Anavi
2020-10-12 14:00 ` [meta-python][PATCH 2/5] python3-regex: Upgrade 2020.9.27 -> 2020.10.11 Leon Anavi
2020-10-13 23:42   ` [oe] " Trevor Gamblin
2020-10-12 14:00 ` [meta-python][PATCH 3/5] python3-multidict: Upgrade 4.7.6 -> 5.0.0 Leon Anavi
2020-10-13 23:42   ` [oe] " Trevor Gamblin
2020-10-12 14:00 ` [meta-python][PATCH 4/5] python3-prettytable: Upgrade 1.0.0 -> 1.0.1 Leon Anavi
2020-10-13 23:42   ` [oe] " Trevor Gamblin
2020-10-12 14:00 ` [meta-python][PATCH 5/5] python3-pyperclip: Upgrade 1.8.0 -> 1.8.1 Leon Anavi
2020-10-13 23:42   ` [oe] " Trevor Gamblin
2020-10-13 23:41 ` [oe] [meta-python][PATCH 1/5] python3-pywbem: Upgrade 1.0.2 -> 1.1.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.