diff --git a/proto-plus-1.20.3.tar.gz b/proto-plus-1.20.3.tar.gz deleted file mode 100644 index e9a5e2f..0000000 --- a/proto-plus-1.20.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f28b225bc9e6c14e206fb7f8e996a46fb2ccd902648e512d496abb6a716a4ae5 -size 51697 diff --git a/proto-plus-1.22.1.tar.gz b/proto-plus-1.22.1.tar.gz new file mode 100644 index 0000000..0dc4baa --- /dev/null +++ b/proto-plus-1.22.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c7dfd122dfef8019ff654746be4f5b1d9c80bba787fe9611b508dd88be3a2fa +size 53110 diff --git a/python-proto-plus.changes b/python-proto-plus.changes index 757ca8e..adba2a1 100644 --- a/python-proto-plus.changes +++ b/python-proto-plus.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Fri Sep 9 12:39:29 UTC 2022 - John Paul Adrian Glaubitz + +- Update to 1.22.1 + * Add no-pretty print option (#336) +- from version 1.22.0 + * Add support for protobuf v4 (#327) + * Fix Timestamp, Duration and FieldMask marshaling + in REST transport (a2e7300) + * fixes bug in the test. (#332) +- from version 1.20.6 + * **deps:** allow protobuf < 5.0.0 (#324) + * fix changelog header to consistent size (#319) +- from version 1.20.5 + * **deps:** require google-api-core[grpc] >= 1.31.5 (1d13c41) + * **deps:** require protobuf>= 3.15.0, <4.0.0dev (#315) +- from version 1.20.4 + * default proto package name is the module name, not "" (#309) + * lookup attribute instead of performing a deepcopy (#226) +- Update BuildRequires and Requires from setup.py + ------------------------------------------------------------------- Mon Apr 25 17:45:27 UTC 2022 - Matej Cepl diff --git a/python-proto-plus.spec b/python-proto-plus.spec index edf5bf9..cdee440 100644 --- a/python-proto-plus.spec +++ b/python-proto-plus.spec @@ -28,7 +28,7 @@ %define skip_python2 1 %define modname proto-plus Name: python-proto-plus%{psuffix} -Version: 1.20.3 +Version: 1.22.1 Release: 0 Summary: Pythonic Protocol Buffers License: Apache-2.0 @@ -38,19 +38,19 @@ Source0: https://files.pythonhosted.org/packages/source/p/%{modname}/%{mo # workaround for the problem with pytest 7.0 Patch0: pytest-staticmethod.patch BuildRequires: %{python_module pip} -BuildRequires: %{python_module protobuf >= 3.12.0} +BuildRequires: %{python_module protobuf >= 3.19.0} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: python-rpm-macros # SECTION test requirements %if %{with test} -BuildRequires: %{python_module google-api-core >= 1.22.2} +BuildRequires: %{python_module google-api-core >= 1.31.5} BuildRequires: %{python_module proto-plus} BuildRequires: %{python_module pytest} %endif # /SECTION BuildRequires: fdupes -Requires: python-protobuf >= 3.12.0 +Requires: python-protobuf >= 3.19.0 BuildArch: noarch %python_subpackages