* [Buildroot] [PATCH 1/2] python-zope-interface: bump version to 4.4.3
@ 2017-10-27 7:07 yegorslists at googlemail.com
2017-10-27 7:07 ` [Buildroot] [PATCH 2/2] python-paho-mqtt: bump version to 1.3.1 yegorslists at googlemail.com
2017-10-27 11:50 ` [Buildroot] [PATCH 1/2] python-zope-interface: bump version to 4.4.3 Peter Korsgaard
0 siblings, 2 replies; 4+ messages in thread
From: yegorslists at googlemail.com @ 2017-10-27 7:07 UTC (permalink / raw)
To: buildroot
From: Yegor Yefremov <yegorslists@googlemail.com>
Add licence checksum.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
package/python-zope-interface/python-zope-interface.hash | 7 ++++---
package/python-zope-interface/python-zope-interface.mk | 4 ++--
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/package/python-zope-interface/python-zope-interface.hash b/package/python-zope-interface/python-zope-interface.hash
index 5ba2e84df9..2aa07335a4 100644
--- a/package/python-zope-interface/python-zope-interface.hash
+++ b/package/python-zope-interface/python-zope-interface.hash
@@ -1,3 +1,4 @@
-# md5 from https://pypi.python.org/pypi/zope-interface/json, sha256 locally computed
-md5 d69131352ef06753388c3da09cd8c8aa zope.interface-4.4.2.tar.gz
-sha256 4e59e427200201f69ef82956ddf9e527891becf5b7cde8ec3ce39e1d0e262eb0 zope.interface-4.4.2.tar.gz
+# md5 from https://pypi.python.org/pypi/zope.interface/json, sha256 locally computed
+md5 8700a4f527c1203b34b10c2b4e7a6912 zope.interface-4.4.3.tar.gz
+sha256 d6d26d5dfbfd60c65152938fcb82f949e8dada37c041f72916fef6621ba5c5ce zope.interface-4.4.3.tar.gz
+sha256 3e671db11df687516cc1db5b3d65e4aa383eaca3c20cea3faf53a0f7335d0a3c LICENSE.txt
diff --git a/package/python-zope-interface/python-zope-interface.mk b/package/python-zope-interface/python-zope-interface.mk
index 37e8d39335..7dd6812976 100644
--- a/package/python-zope-interface/python-zope-interface.mk
+++ b/package/python-zope-interface/python-zope-interface.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_ZOPE_INTERFACE_VERSION = 4.4.2
+PYTHON_ZOPE_INTERFACE_VERSION = 4.4.3
PYTHON_ZOPE_INTERFACE_SOURCE = zope.interface-$(PYTHON_ZOPE_INTERFACE_VERSION).tar.gz
-PYTHON_ZOPE_INTERFACE_SITE = https://pypi.python.org/packages/c5/88/93373971f893714f0dc15e09696ec4886ee8b4e561ce5ae45612c2c516c4
+PYTHON_ZOPE_INTERFACE_SITE = https://pypi.python.org/packages/bd/d2/25349ed41f9dcff7b3baf87bd88a4c82396cf6e02f1f42bb68657a3132af
PYTHON_ZOPE_INTERFACE_SETUP_TYPE = setuptools
PYTHON_ZOPE_INTERFACE_LICENSE = ZPL-2.1
PYTHON_ZOPE_INTERFACE_LICENSE_FILES = LICENSE.txt
--
2.11.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 2/2] python-paho-mqtt: bump version to 1.3.1
2017-10-27 7:07 [Buildroot] [PATCH 1/2] python-zope-interface: bump version to 4.4.3 yegorslists at googlemail.com
@ 2017-10-27 7:07 ` yegorslists at googlemail.com
2017-10-27 11:50 ` Peter Korsgaard
2017-10-27 11:50 ` [Buildroot] [PATCH 1/2] python-zope-interface: bump version to 4.4.3 Peter Korsgaard
1 sibling, 1 reply; 4+ messages in thread
From: yegorslists at googlemail.com @ 2017-10-27 7:07 UTC (permalink / raw)
To: buildroot
From: Yegor Yefremov <yegorslists@googlemail.com>
Remove upstreamed patch and add licence checksums.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
...e-pytest-runner-a-conditional-requirement.patch | 30 ----------------------
package/python-paho-mqtt/python-paho-mqtt.hash | 7 +++--
package/python-paho-mqtt/python-paho-mqtt.mk | 4 +--
3 files changed, 7 insertions(+), 34 deletions(-)
delete mode 100644 package/python-paho-mqtt/0001-Make-pytest-runner-a-conditional-requirement.patch
diff --git a/package/python-paho-mqtt/0001-Make-pytest-runner-a-conditional-requirement.patch b/package/python-paho-mqtt/0001-Make-pytest-runner-a-conditional-requirement.patch
deleted file mode 100644
index b2fbe246cb..0000000000
--- a/package/python-paho-mqtt/0001-Make-pytest-runner-a-conditional-requirement.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 38373d36094b5a708c595f8c560d14e8ab61aac6 Mon Sep 17 00:00:00 2001
-From: Yegor Yefremov <yegorslists@googlemail.com>
-Date: Fri, 8 Sep 2017 08:58:31 +0200
-Subject: [PATCH] Make pytest-runner a conditional requirement
-
-Check for pytest-runner only if setup.py was invoked with 'test'
-argument.
-
-Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
----
- setup.py | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/setup.py b/setup.py
-index 85d9c5f..10fb6df 100644
---- a/setup.py
-+++ b/setup.py
-@@ -12,7 +12,8 @@ with open('README.rst', 'rb') as readme_file:
-
- requirements = []
- test_requirements = ['pytest', 'pylama']
--setup_requirements = ['pytest-runner']
-+needs_pytest = set(['pytest', 'test', 'ptr']).intersection(sys.argv)
-+setup_requirements = ['pytest-runner'] if needs_pytest else []
-
- if sys.version_info < (3, 0):
- test_requirements += ['mock']
---
-2.11.0
-
diff --git a/package/python-paho-mqtt/python-paho-mqtt.hash b/package/python-paho-mqtt/python-paho-mqtt.hash
index 9add16d5c8..e791d367ea 100644
--- a/package/python-paho-mqtt/python-paho-mqtt.hash
+++ b/package/python-paho-mqtt/python-paho-mqtt.hash
@@ -1,3 +1,6 @@
# md5 from https://pypi.python.org/pypi/paho-mqtt/json, sha256 locally computed
-md5 b9338236e2836e8579ef140956189cc4 paho-mqtt-1.3.0.tar.gz
-sha256 2c9ef5494cfc1e41a9fff6544c5a2cd59ea5d401d9119a06ecf7fad6a2ffeb93 paho-mqtt-1.3.0.tar.gz
+md5 2cc27d8b369700b1fc99325add0dadd2 paho-mqtt-1.3.1.tar.gz
+sha256 31911f6031de306c27ed79dc77b690d7c55b0dcb0f0434ca34ec6361d0371122 paho-mqtt-1.3.1.tar.gz
+sha256 76f13729e84e9222e543303df00f87d1b2c0995b6a505cd859a285667e44babb LICENSE.txt
+sha256 e8cf7d54ea46c19aba793983889b7f7425e1ebfcaaccec764a7db091646e203c edl-v10
+sha256 3b9be6b894d0769de796e653571ff6cef494913c0ce78c35a97db939e7d9087c epl-v10
diff --git a/package/python-paho-mqtt/python-paho-mqtt.mk b/package/python-paho-mqtt/python-paho-mqtt.mk
index b87b37aa9a..f335b35edb 100644
--- a/package/python-paho-mqtt/python-paho-mqtt.mk
+++ b/package/python-paho-mqtt/python-paho-mqtt.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_PAHO_MQTT_VERSION = 1.3.0
+PYTHON_PAHO_MQTT_VERSION = 1.3.1
PYTHON_PAHO_MQTT_SOURCE = paho-mqtt-$(PYTHON_PAHO_MQTT_VERSION).tar.gz
-PYTHON_PAHO_MQTT_SITE = https://pypi.python.org/packages/33/7f/3ce1ffebaa0343d509aac003800b305d821e89dac3c11666f92e12feca14
+PYTHON_PAHO_MQTT_SITE = https://pypi.python.org/packages/2a/5f/cf14b8f9f8ed1891cda893a2a7d1d6fa23de2a9fb4832f05cef02b79d01f
PYTHON_PAHO_MQTT_LICENSE = EPL-1.0 or EDLv1.0
PYTHON_PAHO_MQTT_LICENSE_FILES = LICENSE.txt edl-v10 epl-v10
PYTHON_PAHO_MQTT_SETUP_TYPE = setuptools
--
2.11.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/2] python-zope-interface: bump version to 4.4.3
2017-10-27 7:07 [Buildroot] [PATCH 1/2] python-zope-interface: bump version to 4.4.3 yegorslists at googlemail.com
2017-10-27 7:07 ` [Buildroot] [PATCH 2/2] python-paho-mqtt: bump version to 1.3.1 yegorslists at googlemail.com
@ 2017-10-27 11:50 ` Peter Korsgaard
1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2017-10-27 11:50 UTC (permalink / raw)
To: buildroot
>>>>> "yegorslists" == yegorslists <yegorslists@googlemail.com> writes:
> From: Yegor Yefremov <yegorslists@googlemail.com>
> Add licence checksum.
> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 2/2] python-paho-mqtt: bump version to 1.3.1
2017-10-27 7:07 ` [Buildroot] [PATCH 2/2] python-paho-mqtt: bump version to 1.3.1 yegorslists at googlemail.com
@ 2017-10-27 11:50 ` Peter Korsgaard
0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2017-10-27 11:50 UTC (permalink / raw)
To: buildroot
>>>>> "yegorslists" == yegorslists <yegorslists@googlemail.com> writes:
> From: Yegor Yefremov <yegorslists@googlemail.com>
> Remove upstreamed patch and add licence checksums.
> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-10-27 11:50 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-27 7:07 [Buildroot] [PATCH 1/2] python-zope-interface: bump version to 4.4.3 yegorslists at googlemail.com
2017-10-27 7:07 ` [Buildroot] [PATCH 2/2] python-paho-mqtt: bump version to 1.3.1 yegorslists at googlemail.com
2017-10-27 11:50 ` Peter Korsgaard
2017-10-27 11:50 ` [Buildroot] [PATCH 1/2] python-zope-interface: bump version to 4.4.3 Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox