head	1.13;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.7
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.1;
locks; strict;
comment	@# @;


1.13
date	2013.01.21.10.21.50;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2012.06.19.09.00.36;	author sunpoet;	state Exp;
branches;
next	1.11;

1.11
date	2012.06.18.01.20.15;	author wen;	state Exp;
branches;
next	1.10;

1.10
date	2012.04.22.18.31.06;	author jgh;	state Exp;
branches;
next	1.9;

1.9
date	2012.03.02.18.47.43;	author jgh;	state Exp;
branches;
next	1.8;

1.8
date	2012.02.21.21.47.27;	author jgh;	state Exp;
branches;
next	1.7;

1.7
date	2011.08.08.07.19.41;	author culot;	state Exp;
branches;
next	1.6;

1.6
date	2011.01.15.13.38.35;	author wen;	state Exp;
branches;
next	1.5;

1.5
date	2010.11.11.11.57.40;	author wen;	state Exp;
branches;
next	1.4;

1.4
date	2010.09.14.07.58.31;	author decke;	state Exp;
branches;
next	1.3;

1.3
date	2010.08.11.04.11.45;	author jpaetzel;	state Exp;
branches;
next	1.2;

1.2
date	2009.10.03.03.13.10;	author yzlin;	state Exp;
branches;
next	1.1;

1.1
date	2009.09.04.21.04.44;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.13
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/310761
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@SHA256 (keyring-1.2.zip) = 1a4b17ade8ce4e21f8ffcd860afa99fc6c6732c55a65407432c98b4e2e0358be
SIZE (keyring-1.2.zip) = 77251
@


1.12
log
@- Update to 0.9.2

Changes:	http://pypi.python.org/pypi/keyring#changes
PR:		ports/169232
Submitted by:	Douglas Thrift <douglas@@douglasthrift.net> (maintainer)
@
text
@d1 2
a2 2
SHA256 (keyring-0.9.2.zip) = 3495c72ec6fdefd6da3a7271acac89903e6ffdfb984a71a3e087c49538351c30
SIZE (keyring-0.9.2.zip) = 49117
@


1.11
log
@- Update to 0.9.1
- OPTIONSNG'ify
- Add "Crypt(ed) File backend" OPTION

PR:		169145
Submitted by:	koobs <koobs.freebsd@@gmail.com>
Approved by:	maintainer
@
text
@d1 2
a2 2
SHA256 (keyring-0.9.1.zip) = ef9fad76daeadd4ea2f8992e768d8dd873c812dd4c226cae1e64ccca4627377b
SIZE (keyring-0.9.1.zip) = 46907
@


1.10
log
@- Update to 0.9

PR:	ports/167178
Submitted by:	maintainer, douglas@@douglasthrift.net
@
text
@d1 2
a2 2
SHA256 (keyring-0.9.zip) = a4d3d7b78cadb261ba1130ad03456f5a09c530e0b0aa5268d02e3ce57d0eef9f
SIZE (keyring-0.9.zip) = 44109
@


1.9
log
@-Update to 0.8

* Mac OS X keyring backend now uses subprocess calls to the `security`
command instead of calling the API, which with the latest updates, no
longer allows Python to invoke from a virtualenv. Fixes issue #13.
* When using file-based storage, the keyring files are no longer stored
in the user's home directory, but are instead stored in platform-friendly
locations (`%localappdata%\Python Keyring` on Windows and according to
the freedesktop.org Base Dir Specification
(`$XDG_DATA_HOME/python_keyring` or `$HOME/.local/share/python_keyring`)
on other operating systems). This fixes #21.

*Backward Compatibility Notice*

Due to the new storage location for file-based keyrings, keyring 0.8
supports backward compatibility by automatically moving the password
files to the updated location. In general, users can upgrade to 0.8 and
continue to operate normally. Any applications that customize the storage
location or make assumptions about the storage location will need to take
this change into consideration. Additionally, after upgrading to 0.8,
it is not possible to downgrade to 0.7 without manually moving
configuration files. In 1.0, the backward compatibilty
will be removed.

PR:	ports/165606
Submitted by:	maintainer, douglas@@douglasthrift.net
@
text
@d1 2
a2 2
SHA256 (keyring-0.8.zip) = 0880615b5e5250d5a6dc75069a40f40e1234eac3d4ed709022deb0b977d5f5a6
SIZE (keyring-0.8.zip) = 42532
@


1.8
log
@- Update to 0.7.1

From CHANGES.txt:

0.7.1
* Removed non-ASCII characters from README and CHANGES docs (required by
distutils if we're to include them in the long_description). Fixes #55.

0.7
* Python 3 is now supported. All tests now pass under Python 3.2 on
Windows and Linux (although Linux backend support is limited). Fixes #28.
* Extension modules on Mac and Windows replaced by pure-Python ctypes
implementations. Thanks to Jerome Laheurte.
* WinVaultKeyring now supports multiple passwords for the same service. Fixes
#47.
* Most of the tests don't require user interaction anymore.
* Entries stored in Gnome Keyring appears now with a meaningful name if you try
to browser your keyring (for ex. with Seahorse)
* Tests from Gnome Keyring no longer pollute the user own keyring.
* `keyring.util.escape` now accepts only unicode strings. Don't try to encode
strings passed to it.

PR:	ports/165345
Submitted by:	maintainer, douglas@@douglasthrift.net
@
text
@d1 2
a2 2
SHA256 (keyring-0.7.1.zip) = 11487ff2549adfdb1203c113fca56f778aee54e9a0cec2e5d8cbb7289179cf1f
SIZE (keyring-0.7.1.zip) = 40304
@


1.7
log
@- Update to 0.6.2

PR:		ports/159573
Submitted by:	Douglas William Thrift <douglas@@douglasthrift.net> (maintainer)
@
text
@d1 2
a2 2
SHA256 (keyring-0.6.2.tar.gz) = 67958427296147bf66560627578857ad4202deca419576aacc2dd67939b17ef8
SIZE (keyring-0.6.2.tar.gz) = 21765
@


1.6
log
@- Update to 0.5.1

PR:		ports/154008
Submitted by:	Douglas William Thrift <douglas@@douglasthrift.net> (maintainer)
Feature safe:	yes
@
text
@d1 2
a2 2
SHA256 (keyring-0.5.1.tar.gz) = b604aa35a488a726140033c0278ee419c1acd13d40905bb4c471c30378c04219
SIZE (keyring-0.5.1.tar.gz) = 17928
@


1.5
log
@- Update to 0.5

PR:		ports/152086
Submitted by:	Douglas William Thrift <douglas@@douglasthrift.net> (maintainer)
@
text
@d1 2
a2 2
SHA256 (keyring-0.5.tar.gz) = dd943b344f3f4748a12936337e1b974ce713cda177c7cdaeed2a1c912fe660c8
SIZE (keyring-0.5.tar.gz) = 17491
@


1.4
log
@- Update to 0.4

PR:		ports/150520
Submitted by:	Douglas William Thrift <douglas at douglasthrift dot net> (maintainer)
Approved by:	beat (co-mentor)
@
text
@d1 2
a2 3
MD5 (keyring-0.4.tar.gz) = f4c8fe1a3aa7236e437679d03f5f52c2
SHA256 (keyring-0.4.tar.gz) = 01caeb7a388e13b9a93f9f8b912274e14a70c2882b0730ef6ead6303ec8f60be
SIZE (keyring-0.4.tar.gz) = 19060
@


1.3
log
@Update to version 0.3

PR:	ports/149511
Submitted by:	Douglas William Thrift <douglas@@douglasthrift.net>
@
text
@d1 3
a3 3
MD5 (keyring-0.3.tar.gz) = de2dc78e97a110f7e21369c5ddb65712
SHA256 (keyring-0.3.tar.gz) = bb9fcb99dbf5d89a9ca242def888810b6bbd7b3d08486c8f85750a38e7d71d84
SIZE (keyring-0.3.tar.gz) = 18937
@


1.2
log
@- Update to 0.2

PR:		ports/138788
Submitted by:	Douglas William Thrift <douglas AT douglasthrift.net> (maintainer)
Approved by:	rafan (co-mentor)
@
text
@d1 3
a3 3
MD5 (keyring-0.2.tar.gz) = 4a640c4d41c6aa702cf6122d1a22ece3
SHA256 (keyring-0.2.tar.gz) = 05585abc75f50e625f46d90c07f7707da19050ddc2a89dfe92081a3ed0328f13
SIZE (keyring-0.2.tar.gz) = 14836
@


1.1
log
@The Python keyring lib provides an easy way to access the system keyring
service from Python. It can be used in any application that needs safe password
storage. It supports OSX, KDE, Gnome and Windows's native password storing
services. Besides this, it is shipped with kinds of Python implemented keyring
for the left environments.

WWW: http://pypi.python.org/pypi/keyring

PR:		ports/138513
Submitted by:	Douglas Thrift
@
text
@d1 3
a3 3
MD5 (keyring-0.1.tar.gz) = e593725919ed00a631c4348d08c77f56
SHA256 (keyring-0.1.tar.gz) = c5e19bfd138034a8d3193a5c5314493e51a90a0c4bb78db87c0a0451aa7327a8
SIZE (keyring-0.1.tar.gz) = 14468
@

