14
0

Accepting request 1156207 from home:rrahl0:upgrades

- 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/)

OBS-URL: https://build.opensuse.org/request/show/1156207
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pure-protobuf?expand=0&rev=3
This commit is contained in:
Richard Rahl
2024-03-08 02:36:32 +00:00
committed by Git OBS Bridge
parent 83bbde77e3
commit 2a30a83417
7 changed files with 54 additions and 15 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Mar 8 00:46:53 UTC 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 07:45:47 UTC 2023 - Richard Rahl <rrahl0@proton.me>