forked from pool/python-pure-protobuf
Compare commits
11 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
bffed3f3c3 | ||
|
0d96672ea9 | ||
|
e7387dcc6a | ||
|
ec110dca16 | ||
|
6ca69dcb63 | ||
|
47e27ae0cf | ||
|
287cb6f604 | ||
|
95cebe9bb0 | ||
|
2a30a83417 | ||
|
83bbde77e3 | ||
d1d8739eaa |
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c0b60d630e529309b8ab3f94aec91acc478385ede02d115f7981b24c7151d89b
|
|
||||||
size 18198
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:951c812f6e06a25c2b4c2d56e81f49793a8adbfae77da5db84d693aa57ae1d2b
|
|
||||||
size 18190
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:700f70671b892d52b5c2f1d7330bce3e57eb5fac3d8831a8d8a631457eaac236
|
|
||||||
size 18293
|
|
3
pure_protobuf-3.1.3.tar.gz
Normal file
3
pure_protobuf-3.1.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ae439e1920e9c0e6bf65bf892948085e021cb4a7dc3f2ec399b0ee735422f30d
|
||||||
|
size 18341
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:48e1e2f8b427031df145c889efac8edc0b5e20c7fdbc58bf5ce1379036683318
|
|
||||||
size 71680
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ef3134031d22aacbe22c0969e5dd82bee5b6406813677e9a4c8ab17eeb322208
|
|
||||||
size 71680
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:918a6299cd266e2e00d31b3aec143ee822a25bf6dec9be7ed361353e961a8c93
|
|
||||||
size 81920
|
|
3
python-pure-protobuf-tests-3.1.3.tar.gz
Normal file
3
python-pure-protobuf-tests-3.1.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f11919b94565f72b99ddfa8f798b8b453c6b38367aaa13e19df35b970299ebb8
|
||||||
|
size 71680
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
|
|
||||||
|
@ -18,11 +18,10 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-pure-protobuf
|
Name: python-pure-protobuf
|
||||||
Version: 3.1.2
|
Version: 3.1.3
|
||||||
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
|
Source: https://files.pythonhosted.org/packages/source/p/pure-protobuf/pure_protobuf-%{version}.tar.gz
|
||||||
Source1: %{name}-tests-%{version}.tar.gz
|
Source1: %{name}-tests-%{version}.tar.gz
|
||||||
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user