All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH 1/6] python3-bugsnag: Upgrade 3.6.1 -> 4.0.2
@ 2021-04-14 15:14 Leon Anavi
  2021-04-14 15:14 ` [meta-virtualization][PATCH 2/6] python3-boto3: Upgrade 1.17.48 -> 1.17.51 Leon Anavi
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Leon Anavi @ 2021-04-14 15:14 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Leon Anavi

Upgrade to release 4.0.2:

- Fixed an issue preventing code being fetched from files in the
  project root but not in the PWD
- Fix issue where types were not packaged with the library
- Added __all__ lists throughout to indicate the boundaries of the
  public interface. This may affect your integration if using
  import *.
- Removed Configuration.use_ssl and Configuration.get_endpoint()
  in favor of including the protocol in Configuration.endpoint
- Configuration.send_environment is now False by default. Enable
  it as a part of your configuration to send the full request
  context (if any) as a part of each event.
- Removed bugsnag.utils.ThreadLocals as it has been superseded by
  the contextvars API
- Removed bugsnag.utils.merge_dicts, an unused helper function
- Removed bugsnag.send_sessions
- Deprecated bugsnag.notification.Notification in favor of
  bugsnag.event.Event to better align with Bugsnag libraries on
  other platforms. The Notification class is functionally
  equivalent and will be removed in a future release.
- Added a request property to Event.
- Added type signatures throughout the library.
- [WSGI] Use X-Forwarded-For header if present to determine the IP
  address used as the default user ID. The remote address remains
  available in the request metadata attached to the event.

License-Update: Check only a single line from PKG-INFO

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-bugsnag_3.6.1.bb => python3-bugsnag_4.0.2.bb}   | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename recipes-devtools/python/{python3-bugsnag_3.6.1.bb => python3-bugsnag_4.0.2.bb} (70%)

diff --git a/recipes-devtools/python/python3-bugsnag_3.6.1.bb b/recipes-devtools/python/python3-bugsnag_4.0.2.bb
similarity index 70%
rename from recipes-devtools/python/python3-bugsnag_3.6.1.bb
rename to recipes-devtools/python/python3-bugsnag_4.0.2.bb
index 3238579..96550bb 100644
--- a/recipes-devtools/python/python3-bugsnag_3.6.1.bb
+++ b/recipes-devtools/python/python3-bugsnag_4.0.2.bb
@@ -8,10 +8,9 @@ DESCRIPTION = "\
   "
 SECTION = "devel/python"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=3bc101ebc0815bd849021892cd333dd4"
+LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489"
 
-SRC_URI[md5sum] = "93443091b052130cfe1daf7595249f9f"
-SRC_URI[sha256sum] = "8878437aa44ec485cecb255742035b3b98a6c7e7d167a943b5fbe597b2f8f7f9"
+SRC_URI[sha256sum] = "7a49dacf055a8c6dda4ce714acd91fabe9546f1ad826276918a26603a8b5489a"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

end of thread, other threads:[~2021-04-15 14:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-14 15:14 [meta-virtualization][PATCH 1/6] python3-bugsnag: Upgrade 3.6.1 -> 4.0.2 Leon Anavi
2021-04-14 15:14 ` [meta-virtualization][PATCH 2/6] python3-boto3: Upgrade 1.17.48 -> 1.17.51 Leon Anavi
2021-04-14 15:14 ` [meta-virtualization][PATCH 3/6] python3-botocore: Upgrade 1.20.36 -> 1.20.51 Leon Anavi
2021-04-14 15:14 ` [meta-virtualization][PATCH 4/6] python3-flask-cors: Upgrade 3.0.8 -> 3.0.10 Leon Anavi
2021-04-14 15:14 ` [meta-virtualization][PATCH 5/6] python3-sphinx: Upgrade 3.4.3 -> 3.5.4 Leon Anavi
2021-04-14 15:14 ` [meta-virtualization][PATCH 6/6] python3-cached-property: Upgrade 1.3.0 -> 1.5.2 Leon Anavi
2021-04-15 14:17 ` [meta-virtualization][PATCH 1/6] python3-bugsnag: Upgrade 3.6.1 -> 4.0.2 Bruce Ashfield

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.