All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/7] python3-pychromecast: Upgrade 7.2.0 -> 7.2.1
@ 2020-08-24 14:49 Leon Anavi
  2020-08-24 14:49 ` [meta-python][PATCH 2/7] python3-dominate: Upgrade 2.5.1 -> 2.5.2 Leon Anavi
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Leon Anavi @ 2020-08-24 14:49 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 7.2.1:

- Ensure data parsed as JSON is a dict
- Add zeroconf debug option to example scripts

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

diff --git a/meta-python/recipes-devtools/python/python3-pychromecast_7.2.0.bb b/meta-python/recipes-devtools/python/python3-pychromecast_7.2.1.bb
similarity index 66%
rename from meta-python/recipes-devtools/python/python3-pychromecast_7.2.0.bb
rename to meta-python/recipes-devtools/python/python3-pychromecast_7.2.1.bb
index 257778ba9..6a3b16c38 100644
--- a/meta-python/recipes-devtools/python/python3-pychromecast_7.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pychromecast_7.2.1.bb
@@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/balloob/pychromecast"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b1dbd4e85f47b389bdadee9c694669f5"
 
-SRC_URI[md5sum] = "20ed7ec024fd4739446d42f8d19813b8"
-SRC_URI[sha256sum] = "c522c5ecb554471ca8e5690c05530b1c237c301349061d3839c506984f8d3c2d"
+SRC_URI[md5sum] = "a39b87178f866dda52da494eac0afe07"
+SRC_URI[sha256sum] = "9aad074d0361791af8ccb8fb7ea0f1646db3d89600fed85c5562b64c8b1aa899"
 
 PYPI_PACKAGE = "PyChromecast"
 
-- 
2.17.1


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

* [meta-python][PATCH 2/7] python3-dominate: Upgrade 2.5.1 -> 2.5.2
  2020-08-24 14:49 [meta-python][PATCH 1/7] python3-pychromecast: Upgrade 7.2.0 -> 7.2.1 Leon Anavi
@ 2020-08-24 14:49 ` Leon Anavi
  2020-08-25 12:45   ` [oe] " Trevor Gamblin
  2020-08-24 14:50 ` [meta-python][PATCH 3/7] python3-pymisp: Upgrade 2.4.128 -> 2.4.130 Leon Anavi
                   ` (5 subsequent siblings)
  6 siblings, 1 reply; 14+ messages in thread
From: Leon Anavi @ 2020-08-24 14:49 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.5.2:

- Removed 'input' keyword reassignment
- Bug fix: underscores not working in aria attributes
- Adding some missing attrs to DASHED_ATTRIBUTES

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

diff --git a/meta-python/recipes-devtools/python/python3-dominate_2.5.1.bb b/meta-python/recipes-devtools/python/python3-dominate_2.5.2.bb
similarity index 78%
rename from meta-python/recipes-devtools/python/python3-dominate_2.5.1.bb
rename to meta-python/recipes-devtools/python/python3-dominate_2.5.2.bb
index 75dd4ef9f..204433894 100644
--- a/meta-python/recipes-devtools/python/python3-dominate_2.5.1.bb
+++ b/meta-python/recipes-devtools/python/python3-dominate_2.5.2.bb
@@ -2,8 +2,8 @@ SUMMARY = "Dominate is a Python library for creating and manipulating HTML docum
 LICENSE = "LGPLv3"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b52f2d57d10c4f7ee67a7eb9615d5d24"
 
-SRC_URI[md5sum] = "35eeb6b5587c8c9a51cd22c83e07ac49"
-SRC_URI[sha256sum] = "9b05481605ea8c0afd0a98c0156a9fb78d9c406368d66b3e6fedf36920fb9d78"
+SRC_URI[md5sum] = "4a249c71cb009815923e9a47fa03ca08"
+SRC_URI[sha256sum] = "456facce7a7ccfd9363948109cf1e978d48c58e46a46b01c71b4c0adc73b1928"
 
 inherit pypi setuptools3 ptest
 
-- 
2.17.1


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

* [meta-python][PATCH 3/7] python3-pymisp: Upgrade 2.4.128 -> 2.4.130
  2020-08-24 14:49 [meta-python][PATCH 1/7] python3-pychromecast: Upgrade 7.2.0 -> 7.2.1 Leon Anavi
  2020-08-24 14:49 ` [meta-python][PATCH 2/7] python3-dominate: Upgrade 2.5.1 -> 2.5.2 Leon Anavi
@ 2020-08-24 14:50 ` Leon Anavi
  2020-08-25 12:45   ` [oe] " Trevor Gamblin
  2020-08-24 14:50 ` [meta-python][PATCH 4/7] python3-inflection: Upgrade 0.5.0 -> 0.5.1 Leon Anavi
                   ` (4 subsequent siblings)
  6 siblings, 1 reply; 14+ messages in thread
From: Leon Anavi @ 2020-08-24 14:50 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.4.130:

- Blacklist methods.
- Add list of missing calls.
- Add test_obj_references_export.
- Add MISPObject.standalone property.
  Setting MISPObject.standalone updates MISPObject._standalone and
  add/removes "ObjectReference" from AbstractMISP.__not_jsonable
  using update_not_jsonable/_remove_from_not_jsonable.
- Add AbstractMISP._remove_from_not_jsonable.
- Bump version, dependencies, objects and types.
- [testlive_comprehensive] Updated generic tagging method to match
  changes in MISP.
- Cleanup blocklist methods.
- Remove outdated example.
- Bug fixes.

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

diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.128.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.130.bb
similarity index 77%
rename from meta-python/recipes-devtools/python/python3-pymisp_2.4.128.bb
rename to meta-python/recipes-devtools/python/python3-pymisp_2.4.130.bb
index e27bf9900..2e9259466 100644
--- a/meta-python/recipes-devtools/python/python3-pymisp_2.4.128.bb
+++ b/meta-python/recipes-devtools/python/python3-pymisp_2.4.130.bb
@@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/MISP/PyMISP"
 LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a3639cf5780f71b125d3e9d1dc127c20"
 
-SRC_URI[md5sum] = "a90a25def591c6a265bc904f801646f1"
-SRC_URI[sha256sum] = "714b8b5c8debb4b5e0e602a5fe8a599206e89c1313244ed0e69d9e0bc816f1f7"
+SRC_URI[md5sum] = "be91a479c689857617fbfc7ce919e291"
+SRC_URI[sha256sum] = "2610bfb5cb942e882c247b468769a6f68817b5a413358c381f73ba91d01edaf6"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 4/7] python3-inflection: Upgrade 0.5.0 -> 0.5.1
  2020-08-24 14:49 [meta-python][PATCH 1/7] python3-pychromecast: Upgrade 7.2.0 -> 7.2.1 Leon Anavi
  2020-08-24 14:49 ` [meta-python][PATCH 2/7] python3-dominate: Upgrade 2.5.1 -> 2.5.2 Leon Anavi
  2020-08-24 14:50 ` [meta-python][PATCH 3/7] python3-pymisp: Upgrade 2.4.128 -> 2.4.130 Leon Anavi
@ 2020-08-24 14:50 ` Leon Anavi
  2020-08-25 12:45   ` [oe] " Trevor Gamblin
  2020-08-24 14:50 ` [meta-python][PATCH 5/7] python3-typing-extensions: Upgrade 3.7.4.2 -> 3.7.4.3 Leon Anavi
                   ` (3 subsequent siblings)
  6 siblings, 1 reply; 14+ messages in thread
From: Leon Anavi @ 2020-08-24 14:50 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.5.1:

- Fix type hints not working

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

diff --git a/meta-python/recipes-devtools/python/python3-inflection_0.5.0.bb b/meta-python/recipes-devtools/python/python3-inflection_0.5.1.bb
similarity index 77%
rename from meta-python/recipes-devtools/python/python3-inflection_0.5.0.bb
rename to meta-python/recipes-devtools/python/python3-inflection_0.5.1.bb
index 0a3b7734c..b5cde669f 100644
--- a/meta-python/recipes-devtools/python/python3-inflection_0.5.0.bb
+++ b/meta-python/recipes-devtools/python/python3-inflection_0.5.1.bb
@@ -4,8 +4,8 @@ LICENSE = "MIT"
 SECTION = "devel/python"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=2fb6fa1a6f1792d78de19ad1bb653c31"
 
-SRC_URI[md5sum] = "87b2ab6ffdd6e15aa31d109ce5ff10bb"
-SRC_URI[sha256sum] = "f576e85132d34f5bf7df5183c2c6f94cfb32e528f53065345cf71329ba0b8924"
+SRC_URI[md5sum] = "c3287d4f0e3bdf625a52d655cc514403"
+SRC_URI[sha256sum] = "1a29730d366e996aaacffb2f1f1cb9593dc38e2ddd30c91250c6dde09ea9b417"
 
 inherit pypi setuptools3 ptest
 
-- 
2.17.1


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

* [meta-python][PATCH 5/7] python3-typing-extensions: Upgrade 3.7.4.2 -> 3.7.4.3
  2020-08-24 14:49 [meta-python][PATCH 1/7] python3-pychromecast: Upgrade 7.2.0 -> 7.2.1 Leon Anavi
                   ` (2 preceding siblings ...)
  2020-08-24 14:50 ` [meta-python][PATCH 4/7] python3-inflection: Upgrade 0.5.0 -> 0.5.1 Leon Anavi
@ 2020-08-24 14:50 ` Leon Anavi
  2020-08-25 12:45   ` [oe] " Trevor Gamblin
  2020-08-24 14:50 ` [meta-python][PATCH 6/7] python3-pandas: Upgrade 1.1.0 -> 1.1.1 Leon Anavi
                   ` (2 subsequent siblings)
  6 siblings, 1 reply; 14+ messages in thread
From: Leon Anavi @ 2020-08-24 14:50 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 3.7.4.3:

- Add SupportsIndex, added in Python 3.8
- Make tests for Annotated work with Python 3.9
- Add PEP 613 TypeAlias to typing_extensions
- Add tox.ini for typing_extensions
- Remove extra 'use' in readme

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

diff --git a/meta-python/recipes-devtools/python/python3-typing-extensions_3.7.4.2.bb b/meta-python/recipes-devtools/python/python3-typing-extensions_3.7.4.3.bb
similarity index 66%
rename from meta-python/recipes-devtools/python/python3-typing-extensions_3.7.4.2.bb
rename to meta-python/recipes-devtools/python/python3-typing-extensions_3.7.4.3.bb
index 51e9eda2e..8ef15fab7 100644
--- a/meta-python/recipes-devtools/python/python3-typing-extensions_3.7.4.2.bb
+++ b/meta-python/recipes-devtools/python/python3-typing-extensions_3.7.4.3.bb
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=64fc2b30b67d0a8423c250e0386ed72f"
 # The name on PyPi is slightly different.
 PYPI_PACKAGE = "typing_extensions"
 
-SRC_URI[md5sum] = "f2674282966dc088d10170c2347431cc"
-SRC_URI[sha256sum] = "79ee589a3caca649a9bfd2a8de4709837400dfa00b6cc81962a1e6a1815969ae"
+SRC_URI[md5sum] = "5fcbfcb22e6f8c9bf23fb9f8e020f6ee"
+SRC_URI[sha256sum] = "99d4073b617d30288f569d3f13d2bd7548c3a7e4c8de87db09a9d29bb3a4a60c"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 6/7] python3-pandas: Upgrade 1.1.0 -> 1.1.1
  2020-08-24 14:49 [meta-python][PATCH 1/7] python3-pychromecast: Upgrade 7.2.0 -> 7.2.1 Leon Anavi
                   ` (3 preceding siblings ...)
  2020-08-24 14:50 ` [meta-python][PATCH 5/7] python3-typing-extensions: Upgrade 3.7.4.2 -> 3.7.4.3 Leon Anavi
@ 2020-08-24 14:50 ` Leon Anavi
  2020-08-25 12:46   ` [oe] " Trevor Gamblin
  2020-08-24 14:50 ` [meta-python][PATCH 7/7] python3-msm: Upgrade 0.8.7 -> 0.8.8 Leon Anavi
  2020-08-25 12:45 ` [oe] [meta-python][PATCH 1/7] python3-pychromecast: Upgrade 7.2.0 -> 7.2.1 Trevor Gamblin
  6 siblings, 1 reply; 14+ messages in thread
From: Leon Anavi @ 2020-08-24 14:50 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.1.1:

- Fixed regression in CategoricalIndex.format() where, when
  stringified scalars had different lengths, the shorter string
  would be right-filled with spaces, so it had the same length
  as the longest string
- Fixed regression in Series.truncate() when trying to truncate
  a single-element series
- Fixed regression where DataFrame.to_numpy() would raise a
  RuntimeError for mixed dtypes when converting to str
- Fixed regression where read_csv() would raise a ValueError when
  pandas.options.mode.use_inf_as_na was set to True
- Fixed regression where pandas.testing.assert_series_equal()
  would raise an error when non-numeric dtypes were passed with
  check_exact=True
- Fixed regression in .groupby(..).rolling(..) where column
  selection was ignored
- Fixed regression where DataFrame.interpolate() would raise a
  TypeError when the DataFrame was empty
- Fixed regression in DataFrame.shift() with axis=1 and
  heterogeneous dtypes
- Fixed regression in DataFrame.diff() with read-only data
- Fixed regression in .groupby(..).rolling(..) where a segfault
  would occur with center=True and an odd number of values
- Fixed regression in DataFrame.apply() where functions that
  altered the input in-place only operated on a single row
- Fixed regression in DataFrame.reset_index() would raise a
  ValueError on empty DataFrame with a MultiIndex with a
  datetime64 dtype level
- Fixed regression where pandas.merge_asof() would raise a
  UnboundLocalError when left_index, right_index and tolerance
  were set
- Fixed regression in .groupby(..).rolling(..) where a custom
  BaseIndexer would be ignored
- Fixed regression in DataFrame.replace() and Series.replace()
  where compiled regular expressions would be ignored during
  replacement
- Bug in Styler whereby cell_ids argument had no effect due to
  other recent changes
- Bug in pandas.testing.assert_series_equal() and
  pandas.testing.assert_frame_equal() where extension dtypes
  were not ignored when check_dtypes was set to False
- Bug in to_timedelta() fails when arg is a Series with Int64
  dtype containing null values
- Bug in .groupby(..).rolling(..) where passing closed with
  column selection would raise a ValueError
- Bug in DataFrame constructor failing to raise ValueError in
  some cases when data and index have mismatched lengths

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

diff --git a/meta-python/recipes-devtools/python/python3-pandas_1.1.0.bb b/meta-python/recipes-devtools/python/python3-pandas_1.1.1.bb
similarity index 83%
rename from meta-python/recipes-devtools/python/python3-pandas_1.1.0.bb
rename to meta-python/recipes-devtools/python/python3-pandas_1.1.1.bb
index 7d65287cb..63ae69e3d 100644
--- a/meta-python/recipes-devtools/python/python3-pandas_1.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pandas_1.1.1.bb
@@ -6,8 +6,8 @@ HOMEPAGE = "http://pandas.pydata.org/"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c2a8f987b2ce77c368c6b3e1b5b10774"
 
-SRC_URI[md5sum] = "512da48424b85bf198002bdbdf38af5a"
-SRC_URI[sha256sum] = "b39508562ad0bb3f384b0db24da7d68a2608b9ddc85b1d931ccaaa92d5e45273"
+SRC_URI[md5sum] = "bb796b56c276ecea1a6a227010e9c56a"
+SRC_URI[sha256sum] = "53328284a7bb046e2e885fd1b8c078bd896d7fc4575b915d4936f54984a2ba67"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 7/7] python3-msm: Upgrade 0.8.7 -> 0.8.8
  2020-08-24 14:49 [meta-python][PATCH 1/7] python3-pychromecast: Upgrade 7.2.0 -> 7.2.1 Leon Anavi
                   ` (4 preceding siblings ...)
  2020-08-24 14:50 ` [meta-python][PATCH 6/7] python3-pandas: Upgrade 1.1.0 -> 1.1.1 Leon Anavi
@ 2020-08-24 14:50 ` Leon Anavi
  2020-08-25 12:46   ` [oe] " Trevor Gamblin
  2020-08-25 12:45 ` [oe] [meta-python][PATCH 1/7] python3-pychromecast: Upgrade 7.2.0 -> 7.2.1 Trevor Gamblin
  6 siblings, 1 reply; 14+ messages in thread
From: Leon Anavi @ 2020-08-24 14:50 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.8.8:

- increment mycroft-skills repo branch
- Make sure readme is included in pip package
- Add license to MANIFEST.in
- Remove exec flag from LICENSE
- Handle PermissionsError when creating skills repo
- Concatenate list and not a string
- Install Python packages in the exact order as specified
  in the manifest file

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

diff --git a/meta-python/recipes-devtools/python/python3-msm_0.8.7.bb b/meta-python/recipes-devtools/python/python3-msm_0.8.8.bb
similarity index 74%
rename from meta-python/recipes-devtools/python/python3-msm_0.8.7.bb
rename to meta-python/recipes-devtools/python/python3-msm_0.8.8.bb
index de930f934..f5e3f59cd 100644
--- a/meta-python/recipes-devtools/python/python3-msm_0.8.7.bb
+++ b/meta-python/recipes-devtools/python/python3-msm_0.8.8.bb
@@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/MycroftAI/mycroft-skills-manager"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=e23fadd6ceef8c618fc1c65191d846fa"
 
-SRC_URI[md5sum] = "16f755ea554c332cdb666dfc1109f7f2"
-SRC_URI[sha256sum] = "9878eecbf7255d4907637700ecfeeacb9fe586409ee3ae05d406683ad18d7e5e"
+SRC_URI[md5sum] = "cf1fc0d1d86af68003cae53c71ec6288"
+SRC_URI[sha256sum] = "a502aee54917cd394217b31c977a1ba3d9541a0120e0a045c49fd77b328e4a29"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* Re: [oe] [meta-python][PATCH 1/7] python3-pychromecast: Upgrade 7.2.0 -> 7.2.1
  2020-08-24 14:49 [meta-python][PATCH 1/7] python3-pychromecast: Upgrade 7.2.0 -> 7.2.1 Leon Anavi
                   ` (5 preceding siblings ...)
  2020-08-24 14:50 ` [meta-python][PATCH 7/7] python3-msm: Upgrade 0.8.7 -> 0.8.8 Leon Anavi
@ 2020-08-25 12:45 ` Trevor Gamblin
  6 siblings, 0 replies; 14+ messages in thread
From: Trevor Gamblin @ 2020-08-25 12:45 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 8/24/20 10:49 AM, Leon Anavi wrote:
> Upgrade to release 7.2.1:
>
> - Ensure data parsed as JSON is a dict
> - Add zeroconf debug option to example scripts
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...n3-pychromecast_7.2.0.bb => python3-pychromecast_7.2.1.bb} | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-pychromecast_7.2.0.bb => python3-pychromecast_7.2.1.bb} (66%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-pychromecast_7.2.0.bb b/meta-python/recipes-devtools/python/python3-pychromecast_7.2.1.bb
> similarity index 66%
> rename from meta-python/recipes-devtools/python/python3-pychromecast_7.2.0.bb
> rename to meta-python/recipes-devtools/python/python3-pychromecast_7.2.1.bb
> index 257778ba9..6a3b16c38 100644
> --- a/meta-python/recipes-devtools/python/python3-pychromecast_7.2.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-pychromecast_7.2.1.bb
> @@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/balloob/pychromecast"
>   LICENSE = "MIT"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=b1dbd4e85f47b389bdadee9c694669f5"
>   
> -SRC_URI[md5sum] = "20ed7ec024fd4739446d42f8d19813b8"
> -SRC_URI[sha256sum] = "c522c5ecb554471ca8e5690c05530b1c237c301349061d3839c506984f8d3c2d"
> +SRC_URI[md5sum] = "a39b87178f866dda52da494eac0afe07"
> +SRC_URI[sha256sum] = "9aad074d0361791af8ccb8fb7ea0f1646db3d89600fed85c5562b64c8b1aa899"
>   
>   PYPI_PACKAGE = "PyChromecast"
>   
>
> 

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

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

* Re: [oe] [meta-python][PATCH 2/7] python3-dominate: Upgrade 2.5.1 -> 2.5.2
  2020-08-24 14:49 ` [meta-python][PATCH 2/7] python3-dominate: Upgrade 2.5.1 -> 2.5.2 Leon Anavi
@ 2020-08-25 12:45   ` Trevor Gamblin
  0 siblings, 0 replies; 14+ messages in thread
From: Trevor Gamblin @ 2020-08-25 12:45 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 8/24/20 10:49 AM, Leon Anavi wrote:
> Upgrade to release 2.5.2:
>
> - Removed 'input' keyword reassignment
> - Bug fix: underscores not working in aria attributes
> - Adding some missing attrs to DASHED_ATTRIBUTES
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-dominate_2.5.1.bb => python3-dominate_2.5.2.bb}  | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-dominate_2.5.1.bb => python3-dominate_2.5.2.bb} (78%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-dominate_2.5.1.bb b/meta-python/recipes-devtools/python/python3-dominate_2.5.2.bb
> similarity index 78%
> rename from meta-python/recipes-devtools/python/python3-dominate_2.5.1.bb
> rename to meta-python/recipes-devtools/python/python3-dominate_2.5.2.bb
> index 75dd4ef9f..204433894 100644
> --- a/meta-python/recipes-devtools/python/python3-dominate_2.5.1.bb
> +++ b/meta-python/recipes-devtools/python/python3-dominate_2.5.2.bb
> @@ -2,8 +2,8 @@ SUMMARY = "Dominate is a Python library for creating and manipulating HTML docum
>   LICENSE = "LGPLv3"
>   LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b52f2d57d10c4f7ee67a7eb9615d5d24"
>   
> -SRC_URI[md5sum] = "35eeb6b5587c8c9a51cd22c83e07ac49"
> -SRC_URI[sha256sum] = "9b05481605ea8c0afd0a98c0156a9fb78d9c406368d66b3e6fedf36920fb9d78"
> +SRC_URI[md5sum] = "4a249c71cb009815923e9a47fa03ca08"
> +SRC_URI[sha256sum] = "456facce7a7ccfd9363948109cf1e978d48c58e46a46b01c71b4c0adc73b1928"
>   
>   inherit pypi setuptools3 ptest
>   
>
> 

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

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

* Re: [oe] [meta-python][PATCH 3/7] python3-pymisp: Upgrade 2.4.128 -> 2.4.130
  2020-08-24 14:50 ` [meta-python][PATCH 3/7] python3-pymisp: Upgrade 2.4.128 -> 2.4.130 Leon Anavi
@ 2020-08-25 12:45   ` Trevor Gamblin
  0 siblings, 0 replies; 14+ messages in thread
From: Trevor Gamblin @ 2020-08-25 12:45 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 8/24/20 10:50 AM, Leon Anavi wrote:
> Upgrade to release 2.4.130:
>
> - Blacklist methods.
> - Add list of missing calls.
> - Add test_obj_references_export.
> - Add MISPObject.standalone property.
>    Setting MISPObject.standalone updates MISPObject._standalone and
>    add/removes "ObjectReference" from AbstractMISP.__not_jsonable
>    using update_not_jsonable/_remove_from_not_jsonable.
> - Add AbstractMISP._remove_from_not_jsonable.
> - Bump version, dependencies, objects and types.
> - [testlive_comprehensive] Updated generic tagging method to match
>    changes in MISP.
> - Cleanup blocklist methods.
> - Remove outdated example.
> - Bug fixes.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-pymisp_2.4.128.bb => python3-pymisp_2.4.130.bb}  | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-pymisp_2.4.128.bb => python3-pymisp_2.4.130.bb} (77%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.128.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.130.bb
> similarity index 77%
> rename from meta-python/recipes-devtools/python/python3-pymisp_2.4.128.bb
> rename to meta-python/recipes-devtools/python/python3-pymisp_2.4.130.bb
> index e27bf9900..2e9259466 100644
> --- a/meta-python/recipes-devtools/python/python3-pymisp_2.4.128.bb
> +++ b/meta-python/recipes-devtools/python/python3-pymisp_2.4.130.bb
> @@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/MISP/PyMISP"
>   LICENSE = "BSD-2-Clause"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=a3639cf5780f71b125d3e9d1dc127c20"
>   
> -SRC_URI[md5sum] = "a90a25def591c6a265bc904f801646f1"
> -SRC_URI[sha256sum] = "714b8b5c8debb4b5e0e602a5fe8a599206e89c1313244ed0e69d9e0bc816f1f7"
> +SRC_URI[md5sum] = "be91a479c689857617fbfc7ce919e291"
> +SRC_URI[sha256sum] = "2610bfb5cb942e882c247b468769a6f68817b5a413358c381f73ba91d01edaf6"
>   
>   inherit pypi setuptools3
>   
>
> 

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

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

* Re: [oe] [meta-python][PATCH 4/7] python3-inflection: Upgrade 0.5.0 -> 0.5.1
  2020-08-24 14:50 ` [meta-python][PATCH 4/7] python3-inflection: Upgrade 0.5.0 -> 0.5.1 Leon Anavi
@ 2020-08-25 12:45   ` Trevor Gamblin
  0 siblings, 0 replies; 14+ messages in thread
From: Trevor Gamblin @ 2020-08-25 12:45 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 8/24/20 10:50 AM, Leon Anavi wrote:
> Upgrade to release 0.5.1:
>
> - Fix type hints not working
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...ython3-inflection_0.5.0.bb => python3-inflection_0.5.1.bb} | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-inflection_0.5.0.bb => python3-inflection_0.5.1.bb} (77%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-inflection_0.5.0.bb b/meta-python/recipes-devtools/python/python3-inflection_0.5.1.bb
> similarity index 77%
> rename from meta-python/recipes-devtools/python/python3-inflection_0.5.0.bb
> rename to meta-python/recipes-devtools/python/python3-inflection_0.5.1.bb
> index 0a3b7734c..b5cde669f 100644
> --- a/meta-python/recipes-devtools/python/python3-inflection_0.5.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-inflection_0.5.1.bb
> @@ -4,8 +4,8 @@ LICENSE = "MIT"
>   SECTION = "devel/python"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=2fb6fa1a6f1792d78de19ad1bb653c31"
>   
> -SRC_URI[md5sum] = "87b2ab6ffdd6e15aa31d109ce5ff10bb"
> -SRC_URI[sha256sum] = "f576e85132d34f5bf7df5183c2c6f94cfb32e528f53065345cf71329ba0b8924"
> +SRC_URI[md5sum] = "c3287d4f0e3bdf625a52d655cc514403"
> +SRC_URI[sha256sum] = "1a29730d366e996aaacffb2f1f1cb9593dc38e2ddd30c91250c6dde09ea9b417"
>   
>   inherit pypi setuptools3 ptest
>   
>
> 

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

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

* Re: [oe] [meta-python][PATCH 5/7] python3-typing-extensions: Upgrade 3.7.4.2 -> 3.7.4.3
  2020-08-24 14:50 ` [meta-python][PATCH 5/7] python3-typing-extensions: Upgrade 3.7.4.2 -> 3.7.4.3 Leon Anavi
@ 2020-08-25 12:45   ` Trevor Gamblin
  0 siblings, 0 replies; 14+ messages in thread
From: Trevor Gamblin @ 2020-08-25 12:45 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 8/24/20 10:50 AM, Leon Anavi wrote:
> Upgrade to release 3.7.4.3:
>
> - Add SupportsIndex, added in Python 3.8
> - Make tests for Annotated work with Python 3.9
> - Add PEP 613 TypeAlias to typing_extensions
> - Add tox.ini for typing_extensions
> - Remove extra 'use' in readme
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...nsions_3.7.4.2.bb => python3-typing-extensions_3.7.4.3.bb} | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-typing-extensions_3.7.4.2.bb => python3-typing-extensions_3.7.4.3.bb} (66%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-typing-extensions_3.7.4.2.bb b/meta-python/recipes-devtools/python/python3-typing-extensions_3.7.4.3.bb
> similarity index 66%
> rename from meta-python/recipes-devtools/python/python3-typing-extensions_3.7.4.2.bb
> rename to meta-python/recipes-devtools/python/python3-typing-extensions_3.7.4.3.bb
> index 51e9eda2e..8ef15fab7 100644
> --- a/meta-python/recipes-devtools/python/python3-typing-extensions_3.7.4.2.bb
> +++ b/meta-python/recipes-devtools/python/python3-typing-extensions_3.7.4.3.bb
> @@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=64fc2b30b67d0a8423c250e0386ed72f"
>   # The name on PyPi is slightly different.
>   PYPI_PACKAGE = "typing_extensions"
>   
> -SRC_URI[md5sum] = "f2674282966dc088d10170c2347431cc"
> -SRC_URI[sha256sum] = "79ee589a3caca649a9bfd2a8de4709837400dfa00b6cc81962a1e6a1815969ae"
> +SRC_URI[md5sum] = "5fcbfcb22e6f8c9bf23fb9f8e020f6ee"
> +SRC_URI[sha256sum] = "99d4073b617d30288f569d3f13d2bd7548c3a7e4c8de87db09a9d29bb3a4a60c"
>   
>   inherit pypi setuptools3
>   
>
> 

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

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

* Re: [oe] [meta-python][PATCH 6/7] python3-pandas: Upgrade 1.1.0 -> 1.1.1
  2020-08-24 14:50 ` [meta-python][PATCH 6/7] python3-pandas: Upgrade 1.1.0 -> 1.1.1 Leon Anavi
@ 2020-08-25 12:46   ` Trevor Gamblin
  0 siblings, 0 replies; 14+ messages in thread
From: Trevor Gamblin @ 2020-08-25 12:46 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 8/24/20 10:50 AM, Leon Anavi wrote:
> Upgrade to release 1.1.1:
>
> - Fixed regression in CategoricalIndex.format() where, when
>    stringified scalars had different lengths, the shorter string
>    would be right-filled with spaces, so it had the same length
>    as the longest string
> - Fixed regression in Series.truncate() when trying to truncate
>    a single-element series
> - Fixed regression where DataFrame.to_numpy() would raise a
>    RuntimeError for mixed dtypes when converting to str
> - Fixed regression where read_csv() would raise a ValueError when
>    pandas.options.mode.use_inf_as_na was set to True
> - Fixed regression where pandas.testing.assert_series_equal()
>    would raise an error when non-numeric dtypes were passed with
>    check_exact=True
> - Fixed regression in .groupby(..).rolling(..) where column
>    selection was ignored
> - Fixed regression where DataFrame.interpolate() would raise a
>    TypeError when the DataFrame was empty
> - Fixed regression in DataFrame.shift() with axis=1 and
>    heterogeneous dtypes
> - Fixed regression in DataFrame.diff() with read-only data
> - Fixed regression in .groupby(..).rolling(..) where a segfault
>    would occur with center=True and an odd number of values
> - Fixed regression in DataFrame.apply() where functions that
>    altered the input in-place only operated on a single row
> - Fixed regression in DataFrame.reset_index() would raise a
>    ValueError on empty DataFrame with a MultiIndex with a
>    datetime64 dtype level
> - Fixed regression where pandas.merge_asof() would raise a
>    UnboundLocalError when left_index, right_index and tolerance
>    were set
> - Fixed regression in .groupby(..).rolling(..) where a custom
>    BaseIndexer would be ignored
> - Fixed regression in DataFrame.replace() and Series.replace()
>    where compiled regular expressions would be ignored during
>    replacement
> - Bug in Styler whereby cell_ids argument had no effect due to
>    other recent changes
> - Bug in pandas.testing.assert_series_equal() and
>    pandas.testing.assert_frame_equal() where extension dtypes
>    were not ignored when check_dtypes was set to False
> - Bug in to_timedelta() fails when arg is a Series with Int64
>    dtype containing null values
> - Bug in .groupby(..).rolling(..) where passing closed with
>    column selection would raise a ValueError
> - Bug in DataFrame constructor failing to raise ValueError in
>    some cases when data and index have mismatched lengths
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-pandas_1.1.0.bb => python3-pandas_1.1.1.bb}      | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-pandas_1.1.0.bb => python3-pandas_1.1.1.bb} (83%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-pandas_1.1.0.bb b/meta-python/recipes-devtools/python/python3-pandas_1.1.1.bb
> similarity index 83%
> rename from meta-python/recipes-devtools/python/python3-pandas_1.1.0.bb
> rename to meta-python/recipes-devtools/python/python3-pandas_1.1.1.bb
> index 7d65287cb..63ae69e3d 100644
> --- a/meta-python/recipes-devtools/python/python3-pandas_1.1.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-pandas_1.1.1.bb
> @@ -6,8 +6,8 @@ HOMEPAGE = "http://pandas.pydata.org/"
>   LICENSE = "BSD-3-Clause"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=c2a8f987b2ce77c368c6b3e1b5b10774"
>   
> -SRC_URI[md5sum] = "512da48424b85bf198002bdbdf38af5a"
> -SRC_URI[sha256sum] = "b39508562ad0bb3f384b0db24da7d68a2608b9ddc85b1d931ccaaa92d5e45273"
> +SRC_URI[md5sum] = "bb796b56c276ecea1a6a227010e9c56a"
> +SRC_URI[sha256sum] = "53328284a7bb046e2e885fd1b8c078bd896d7fc4575b915d4936f54984a2ba67"
>   
>   inherit pypi setuptools3
>   
>
> 

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

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

* Re: [oe] [meta-python][PATCH 7/7] python3-msm: Upgrade 0.8.7 -> 0.8.8
  2020-08-24 14:50 ` [meta-python][PATCH 7/7] python3-msm: Upgrade 0.8.7 -> 0.8.8 Leon Anavi
@ 2020-08-25 12:46   ` Trevor Gamblin
  0 siblings, 0 replies; 14+ messages in thread
From: Trevor Gamblin @ 2020-08-25 12:46 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 8/24/20 10:50 AM, Leon Anavi wrote:
> Upgrade to release 0.8.8:
>
> - increment mycroft-skills repo branch
> - Make sure readme is included in pip package
> - Add license to MANIFEST.in
> - Remove exec flag from LICENSE
> - Handle PermissionsError when creating skills repo
> - Concatenate list and not a string
> - Install Python packages in the exact order as specified
>    in the manifest file
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/{python3-msm_0.8.7.bb => python3-msm_0.8.8.bb}     | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-msm_0.8.7.bb => python3-msm_0.8.8.bb} (74%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-msm_0.8.7.bb b/meta-python/recipes-devtools/python/python3-msm_0.8.8.bb
> similarity index 74%
> rename from meta-python/recipes-devtools/python/python3-msm_0.8.7.bb
> rename to meta-python/recipes-devtools/python/python3-msm_0.8.8.bb
> index de930f934..f5e3f59cd 100644
> --- a/meta-python/recipes-devtools/python/python3-msm_0.8.7.bb
> +++ b/meta-python/recipes-devtools/python/python3-msm_0.8.8.bb
> @@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/MycroftAI/mycroft-skills-manager"
>   LICENSE = "Apache-2.0"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=e23fadd6ceef8c618fc1c65191d846fa"
>   
> -SRC_URI[md5sum] = "16f755ea554c332cdb666dfc1109f7f2"
> -SRC_URI[sha256sum] = "9878eecbf7255d4907637700ecfeeacb9fe586409ee3ae05d406683ad18d7e5e"
> +SRC_URI[md5sum] = "cf1fc0d1d86af68003cae53c71ec6288"
> +SRC_URI[sha256sum] = "a502aee54917cd394217b31c977a1ba3d9541a0120e0a045c49fd77b328e4a29"
>   
>   inherit pypi setuptools3
>   
>
> 

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

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

end of thread, other threads:[~2020-08-25 12:46 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-24 14:49 [meta-python][PATCH 1/7] python3-pychromecast: Upgrade 7.2.0 -> 7.2.1 Leon Anavi
2020-08-24 14:49 ` [meta-python][PATCH 2/7] python3-dominate: Upgrade 2.5.1 -> 2.5.2 Leon Anavi
2020-08-25 12:45   ` [oe] " Trevor Gamblin
2020-08-24 14:50 ` [meta-python][PATCH 3/7] python3-pymisp: Upgrade 2.4.128 -> 2.4.130 Leon Anavi
2020-08-25 12:45   ` [oe] " Trevor Gamblin
2020-08-24 14:50 ` [meta-python][PATCH 4/7] python3-inflection: Upgrade 0.5.0 -> 0.5.1 Leon Anavi
2020-08-25 12:45   ` [oe] " Trevor Gamblin
2020-08-24 14:50 ` [meta-python][PATCH 5/7] python3-typing-extensions: Upgrade 3.7.4.2 -> 3.7.4.3 Leon Anavi
2020-08-25 12:45   ` [oe] " Trevor Gamblin
2020-08-24 14:50 ` [meta-python][PATCH 6/7] python3-pandas: Upgrade 1.1.0 -> 1.1.1 Leon Anavi
2020-08-25 12:46   ` [oe] " Trevor Gamblin
2020-08-24 14:50 ` [meta-python][PATCH 7/7] python3-msm: Upgrade 0.8.7 -> 0.8.8 Leon Anavi
2020-08-25 12:46   ` [oe] " Trevor Gamblin
2020-08-25 12:45 ` [oe] [meta-python][PATCH 1/7] python3-pychromecast: Upgrade 7.2.0 -> 7.2.1 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.