2022-11-14 16:22:01 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-libmc: not compatible with python 2 any longer
|
2022-11-03 12:50:40 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-libmc: updated to 1.6.3
1.6.3:
Bug fixes
|
2022-01-19 18:50:48 by Thomas Klausner | Files touched by this commit (25) |
Log message:
*: fix for python 3.x
|
2022-01-14 18:52:07 by Thomas Klausner | Files touched by this commit (146) |
Log message:
*: python2 egg files are back, add them to the PLISTs
|
2022-01-11 00:46:49 by Thomas Klausner | Files touched by this commit (22) |
Log message:
*: convert to egg.mk
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2019-09-06 15:45:36 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-libmc: updated to 1.6.1
1.6.1:
Boomerino 1.6.1
|
2018-12-05 17:20:45 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-libmc: updated to 1.6.0
New in version 1.6.0
Though no major feature overhauls have taken place, this release is partially \
incompatible with 1.5.0. This stems from the fact that python-memcached is now \
using a flag that pylibmc has been using for some years. python-memcached uses \
it for a different purpose, and an incompatible one. We deemed that it would be \
better to support this interoperability. The change also means that Unicode \
strings are now stored as UTF-8 rather than pickled, which may or may not result \
in a slight performance improvement for this type of data.
We have also introduced a pickle_protocol behavior to enable seamless \
interoperability between Python 2.x and 3.x. Also, this release introduces a \
ManyLinux wheel, making installation a breeze on ManyLinux systems (which I \
suppose is many linuxes.)
|
2017-10-09 09:52:12 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-libmc: update to 1.5.2
1.5.2:
Bug fixes.
|