https://bugzilla.redhat.com/show_bug.cgi?id=1634014 --- Comment #7 from Mathieu Bridon <bochecha@xxxxxxxxxxx> --- New package: Spec URL: https://bochecha.fedorapeople.org/packages/python-grpcio.spec SRPM URL: https://bochecha.fedorapeople.org/packages/python-grpcio-1.16.1-1.fc29.src.rpm diff --git a/python-grpcio.spec b/python-grpcio.spec index 5b7ad36..45fb699 100644 --- a/python-grpcio.spec +++ b/python-grpcio.spec @@ -5,22 +5,17 @@ Summary: A high performance, open-source universal RPC framework License: ASL 2.0 URL: https://pypi.org/project/%{srcname} -Version: 1.16.0 +Version: 1.16.1 Release: 1%{?dist} -Source0: %pypi_source +Source0: %{pypi_source} BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: c-ares-devel BuildRequires: openssl-devel -BuildRequires: python3-devel >= 3.4 BuildRequires: zlib-devel -BuildRequires: python3-Cython -BuildRequires: python3-setuptools -BuildRequires: python3-six >= 1.5.2 - %description A high performance, open-source universal RPC framework. @@ -29,6 +24,10 @@ This package allows using gRPC in Python applications. %package -n python3-%{srcname} Summary: %{summary} +BuildRequires: python3-devel >= 3.4 +BuildRequires: python3-Cython +BuildRequires: python3-setuptools +BuildRequires: python3-six >= 1.5.2 Requires: python3-six >= 1.5.2 %{?python_provide:%python_provide python3-%{srcname}} @@ -69,6 +68,10 @@ export GRPC_PYTHON_LDFLAGS="%{build_ldflags}" %changelog +* Tue Dec 04 2018 Mathieu Bridon <bochecha@xxxxxxxxxxx> - 1.16.1-1 +- Update to the latest upstream release. +- Move the build requirements to the appropriate subpackage. + * Tue Oct 30 2018 Mathieu Bridon <bochecha@xxxxxxxxxxx> - 1.16.0-1 - Update to the latest upstream release. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx