| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
09 Jun 2013 16:48:39
1.3
|
miwi  |
- Update to 1.3
PR: 179028
Submitted by: Douglas William Thrift <douglas@douglasthrift.net> |
17 Apr 2013 07:24:27
1.2.2
|
culot  |
- Update to 1.2.2
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 |
24 Mar 2013 05:33:16
1.2_1
|
rm  |
- add missing build dependency on py-pytest-runner to fix build on
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) |
21 Jan 2013 10:16:06
1.2
|
culot  |
- Update to 1.2
Changes: http://pypi.python.org/pypi/keyring/1.2#changes
PR: ports/175468
Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer) |
19 Jun 2012 09:00:36
0.9.2
|
sunpoet  |
- Update to 0.9.2
Changes: http://pypi.python.org/pypi/keyring#changes
PR: ports/169232
Submitted by: Douglas Thrift <douglas@douglasthrift.net> (maintainer) |
18 Jun 2012 01:20:16
0.9.1
|
wen  |
- 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 |
22 Apr 2012 18:31:06
0.9
|
jgh  |
- Update to 0.9
PR: ports/167178
Submitted by: maintainer, douglas@douglasthrift.net |
02 Mar 2012 18:47:43
0.8
|
jgh  |
-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 (Only the first 15 lines of the commit message are shown above ) |
21 Feb 2012 21:47:27
0.7.1
|
jgh  |
- 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 |
08 Aug 2011 07:19:41
0.6.2
|
culot  |
- Update to 0.6.2
PR: ports/159573
Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer) |
25 Feb 2011 03:19:29
0.5.1_1
|
miwi  |
- Move over to py25 or above
- While here get rid FreeBSD 6.X and md5 support |
15 Jan 2011 13:38:35
0.5.1
|
wen  |
- Update to 0.5.1
PR: ports/154008
Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
Feature safe: yes |
11 Nov 2010 11:57:40
0.5
|
wen  |
- Update to 0.5
PR: ports/152086
Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer) |
14 Sep 2010 07:58:31
0.4
|
decke  |
- Update to 0.4
PR: ports/150520
Submitted by: Douglas William Thrift <douglas at douglasthrift dot net>
(maintainer)
Approved by: beat (co-mentor) |
11 Aug 2010 04:11:45
0.3
|
jpaetzel  |
Update to version 0.3
PR: ports/149511
Submitted by: Douglas William Thrift <douglas@douglasthrift.net> |
21 Nov 2009 15:48:35
0.2
|
miwi  |
- Update MASTER_SITES |
20 Oct 2009 15:20:42
0.2
|
yzlin  |
- Remove blank patch files
Approved by: rafan (co-mentor) |
03 Oct 2009 03:13:10
0.2
|
yzlin  |
- Update to 0.2
PR: ports/138788
Submitted by: Douglas William Thrift <douglas AT douglasthrift.net>
(maintainer)
Approved by: rafan (co-mentor) |
04 Sep 2009 21:04:44
0.1
|
miwi  |
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 |