1
0

4 Commits

Author SHA256 Message Date
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
6 changed files with 23 additions and 11 deletions

View File

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

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:918a6299cd266e2e00d31b3aec143ee822a25bf6dec9be7ed361353e961a8c93
size 81920

View File

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

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
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>
- 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 16:50:05 UTC 2024 - Richard Rahl <rrahl0@opensuse.org> Fri Aug 16 16:50:05 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-pure-protobuf # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,12 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-pure-protobuf Name: python-pure-protobuf
Version: 3.1.2 Version: 3.1.4
Release: 0 Release: 0
Summary: Protocol Buffers using Python type annotations Summary: Protocol Buffers using Python type annotations
License: MIT License: MIT
Group: Development/Libraries/Python
URL: https://github.com/eigenein/protobuf 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 Source1: %{name}-tests-%{version}.tar.gz
Source99: get-tests.sh Source99: get-tests.sh
BuildRequires: %{python_module get-annotations} BuildRequires: %{python_module get-annotations}
@@ -43,7 +42,6 @@ BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytest-benchmark} BuildRequires: %{python_module pytest-benchmark}
BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module pytest-cov}
BuildArch: noarch BuildArch: noarch
Requires: python-get-annotations
Requires: python-typing-extensions Requires: python-typing-extensions
%python_subpackages %python_subpackages