Re: [update] protobuf 3.13.0

2020-09-07 Thread Tim van der Molen
Theo Buehler (2020-09-06 17:30 +0200): > Here's the accompanying update for py-protobuf 3.13.0. Seems to work > fine. setup.py now says "setup_requires = ['wheel'], so I added py-wheel > to the build depends. Lightly tested, seems to work fine. Seems to work for me, too. OK.

Re: [update] protobuf 3.13.0

2020-09-06 Thread Theo Buehler
On Sun, Sep 06, 2020 at 04:50:32PM -0700, Greg Steuck wrote: > Theo Buehler writes: > > > I built this on amd64, macppc and sparc64 and did the usual > > interoperability tests with mosh between versions and architectures. > > I built the consumers below net/ (except ktorrent) and a handful of >

Re: [update] protobuf 3.13.0

2020-09-06 Thread Greg Steuck
Theo Buehler writes: > I built this on amd64, macppc and sparc64 and did the usual > interoperability tests with mosh between versions and architectures. > I built the consumers below net/ (except ktorrent) and a handful of > others, no issues encountered. All three shared libs remove and add > s

Re: [update] protobuf 3.13.0

2020-09-06 Thread Theo Buehler
Here's the accompanying update for py-protobuf 3.13.0. Seems to work fine. setup.py now says "setup_requires = ['wheel'], so I added py-wheel to the build depends. Lightly tested, seems to work fine. Index: Makefile === RCS file: /var

[update] protobuf 3.13.0

2020-09-06 Thread Theo Buehler
>From the release notes: C++ * Removed deprecated unsafe arena string accessors * Enabled heterogeneous lookup for std::string keys in maps. * Removed implicit conversion from StringPiece to std::string * Fix use-after-destroy bug when the Map is allocated in the arena. * Improved the randomness