All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/7] python3-astroid: Upgrade 2.5.1 -> 2.5.2
@ 2021-03-29  9:20 Leon Anavi
  2021-03-29  9:20 ` [meta-python][PATCH 2/7] python3-pyroute2: Upgrade 0.5.14 -> 0.5.15 Leon Anavi
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Leon Anavi @ 2021-03-29  9:20 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.5.2:

- Detects `import numpy` as a valid `numpy` import.
- Iterate over ``Keywords`` when using ``ClassDef.get_children``

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

diff --git a/meta-python/recipes-devtools/python/python3-astroid_2.5.1.bb b/meta-python/recipes-devtools/python/python3-astroid_2.5.2.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-astroid_2.5.1.bb
rename to meta-python/recipes-devtools/python/python3-astroid_2.5.2.bb
index 84315767d..93027754b 100644
--- a/meta-python/recipes-devtools/python/python3-astroid_2.5.1.bb
+++ b/meta-python/recipes-devtools/python/python3-astroid_2.5.2.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "LGPL-2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
 
-SRC_URI[sha256sum] = "cfc35498ee64017be059ceffab0a25bedf7548ab76f2bea691c5565896e7128d"
+SRC_URI[sha256sum] = "6b0ed1af831570e500e2437625979eaa3b36011f66ddfc4ce930128610258ca9"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 2/7] python3-pyroute2: Upgrade 0.5.14 -> 0.5.15
  2021-03-29  9:20 [meta-python][PATCH 1/7] python3-astroid: Upgrade 2.5.1 -> 2.5.2 Leon Anavi
@ 2021-03-29  9:20 ` Leon Anavi
  2021-03-29  9:20 ` [meta-python][PATCH 3/7] python3-coverage: Upgrade 5.4 -> 5.5 Leon Anavi
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Leon Anavi @ 2021-03-29  9:20 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.5.15:

- ndb: don't mess with SQL adapters unless really needed
- ndb: support more virtual interface types
- ndb: support in for views and record sets
- ndb: fix nested fetches from DB
- tests: start migration to pytest

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-pyroute2_0.5.14.bb => python3-pyroute2_0.5.15.bb} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pyroute2_0.5.14.bb => python3-pyroute2_0.5.15.bb} (85%)

diff --git a/meta-python/recipes-devtools/python/python3-pyroute2_0.5.14.bb b/meta-python/recipes-devtools/python/python3-pyroute2_0.5.15.bb
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-pyroute2_0.5.14.bb
rename to meta-python/recipes-devtools/python/python3-pyroute2_0.5.15.bb
index 84397b65b..ca168b137 100644
--- a/meta-python/recipes-devtools/python/python3-pyroute2_0.5.14.bb
+++ b/meta-python/recipes-devtools/python/python3-pyroute2_0.5.15.bb
@@ -3,8 +3,7 @@ LICENSE = "GPLv2 & Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.GPL.v2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
                     file://LICENSE.Apache.v2;md5=34281e312165f843a2b7d1f114fe65ce"
 
-SRC_URI[md5sum] = "6bde3624a6f22bdfb630bb54243a0d1d"
-SRC_URI[sha256sum] = "774c5ecf05fe40f0f601a7ab33c19ca0b24f00bf4a094e58deaa5333b7ca49b5"
+SRC_URI[sha256sum] = "d730eff091dd5b2b78282bc82ebe6888e7ee4d70b79468b1da58d99fc1a2a2fc"
 
 inherit setuptools3 pypi ptest
 
-- 
2.17.1


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

* [meta-python][PATCH 3/7] python3-coverage: Upgrade 5.4 -> 5.5
  2021-03-29  9:20 [meta-python][PATCH 1/7] python3-astroid: Upgrade 2.5.1 -> 2.5.2 Leon Anavi
  2021-03-29  9:20 ` [meta-python][PATCH 2/7] python3-pyroute2: Upgrade 0.5.14 -> 0.5.15 Leon Anavi
@ 2021-03-29  9:20 ` Leon Anavi
  2021-03-29  9:20 ` [meta-python][PATCH 4/7] python3-gunicorn: Upgrade 20.0.4 -> 20.1.0 Leon Anavi
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Leon Anavi @ 2021-03-29  9:20 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 5.5:

- coverage combine has a new option, --keep to keep the original
  data files after combining them. The default is still to delete
  the files after they have been combined.
- When reporting missing branches in coverage report, branches
  aren't reported that jump to missing lines. This adds to the
  long-standing behavior of not reporting branches from missing
  lines. Now branches are only reported if both the source and
  destination lines are executed.
- Minor improvements to the HTML report:
  The state of the line visibility selector buttons is saved in
  local storage so you don't have to fiddle with them so often.
  It has a little more room for line numbers so that 4-digit
  numbers work well.
- Improved the error message when combining line and branch data,
  so that users will be more likely to understand what's happening.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../python/{python3-coverage_5.4.bb => python3-coverage_5.5.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-coverage_5.4.bb => python3-coverage_5.5.bb} (71%)

diff --git a/meta-python/recipes-devtools/python/python3-coverage_5.4.bb b/meta-python/recipes-devtools/python/python3-coverage_5.5.bb
similarity index 71%
rename from meta-python/recipes-devtools/python/python3-coverage_5.4.bb
rename to meta-python/recipes-devtools/python/python3-coverage_5.5.bb
index 4ea9b6a19..c780a63ae 100644
--- a/meta-python/recipes-devtools/python/python3-coverage_5.4.bb
+++ b/meta-python/recipes-devtools/python/python3-coverage_5.5.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://coverage.readthedocs.io"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ee41112a44fe7014dce33e26468ba93"
 
-SRC_URI[sha256sum] = "6d2e262e5e8da6fa56e774fb8e2643417351427604c2b177f8e8c5f75fc928ca"
+SRC_URI[sha256sum] = "ebe78fe9a0e874362175b02371bdfbee64d8edc42a044253ddf4ee7d3c15212c"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 4/7] python3-gunicorn: Upgrade 20.0.4 -> 20.1.0
  2021-03-29  9:20 [meta-python][PATCH 1/7] python3-astroid: Upgrade 2.5.1 -> 2.5.2 Leon Anavi
  2021-03-29  9:20 ` [meta-python][PATCH 2/7] python3-pyroute2: Upgrade 0.5.14 -> 0.5.15 Leon Anavi
  2021-03-29  9:20 ` [meta-python][PATCH 3/7] python3-coverage: Upgrade 5.4 -> 5.5 Leon Anavi
@ 2021-03-29  9:20 ` Leon Anavi
  2021-03-29  9:20 ` [meta-python][PATCH 5/7] python3-djangorestframework: Upgrade 3.12.3 -> 3.12.4 Leon Anavi
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Leon Anavi @ 2021-03-29  9:20 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 20.1.0:

- document WEB_CONCURRENCY is set by, at least, Heroku
- capture peername from accept: Avoid calls to getpeername by
  capturing the peer name returned by accept
- log a warning when a worker was terminated due to a signal
- fix tornado usage with latest versions of Django
- add support for python -m gunicorn
- fix systemd socket activation example
- allows to set wsgi application in configg file using wsgi_app
- document --timeout = 0
- always close a connection when the number of requests exceeds
  the max requests
- Disable keepalive during graceful shutdown
- kill tasks in the gthread workers during upgrade
- fix latency in gevent worker when accepting new requests
- fix file watcher: handle errors when new worker reboot and ensure
  the list of files is kept
- document the default name and path of the configuration file
- document how variable impact configuration
- document the $PORT environment variable
- added milliseconds option to request_time in access_log
- added PIP requirements to be used for example
- remove version from the Server header
- fix sendfile: use socket.sendfile instead of os.sendfile
- reloader: use absolute path to prevent empty to prevent0
  InotifyError when a file is added to the working directory
- Add --print-config option to print the resolved settings at
  startup.
- remove the --log-dict-config CLI flag because it never had a
  working format (the logconfig_dict setting in configuration
  files continues to work)

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-gunicorn_20.0.4.bb => python3-gunicorn_20.1.0.bb} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-gunicorn_20.0.4.bb => python3-gunicorn_20.1.0.bb} (75%)

diff --git a/meta-python/recipes-devtools/python/python3-gunicorn_20.0.4.bb b/meta-python/recipes-devtools/python/python3-gunicorn_20.1.0.bb
similarity index 75%
rename from meta-python/recipes-devtools/python/python3-gunicorn_20.0.4.bb
rename to meta-python/recipes-devtools/python/python3-gunicorn_20.1.0.bb
index 23aafd67d..22fe495f4 100644
--- a/meta-python/recipes-devtools/python/python3-gunicorn_20.0.4.bb
+++ b/meta-python/recipes-devtools/python/python3-gunicorn_20.1.0.bb
@@ -3,8 +3,7 @@ SUMMARY = "WSGI HTTP Server for UNIX"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=f75f3fb94cdeab1d607e2adaa6077752"
 
-SRC_URI[md5sum] = "543669fcbb5739ee2af77184c5e571a1"
-SRC_URI[sha256sum] = "1904bb2b8a43658807108d59c3f3d56c2b6121a701161de0ddf9ad140073c626"
+SRC_URI[sha256sum] = "e0a968b5ba15f8a328fdfd7ab1fcb5af4470c28aaf7e55df02a99bc13138e6e8"
 
 inherit pypi setuptools3 ptest
 
-- 
2.17.1


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

* [meta-python][PATCH 5/7] python3-djangorestframework: Upgrade 3.12.3 -> 3.12.4
  2021-03-29  9:20 [meta-python][PATCH 1/7] python3-astroid: Upgrade 2.5.1 -> 2.5.2 Leon Anavi
                   ` (2 preceding siblings ...)
  2021-03-29  9:20 ` [meta-python][PATCH 4/7] python3-gunicorn: Upgrade 20.0.4 -> 20.1.0 Leon Anavi
@ 2021-03-29  9:20 ` Leon Anavi
  2021-03-29  9:20 ` [meta-python][PATCH 6/7] python3-ipython: Upgrade 7.21.0 -> 7.22.0 Leon Anavi
  2021-03-29  9:20 ` [meta-python][PATCH 7/7] python3-openpyxl: Upgrade 3.0.6 -> 3.0.7 Leon Anavi
  5 siblings, 0 replies; 7+ messages in thread
From: Leon Anavi @ 2021-03-29  9:20 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 3.12.4:

- Revert use of deque instead of list for tracking throttling
  .history. Due to incompatibility with DjangoRedis cache backend.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...ramework_3.12.3.bb => python3-djangorestframework_3.12.4.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-djangorestframework_3.12.3.bb => python3-djangorestframework_3.12.4.bb} (80%)

diff --git a/meta-python/recipes-devtools/python/python3-djangorestframework_3.12.3.bb b/meta-python/recipes-devtools/python/python3-djangorestframework_3.12.4.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-djangorestframework_3.12.3.bb
rename to meta-python/recipes-devtools/python/python3-djangorestframework_3.12.4.bb
index a75d3f18c..417e36721 100644
--- a/meta-python/recipes-devtools/python/python3-djangorestframework_3.12.3.bb
+++ b/meta-python/recipes-devtools/python/python3-djangorestframework_3.12.4.bb
@@ -5,7 +5,7 @@ HOMEPAGE = "https://pypi.python.org/pypi/djangorestframework"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.md;md5=7879a5a716147a784f7e524c9cf103c1"
 
-SRC_URI[sha256sum] = "2fbbd5c28a1aaa1ad0b721b29e916797fc9aba9f9b3e7619da11c674880fc7aa"
+SRC_URI[sha256sum] = "f747949a8ddac876e879190df194b925c177cdeb725a099db1460872f7c0a7f2"
 
 PYPI_PACKAGE = "djangorestframework"
 
-- 
2.17.1


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

* [meta-python][PATCH 6/7] python3-ipython: Upgrade 7.21.0 -> 7.22.0
  2021-03-29  9:20 [meta-python][PATCH 1/7] python3-astroid: Upgrade 2.5.1 -> 2.5.2 Leon Anavi
                   ` (3 preceding siblings ...)
  2021-03-29  9:20 ` [meta-python][PATCH 5/7] python3-djangorestframework: Upgrade 3.12.3 -> 3.12.4 Leon Anavi
@ 2021-03-29  9:20 ` Leon Anavi
  2021-03-29  9:20 ` [meta-python][PATCH 7/7] python3-openpyxl: Upgrade 3.0.6 -> 3.0.7 Leon Anavi
  5 siblings, 0 replies; 7+ messages in thread
From: Leon Anavi @ 2021-03-29  9:20 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 7.22.0:

- Fix some sys.excepthook shenanigan when embedding with qt,
  recommended if you – for example – use napari
- Fix bug when using the new ipdb %context magic
- Couples of deprecation cleanup
- Update for new dpast.com api if you use the %pastbin magic
- Remove support for numpy before 1.16

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-ipython_7.21.0.bb => python3-ipython_7.22.0.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-ipython_7.21.0.bb => python3-ipython_7.22.0.bb} (89%)

diff --git a/meta-python/recipes-devtools/python/python3-ipython_7.21.0.bb b/meta-python/recipes-devtools/python/python3-ipython_7.22.0.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-ipython_7.21.0.bb
rename to meta-python/recipes-devtools/python/python3-ipython_7.22.0.bb
index 31ea244e3..7bc0d1d00 100644
--- a/meta-python/recipes-devtools/python/python3-ipython_7.21.0.bb
+++ b/meta-python/recipes-devtools/python/python3-ipython_7.22.0.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING.rst;md5=59b20262b8663cdd094005bddf47af5f"
 
 PYPI_PACKAGE = "ipython"
 
-SRC_URI[sha256sum] = "04323f72d5b85b606330b6d7e2dc8d2683ad46c3905e955aa96ecc7a99388e70"
+SRC_URI[sha256sum] = "9c900332d4c5a6de534b4befeeb7de44ad0cc42e8327fa41b7685abde58cec74"
 
 RDEPENDS_${PN} = "\
     ${PYTHON_PN}-setuptools \
-- 
2.17.1


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

* [meta-python][PATCH 7/7] python3-openpyxl: Upgrade 3.0.6 -> 3.0.7
  2021-03-29  9:20 [meta-python][PATCH 1/7] python3-astroid: Upgrade 2.5.1 -> 2.5.2 Leon Anavi
                   ` (4 preceding siblings ...)
  2021-03-29  9:20 ` [meta-python][PATCH 6/7] python3-ipython: Upgrade 7.21.0 -> 7.22.0 Leon Anavi
@ 2021-03-29  9:20 ` Leon Anavi
  5 siblings, 0 replies; 7+ messages in thread
