pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-hyperframe
Module Name: pkgsrc
Committed By: leot
Date: Fri Apr 14 13:09:08 UTC 2017
Modified Files:
pkgsrc/www/py-hyperframe: Makefile distinfo
Log Message:
Update www/py-hyperframe to 5.0.0
Changes:
5.0.0 (2017-03-07)
------------------
**Backwards Incompatible API Changes**
- Added support for unknown extension frames. These will be returned in the new
``ExtensionFrame`` object. The flag information for these frames is persisted
in ``flag_byte`` if needed.
4.0.2 (2017-02-20)
------------------
**Bugfixes**
- Fixed AltSvc stream association, which was incorrectly set to ``'both'``:
should have been ``'either'``.
- Fixed a bug where stream IDs on received frames were allowed to be 32-bit,
instead of 31-bit.
- Fixed a bug with frames that had the ``PADDING`` flag set but zero-length
padding, whose flow-controlled length was calculated wrongly.
- Miscellaneous performance improvements to serialization and parsing logic.
4.0.1 (2016-03-13)
------------------
**Bugfixes**
- Fixed bug with the repr of ``AltSvcFrame``, where building it could throw
exceptions if the frame had been received from the network.
4.0.0 (2016-03-13)
------------------
**Backwards Incompatible API Changes**
- Updated old ALTSVC frame definition to match the newly specified RFC 7838.
- Remove BLOCKED frame, which was never actually specified.
- Removed previously deprecated ``SettingsFrame.SETTINGS_MAX_FRAME_SIZE`` and
``SettingsFrame.SETTINGS_MAX_HEADER_LIST_SIZE``.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-hyperframe/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-hyperframe/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-hyperframe/Makefile
diff -u pkgsrc/www/py-hyperframe/Makefile:1.2 pkgsrc/www/py-hyperframe/Makefile:1.3
--- pkgsrc/www/py-hyperframe/Makefile:1.2 Wed Jun 1 12:35:14 2016
+++ pkgsrc/www/py-hyperframe/Makefile Fri Apr 14 13:09:08 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2016/06/01 12:35:14 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2017/04/14 13:09:08 leot Exp $
-DISTNAME= hyperframe-3.2.0
+DISTNAME= hyperframe-5.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_PYPI:=h/hyperframe/}
Index: pkgsrc/www/py-hyperframe/distinfo
diff -u pkgsrc/www/py-hyperframe/distinfo:1.1 pkgsrc/www/py-hyperframe/distinfo:1.2
--- pkgsrc/www/py-hyperframe/distinfo:1.1 Tue Feb 16 13:47:31 2016
+++ pkgsrc/www/py-hyperframe/distinfo Fri Apr 14 13:09:08 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2016/02/16 13:47:31 leot Exp $
+$NetBSD: distinfo,v 1.2 2017/04/14 13:09:08 leot Exp $
-SHA1 (hyperframe-3.2.0.tar.gz) = affd9adc447fd2ae0a9749c843198d7fa1ee8101
-RMD160 (hyperframe-3.2.0.tar.gz) = 19b01ef7471430588388b7c69110271e7c0b3b9f
-SHA512 (hyperframe-3.2.0.tar.gz) = eee13a61b54555cd870cc576d07d33387cb61a5234be4b6a7c1ce1bd64636ac7b29f2ec982bebded639b9425c9733169c10f8f5ab06643d0d1b4b40085f27df4
-Size (hyperframe-3.2.0.tar.gz) = 16177 bytes
+SHA1 (hyperframe-5.0.0.tar.gz) = 0bca7c689924963f9803fb62d498c3662eb9748a
+RMD160 (hyperframe-5.0.0.tar.gz) = e214396f14f9f5641611e73b7e62151356687772
+SHA512 (hyperframe-5.0.0.tar.gz) = cb971bfc35938c3b76410432a7b3a677e25e44372fe3005351191e4bbb0fd11564f0e60765d22a96b565e7cc2ac80ea65447673bff2bee36e502bcca89a76491
+Size (hyperframe-5.0.0.tar.gz) = 17691 bytes
Home |
Main Index |
Thread Index |
Old Index