aboutsummaryrefslogtreecommitdiff
path: root/security/py-keyring
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 3.2.1Sunpoet Po-Chuan Hsieh2013-11-303-183/+10
| | | | | | | | | | | | - 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 WWW:Sunpoet Po-Chuan Hsieh2013-11-201-1/+1
| | | | | | | | | | | - http://cheeseshop.python.org/ -> https://pypi.python.org/ - http://pypi.python.org/ -> https://pypi.python.org/ With hat: python Approved by: bapt (portmgr) Notes: svn path=/head/; revision=334452
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* - Update to 1.6.1Frederic Culot2013-08-132-4/+4
| | | | | | | | | Changes: http://pypi.python.org/pypi/keyring/1.6.1#changes PR: ports/181247 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer) Notes: svn path=/head/; revision=324670
* - Update to 1.3Martin Wilke2013-06-092-7/+23
| | | | | | | | PR: 179028 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> Notes: svn path=/head/; revision=320346
* - Update to 1.2.2Frederic Culot2013-04-173-4/+40
| | | | | | | | | | 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
* - add missing build dependency on py-pytest-runner to fix build onRuslan Makhmatkhanov2013-03-241-8/+5
| | | | | | | | | | | | | | | | pointyhat - remove conditional simplejson dependency, since we don't more have python2.5 in the tree - change USE_PYTHON to ``yes'', because both python branches are supported by this port - bump PORTREVISION Reported by: pointyhat (miwi) Submitted by: rm (myself) Approved by: Douglas Thrift <douglas@douglasthrift.net> (maintainer, by mail) Notes: svn path=/head/; revision=315099
* - Update to 1.2Frederic Culot2013-01-213-18/+58
| | | | | | | | | 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-193-7/+16
| | | | | | | | | 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.9.1Wen Heping2012-06-182-7/+13
| | | | | | | | | | | | - OPTIONSNG'ify - Add "Crypt(ed) File backend" OPTION PR: 169145 Submitted by: koobs <koobs.freebsd@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=299537
* - Update to 0.9Jason Helfman2012-04-222-3/+3
| | | | | | | | PR: ports/167178 Submitted by: maintainer, douglas@douglasthrift.net Notes: svn path=/head/; revision=295271
* -Update to 0.8Jason Helfman2012-03-023-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-213-50/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-083-4/+12
| | | | | | | | PR: ports/159573 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer) Notes: svn path=/head/; revision=279182
* - Move over to py25 or aboveMartin Wilke2011-02-251-1/+2
| | | | | | | - While here get rid FreeBSD 6.X and md5 support Notes: svn path=/head/; revision=269643
* - Update to 0.5.1Wen Heping2011-01-152-8/+6
| | | | | | | | | PR: ports/154008 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=267827
* - Update to 0.5Wen Heping2010-11-113-27/+13
| | | | | | | | PR: ports/152086 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer) Notes: svn path=/head/; revision=264400
* - Update to 0.4Bernhard Froehlich2010-09-143-4/+21
| | | | | | | | | 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-113-7/+10
| | | | | | | | PR: ports/149511 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> Notes: svn path=/head/; revision=259096
* - Update MASTER_SITESMartin Wilke2009-11-211-0/+1
| | | | Notes: svn path=/head/; revision=244607
* - Remove blank patch filesYi-Jheng Lin2009-10-201-0/+0
| | | | | | | Approved by: rafan (co-mentor) Notes: svn path=/head/; revision=243109
* - Update to 0.2Yi-Jheng Lin2009-10-033-20/+6
| | | | | | | | | PR: ports/138788 Submitted by: Douglas William Thrift <douglas AT douglasthrift.net> (maintainer) Approved by: rafan (co-mentor) Notes: svn path=/head/; revision=242399
* The Python keyring lib provides an easy way to access the system keyringMartin Wilke2009-09-045-0/+92
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