Fedora 21 Update: python3-dugong-3.5-1.fc21

updates at fedoraproject.org updates at fedoraproject.org
Fri Aug 7 13:17:53 UTC 2015


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2015-11977
2015-07-28 22:46:20
--------------------------------------------------------------------------------

Name        : python3-dugong
Product     : Fedora 21
Version     : 3.5
Release     : 1.fc21
URL         : https://bitbucket.org/nikratio/python-dugong
Summary     : Python 3.x HTTP 1.1 client module
Description :
The Python Dugong module provides an API for communicating with HTTP 1.1
servers. It is an alternative to the standard library's http.client
(formerly httplib) module. In contrast to http.client, Dugong:

- Allows you to send multiple requests right after each other without
having to read the responses first.

- Supports waiting for 100-continue before sending the request body.

- Raises an exception instead of silently delivering partial data if the
connection is closed before all data has been received.

- Raises one specific exception (ConnectionClosed) if the connection has been
closed (while http.client connection may raise any of BrokenPipeError,
~http.client.BadStatusLine, ConnectionAbortedError, ConnectionResetError,
~http.client.IncompleteRead or simply return '' on read)

- Supports non-blocking, asynchronous operation and is compatible with the
asyncio module.

- Not compatible with old HTTP 0.9 or 1.0 servers.

All request and response headers are represented as str, but must be encodable
in latin1. Request and response body must be bytes-like objects or binary
streams.

--------------------------------------------------------------------------------
Update Information:

Update to 3.5
--------------------------------------------------------------------------------
ChangeLog:

* Wed Jul 22 2015 Marcel Wysocki <maci at satgnu.net> - 3.5-1
- Update to 3.5
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #1127656 - python3-dugong-3.4 is available
        https://bugzilla.redhat.com/show_bug.cgi?id=1127656
  [ 2 ] Bug #1242651 - [abrt] s3ql: __init__.py:839:resolve:pkg_resources.DistributionNotFound: The 'dugong>=3.4' distribution was not found and is required by s3ql
        https://bugzilla.redhat.com/show_bug.cgi?id=1242651
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use
su -c 'yum update python3-dugong' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list