All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] package/python-sentry-sdk: bump version to 0.17.3
@ 2020-09-08 19:23 Joseph Kogut
  2020-09-08 19:23 ` [Buildroot] [PATCH 2/3] package/python-sentry-sdk: fix select ordering Joseph Kogut
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Joseph Kogut @ 2020-09-08 19:23 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Joseph Kogut <joseph.kogut@gmail.com>
---
 package/python-sentry-sdk/python-sentry-sdk.hash | 6 +++---
 package/python-sentry-sdk/python-sentry-sdk.mk   | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package/python-sentry-sdk/python-sentry-sdk.hash b/package/python-sentry-sdk/python-sentry-sdk.hash
index a2c739e262..feade89f0a 100644
--- a/package/python-sentry-sdk/python-sentry-sdk.hash
+++ b/package/python-sentry-sdk/python-sentry-sdk.hash
@@ -1,5 +1,5 @@
-# md5, sha256 from https://pypi.org/pypi/sentry_sdk/json
-md5  21ec2fefe3561a12b4ee1efef3748400  sentry-sdk-0.14.4.tar.gz
-sha256  0e5e947d0f7a969314aa23669a94a9712be5a688ff069ff7b9fc36c66adc160c  sentry-sdk-0.14.4.tar.gz
+# md5, sha256 from https://pypi.org/pypi/sentry-sdk/json
+md5  5d4abcc416cbd0b9443bf56588b02b55  sentry-sdk-0.17.3.tar.gz
+sha256  0af429c221670e602f960fca85ca3f607c85510a91f11e8be8f742a978127f78  sentry-sdk-0.17.3.tar.gz
 # Locally computed sha256 checksums
 sha256  59404d4c854e579097d41bfccd5006afde9d6d70e646cf55074cdbfead5ecf1c  LICENSE
diff --git a/package/python-sentry-sdk/python-sentry-sdk.mk b/package/python-sentry-sdk/python-sentry-sdk.mk
index 13495047b9..696c487005 100644
--- a/package/python-sentry-sdk/python-sentry-sdk.mk
+++ b/package/python-sentry-sdk/python-sentry-sdk.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_SENTRY_SDK_VERSION = 0.14.4
+PYTHON_SENTRY_SDK_VERSION = 0.17.3
 PYTHON_SENTRY_SDK_SOURCE = sentry-sdk-$(PYTHON_SENTRY_SDK_VERSION).tar.gz
-PYTHON_SENTRY_SDK_SITE = https://files.pythonhosted.org/packages/ab/67/b653a44ce124a2b700a7fc349ca129282c5fec4fdc9197f558178a9e32ae
+PYTHON_SENTRY_SDK_SITE = https://files.pythonhosted.org/packages/64/7e/f1725d8649ef8f7d58cbec582157c454884238e59fef00b1707d555c7bea
 PYTHON_SENTRY_SDK_SETUP_TYPE = setuptools
 PYTHON_SENTRY_SDK_LICENSE = BSD-2-Clause
 PYTHON_SENTRY_SDK_LICENSE_FILES = LICENSE
-- 
2.28.0

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

* [Buildroot] [PATCH 2/3] package/python-sentry-sdk: fix select ordering
  2020-09-08 19:23 [Buildroot] [PATCH 1/3] package/python-sentry-sdk: bump version to 0.17.3 Joseph Kogut
@ 2020-09-08 19:23 ` Joseph Kogut
  2020-09-15 21:37   ` Titouan Christophe
  2020-09-08 19:23 ` [Buildroot] [PATCH 3/3] package/python-sentry-sdk: update homepage URL Joseph Kogut
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 7+ messages in thread
From: Joseph Kogut @ 2020-09-08 19:23 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Joseph Kogut <joseph.kogut@gmail.com>
---
 package/python-sentry-sdk/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/python-sentry-sdk/Config.in b/package/python-sentry-sdk/Config.in
index 5bddabe282..62b8100bdb 100644
--- a/package/python-sentry-sdk/Config.in
+++ b/package/python-sentry-sdk/Config.in
@@ -1,7 +1,7 @@
 config BR2_PACKAGE_PYTHON_SENTRY_SDK
 	bool "python-sentry-sdk"
-	select BR2_PACKAGE_PYTHON_URLLIB3 # runtime
 	select BR2_PACKAGE_PYTHON_CERTIFI # runtime
+	select BR2_PACKAGE_PYTHON_URLLIB3 # runtime
 	help
 	  Python client for Sentry (https://getsentry.com).
 
-- 
2.28.0

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

* [Buildroot] [PATCH 3/3] package/python-sentry-sdk: update homepage URL
  2020-09-08 19:23 [Buildroot] [PATCH 1/3] package/python-sentry-sdk: bump version to 0.17.3 Joseph Kogut
  2020-09-08 19:23 ` [Buildroot] [PATCH 2/3] package/python-sentry-sdk: fix select ordering Joseph Kogut
@ 2020-09-08 19:23 ` Joseph Kogut
  2020-09-15 21:37   ` Titouan Christophe
  2020-09-15 21:36 ` [Buildroot] [PATCH 1/3] package/python-sentry-sdk: bump version to 0.17.3 Titouan Christophe
  2020-09-23 20:57 ` Thomas Petazzoni
  3 siblings, 1 reply; 7+ messages in thread
From: Joseph Kogut @ 2020-09-08 19:23 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Joseph Kogut <joseph.kogut@gmail.com>
---
 package/python-sentry-sdk/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/python-sentry-sdk/Config.in b/package/python-sentry-sdk/Config.in
index 62b8100bdb..e8e88bac18 100644
--- a/package/python-sentry-sdk/Config.in
+++ b/package/python-sentry-sdk/Config.in
@@ -3,6 +3,6 @@ config BR2_PACKAGE_PYTHON_SENTRY_SDK
 	select BR2_PACKAGE_PYTHON_CERTIFI # runtime
 	select BR2_PACKAGE_PYTHON_URLLIB3 # runtime
 	help
-	  Python client for Sentry (https://getsentry.com).
+	  Python client for Sentry (https://sentry.io).
 
 	  https://github.com/getsentry/sentry-python
-- 
2.28.0

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

* [Buildroot] [PATCH 1/3] package/python-sentry-sdk: bump version to 0.17.3
  2020-09-08 19:23 [Buildroot] [PATCH 1/3] package/python-sentry-sdk: bump version to 0.17.3 Joseph Kogut
  2020-09-08 19:23 ` [Buildroot] [PATCH 2/3] package/python-sentry-sdk: fix select ordering Joseph Kogut
  2020-09-08 19:23 ` [Buildroot] [PATCH 3/3] package/python-sentry-sdk: update homepage URL Joseph Kogut
@ 2020-09-15 21:36 ` Titouan Christophe
  2020-09-23 20:57 ` Thomas Petazzoni
  3 siblings, 0 replies; 7+ messages in thread
From: Titouan Christophe @ 2020-09-15 21:36 UTC (permalink / raw)
  To: buildroot

Hello Joseph, all,

On 8/09/20 21:23, Joseph Kogut wrote:
> Signed-off-by: Joseph Kogut <joseph.kogut@gmail.com>

Reviewed-by: Titouan Christophe <titouan.christophe@railnova.eu>
Tested-by: Titouan Christophe <titouan.christophe@railnova.eu>

Tested with both python 2 and 3.

> ---
>   package/python-sentry-sdk/python-sentry-sdk.hash | 6 +++---
>   package/python-sentry-sdk/python-sentry-sdk.mk   | 4 ++--
>   2 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/package/python-sentry-sdk/python-sentry-sdk.hash b/package/python-sentry-sdk/python-sentry-sdk.hash
> index a2c739e262..feade89f0a 100644
> --- a/package/python-sentry-sdk/python-sentry-sdk.hash
> +++ b/package/python-sentry-sdk/python-sentry-sdk.hash
> @@ -1,5 +1,5 @@
> -# md5, sha256 from https://pypi.org/pypi/sentry_sdk/json
> -md5  21ec2fefe3561a12b4ee1efef3748400  sentry-sdk-0.14.4.tar.gz
> -sha256  0e5e947d0f7a969314aa23669a94a9712be5a688ff069ff7b9fc36c66adc160c  sentry-sdk-0.14.4.tar.gz
> +# md5, sha256 from https://pypi.org/pypi/sentry-sdk/json
> +md5  5d4abcc416cbd0b9443bf56588b02b55  sentry-sdk-0.17.3.tar.gz
> +sha256  0af429c221670e602f960fca85ca3f607c85510a91f11e8be8f742a978127f78  sentry-sdk-0.17.3.tar.gz
>   # Locally computed sha256 checksums
>   sha256  59404d4c854e579097d41bfccd5006afde9d6d70e646cf55074cdbfead5ecf1c  LICENSE
> diff --git a/package/python-sentry-sdk/python-sentry-sdk.mk b/package/python-sentry-sdk/python-sentry-sdk.mk
> index 13495047b9..696c487005 100644
> --- a/package/python-sentry-sdk/python-sentry-sdk.mk
> +++ b/package/python-sentry-sdk/python-sentry-sdk.mk
> @@ -4,9 +4,9 @@
>   #
>   ################################################################################
>   
> -PYTHON_SENTRY_SDK_VERSION = 0.14.4
> +PYTHON_SENTRY_SDK_VERSION = 0.17.3
>   PYTHON_SENTRY_SDK_SOURCE = sentry-sdk-$(PYTHON_SENTRY_SDK_VERSION).tar.gz
> -PYTHON_SENTRY_SDK_SITE = https://files.pythonhosted.org/packages/ab/67/b653a44ce124a2b700a7fc349ca129282c5fec4fdc9197f558178a9e32ae
> +PYTHON_SENTRY_SDK_SITE = https://files.pythonhosted.org/packages/64/7e/f1725d8649ef8f7d58cbec582157c454884238e59fef00b1707d555c7bea
>   PYTHON_SENTRY_SDK_SETUP_TYPE = setuptools
>   PYTHON_SENTRY_SDK_LICENSE = BSD-2-Clause
>   PYTHON_SENTRY_SDK_LICENSE_FILES = LICENSE
> 

Regards,
Titouan

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

* [Buildroot] [PATCH 2/3] package/python-sentry-sdk: fix select ordering
  2020-09-08 19:23 ` [Buildroot] [PATCH 2/3] package/python-sentry-sdk: fix select ordering Joseph Kogut
@ 2020-09-15 21:37   ` Titouan Christophe
  0 siblings, 0 replies; 7+ messages in thread
From: Titouan Christophe @ 2020-09-15 21:37 UTC (permalink / raw)
  To: buildroot

Hello,
On 8/09/20 21:23, Joseph Kogut wrote:
> Signed-off-by: Joseph Kogut <joseph.kogut@gmail.com>

Reviewed-by: Titouan Christophe <titouan.christophe@railnova.eu>

> ---
>   package/python-sentry-sdk/Config.in | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/python-sentry-sdk/Config.in b/package/python-sentry-sdk/Config.in
> index 5bddabe282..62b8100bdb 100644
> --- a/package/python-sentry-sdk/Config.in
> +++ b/package/python-sentry-sdk/Config.in
> @@ -1,7 +1,7 @@
>   config BR2_PACKAGE_PYTHON_SENTRY_SDK
>   	bool "python-sentry-sdk"
> -	select BR2_PACKAGE_PYTHON_URLLIB3 # runtime
>   	select BR2_PACKAGE_PYTHON_CERTIFI # runtime
> +	select BR2_PACKAGE_PYTHON_URLLIB3 # runtime
>   	help
>   	  Python client for Sentry (https://getsentry.com).
>   
> 

Titouan

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

* [Buildroot] [PATCH 3/3] package/python-sentry-sdk: update homepage URL
  2020-09-08 19:23 ` [Buildroot] [PATCH 3/3] package/python-sentry-sdk: update homepage URL Joseph Kogut
@ 2020-09-15 21:37   ` Titouan Christophe
  0 siblings, 0 replies; 7+ messages in thread
From: Titouan Christophe @ 2020-09-15 21:37 UTC (permalink / raw)
  To: buildroot

Hello,

On 8/09/20 21:23, Joseph Kogut wrote:
> Signed-off-by: Joseph Kogut <joseph.kogut@gmail.com>

Reviewed-by: Titouan Christophe <titouan.christophe@railnova.eu>

> ---
>   package/python-sentry-sdk/Config.in | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/python-sentry-sdk/Config.in b/package/python-sentry-sdk/Config.in
> index 62b8100bdb..e8e88bac18 100644
> --- a/package/python-sentry-sdk/Config.in
> +++ b/package/python-sentry-sdk/Config.in
> @@ -3,6 +3,6 @@ config BR2_PACKAGE_PYTHON_SENTRY_SDK
>   	select BR2_PACKAGE_PYTHON_CERTIFI # runtime
>   	select BR2_PACKAGE_PYTHON_URLLIB3 # runtime
>   	help
> -	  Python client for Sentry (https://getsentry.com).
> +	  Python client for Sentry (https://sentry.io).
>   
>   	  https://github.com/getsentry/sentry-python
> 

Titouan

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

* [Buildroot] [PATCH 1/3] package/python-sentry-sdk: bump version to 0.17.3
  2020-09-08 19:23 [Buildroot] [PATCH 1/3] package/python-sentry-sdk: bump version to 0.17.3 Joseph Kogut
                   ` (2 preceding siblings ...)
  2020-09-15 21:36 ` [Buildroot] [PATCH 1/3] package/python-sentry-sdk: bump version to 0.17.3 Titouan Christophe
@ 2020-09-23 20:57 ` Thomas Petazzoni
  3 siblings, 0 replies; 7+ messages in thread
From: Thomas Petazzoni @ 2020-09-23 20:57 UTC (permalink / raw)
  To: buildroot

On Tue,  8 Sep 2020 12:23:34 -0700
Joseph Kogut <joseph.kogut@gmail.com> wrote:

> Signed-off-by: Joseph Kogut <joseph.kogut@gmail.com>
> ---
>  package/python-sentry-sdk/python-sentry-sdk.hash | 6 +++---
>  package/python-sentry-sdk/python-sentry-sdk.mk   | 4 ++--
>  2 files changed, 5 insertions(+), 5 deletions(-)

Thanks, all three patches applied!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2020-09-23 20:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-08 19:23 [Buildroot] [PATCH 1/3] package/python-sentry-sdk: bump version to 0.17.3 Joseph Kogut
2020-09-08 19:23 ` [Buildroot] [PATCH 2/3] package/python-sentry-sdk: fix select ordering Joseph Kogut
2020-09-15 21:37   ` Titouan Christophe
2020-09-08 19:23 ` [Buildroot] [PATCH 3/3] package/python-sentry-sdk: update homepage URL Joseph Kogut
2020-09-15 21:37   ` Titouan Christophe
2020-09-15 21:36 ` [Buildroot] [PATCH 1/3] package/python-sentry-sdk: bump version to 0.17.3 Titouan Christophe
2020-09-23 20:57 ` Thomas Petazzoni

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.