* [Buildroot] [PATCH 1/1] package/janus-gateway: bump to version 0.7.3
@ 2019-07-16 15:37 aduskett at gmail.com
2019-07-16 15:37 ` [Buildroot] [PATCH 1/1] package/python-psycopg2: bump to version 2.8.3 aduskett at gmail.com
2019-07-17 5:12 ` [Buildroot] [PATCH 1/1] package/janus-gateway: bump to version 0.7.3 Thomas Petazzoni
0 siblings, 2 replies; 4+ messages in thread
From: aduskett at gmail.com @ 2019-07-16 15:37 UTC (permalink / raw)
To: buildroot
From: Adam Duskett <Aduskett@gmail.com>
Signed-off-by: Adam Duskett <Aduskett@gmail.com>
---
package/janus-gateway/janus-gateway.hash | 2 +-
package/janus-gateway/janus-gateway.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/janus-gateway/janus-gateway.hash b/package/janus-gateway/janus-gateway.hash
index 5e531da0b9..784c43d252 100644
--- a/package/janus-gateway/janus-gateway.hash
+++ b/package/janus-gateway/janus-gateway.hash
@@ -1,3 +1,3 @@
# Locally computed
-sha256 de8f4e3e8b19a099c903b5db7813dbbf442084af686c9922796736d42c8a8c98 janus-gateway-0.6.3.tar.gz
+sha256 d34868c259f388105fe16a5cd304a5684d45b1eddbe436293f4aa2178c0e4b6e janus-gateway-0.7.3.tar.gz
sha256 0a884af515b4593503f6f0c9b424db3945bd77eaa2644d25f45eb93a412b3c19 COPYING
diff --git a/package/janus-gateway/janus-gateway.mk b/package/janus-gateway/janus-gateway.mk
index a2ecc77a00..09cf9e5613 100644
--- a/package/janus-gateway/janus-gateway.mk
+++ b/package/janus-gateway/janus-gateway.mk
@@ -4,7 +4,7 @@
#
################################################################################
-JANUS_GATEWAY_VERSION = 0.6.3
+JANUS_GATEWAY_VERSION = 0.7.3
JANUS_GATEWAY_SITE = $(call github,meetecho,janus-gateway,v$(JANUS_GATEWAY_VERSION))
JANUS_GATEWAY_LICENSE = GPL-3.0
JANUS_GATEWAY_LICENSE_FILES = COPYING
--
2.21.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/1] package/python-psycopg2: bump to version 2.8.3
2019-07-16 15:37 [Buildroot] [PATCH 1/1] package/janus-gateway: bump to version 0.7.3 aduskett at gmail.com
@ 2019-07-16 15:37 ` aduskett at gmail.com
2019-07-17 5:12 ` Thomas Petazzoni
2019-07-17 5:12 ` [Buildroot] [PATCH 1/1] package/janus-gateway: bump to version 0.7.3 Thomas Petazzoni
1 sibling, 1 reply; 4+ messages in thread
From: aduskett at gmail.com @ 2019-07-16 15:37 UTC (permalink / raw)
To: buildroot
From: Adam Duskett <Aduskett@gmail.com>
Signed-off-by: Adam Duskett <Aduskett@gmail.com>
---
package/python-psycopg2/python-psycopg2.hash | 4 ++--
package/python-psycopg2/python-psycopg2.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/python-psycopg2/python-psycopg2.hash b/package/python-psycopg2/python-psycopg2.hash
index 2711b10627..d53977d059 100644
--- a/package/python-psycopg2/python-psycopg2.hash
+++ b/package/python-psycopg2/python-psycopg2.hash
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/psycopg2/json
-md5 74cbe0f09a6ebafd107f89c858120bd5 psycopg2-2.8.2.tar.gz
-sha256 5cacf21b6f813c239f100ef78a4132056f93a5940219ec25d2ef833cbeb05588 psycopg2-2.8.2.tar.gz
+md5 bc00aa77595c03af7d68876ceb74ef77 psycopg2-2.8.3.tar.gz
+sha256 897a6e838319b4bf648a574afb6cabcb17d0488f8c7195100d48d872419f4457 psycopg2-2.8.3.tar.gz
# Locally computed sha256 checksums
sha256 9614b85dfc9a72c5b2ca33144c1d7e1ed3b1c297459d9fb28a6a5762c2e8d71b LICENSE
diff --git a/package/python-psycopg2/python-psycopg2.mk b/package/python-psycopg2/python-psycopg2.mk
index a3548a27fa..b49fbd86fc 100644
--- a/package/python-psycopg2/python-psycopg2.mk
+++ b/package/python-psycopg2/python-psycopg2.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_PSYCOPG2_VERSION = 2.8.2
+PYTHON_PSYCOPG2_VERSION = 2.8.3
PYTHON_PSYCOPG2_SOURCE = psycopg2-$(PYTHON_PSYCOPG2_VERSION).tar.gz
-PYTHON_PSYCOPG2_SITE = https://files.pythonhosted.org/packages/23/7e/93c325482c328619870b6cd09370f6dbe1148283daca65115cd63642e60f
+PYTHON_PSYCOPG2_SITE = https://files.pythonhosted.org/packages/5c/1c/6997288da181277a0c29bc39a5f9143ff20b8c99f2a7d059cfb55163e165
PYTHON_PSYCOPG2_SETUP_TYPE = setuptools
PYTHON_PSYCOPG2_LICENSE = LGPL-3.0+
PYTHON_PSYCOPG2_LICENSE_FILES = LICENSE
--
2.21.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/1] package/janus-gateway: bump to version 0.7.3
2019-07-16 15:37 [Buildroot] [PATCH 1/1] package/janus-gateway: bump to version 0.7.3 aduskett at gmail.com
2019-07-16 15:37 ` [Buildroot] [PATCH 1/1] package/python-psycopg2: bump to version 2.8.3 aduskett at gmail.com
@ 2019-07-17 5:12 ` Thomas Petazzoni
1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2019-07-17 5:12 UTC (permalink / raw)
To: buildroot
On Tue, 16 Jul 2019 11:37:08 -0400
aduskett at gmail.com wrote:
> From: Adam Duskett <Aduskett@gmail.com>
>
> Signed-off-by: Adam Duskett <Aduskett@gmail.com>
> ---
> package/janus-gateway/janus-gateway.hash | 2 +-
> package/janus-gateway/janus-gateway.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/1] package/python-psycopg2: bump to version 2.8.3
2019-07-16 15:37 ` [Buildroot] [PATCH 1/1] package/python-psycopg2: bump to version 2.8.3 aduskett at gmail.com
@ 2019-07-17 5:12 ` Thomas Petazzoni
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2019-07-17 5:12 UTC (permalink / raw)
To: buildroot
On Tue, 16 Jul 2019 11:37:09 -0400
aduskett at gmail.com wrote:
> From: Adam Duskett <Aduskett@gmail.com>
>
> Signed-off-by: Adam Duskett <Aduskett@gmail.com>
> ---
> package/python-psycopg2/python-psycopg2.hash | 4 ++--
> package/python-psycopg2/python-psycopg2.mk | 4 ++--
> 2 files changed, 4 insertions(+), 4 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-07-17 5:12 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-16 15:37 [Buildroot] [PATCH 1/1] package/janus-gateway: bump to version 0.7.3 aduskett at gmail.com
2019-07-16 15:37 ` [Buildroot] [PATCH 1/1] package/python-psycopg2: bump to version 2.8.3 aduskett at gmail.com
2019-07-17 5:12 ` Thomas Petazzoni
2019-07-17 5:12 ` [Buildroot] [PATCH 1/1] package/janus-gateway: bump to version 0.7.3 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.