From d1499563430498cb595db9c1916e9364acf3163bff7948a5cb97bcb7c052d595 Mon Sep 17 00:00:00 2001 From: Richard Rahl Date: Thu, 3 Apr 2025 00:11:29 +0000 Subject: [PATCH] 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 --- pure_protobuf-3.1.3.tar.gz | 3 --- python-pure-protobuf-3.1.4.tar.gz | 3 +++ python-pure-protobuf-tests-3.1.3.tar.gz | 3 --- python-pure-protobuf-tests-3.1.4.tar.gz | 3 +++ python-pure-protobuf.changes | 6 ++++++ python-pure-protobuf.spec | 6 +++--- 6 files changed, 15 insertions(+), 9 deletions(-) delete mode 100644 pure_protobuf-3.1.3.tar.gz create mode 100644 python-pure-protobuf-3.1.4.tar.gz delete mode 100644 python-pure-protobuf-tests-3.1.3.tar.gz create mode 100644 python-pure-protobuf-tests-3.1.4.tar.gz diff --git a/pure_protobuf-3.1.3.tar.gz b/pure_protobuf-3.1.3.tar.gz deleted file mode 100644 index a9b9c9e..0000000 --- a/pure_protobuf-3.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae439e1920e9c0e6bf65bf892948085e021cb4a7dc3f2ec399b0ee735422f30d -size 18341 diff --git a/python-pure-protobuf-3.1.4.tar.gz b/python-pure-protobuf-3.1.4.tar.gz new file mode 100644 index 0000000..ee19996 --- /dev/null +++ b/python-pure-protobuf-3.1.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b2f91e4515215a03ede4ec9ee42c4f3147850d0bab495cf3f737669bae68043 +size 17322 diff --git a/python-pure-protobuf-tests-3.1.3.tar.gz b/python-pure-protobuf-tests-3.1.3.tar.gz deleted file mode 100644 index 8c3e80e..0000000 --- a/python-pure-protobuf-tests-3.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f11919b94565f72b99ddfa8f798b8b453c6b38367aaa13e19df35b970299ebb8 -size 71680 diff --git a/python-pure-protobuf-tests-3.1.4.tar.gz b/python-pure-protobuf-tests-3.1.4.tar.gz new file mode 100644 index 0000000..c4fae88 --- /dev/null +++ b/python-pure-protobuf-tests-3.1.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c80fcfc735af53eeae42cdeef6bee0674846af1710f3350aebcb2ef7ed743dcc +size 71680 diff --git a/python-pure-protobuf.changes b/python-pure-protobuf.changes index d0fb626..f275a3c 100644 --- a/python-pure-protobuf.changes +++ b/python-pure-protobuf.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 3 00:02:14 UTC 2025 - Richard Rahl + +- update to 3.1.4: + * Fix: Any_ must inherit from BaseMessage + ------------------------------------------------------------------- Tue Oct 15 21:47:22 UTC 2024 - Richard Rahl diff --git a/python-pure-protobuf.spec b/python-pure-protobuf.spec index 181adf6..c409819 100644 --- a/python-pure-protobuf.spec +++ b/python-pure-protobuf.spec @@ -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}