Bug 172850

Summary: [MAINTAINER] security/py-pysha3: update to 0.3
Product: Ports & Packages Reporter: koobs <koobs.freebsd>
Component: Individual Port(s)Assignee: Sofian Brabez <sbz>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
py27-pysha3-0.3.patch none

Description koobs 2012-10-18 13:00:00 UTC
- Update to 0.3

Changes:

- Fix 64bit big endian support
- Add workaround for alignment error on 64bit SPARC machine by using the opt32
  implementation.
- block_size now returns NotImplemented to prevent users from using pysha3
  with the hmac module.
  
====[QA]====
portlint: looks fine.
porttest: OK
unittest: Ran 16 tests in 0.004s - OK
redports: https://redports.org/buildarchive/20121018094849-17390/

Note: All redports builds include regression-test run
============

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-10-18 13:00:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Sofian Brabez freebsd_committer freebsd_triage 2012-10-18 13:02:27 UTC
Responsible Changed
From-To: freebsd-python->sbz

I'll take it.
Comment 3 Sofian Brabez freebsd_committer freebsd_triage 2012-11-05 22:16:31 UTC
State Changed
From-To: open->closed

Committed. Thanks!