Next | Query returned 85 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2022-12-09 11:45:06 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-protobuf: updated o 4.21.11

Protocol Buffers v21.11

Python

Add license file to pypi wheels
Fix round-trip bug
   2022-12-04 18:38:45 by Adam Ciarcinski | Files touched by this commit (6) | Package updated
Log message:
protobuf py-protobuf: updated to [34].21.10

Protocol Buffers v21.10

Java

Use bit-field int values in buildPartial to skip work on unset groups of fields.
Mark nested builder as clean after clear is called

UPB

Fix UPB_LIKELY() for 32-bit Windows builds; update protobuf_deps to point to the \ 
current upb 21.x

Other

Add public modifiers to kotlin code
   2022-11-25 14:14:14 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-protobuf: add PLIST for py311
   2022-11-25 14:13:54 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-protobuf: add support for python 3.11

Use the binary wheel for now; upstream includes old sources in the
source distribution that do not support python 3.11 but the binary
wheels are built from sources that do.

https://github.com/protocolbuffers/protobuf/issues/11031#issuecomment-1321390551

Comments:
- Should we generally switch to the binary wheel for now?
  We might want to use the new sources for other python versions as well.
- This increases pkglint output for this package a lot, but since is
  hopefully a temporary measure, I didn't put more effort into
  deduplicating the PLIST
   2022-10-28 10:36:05 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
protobuf py-protobuf: updated to [34.]24.9

Protocol Buffers v21.9

C++

Update zlib to 1.2.13 (#10819)

Python

Target MacOS 10.9
   2022-10-24 13:55:52 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
protobuf py-protobuf: updated to [34].21.8

Protocol Buffers v21.8

Other

Fix for grpc.tools issue 17995 & protobuf issue 7474 (handle UTF-8 paths in \ 
argumentfile)

C++

21.x No longer define no_threadlocal on OpenBSD
   2022-09-30 10:18:22 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
protobuf py-protobuf: updated to [34].21.7

Protocol Buffers v21.7

Java

Refactoring java full runtime to reuse sub-message builders and prepare to
migrate parsing logic from parse constructor to builder.
Move proto wireformat parsing functionality from the private "parsing
constructor" to the Builder class.
Change the Lite runtime to prefer merging from the wireformat into mutable
messages rather than building up a new immutable object before merging. This
way results in fewer allocations and copy operations.
Make message-type extensions merge from wire-format instead of building up
instances and merging afterwards. This has much better performance.
Fix TextFormat parser to build up recurring (but supposedly not repeated)
sub-messages directly from text rather than building a new sub-message and
merging the fully formed message into the existing field.

Protocol Buffers v21.6

C++

Reduce memory consumption of MessageSet parsing
This release addresses a Security Advisory for C++ and Python users
   2022-08-18 21:30:39 by Thomas Klausner | Files touched by this commit (4) | Package updated
Log message:
{py-,}protobuf: update to [34].21.5

2022-08-09 version 21.5 (C++/Java/Python/PHP/Objective-C/C#/Ruby)

  PHP
  * Added getContainingOneof and getRealContainingOneof to descriptor.
  * fix PHP readonly legacy files for nested messages

  Python
  * Fixed comparison of maps in Python.
   2022-07-27 08:43:56 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
protobuf py-protobuf: updated to [34.]21.4

Protocol Buffers v21.4

C++

Reduce the required alignment of ArenaString from 8 to 4
   2022-07-25 14:19:13 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
protobuf py-protobuf: updated to [34].21.3

Protocol Buffers v21.3

C++

Add header search paths to Protobuf-C++.podspec
Fixed Visual Studio constinit errors
Fix 9947: make the ABI compatible between debug and non-debug builds

UPB

Allow empty package names (fixes behavior regression in 4.21.0)
Fix a SEGV bug when comparing a non-materialized sub-message
Fix several bugs in descriptor mapping containers (eg. descriptor.services_by_name)
for x in mapping now yields keys rather than values, to match Python conventions \ 
and the behavior of the old library.
Lookup operations now correctly reject unhashable types as map keys.
We implement repr() to use the same format as dict.
Fix maps to use the ScalarMapContainer class when appropriate
Fix bug when parsing an unknown value in a proto2 enum extension

PHP

Add "readonly" as a keyword for PHP and add previous classnames to \ 
descriptor pool

Python

Make //:protobuf_python and //:well_known_types_py_pb2 public

Next | Query returned 85 messages, browsing 11 to 20 | Previous