Package Release Info

python-pure-protobuf-3.1.4-bp160.1.6

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python313-pure-protobuf

Change Logs

* Thu Apr 03 2025 Richard Rahl <rrahl0@opensuse.org>
- update to 3.1.4:
  * Fix: Any_ must inherit from BaseMessage
* Tue Oct 15 2024 Richard Rahl <rrahl0@opensuse.org>
- update to 3.1.3:
  * drop support for python 3.8
  * add support for python 3.13
  * prepare for python 3.14
* Fri Aug 16 2024 Richard Rahl <rrahl0@opensuse.org>
- update to 3.1.2:
  * Do not reset a one-of group with a None value
  * Update and apply Ruff
  * Update all non-major dependencies
* Tue Jul 23 2024 Richard Rahl <rrahl0@opensuse.org>
- update to 3.1.1:
  * update dependencies
* Fri May 17 2024 Richard Rahl <rrahl0@disroot.org>
- update to 3.1.0:
  * dependency updates
* Fri Mar 08 2024 Richard Rahl <rrahl0@proton.me>
- add script get-tests.sh to fetch tests
- update to 3.0.1:
  * technical update (deps)
- update to 3.0.0:
  * = field field declarations replaced with Annotated hinting
  * Removed @message decorator in favour of BaseMessage
  * Re-written the core
  * Typing changes (see also: https://eigenein.github.io/protobuf/migration/)
* Sat Dec 16 2023 Richard Rahl <rrahl0@proton.me>
- initial packaging