14
0

Accepting request 1002308 from home:glaubitz:branches:devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/1002308
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proto-plus?expand=0&rev=12
This commit is contained in:
2022-09-09 13:02:59 +00:00
committed by Git OBS Bridge
parent eb958ba871
commit 541c0fbbec
4 changed files with 28 additions and 7 deletions

View File

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

3
proto-plus-1.22.1.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Fri Sep 9 12:39:29 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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 <mcepl@suse.com>

View File

@@ -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