Bug 221959 - net/py-kafka-python: Update to 1.3.4
Summary: net/py-kafka-python: Update to 1.3.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Danilo G. Baio
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-31 14:47 UTC by Sergey Akhmatov
Modified: 2017-09-02 12:24 UTC (History)
2 users (show)

See Also:
christer.edwards: maintainer-feedback+


Attachments
py-kafka-python-1.3.4 (1021 bytes, text/plain)
2017-08-31 14:47 UTC, Sergey Akhmatov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Akhmatov 2017-08-31 14:47:10 UTC
Created attachment 185950 [details]
py-kafka-python-1.3.4

Update to latest upstream version 1.3.4
Dependency on devel/py-six is removed, it is not required since 1.3.0
Comment 1 Sergey Akhmatov 2017-08-31 14:50:18 UTC
Comment on attachment 185950 [details]
py-kafka-python-1.3.4

Index: net/py-kafka-python/Makefile
===================================================================
--- net/py-kafka-python/Makefile	(revision 449018)
+++ net/py-kafka-python/Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	kafka-python
-PORTVERSION=	1.3.1
+PORTVERSION=	1.3.4
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,8 +12,6 @@
 
 LICENSE=	APACHE20
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six
-
 USE_PYTHON=	autoplist distutils
 USES=		python shebangfix
 
Index: net/py-kafka-python/distinfo
===================================================================
--- net/py-kafka-python/distinfo	(revision 449018)
+++ net/py-kafka-python/distinfo	(working copy)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1475169446
-SHA256 (kafka-python-1.3.1.tar.gz) = 13160b2880f908885bf23a6c91fff69dbe9c36facb9adaaee29293241063c498
-SIZE (kafka-python-1.3.1.tar.gz) = 206400
+TIMESTAMP = 1502714463
+SHA256 (kafka-python-1.3.4.tar.gz) = a84d9635e3a4d5054c342ad6e5b338f9438fbcac810b677a2f6da68a51fb66a8
+SIZE (kafka-python-1.3.4.tar.gz) = 225865
Comment 2 Christer Edwards 2017-08-31 14:57:24 UTC
Thanks!
Comment 3 commit-hook freebsd_committer freebsd_triage 2017-09-02 12:23:48 UTC
A commit references this bug:

Author: dbaio
Date: Sat Sep  2 12:22:51 UTC 2017
New revision: 449132
URL: https://svnweb.freebsd.org/changeset/ports/449132

Log:
  net/py-kafka-python: Update to 1.3.4

  Remove devel/py-six dependency, it was incorporated upstream in v1.3.0.
  While here, add LICENSE_FILE and set architecture neutral.

  Changes:	https://github.com/dpkp/kafka-python/blob/master/CHANGES.md#134-aug-13-2017

  PR:		221959
  Submitted by:	Sergey Akhmatov <sergey@akhmatov.ru>
  Approved by:	Christer Edwards <christer.edwards@gmail.com> (maintainer)

Changes:
  head/net/py-kafka-python/Makefile
  head/net/py-kafka-python/distinfo
Comment 4 Danilo G. Baio freebsd_committer freebsd_triage 2017-09-02 12:24:53 UTC
Committed, thanks!