aboutsummaryrefslogtreecommitdiff
path: root/security/py-keyring/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 3.2.1Sunpoet Po-Chuan Hsieh2013-11-301-153/+0
| | | | | | | | | | | | - Support STAGEDIR - While I'm here, convert to new options helper Changes: https://pypi.python.org/pypi/keyring#changes PR: ports/184270 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer) Notes: svn path=/head/; revision=335271
* - Update to 1.2.2Frederic Culot2013-04-171-0/+37
| | | | | | | | | | Changes: http://pypi.python.org/pypi/keyring/1.2.2#changes PR: ports/177526 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=315939
* - Update to 1.2Frederic Culot2013-01-211-9/+53
| | | | | | | | | Changes: http://pypi.python.org/pypi/keyring/1.2#changes PR: ports/175468 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer) Notes: svn path=/head/; revision=310761
* - Update to 0.9.2Sunpoet Po-Chuan Hsieh2012-06-191-0/+3
| | | | | | | | | Changes: http://pypi.python.org/pypi/keyring#changes PR: ports/169232 Submitted by: Douglas Thrift <douglas@douglasthrift.net> (maintainer) Notes: svn path=/head/; revision=299625
* -Update to 0.8Jason Helfman2012-03-021-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 Notes: svn path=/head/; revision=292538
* - Update to 0.7.1Jason Helfman2012-02-211-46/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=292020
* - Update to 0.6.2Frederic Culot2011-08-081-0/+9
| | | | | | | | PR: ports/159573 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer) Notes: svn path=/head/; revision=279182
* - Update to 0.5Wen Heping2010-11-111-2/+7
| | | | | | | | PR: ports/152086 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer) Notes: svn path=/head/; revision=264400
* - Update to 0.4Bernhard Froehlich2010-09-141-0/+17
| | | | | | | | | PR: ports/150520 Submitted by: Douglas William Thrift <douglas at douglasthrift dot net> (maintainer) Approved by: beat (co-mentor) Notes: svn path=/head/; revision=261131
* Update to version 0.3Josh Paetzel2010-08-111-0/+3
| | | | | | | | PR: ports/149511 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> Notes: svn path=/head/; revision=259096
* The Python keyring lib provides an easy way to access the system keyringMartin Wilke2009-09-041-0/+12
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 Notes: svn path=/head/; revision=240891