14
0

10 Commits

Author SHA256 Message Date
6502c42ae4 Accepting request 1305125 from devel:languages:python
- update to version 3.1.5:
  * Support Python 3.10+ union syntax (T | None) (forwarded request 1305124 from rrahl0)

OBS-URL: https://build.opensuse.org/request/show/1305125
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pure-protobuf?expand=0&rev=8
2025-09-16 16:18:58 +00:00
Richard Rahl
a9d200119b - update to version 3.1.5:
* Support Python 3.10+ union syntax (T | None)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pure-protobuf?expand=0&rev=15
2025-09-16 09:42:54 +00:00
30016bde16 Accepting request 1266724 from devel:languages:python
- update to 3.1.4:
  * Fix: Any_ must inherit from BaseMessage (forwarded request 1266723 from rrahl0)

OBS-URL: https://build.opensuse.org/request/show/1266724
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pure-protobuf?expand=0&rev=7
2025-04-03 14:49:55 +00:00
Richard Rahl
33ca818e20 - update to 3.1.4:
* Fix: Any_ must inherit from BaseMessage

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pure-protobuf?expand=0&rev=13
2025-04-03 00:11:29 +00:00
bffed3f3c3 Accepting request 1208238 from devel:languages:python
- update to 3.1.3:
  * drop support for python 3.8
  * add support for python 3.13
  * prepare for python 3.14 (forwarded request 1208237 from rrahl0)

OBS-URL: https://build.opensuse.org/request/show/1208238
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pure-protobuf?expand=0&rev=6
2024-10-16 21:47:48 +00:00
Richard Rahl
0d96672ea9 - update to 3.1.3:
* drop support for python 3.8
  * add support for python 3.13
  * prepare for python 3.14

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pure-protobuf?expand=0&rev=11
2024-10-15 21:51:05 +00:00
e7387dcc6a Accepting request 1194352 from devel:languages:python
- 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 (forwarded request 1194351 from rrahl0)

OBS-URL: https://build.opensuse.org/request/show/1194352
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pure-protobuf?expand=0&rev=5
2024-08-17 10:41:24 +00:00
Richard Rahl
d70c4e774b - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pure-protobuf?expand=0&rev=9
2024-08-16 17:04:05 +00:00
ec110dca16 Accepting request 1190439 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1190439
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pure-protobuf?expand=0&rev=4
2024-07-31 11:29:28 +00:00
Richard Rahl
6ca69dcb63 Accepting request 1189214 from home:rrahl0
- update to 3.1.1:
  * update dependencies

OBS-URL: https://build.opensuse.org/request/show/1189214
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pure-protobuf?expand=0&rev=7
2024-07-23 09:42:32 +00:00
6 changed files with 14 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5b2f91e4515215a03ede4ec9ee42c4f3147850d0bab495cf3f737669bae68043
size 17322

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2e33554cbe2e664a099546f6fd1d6130e409df2d7a8c68b6ee9ce56f4c5d6dfc
size 17351

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c80fcfc735af53eeae42cdeef6bee0674846af1710f3350aebcb2ef7ed743dcc
size 71680

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:26e2517aa3820a79386044fa6cb5297682144d9285d8030d1c7ae41f0dae8f20
size 81920

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Sep 16 09:21:33 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
- update to version 3.1.5:
* Support Python 3.10+ union syntax (T | None)
-------------------------------------------------------------------
Thu Apr 3 00:02:14 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pure-protobuf
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-pure-protobuf
Version: 3.1.4
Version: 3.1.5
Release: 0
Summary: Protocol Buffers using Python type annotations
License: MIT