2021-02-18 13:33:31 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-zfec: updated to 1.5.5
* Release 1.5.5 (2020-11-12)
** Upload wheel packages to the Python Package Index.
Wheel packages for Python 2.7/Windows turned out to be broken
(issue 34). Version 1.5.5 is simply an update to address this.
No changes to zfec itself.
|
2020-12-19 16:28:05 by Greg Troxel | Files touched by this commit (3) |
Log message:
py-zfec: Update to 1.5.4
Upstream changes relative to 1.5.3 are negligible.
|
2020-08-27 14:41:31 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
More cleanup
|
2020-08-27 14:28:07 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message:
Fix Python 3.6 build
|
2020-07-27 18:20:45 by Greg Troxel | Files touched by this commit (8) |
Log message:
multiple: Update MAINTAINER from gdt@ir.bbn.com
|
2020-06-29 17:55:53 by Adam Ciarcinski | Files touched by this commit (5) | |
Log message:
py-zfec: updated to 1.5.3
Release 1.5.3:
** Fix setup.py problem that broke builds on slackware (or other systems with
setuptools-22.0.5, which is too old to know that "name" might come from
the setup.cfg metadata section)
Release 1.5.2:
** Add Appveyor (CI for Windows)
** Use older C syntax to appease the Windows compilers we use on Appveyor.
The previous release just didn't compile there, which broke Tahoe builds.
Release 1.5.1:
** stop using PBR, it interacts badly with Versioneer, causing bad version
strings like "0+unknown" after pip install
Release 1.5.0:
** Add support for python3.5/3.6/3.7
** switch to PBR for packagine
** fix unclosed-file and illegal-seek errors
** fix memory leak in fec.c
** remove unused stdeb.cfg
|
2019-11-03 18:14:27 by Roland Illig | Files touched by this commit (27) |
Log message:
converters: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|
2019-09-02 15:20:22 by Adam Ciarcinski | Files touched by this commit (415) |
Log message:
Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for \
future Python 3.8
|
2019-04-26 15:14:25 by Maya Rashish | Files touched by this commit (473) |
Log message:
Omit mentions of python 34 and 35, after those were removed.
- Includes some whitespace changes, to be handled in a separate commit.
|
2018-07-03 07:03:44 by Adam Ciarcinski | Files touched by this commit (495) |
Log message:
extend PYTHON_VERSIONS_ for Python 3.7
|