From owner-freebsd-python@freebsd.org Wed Oct 12 14:01:19 2016 Return-Path: Delivered-To: freebsd-python@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 D9A62C0E649 for ; Wed, 12 Oct 2016 14:01:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id C235FFBE for ; Wed, 12 Oct 2016 14:01:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id C18A3C0E647; Wed, 12 Oct 2016 14:01:19 +0000 (UTC) Delivered-To: python@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 C12BBC0E641 for ; Wed, 12 Oct 2016 14:01:19 +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 96078FBC for ; Wed, 12 Oct 2016 14:01:19 +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 u9CE1Jhu051962 for ; Wed, 12 Oct 2016 14:01:19 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 212673] net/py-twitter: Rename to py-python-twitter, Update to 3.1 Date: Wed, 12 Oct 2016 14:01:19 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: dbaio@bsd.com.br X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 14:01:19 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212673 Danilo G. Baio (dbaio) changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #175591|0 |1 is obsolete| | --- Comment #4 from Danilo G. Baio (dbaio) --- Created attachment 175666 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D175666&action= =3Dedit py-python-twitter-3.1-v03.patch Hi @koobs. Tests are not included at PyPi package[1], so I've moved MASTER_SITES to Github. [1] - packages=3Dfind_packages(exclude=3D('tests', 'docs')), New patch: - Rename to py-python-twitter, following PyPI/Github name - Update to 3.1 - Move to Github - Include a patch to ignore a test dependency Changelog: https://github.com/bear/python-twitter/blob/master/doc/changelog= .rst [QA] portlint: OK (looks fine.) testport:=20 poudriere: i386, 9.3 (OK) poudriere: amd64, 9.3 (OK) poudriere: i386, 10.3 (OK) poudriere: amd64, 10.3 (OK) poudriere: i386, 11 (OK) poudriere: amd64, 11 (OK) poudriere: i386, 12 (OK) poudriere: amd64, 12 (OK) py.test (without pytest-runner installed) --------------------------------------------------------------------- test session starts=20 platform freebsd12 -- Python 2.7.12, pytest-2.8.7, py-1.4.31, pluggy-0.3.1 rootdir: /usr/home/dbaio/FreeBSD/ports/net/py-python-twitter/work/python-twitter-3.1, inifile: pytest.ini collected 148 items tests/test_api.py sssssssssssssssss tests/test_api_30.py ......................................................................... tests/test_filecache.py ..... tests/test_media.py ...... tests/test_models.py ........... tests/test_parse_tweet.py .. tests/test_rate_limit.py ....... tests/test_status.py ...... tests/test_trend.py .... tests/test_tweet_length.py .. tests/test_twitter_utils.py .... tests/test_unicode.py ..... tests/test_user.py ...... 131 passed, 17 skipped in 4.67 seconds=20 --------------------------------------------------------------------- --=20 You are receiving this mail because: You are the assignee for the bug.=