Bug 165345 - Update port: security/py-keyring Upgrade to 0.7.1
Summary: Update port: security/py-keyring Upgrade to 0.7.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jason Helfman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-21 03:40 UTC by Douglas Thrift
Modified: 2012-02-21 21:50 UTC (History)
0 users

See Also:


Attachments
py-keyring.2012-02-21T030807Z.diff (7.70 KB, patch)
2012-02-21 03:40 UTC, Douglas Thrift
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Douglas Thrift 2012-02-21 03:40:08 UTC
Upgraded security/py-keyring to 0.7.1. It has changed to only distributing a zip
and using easy_install/setuptools.

https://redports.org/buildarchive/20120221014539-14908/

Note: the 7.4-RELEASE/amd64 buildgroup on redports seems to be down.

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.
Comment 1 Jason Helfman freebsd_committer freebsd_triage 2012-02-21 04:08:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jgh

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-02-21 21:47:38 UTC
jgh         2012-02-21 21:47:27 UTC

  FreeBSD ports repository

  Modified files:
    security/py-keyring  Makefile distinfo pkg-plist 
  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
  
  Revision  Changes    Path
  1.10      +3 -2      ports/security/py-keyring/Makefile
  1.8       +2 -2      ports/security/py-keyring/distinfo
  1.6       +63 -46    ports/security/py-keyring/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Jason Helfman freebsd_committer freebsd_triage 2012-02-21 21:47:46 UTC
State Changed
From-To: open->closed

Committed. Thanks!