15
0

Accepting request 1266723 from home:rrahl0

- update to 3.1.4:
  * Fix: Any_ must inherit from BaseMessage

OBS-URL: https://build.opensuse.org/request/show/1266723
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pure-protobuf?expand=0&rev=13
This commit is contained in:
Richard Rahl
2025-04-03 00:11:29 +00:00
committed by Git OBS Bridge
parent 981ceaa7a1
commit d149956343
6 changed files with 15 additions and 9 deletions

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 3 00:02:14 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
- update to 3.1.4:
* Fix: Any_ must inherit from BaseMessage
-------------------------------------------------------------------
Tue Oct 15 21:47:22 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pure-protobuf
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
%{?sle15_python_module_pythons}
Name: python-pure-protobuf
Version: 3.1.3
Version: 3.1.4
Release: 0
Summary: Protocol Buffers using Python type annotations
License: MIT
URL: https://github.com/eigenein/protobuf
Source: https://files.pythonhosted.org/packages/source/p/pure-protobuf/pure_protobuf-%{version}.tar.gz
Source0: https://files.pythonhosted.org/packages/source/p/pure-protobuf/pure_protobuf-%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: %{name}-tests-%{version}.tar.gz
Source99: get-tests.sh
BuildRequires: %{python_module get-annotations}