Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/python-alsaaudio: bump to version 0.8.4
@ 2019-10-08 13:08 Asaf Kahlon
  2019-10-08 13:08 ` [Buildroot] [PATCH 1/1] package/python-asn1crypto: bump to version 1.0.1 Asaf Kahlon
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Asaf Kahlon @ 2019-10-08 13:08 UTC (permalink / raw)
  To: buildroot

* Change _SETUP_TYPE to setuptools.
* Add hash for license file.

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
---
 package/python-alsaaudio/python-alsaaudio.hash | 9 +++++----
 package/python-alsaaudio/python-alsaaudio.mk   | 6 +++---
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/package/python-alsaaudio/python-alsaaudio.hash b/package/python-alsaaudio/python-alsaaudio.hash
index 92277ec393..476bc8f1a1 100644
--- a/package/python-alsaaudio/python-alsaaudio.hash
+++ b/package/python-alsaaudio/python-alsaaudio.hash
@@ -1,4 +1,5 @@
-# From https://pypi.python.org/pypi?:action=show_md5&digest=1f22415a3d8da4b303182ad81c2d062e
-md5	1f22415a3d8da4b303182ad81c2d062e	pyalsaaudio-0.8.2.tar.gz
-# Locally calculated
-sha256	b6df486f1c4035041a5f3800496b86c64e48e4a7d47f94dcbca11b0187aa3a15	pyalsaaudio-0.8.2.tar.gz
+# md5, sha256 from https://pypi.org/pypi/pyalsaaudio/json
+md5	b46f69561bc85fc52e698b2440ca251e	pyalsaaudio-0.8.4.tar.gz
+sha256	84e8f8da544d7f4bd96479ce4a237600077984d9be1d7f16c1d9a492ecf50085	pyalsaaudio-0.8.4.tar.gz
+# Locally computed sha256 checksums
+sha256	ef6ba930f96986d78082e67c817ac617b9e833d60d5a0460f24c9c674a010935	LICENSE
diff --git a/package/python-alsaaudio/python-alsaaudio.mk b/package/python-alsaaudio/python-alsaaudio.mk
index 73a7e74b03..3344583cf7 100644
--- a/package/python-alsaaudio/python-alsaaudio.mk
+++ b/package/python-alsaaudio/python-alsaaudio.mk
@@ -4,10 +4,10 @@
 #
 ################################################################################
 
-PYTHON_ALSAAUDIO_VERSION = 0.8.2
+PYTHON_ALSAAUDIO_VERSION = 0.8.4
 PYTHON_ALSAAUDIO_SOURCE = pyalsaaudio-$(PYTHON_ALSAAUDIO_VERSION).tar.gz
-PYTHON_ALSAAUDIO_SITE = https://pypi.python.org/packages/source/p/pyalsaaudio
-PYTHON_ALSAAUDIO_SETUP_TYPE = distutils
+PYTHON_ALSAAUDIO_SITE = https://files.pythonhosted.org/packages/52/b6/44871791929d9d7e11325af0b7be711388dfeeab17147988f044a41a6d83
+PYTHON_ALSAAUDIO_SETUP_TYPE = setuptools
 PYTHON_ALSAAUDIO_LICENSE = Python-2.0
 PYTHON_ALSAAUDIO_LICENSE_FILES = LICENSE
 PYTHON_ALSAAUDIO_DEPENDENCIES = alsa-lib
-- 
2.20.1

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

* [Buildroot] [PATCH 1/1] package/python-asn1crypto: bump to version 1.0.1
  2019-10-08 13:08 [Buildroot] [PATCH 1/1] package/python-alsaaudio: bump to version 0.8.4 Asaf Kahlon
@ 2019-10-08 13:08 ` Asaf Kahlon
  2019-10-08 20:46   ` Thomas Petazzoni
  2019-10-08 13:08 ` [Buildroot] [PATCH 1/1] package/python-attrs: bump to version 19.2.0 Asaf Kahlon
                   ` (5 subsequent siblings)
  6 siblings, 1 reply; 14+ messages in thread
From: Asaf Kahlon @ 2019-10-08 13:08 UTC (permalink / raw)
  To: buildroot

Update license hash (year bump on license file).

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
---
 package/python-asn1crypto/python-asn1crypto.hash | 6 +++---
 package/python-asn1crypto/python-asn1crypto.mk   | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package/python-asn1crypto/python-asn1crypto.hash b/package/python-asn1crypto/python-asn1crypto.hash
index 41aa602300..3fa4ec8092 100644
--- a/package/python-asn1crypto/python-asn1crypto.hash
+++ b/package/python-asn1crypto/python-asn1crypto.hash
@@ -1,5 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/asn1crypto/json
-md5	de3520426e81a6581352d4366f310eb1  asn1crypto-0.24.0.tar.gz
-sha256	9d5c20441baf0cb60a4ac34cc447c6c189024b6b4c6cd7877034f4965c464e49  asn1crypto-0.24.0.tar.gz
+md5	cf33950b47b5148e29f1d62a6b6c009b  asn1crypto-1.0.1.tar.gz
+sha256	0b199f211ae690df3db4fd6c1c4ff976497fb1da689193e368eedbadc53d9292  asn1crypto-1.0.1.tar.gz
 # Locally computed sha256 checksums
-sha256	7871ddf1918d53fd549943aad007cd4ad674b0e1da732a9aea4a79e1436d1eb5  LICENSE
+sha256	a88480656ec98943fb04344f6a477ee74062896f3ddb1a6f99e5f05f0109a286  LICENSE
diff --git a/package/python-asn1crypto/python-asn1crypto.mk b/package/python-asn1crypto/python-asn1crypto.mk
index 4cd30e8ca7..804da53984 100644
--- a/package/python-asn1crypto/python-asn1crypto.mk
+++ b/package/python-asn1crypto/python-asn1crypto.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_ASN1CRYPTO_VERSION = 0.24.0
+PYTHON_ASN1CRYPTO_VERSION = 1.0.1
 PYTHON_ASN1CRYPTO_SOURCE = asn1crypto-$(PYTHON_ASN1CRYPTO_VERSION).tar.gz
-PYTHON_ASN1CRYPTO_SITE = https://files.pythonhosted.org/packages/fc/f1/8db7daa71f414ddabfa056c4ef792e1461ff655c2ae2928a2b675bfed6b4
+PYTHON_ASN1CRYPTO_SITE = https://files.pythonhosted.org/packages/d1/e2/c518f2bc5805668803ebf0659628b0e9d77ca981308c7e9e5564b30b8337
 PYTHON_ASN1CRYPTO_SETUP_TYPE = setuptools
 PYTHON_ASN1CRYPTO_LICENSE = MIT
 PYTHON_ASN1CRYPTO_LICENSE_FILES = LICENSE
-- 
2.20.1

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

* [Buildroot] [PATCH 1/1] package/python-attrs: bump to version 19.2.0
  2019-10-08 13:08 [Buildroot] [PATCH 1/1] package/python-alsaaudio: bump to version 0.8.4 Asaf Kahlon
  2019-10-08 13:08 ` [Buildroot] [PATCH 1/1] package/python-asn1crypto: bump to version 1.0.1 Asaf Kahlon
