SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python3-grpcio-tools-1.39.1-21.fc35.x86_64.rpm :

* Fri Nov 18 2022 Benjamin A. Beasley 1.39.1-21- Fix wrong paths in .pc files
* Fri Aug 05 2022 Benjamin A. Beasley 1.39.1-20- Add dependency on grpc-plugins from grpc-devel
* Fri Aug 05 2022 Benjamin A. Beasley 1.39.1-19- Use new upstream PR#25635 as .pc path fix
* Fri Aug 05 2022 Benjamin A. Beasley 1.39.1-18- Add exact-version dependency on grpc-cpp from grpc-cli
* Fri Aug 05 2022 Benjamin A. Beasley 1.39.1-17- Trivial typo fixes in spec file comments
* Fri Aug 05 2022 Benjamin A. Beasley 1.39.1-16- Improve grpc-1.40.0-python-grpcio-use-system-abseil.patch
* Fri Aug 05 2022 Benjamin A. Beasley 1.39.1-15- Add exactly-versioned grpc-cpp subpackage dependencies
* Tue Mar 29 2022 Benjamin A. Beasley 1.39.1-14- Skip client_ssl_test, which is prone to occasional timeouts
* Tue Mar 29 2022 Benjamin A. Beasley 1.39.1-13- Drop the NodeJS example’s package-lock.json file
* Tue Oct 26 2021 Benjamin A. Beasley 1.39.1-12- Add explicit Conflicts with libgpr for now (RHBZ#2017576)
* Fri Oct 01 2021 Benjamin A. Beasley 1.39.1-11- Add missing python3-grpcio+protobuf extras metapackage
* Tue Sep 28 2021 Benjamin A. Beasley 1.39.1-10- Drop HTML documentation
* 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
 
ICM