Bug 208517 - audio/py-pyaudio: Update to 0.2.9
Summary: audio/py-pyaudio: Update to 0.2.9
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-04 14:36 UTC by Jaap Akkerhuis
Modified: 2016-04-05 18:05 UTC (History)
1 user (show)

See Also:


Attachments
Patch to upgrade (950 bytes, patch)
2016-04-04 14:39 UTC, Jaap Akkerhuis
jaap: maintainer-approval+
Details | Diff
patch to upgrade (1.65 KB, patch)
2016-04-04 21:25 UTC, Jaap Akkerhuis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jaap Akkerhuis 2016-04-04 14:36:03 UTC

    
Comment 1 Jaap Akkerhuis 2016-04-04 14:39:04 UTC
Created attachment 168968 [details]
Patch to upgrade
Comment 2 Mathieu Arnold freebsd_committer freebsd_triage 2016-04-04 14:45:15 UTC
I think your MASTER_SITE is called CHEESESHOP.
Comment 3 Jaap Akkerhuis 2016-04-04 15:06:37 UTC
(In reply to Mathieu Arnold from comment #2)

This term was unknown to me, Feel free to adapt it.
Comment 4 Jaap Akkerhuis 2016-04-04 21:25:02 UTC
Created attachment 168985 [details]
patch to upgrade
Comment 5 Jaap Akkerhuis 2016-04-04 21:26:07 UTC
New patch using the CHEESESHOP thingy
Comment 6 commit-hook freebsd_committer freebsd_triage 2016-04-05 18:05:02 UTC
A commit references this bug:

Author: pi
Date: Tue Apr  5 18:04:39 UTC 2016
New revision: 412579
URL: https://svnweb.freebsd.org/changeset/ports/412579

Log:
  audio/py-pyaudio: 0.2.8 -> 0.2.9

  - Fix overflow error handling logic for pa_read_stream.
    Stream.read takes an additional parameter that specifies whether
    an exception is raised on audio buffer overflow, for parity with
    Stream.write.  Includes relevant bug fixes in the C module logic.
    Thanks to Tony Jacobson for submitting a patch!
  - Fix IOError arguments.
    IOError exceptions previously had values in the strerror and errno fields
    swapped, which is now corrected.
    Thanks to Sami Liedes for the report!
  - Miscellaneous updates.
    Python library surfaces issues with importing low-level C module.
    Code formatting update.
    Updates to examples for Python 3 compatibility.

  PR:		208517
  Submitted by:	jaap@NLnetLabs.nl (maintainer)

Changes:
  head/audio/py-pyaudio/Makefile
  head/audio/py-pyaudio/distinfo
  head/audio/py-pyaudio/files/patch-setup.py
Comment 7 Kurt Jaeger freebsd_committer freebsd_triage 2016-04-05 18:05:50 UTC
Committed, thanks. It helps if you provide the changelog and we do not have
to search for it 8-}