forked from pool/python-pure-protobuf
Compare commits
10 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 6502c42ae4 | |||
|
|
a9d200119b | ||
| 30016bde16 | |||
|
|
33ca818e20 | ||
| bffed3f3c3 | |||
|
|
0d96672ea9 | ||
| e7387dcc6a | |||
|
|
d70c4e774b | ||
| ec110dca16 | |||
|
|
6ca69dcb63 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c0b60d630e529309b8ab3f94aec91acc478385ede02d115f7981b24c7151d89b
|
||||
size 18198
|
||||
3
python-pure-protobuf-3.1.5.tar.gz
Normal file
3
python-pure-protobuf-3.1.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2e33554cbe2e664a099546f6fd1d6130e409df2d7a8c68b6ee9ce56f4c5d6dfc
|
||||
size 17351
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:48e1e2f8b427031df145c889efac8edc0b5e20c7fdbc58bf5ce1379036683318
|
||||
size 71680
|
||||
3
python-pure-protobuf-tests-3.1.5.tar.gz
Normal file
3
python-pure-protobuf-tests-3.1.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:26e2517aa3820a79386044fa6cb5297682144d9285d8030d1c7ae41f0dae8f20
|
||||
size 81920
|
||||
@@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- 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>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 23 09:22:54 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
||||
|
||||
- update to 3.1.1:
|
||||
* update dependencies
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 17 02:04:36 UTC 2024 - Richard Rahl <rrahl0@disroot.org>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pure-protobuf
|
||||
#
|
||||
# Copyright (c) 2024 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,13 +18,12 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pure-protobuf
|
||||
Version: 3.1.0
|
||||
Version: 3.1.5
|
||||
Release: 0
|
||||
Summary: Protocol Buffers using Python type annotations
|
||||
License: MIT
|
||||
Group: Development/Libraries/Python
|
||||
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}
|
||||
@@ -43,7 +42,6 @@ BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module pytest-benchmark}
|
||||
BuildRequires: %{python_module pytest-cov}
|
||||
BuildArch: noarch
|
||||
Requires: python-get-annotations
|
||||
Requires: python-typing-extensions
|
||||
%python_subpackages
|
||||
|
||||
|
||||
Reference in New Issue
Block a user