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.
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
>
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
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
>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