Changelog for
python3-grpcio-reflection-1.39.1-9.fc35.noarch.rpm :
* Mon Sep 20 2021 Benjamin A. Beasley
1.39.1-9- Adapt to google-benchmark 1.6.0
* Thu Sep 09 2021 Benjamin A. Beasley 1.39.1-8- Trivial fix to grpc_cli-call man page
* Mon Aug 23 2021 Benjamin A. Beasley 1.39.1-7- Update some spec file comments
* Fri Aug 20 2021 Benjamin A. Beasley 1.39.1-6- Remove arguably-excessive use of the %{name} macro
* Fri Aug 20 2021 Benjamin A. Beasley 1.39.1-5- No files need CRNL line ending fixes anymore
* Fri Aug 20 2021 Benjamin A. Beasley 1.39.1-4- Spiff up shebang-fixing snippet
* Fri Aug 20 2021 Benjamin A. Beasley 1.39.1-3- Remove executable permissions from more non-script sources, and send a PR upstream
* Fri Aug 20 2021 Benjamin A. Beasley 1.39.1-2- Some minor spec file cleanup
* Thu Aug 19 2021 Benjamin A. Beasley 1.39.1-1- Update to grpc 1.39.1 (close RHBZ#1993554)
* Thu Aug 19 2021 Benjamin A. Beasley 1.39.0-3- More updates to documented/skipped test failures
* Fri Aug 06 2021 Benjamin A. Beasley 1.39.0-2- Some updates to documented/skipped test failures
* Tue Aug 03 2021 Benjamin A. Beasley 1.39.0-1- Update to 1.39.0
* Wed Jul 21 2021 Benjamin A. Beasley 1.37.1-10- Simplify core test exclusion (no more useless use of cat)
* Fri Jul 09 2021 Benjamin A. Beasley - 1.37.1-8- Use googletest 1.11.0
* Mon Jun 14 2021 Benjamin A. Beasley - 1.37.1-7- Add BR on xxhash-static since we use it as a header-only library
* Thu Jun 10 2021 Rich Mattes - 1.37.1-6- Rebuild for abseil-cpp-20210324.2
* Thu Jun 10 2021 Stephen Gallagher - 1.37.1-5- Fix builds against Python 3.10 on ELN/RHEL as well
* Thu Jun 10 2021 Benjamin A. Beasley - 1.37.1-4- Since it turns out xxhash is used as a header-only library, we can stop patching the source to unbundle it; removing the bundled copy suffices
* Fri Jun 04 2021 Python Maint - 1.37.1-3- Rebuilt for Python 3.10
* Fri May 21 2021 Benjamin A. Beasley - 1.37.1-2- Use full gRPC_{CPP,CSHARP}_SOVERSION in file globs
* Tue May 11 2021 Benjamin A. Beasley - 1.37.1-1- General:
* New version 1.37.1
* Drop patches that were upstreamed since the last packaged release, were backported from upstream in the first place, or have otherwise been obsoleted by upstream changes.
* Rebase/update remaining patches as needed
* Drop Fedora 32 compatibility
* Add man pages for grpc_cli- C (core) and C++ (cpp):
* Switch to CMake build system
* Build with C++17 for compatibility with the abseil-cpp package in Fedora
* Add various Requires to -devel subpackage
* Tue Apr 06 2021 Benjamin A. Beasley - 1.26.0-15- General:
* Do not use %exclude for unpackaged files (RPM 4.17 compatibility)- Python:
* Stop using %pyproject_buildrequires, since it is difficult to fit the pyproject-rpm-macros build and install macros into this package, and Miro Hrončok has advised that “mixing %pyproject_buildrequires with %py3_build/%py3_install is generally not a supported way of building Python packages.”
* Thu Mar 25 2021 Benjamin A. Beasley - 1.26.0-14- General:
* Improved googletest source URL (better tarball name)
* Tue Mar 23 2021 Benjamin A. Beasley - 1.26.0-13- General:
* Replace
* with • in descriptions
* Use cmake() dependencies first, and pkgconfig() dependencies second, where available
* Drop explicit pkgconfig BR
* Fix the directory in which CMake installs pkgconfig files
* Improved CMake options
* Build the Doxygen reference manuals- C (core) and C++ (cpp):
* Let the -devel package require cmake-filesystem
* Allow building tests with our own copy of gtest/gmock, which will become mandatory when we depend on abseil-cpp and switch to C++17
* Fix a link error in the core tests when using CMake
* Manually install grpc_cli (CMake)
* Add CMake files to the files list for the -devel package
* Start running some of the core tests in %check- Python:
* Add several patches required for the tests
* BR gevent for gevent_tests
* Fix build; in particular, add missing preprocess and build_package_protos steps, without which the packages were missing generated proto modules and were not usable!
* Add %py_provides for Fedora 32
* Drop python3dist(setuptools) BR, redundant with %pyproject_buildrequires
* Start running most of the Python tests in %check
* Merge the python-grpcio-doc subpackage into grpc-doc
* Tue Feb 16 2021 Benjamin A. Beasley - 1.26.0-12- C (core) and C++ (cpp):
* Add CMake build support but do not enable it yet; there is still a problem where grpc_cli is only built with the tests, and a linking problem when building the tests
* Tue Feb 02 2021 Benjamin A. Beasley - 1.26.0-11- General:
* Update summaries and descriptions
* Update License fields to include licenses from bundled components
* Fix failure to respect Fedora build flags
* Use the system shared certificate bundle instead of shipping our own- CLI:
* No longer set rpath $ORIGIN- C (core) and C++ (cpp):
* Add c_so_version/cpp_so_version macros
* Split out C++ bindings and shared data into subpackages
* Drop obsolete ldconfig_scriptlets macro
* Stop stripping debugging symbols- Python:
* Use generated BR’s
* Build and package Python binding documentation
* Disable accommodations for older libc’s
* Patch out -std=gnu99 flag, which is inappropriate for C++
* Build additional Python packages grpcio_tools, gprcio_channelz, grpcio_health_checking, grpcio_reflection, grpcio_status, and grpcio_testing
* Tue Jan 26 2021 Fedora Release Engineering - 1.26.0-10- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Thu Jan 14 2021 Adrian Reber - 1.26.0-9- Rebuilt for protobuf 3.14
* Fri Nov 13 2020 Artem Polishchuk - 1.26.0-8- build: disable LTO due to rh#1893533
* Thu Sep 24 2020 Adrian Reber - 1.26.0-7- Rebuilt for protobuf 3.13
* Mon Aug 03 2020 Gwyn Ciesla - 1.26.0-6- Patches for https://github.com/grpc/grpc/pull/21669
* Tue Jul 28 2020 Fedora Release Engineering - 1.26.0-5- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Sun Jun 14 2020 Adrian Reber - 1.26.0-4- Rebuilt for protobuf 3.12
* Tue May 26 2020 Miro Hrončok - 1.26.0-3- Rebuilt for Python 3.9
* Wed Jan 29 2020 Fedora Release Engineering - 1.26.0-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Wed Jan 15 2020 Sergey Avseyev - 1.26.0-1- Update to 1.26.0
* Thu Dec 19 2019 Orion Poplawski - 1.20.1-5- Rebuild for protobuf 3.11
* Thu Oct 03 2019 Miro Hrončok - 1.20.1-4- Rebuilt for Python 3.8.0rc1 (#1748018)