From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 13 06:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A7435E8 for ; Tue, 13 Aug 2013 06:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 856902A87 for ; Tue, 13 Aug 2013 06:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r7D600lB016026 for ; Tue, 13 Aug 2013 06:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7D6008h016025; Tue, 13 Aug 2013 06:00:00 GMT (envelope-from gnats) Resent-Date: Tue, 13 Aug 2013 06:00:00 GMT Resent-Message-Id: <201308130600.r7D6008h016025@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Douglas William Thrift Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 74B5AF3B for ; Tue, 13 Aug 2013 05:59:10 +0000 (UTC) (envelope-from douglas@douglasthrift.net) Received: from slowhand.douglasthrift.net (slowhand.douglasthrift.net [69.55.236.40]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 59A6C2A70 for ; Tue, 13 Aug 2013 05:59:10 +0000 (UTC) Received: from localhost (laguna.douglasthrift.net [98.171.162.82]) (authenticated bits=0) by slowhand.douglasthrift.net (8.14.7/8.14.7) with ESMTP id r7D5wvaH095511 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 12 Aug 2013 22:59:02 -0700 (PDT) (envelope-from douglas@douglasthrift.net) Message-Id: <201308130559.r7D5wvaH095511@slowhand.douglasthrift.net> Date: Mon, 12 Aug 2013 22:59:02 -0700 (PDT) From: Douglas William Thrift To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/181247: Update port: security/py-keyring Upgrade to 1.6.1 Cc: douglas@douglasthrift.net X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Douglas William Thrift List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 06:00:00 -0000 >Number: 181247 >Category: ports >Synopsis: Update port: security/py-keyring Upgrade to 1.6.1 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Aug 13 06:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Douglas William Thrift >Release: FreeBSD 9.1-RELEASE-p5 amd64 >Organization: >Environment: System: FreeBSD noreasontocry.douglasthrift.net 9.1-RELEASE-p5 FreeBSD 9.1-RELEASE-p5 #7 r253715: Sat Jul 27 12:19:45 PDT 2013 root@noreasontocry.douglasthrift.net:/usr/obj/usr/src/sys/SIGNLANGUAGE amd64 >Description: Upgraded security/py-keyring to 1.6.1. https://redports.org/buildarchive/20130812175600-62672/ >From CHANGES.rst: ----- 1.6.1 ----- * Only include pytest-runner in 'setup requirements' when ptr invocation is indicated in the command-line (Issue #105). --- 1.6 --- * GNOME Keyring backend: - Use the same attributes (``username`` / ``service``) as the SecretService backend uses, allow searching for old ones for compatibility. - Also set ``application`` attribute. - Correctly handle all types of errors, not only ``CANCELLED`` and ``NO_MATCH``. - Avoid printing warnings to stderr when GnomeKeyring is not available. * Secret Service backend: - Use a better label for passwords, the same as GNOME Keyring backend uses. --- 1.5 --- * SecretService: allow deleting items created using previous python-keyring versions. Before the switch to secretstorage, python-keyring didn't set "application" attribute. Now in addition to supporting searching for items without that attribute, python-keyring also supports deleting them. * Use ``secretstorage.get_default_collection`` if it's available. On secretstorage 1.0 or later, python-keyring now tries to create the default collection if it doesn't exist, instead of just raising the error. * Improvements for tests, including fix for Issue #102. --- 1.4 --- * Switch GnomeKeyring backend to use native libgnome-keyring via GObject Introspection, not the obsolete python-gnomekeyring module. >How-To-Repeat: >Fix: --- py-keyring.2013-08-12T034905Z.diff begins here --- diff -Nrux .svn -x work /usr/ports/security/py-keyring/Makefile py-keyring/Makefile --- /usr/ports/security/py-keyring/Makefile 2013-06-09 09:48:39.000000000 -0700 +++ py-keyring/Makefile 2013-08-11 19:56:24.000000000 -0700 @@ -2,7 +2,7 @@ # $FreeBSD: security/py-keyring/Makefile 320346 2013-06-09 16:48:39Z miwi $ PORTNAME= keyring -PORTVERSION= 1.3 +PORTVERSION= 1.6.1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -36,7 +36,7 @@ .endif .if ${PORT_OPTIONS:MGNOME_KEYRING} -USE_GNOME+= pygnomedesktop +USE_GNOME+= pygobject3 .endif .if ${PORT_OPTIONS:MKDE_KWALLET} diff -Nrux .svn -x work /usr/ports/security/py-keyring/distinfo py-keyring/distinfo --- /usr/ports/security/py-keyring/distinfo 2013-06-09 09:48:39.000000000 -0700 +++ py-keyring/distinfo 2013-08-11 16:16:20.000000000 -0700 @@ -1,2 +1,2 @@ -SHA256 (keyring-1.3.zip) = 8f3a1936b241332289c6c3a7bef0f380de8cd34e7e90fd6b3bb11ff6d51bb961 -SIZE (keyring-1.3.zip) = 79451 +SHA256 (keyring-1.6.1.zip) = 720a53234749edf0c103e61abe07a16b2ad48b46295c96f58fb804158a739a04 +SIZE (keyring-1.6.1.zip) = 80183 --- py-keyring.2013-08-12T034905Z.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: