Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Aug 2013 22:59:02 -0700 (PDT)
From:      Douglas William Thrift <douglas@douglasthrift.net>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        douglas@douglasthrift.net
Subject:   ports/181247: Update port: security/py-keyring Upgrade to 1.6.1
Message-ID:  <201308130559.r7D5wvaH095511@slowhand.douglasthrift.net>
Resent-Message-ID: <201308130600.r7D6008h016025@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308130559.r7D5wvaH095511>