@ 2019-10-08 13:08 ` Asaf Kahlon
  2019-10-08 20:46   ` Thomas Petazzoni
  2019-10-08 13:08 ` [Buildroot] [PATCH 1/1] package/python-autobahn: bump to version 19.10.1 Asaf Kahlon
                   ` (4 subsequent siblings)
  6 siblings, 1 reply; 14+ messages in thread
From: Asaf Kahlon @ 2019-10-08 13:08 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
---
 package/python-attrs/python-attrs.hash | 4 ++--
 package/python-attrs/python-attrs.mk   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/python-attrs/python-attrs.hash b/package/python-attrs/python-attrs.hash
index e05d427bd4..206870d5ab 100644
--- a/package/python-attrs/python-attrs.hash
+++ b/package/python-attrs/python-attrs.hash
@@ -1,5 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/attrs/json
-md5	2be7bce157988928f5ff2bb50a0b510d  attrs-19.1.0.tar.gz
-sha256	f0b870f674851ecbfbbbd364d6b5cbdff9dcedbc7f3f5e18a6891057f21fe399  attrs-19.1.0.tar.gz
+md5	d5a6ee80beaa072bd2b3bcb6fee0d508  attrs-19.2.0.tar.gz
+sha256	f913492e1663d3c36f502e5e9ba6cd13cf19d7fab50aa13239e420fef95e1396  attrs-19.2.0.tar.gz
 # Locally computer sha256
 sha256	bf659a28b49240602f56bbdf490cbe2ec509b15b98f99d7b19a52c740e327863  LICENSE
diff --git a/package/python-attrs/python-attrs.mk b/package/python-attrs/python-attrs.mk
index 97a6874092..5bfb0802a0 100644
--- a/package/python-attrs/python-attrs.mk
+++ b/package/python-attrs/python-attrs.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_ATTRS_VERSION = 19.1.0
+PYTHON_ATTRS_VERSION = 19.2.0
 PYTHON_ATTRS_SOURCE = attrs-$(PYTHON_ATTRS_VERSION).tar.gz
-PYTHON_ATTRS_SITE = https://files.pythonhosted.org/packages/cc/d9/931a24cc5394f19383fbbe3e1147a0291276afa43a0dc3ed0d6cd9fda813
+PYTHON_ATTRS_SITE = https://files.pythonhosted.org/packages/bd/69/2833f182ea95ea1f17e9a7559b8b92ebfdf4f68b5c58b15bc10f47bc2e01
 PYTHON_ATTRS_SETUP_TYPE = setuptools
 PYTHON_ATTRS_LICENSE = MIT
 PYTHON_ATTRS_LICENSE_FILES = LICENSE
-- 
2.20.1

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

* [Buildroot] [PATCH 1/1] package/python-autobahn: bump to version 19.10.1
  2019-10-08 13:08 [Buildroot] [PATCH 1/1] package/python-alsaaudio: bump to version 0.8.4 Asaf Kahlon
  2019-10-08 13:08 ` [Buildroot] [PATCH 1/1] package/python-asn1crypto: bump to version 1.0.1 Asaf Kahlon
  2019-10-08 13:08 ` [Buildroot] [PATCH 1/1] package/python-attrs: bump to version 19.2.0 Asaf Kahlon
@ 2019-10-08 13:08 ` Asaf Kahlon
  2019-10-08 20:46   ` Thomas Petazzoni
  2019-10-08 13:08 ` [Buildroot] [PATCH 1/1] package/python-channels: bump to version 2.3.0 Asaf Kahlon
                   ` (3 subsequent siblings)
  6 siblings, 1 reply; 14+ messages in thread
From: Asaf Kahlon @ 2019-10-08 13:08 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
---
 package/python-autobahn/python-autobahn.hash | 4 ++--
 package/python-autobahn/python-autobahn.mk   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/python-autobahn/python-autobahn.hash b/package/python-autobahn/python-autobahn.hash
index 344fc8d6a4..4020daa6b9 100644
--- a/package/python-autobahn/python-autobahn.hash
+++ b/package/python-autobahn/python-autobahn.hash
@@ -1,5 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/autobahn/json
-md5	e6045ea79a9c22f6ad1810670d833bcc  autobahn-19.8.1.tar.gz
-sha256	294e7381dd54e73834354832604ae85567caf391c39363fed0ea2bfa86aa4304  autobahn-19.8.1.tar.gz
+md5	8900783822b570e0395c4bade08e0d51  autobahn-19.10.1.tar.gz
+sha256	734385b00547448b3f30a752cbfd2900d15924d77dc4a1699b8bce1ea8899f39  autobahn-19.10.1.tar.gz
 # Locally computed sha256 checksums
 sha256	0387eefce570453daaa60633f28676003731eeca28b2d0a0071c628e3a0004ef  LICENSE
diff --git a/package/python-autobahn/python-autobahn.mk b/package/python-autobahn/python-autobahn.mk
index 56e6d54227..9296492649 100644
--- a/package/python-autobahn/python-autobahn.mk
+++ b/package/python-autobahn/python-autobahn.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_AUTOBAHN_VERSION = 19.8.1
+PYTHON_AUTOBAHN_VERSION = 19.10.1
 PYTHON_AUTOBAHN_SOURCE = autobahn-$(PYTHON_AUTOBAHN_VERSION).tar.gz
-PYTHON_AUTOBAHN_SITE = https://files.pythonhosted.org/packages/7b/b9/3460d9f73aba656f06a22f2bbc92e1c31e567372d66614651582858c93ae
+PYTHON_AUTOBAHN_SITE = https://files.pythonhosted.org/packages/8d/bb/024c4e669f0b82bc895f95c10105156db0543648db8305390730c4078edf
 PYTHON_AUTOBAHN_LICENSE = MIT
 PYTHON_AUTOBAHN_LICENSE_FILES = LICENSE
 PYTHON_AUTOBAHN_SETUP_TYPE = setuptools
-- 
2.20.1

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

* [Buildroot] [PATCH 1/1] package/python-channels: bump to version 2.3.0
  2019-10-08 13:08 [Buildroot] [PATCH 1/1] package/python-alsaaudio: bump to version 0.8.4 Asaf Kahlon
                   ` (2 preceding siblings ...)
  2019-10-08 13:08 ` [Buildroot] [PATCH 1/1] package/python-autobahn: bump to version 19.10.1 Asaf Kahlon
@ 2019-10-08 13:08 ` Asaf Kahlon
  2019-10-08 20:47   ` Thomas Petazzoni
  2019-10-08 13:08 ` [Buildroot] [PATCH 1/1] package/python-decorator: bump to version 4.4.0 Asaf Kahlon
                   ` (2 subsequent siblings)
  6 siblings, 1 reply; 14+ messages in thread
From: Asaf Kahlon @ 2019-10-08 13:08 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
---
 package/python-channels/python-channels.hash | 4 ++--
 package/python-channels/python-channels.mk   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/python-channels/python-channels.hash b/package/python-channels/python-channels.hash
index 539589e433..00e090ef13 100644
--- a/package/python-channels/python-channels.hash
+++ b/package/python-channels/python-channels.hash
@@ -1,5 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/channels/json
-md5	aec056cf4d0fa6444b3d83ccd5885fc5  channels-2.2.0.tar.gz
-sha256	af7cdba9efb3f55b939917d1b15defb5d40259936013e60660e5e9aff98db4c5  channels-2.2.0.tar.gz
+md5	0e225281099fce5cd0f6e247c966120f  channels-2.3.0.tar.gz
+sha256	5759b4b89fc354101299e5f24b49e83421c12c653c913161858be4c24364a26d  channels-2.3.0.tar.gz
 # Locally computed sha256 checksums
 sha256	b846415d1b514e9c1dff14a22deb906d794bc546ca6129f950a18cd091e2a669  LICENSE
diff --git a/package/python-channels/python-channels.mk b/package/python-channels/python-channels.mk
index a0f4591f76..2b55148f7e 100644
--- a/package/python-channels/python-channels.mk
+++ b/package/python-channels/python-channels.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_CHANNELS_VERSION = 2.2.0
+PYTHON_CHANNELS_VERSION = 2.3.0
 PYTHON_CHANNELS_SOURCE = channels-$(PYTHON_CHANNELS_VERSION).tar.gz
-PYTHON_CHANNELS_SITE = https://files.pythonhosted.org/packages/26/b9/92c803f3e8e304efbfbcd0634d4a5ad2d231f515b968f1b9e7c84ee78012
+PYTHON_CHANNELS_SITE = https://files.pythonhosted.org/packages/ad/69/fb21d6db9c4906a0e044812d15d99dcf2e98153dcf5bf2be48f833394670
 PYTHON_CHANNELS_SETUP_TYPE = setuptools
 PYTHON_CHANNELS_LICENSE = BSD-3-Clause
 PYTHON_CHANNELS_LICENSE_FILES = LICENSE
-- 
2.20.1

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

* [Buildroot] [PATCH 1/1] package/python-decorator: bump to version 4.4.0
  2019-10-08 13:08 [Buildroot] [PATCH 1/1] package/python-alsaaudio: bump to version 0.8.4 Asaf Kahlon
                   ` (3 preceding siblings ...)
  2019-10-08 13:08 ` [Buildroot] [PATCH 1/1] package/python-channels: bump to version 2.3.0 Asaf Kahlon
@ 2019-10-08 13:08 ` Asaf Kahlon
  2019-10-08 20:47   ` Thomas Petazzoni
  2019-10-08 13:08 ` [Buildroot] [PATCH 1/1] package/python-dpkt: bump to version 1.9.2 Asaf Kahlon
  2019-10-08 20:45 ` [Buildroot] [PATCH 1/1] package/python-alsaaudio: bump to version 0.8.4 Thomas Petazzoni
  6 siblings, 1 reply; 14+ messages in thread
From: Asaf Kahlon @ 2019-10-08 13:08 UTC (permalink / raw)
  To: buildroot

Update license hash (copyright year bump).

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
---
 package/python-decorator/python-decorator.hash | 6 +++---
 package/python-decorator/python-decorator.mk   | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package/python-decorator/python-decorator.hash b/package/python-decorator/python-decorator.hash
index ca7fb88e7b..98587519d5 100644
--- a/package/python-decorator/python-decorator.hash
+++ b/package/python-decorator/python-decorator.hash
@@ -1,5 +1,5 @@
 # md5 from https://pypi.python.org/pypi/decorator/json, sha256 locally calculated
-md5 73644c8f0bd4983d1b6a34b49adec0ae decorator-4.0.11.tar.gz
-sha256 953d6bf082b100f43229cf547f4f97f97e970f5ad645ee7601d55ff87afdfe76 decorator-4.0.11.tar.gz
+md5	a565a98581c0d110bc247323e89df9b1 decorator-4.4.0.tar.gz
+sha256	86156361c50488b84a3f148056ea716ca587df2f0de1d34750d35c21312725de decorator-4.4.0.tar.gz
 # Locally computed sha256 checksums
-sha256 c9fbbd46d5af040b2b26db2f693034c95de8e9faaaf1cd68af358b092a56d454  LICENSE.txt
+sha256	fd11660cabf0532082c45706862fafc294907ec7f8e217818240a4999806782e  LICENSE.txt
diff --git a/package/python-decorator/python-decorator.mk b/package/python-decorator/python-decorator.mk
index 67d9b8e719..0179b91769 100644
--- a/package/python-decorator/python-decorator.mk
+++ b/package/python-decorator/python-decorator.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-PYTHON_DECORATOR_VERSION = 4.0.11
-PYTHON_DECORATOR_SITE = https://pypi.python.org/packages/cc/ac/5a16f1fc0506ff72fcc8fd4e858e3a1c231f224ab79bb7c4c9b2094cc570
+PYTHON_DECORATOR_VERSION = 4.4.0
+PYTHON_DECORATOR_SITE = https://files.pythonhosted.org/packages/ba/19/1119fe7b1e49b9c8a9f154c930060f37074ea2e8f9f6558efc2eeaa417a2
 PYTHON_DECORATOR_SOURCE = decorator-$(PYTHON_DECORATOR_VERSION).tar.gz
 PYTHON_DECORATOR_LICENSE = BSD-2-Clause
 PYTHON_DECORATOR_LICENSE_FILES = LICENSE.txt
-- 
2.20.1

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

* [Buildroot] [PATCH 1/1] package/python-dpkt: bump to version 1.9.2
  2019-10-08 13:08 [Buildroot] [PATCH 1/1] package/python-alsaaudio: bump to version 0.8.4 Asaf Kahlon
                   ` (4 preceding siblings ...)
  2019-10-08 13:08 ` [Buildroot] [PATCH 1/1] package/python-decorator: bump to version 4.4.0 Asaf Kahlon
@ 2019-10-08 13:08 ` Asaf Kahlon
  2019-10-08 20:47   ` Thomas Petazzoni
  2019-10-08 20:45 ` [Buildroot] [PATCH 1/1] package/python-alsaaudio: bump to version 0.8.4 Thomas Petazzoni
  6 siblings, 1 reply; 14+ messages in thread
From: Asaf Kahlon @ 2019-10-08 13:08 UTC (permalink / raw)
  To: buildroot

* Add hash for license file.
* Take tarball from PyPi (instead of Github).
* Update _SETUP_TYPE to setuptools.

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
---
 package/python-dpkt/python-dpkt.hash | 7 +++++--
 package/python-dpkt/python-dpkt.mk   | 7 ++++---
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/package/python-dpkt/python-dpkt.hash b/package/python-dpkt/python-dpkt.hash
index db46016d08..b8b53fd04b 100644
--- a/package/python-dpkt/python-dpkt.hash
+++ b/package/python-dpkt/python-dpkt.hash
@@ -1,2 +1,5 @@
-# locally computed
-sha256  33a98fd44eb0b6dfa6790c0fcef4d7e73a5cc12a664ea3c30f4d3c2b95f5efc4  python-dpkt-1.8.r98.tar.gz
+# md5, sha256 from https://pypi.org/pypi/dpkt/json
+md5	b204a5434fe29749de539150e00e762e  dpkt-1.9.2.tar.gz
+sha256	52a92ecd5ca04d5bd852bb11cb2eac4bbe38b42a7c472e0d950eeb9f82a81e54  dpkt-1.9.2.tar.gz
+# Locally computed sha256 checksums
+sha256	4c5ffde575425591cbd51410219a6b98bbbb717e0c5784187e356653da8e5095  LICENSE
diff --git a/package/python-dpkt/python-dpkt.mk b/package/python-dpkt/python-dpkt.mk
index 9694b9e62e..aade014f68 100644
--- a/package/python-dpkt/python-dpkt.mk
+++ b/package/python-dpkt/python-dpkt.mk
@@ -4,9 +4,10 @@
 #
 ################################################################################
 
-PYTHON_DPKT_VERSION = 1.8.r98
-PYTHON_DPKT_SITE = $(call github,kbandla,dpkt,$(PYTHON_DPKT_VERSION))
-PYTHON_DPKT_SETUP_TYPE = distutils
+PYTHON_DPKT_VERSION = 1.9.2
+PYTHON_DPKT_SOURCE = dpkt-$(PYTHON_DPKT_VERSION).tar.gz
+PYTHON_DPKT_SITE = https://files.pythonhosted.org/packages/1c/25/0aebea939ea70d31a7ff8884e5ca577eddb9cfeac626398fe782d4e2f6a2
+PYTHON_DPKT_SETUP_TYPE = setuptools
 PYTHON_DPKT_LICENSE = BSD-3-Clause
 PYTHON_DPKT_LICENSE_FILES = LICENSE
 
-- 
2.20.1

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

* [Buildroot] [PATCH 1/1] package/python-alsaaudio: bump to version 0.8.4
  2019-10-08 13:08 [Buildroot] [PATCH 1/1] package/python-alsaaudio: bump to version 0.8.4 Asaf Kahlon
                   ` (5 preceding siblings ...)
  2019-10-08 13:08 ` [Buildroot] [PATCH 1/1] package/python-dpkt: bump to version 1.9.2 Asaf Kahlon
@ 2019-10-08 20:45 ` Thomas Petazzoni
  6 siblings, 0 replies; 14+ messages in thread
From: Thomas Petazzoni @ 2019-10-08 20:45 UTC (permalink / raw)
  To: buildroot

On Tue,  8 Oct 2019 16:08:04 +0300
Asaf Kahlon <asafka7@gmail.com> wrote:

> * Change _SETUP_TYPE to setuptools.
> * Add hash for license file.
> 
> Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
> ---
>  package/python-alsaaudio/python-alsaaudio.hash | 9 +++++----
>  package/python-alsaaudio/python-alsaaudio.mk   | 6 +++---
>  2 files changed, 8 insertions(+), 7 deletions(-)

Applied to master, thanks.

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

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

* [Buildroot] [PATCH 1/1] package/python-asn1crypto: bump to version 1.0.1
  2019-10-08 13:08 ` [Buildroot] [PATCH 1/1] package/python-asn1crypto: bump to version 1.0.1 Asaf Kahlon
@ 2019-10-08 20:46   ` Thomas Petazzoni
  0 siblings, 0 replies; 14+ messages in thread
From: Thomas Petazzoni @ 2019-10-08 20:46 UTC (permalink / raw)
  To: buildroot

On Tue,  8 Oct 2019 16:08:05 +0300
Asaf Kahlon <asafka7@gmail.com> wrote:

> Update license hash (year bump on license file).
> 
> Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
> ---
>  package/python-asn1crypto/python-asn1crypto.hash | 6 +++---
>  package/python-asn1crypto/python-asn1crypto.mk   | 4 ++--
>  2 files changed, 5 insertions(+), 5 deletions(-)

Applied to master, thanks.

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

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

* [Buildroot] [PATCH 1/1] package/python-attrs: bump to version 19.2.0
  2019-10-08 13:08 ` [Buildroot] [PATCH 1/1] package/python-attrs: bump to version 19.2.0 Asaf Kahlon
@ 2019-10-08 20:46   ` Thomas Petazzoni
  0 siblings, 0 replies; 14+ messages in thread
From: Thomas Petazzoni @ 2019-10-08 20:46 UTC (permalink / raw)
  To: buildroot

On Tue,  8 Oct 2019 16:08:06 +0300
Asaf Kahlon <asafka7@gmail.com> wrote:

> Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
> ---
>  package/python-attrs/python-attrs.hash | 4 ++--
>  package/python-attrs/python-attrs.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] 14+ messages in thread

* [Buildroot] [PATCH 1/1] package/python-autobahn: bump to version 19.10.1
  2019-10-08 13:08 ` [Buildroot] [PATCH 1/1] package/python-autobahn: bump to version 19.10.1 Asaf Kahlon
@ 2019-10-08 20:46   ` Thomas Petazzoni
  0 siblings, 0 replies; 14+ messages in thread
From: Thomas Petazzoni @ 2019-10-08 20:46 UTC (permalink / raw)
  To: buildroot

On Tue,  8 Oct 2019 16:08:07 +0300
Asaf Kahlon <asafka7@gmail.com> wrote:

> Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
> ---
>  package/python-autobahn/python-autobahn.hash | 4 ++--
>  package/python-autobahn/python-autobahn.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] 14+ messages in thread

* [Buildroot] [PATCH 1/1] package/python-channels: bump to version 2.3.0
  2019-10-08 13:08 ` [Buildroot] [PATCH 1/1] package/python-channels: bump to version 2.3.0 Asaf Kahlon
@ 2019-10-08 20:47   ` Thomas Petazzoni
  0 siblings, 0 replies; 14+ messages in thread
From: Thomas Petazzoni @ 2019-10-08 20:47 UTC (permalink / raw)
  To: buildroot

On Tue,  8 Oct 2019 16:08:08 +0300
Asaf Kahlon <asafka7@gmail.com> wrote:

> Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
> ---
>  package/python-channels/python-channels.hash | 4 ++--
>  package/python-channels/python-channels.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] 14+ messages in thread

* [Buildroot] [PATCH 1/1] package/python-decorator: bump to version 4.4.0
  2019-10-08 13:08 ` [Buildroot] [PATCH 1/1] package/python-decorator: bump to version 4.4.0 Asaf Kahlon
@ 2019-10-08 20:47   ` Thomas Petazzoni
  0 siblings, 0 replies; 14+ messages in thread
From: Thomas Petazzoni @ 2019-10-08 20:47 UTC (permalink / raw)
  To: buildroot

On Tue,  8 Oct 2019 16:08:09 +0300
Asaf Kahlon <asafka7@gmail.com> wrote:

> Update license hash (copyright year bump).
> 
> Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
> ---
>  package/python-decorator/python-decorator.hash | 6 +++---
>  package/python-decorator/python-decorator.mk   | 4 ++--
>  2 files changed, 5 insertions(+), 5 deletions(-)

Applied to master, thanks.

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

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

* [Buildroot] [PATCH 1/1] package/python-dpkt: bump to version 1.9.2
  2019-10-08 13:08 ` [Buildroot] [PATCH 1/1] package/python-dpkt: bump to version 1.9.2 Asaf Kahlon
@ 2019-10-08 20:47   ` Thomas Petazzoni
  0 siblings, 0 replies; 14+ messages in thread
From: Thomas Petazzoni @ 2019-10-08 20:47 UTC (permalink / raw)
  To: buildroot

On Tue,  8 Oct 2019 16:08:10 +0300
Asaf Kahlon <asafka7@gmail.com> wrote:

> * Add hash for license file.
> * Take tarball from PyPi (instead of Github).
> * Update _SETUP_TYPE to setuptools.
> 
> Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
> ---
>  package/python-dpkt/python-dpkt.hash | 7 +++++--
>  package/python-dpkt/python-dpkt.mk   | 7 ++++---
>  2 files changed, 9 insertions(+), 5 deletions(-)

Applied to master, thanks.

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

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

end of thread, other threads:[~2019-10-08 20:47 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-08 13:08 [Buildroot] [PATCH 1/1] package/python-alsaaudio: bump to version 0.8.4 Asaf Kahlon
2019-10-08 13:08 ` [Buildroot] [PATCH 1/1] package/python-asn1crypto: bump to version 1.0.1 Asaf Kahlon
2019-10-08 20:46   ` Thomas Petazzoni
2019-10-08 13:08 ` [Buildroot] [PATCH 1/1] package/python-attrs: bump to version 19.2.0 Asaf Kahlon
2019-10-08 20:46   ` Thomas Petazzoni
2019-10-08 13:08 ` [Buildroot] [PATCH 1/1] package/python-autobahn: bump to version 19.10.1 Asaf Kahlon
2019-10-08 20:46   ` Thomas Petazzoni
2019-10-08 13:08 ` [Buildroot] [PATCH 1/1] package/python-channels: bump to version 2.3.0 Asaf Kahlon
2019-10-08 20:47   ` Thomas Petazzoni
2019-10-08 13:08 ` [Buildroot] [PATCH 1/1] package/python-decorator: bump to version 4.4.0 Asaf Kahlon
2019-10-08 20:47   ` Thomas Petazzoni
2019-10-08 13:08 ` [Buildroot] [PATCH 1/1] package/python-dpkt: bump to version 1.9.2 Asaf Kahlon
2019-10-08 20:47   ` Thomas Petazzoni
2019-10-08 20:45 ` [Buildroot] [PATCH 1/1] package/python-alsaaudio: bump to version 0.8.4 Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox