From owner-freebsd-multimedia@freebsd.org Wed Nov 2 08:45:54 2016 Return-Path: Delivered-To: freebsd-multimedia@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E984CC29904 for ; Wed, 2 Nov 2016 08:45:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 97F1E19C7 for ; Wed, 2 Nov 2016 08:45:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 939A2C29902; Wed, 2 Nov 2016 08:45:54 +0000 (UTC) Delivered-To: multimedia@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 932F3C29901 for ; Wed, 2 Nov 2016 08:45:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C89F19C6 for ; Wed, 2 Nov 2016 08:45:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id uA28jsib040015 for ; Wed, 2 Nov 2016 08:45:54 GMT (envelope-from bugzilla-noreply@freebsd.org) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: maintainer-feedback requested: [Bug 213999] multimedia/livestreamer: Unnecessary requests1 dependency conflic with other ports that depend on www/py-requests Date: Wed, 02 Nov 2016 08:45:54 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? merge-quarterly? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Nov 2016 08:45:55 -0000 Kubilay Kocak has asked multimedia@FreeBSD.org for maintainer-feedback: Bug 213999: multimedia/livestreamer: Unnecessary requests1 dependency confl= ic with other ports that depend on www/py-requests https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213999 --- Comment #2 from Kubilay Kocak --- Thank you for the patch. Could you please run livestreamers test suite (with `python-x.y setup.py te= st` in WKRSRC after extracting) to confirm that tests pass with requests 2.x. I also note in setup.py, the following, which is a good indication that requests 2.x support is OK: # requests 2.0 does not work correctly on Python <2.6.3 if (version_info[0] =3D=3D 2 and version_info[1] =3D=3D 6 and version_info[= 2] < 3): deps.append("requests>=3D1.0,<2.0") else: deps.append("requests>=3D1.0,<3.0") For reference, all ports depending on www/py-requests in the past were chan= ged to requests1 [1][2] when py-requests was updated to 2.x, allowing individual port maintainers to make the change to the later version themselves. [1] https://svnweb.freebsd.org/ports?view=3Drevision&revision=3D341384 [2] https://svnweb.freebsd.org/ports?view=3Drevision&revision=3D341385