From: Leon Anavi @ 2021-03-29  9:20 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 3.0.7:

- Problems with zero time values
- Not possible to correctly convert excel dates to timedelta
- Exception raised when merging cells which do not have borders
  all the way round.
- Python 2 print statement in the tutorial

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-openpyxl_3.0.6.bb => python3-openpyxl_3.0.7.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-openpyxl_3.0.6.bb => python3-openpyxl_3.0.7.bb} (87%)

diff --git a/meta-python/recipes-devtools/python/python3-openpyxl_3.0.6.bb b/meta-python/recipes-devtools/python/python3-openpyxl_3.0.7.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-openpyxl_3.0.6.bb
rename to meta-python/recipes-devtools/python/python3-openpyxl_3.0.7.bb
index d4781eeff..b32632119 100644
--- a/meta-python/recipes-devtools/python/python3-openpyxl_3.0.6.bb
+++ b/meta-python/recipes-devtools/python/python3-openpyxl_3.0.7.bb
@@ -9,6 +9,6 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "b229112b46e158b910a5d1b270b212c42773d39cab24e8db527f775b82afc041"
+SRC_URI[sha256sum] = "6456a3b472e1ef0facb1129f3c6ef00713cebf62e736cd7a75bcc3247432f251"
 
 RDEPENDS_${PN} += "${PYTHON_PN}-compression ${PYTHON_PN}-io ${PYTHON_PN}-pprint ${PYTHON_PN}-shell ${PYTHON_PN}-jdcal ${PYTHON_PN}-et-xmlfile"
-- 
2.17.1


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

end of thread, other threads:[~2021-03-29  9:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-29  9:20 [meta-python][PATCH 1/7] python3-astroid: Upgrade 2.5.1 -> 2.5.2 Leon Anavi
2021-03-29  9:20 ` [meta-python][PATCH 2/7] python3-pyroute2: Upgrade 0.5.14 -> 0.5.15 Leon Anavi
2021-03-29  9:20 ` [meta-python][PATCH 3/7] python3-coverage: Upgrade 5.4 -> 5.5 Leon Anavi
2021-03-29  9:20 ` [meta-python][PATCH 4/7] python3-gunicorn: Upgrade 20.0.4 -> 20.1.0 Leon Anavi
2021-03-29  9:20 ` [meta-python][PATCH 5/7] python3-djangorestframework: Upgrade 3.12.3 -> 3.12.4 Leon Anavi
2021-03-29  9:20 ` [meta-python][PATCH 6/7] python3-ipython: Upgrade 7.21.0 -> 7.22.0 Leon Anavi
2021-03-29  9:20 ` [meta-python][PATCH 7/7] python3-openpyxl: Upgrade 3.0.6 -> 3.0.7 Leon Anavi

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.