| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
security)
Notes:
svn path=/head/; revision=327769
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: 179028
Submitted by: Douglas William Thrift <douglas@douglasthrift.net>
Notes:
svn path=/head/; revision=320346
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
PR: ports/167178
Submitted by: maintainer, douglas@douglasthrift.net
Notes:
svn path=/head/; revision=295271
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: ports/159573
Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
Notes:
svn path=/head/; revision=279182
|
|
|
|
|
|
|
| |
- While here get rid FreeBSD 6.X and md5 support
Notes:
svn path=/head/; revision=269643
|
|
|
|
|
|
|
|
|
| |
PR: ports/154008
Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
Feature safe: yes
Notes:
svn path=/head/; revision=267827
|
|
|
|
|
|
|
|
| |
PR: ports/152086
Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
Notes:
svn path=/head/; revision=264400
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: ports/149511
Submitted by: Douglas William Thrift <douglas@douglasthrift.net>
Notes:
svn path=/head/; revision=259096
|
|
|
|
| |
Notes:
svn path=/head/; revision=244607
|
|
|
|
|
|
|
| |
Approved by: rafan (co-mentor)
Notes:
svn path=/head/; revision=243109
|
|
|
|
|
|
|
|
|
| |
PR: ports/138788
Submitted by: Douglas William Thrift <douglas AT douglasthrift.net> (maintainer)
Approved by: rafan (co-mentor)
Notes:
svn path=/head/; revision=242399
|
|
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
|