Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-google-resumable-media for openSUSE:Factory checked in at 2021-06-22 20:45:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-google-resumable-media (Old) and /work/SRC/openSUSE:Factory/.python-google-resumable-media.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-google-resumable-media" Tue Jun 22 20:45:01 2021 rev:8 rq:901281 version:1.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-google-resumable-media/python-google-resumable-media.changes 2021-03-17 20:19:58.879319685 +0100 +++ /work/SRC/openSUSE:Factory/.python-google-resumable-media.new.2625/python-google-resumable-media.changes 2021-06-22 20:45:10.302838468 +0200 @@ -1,0 +2,30 @@ +Tue Jun 22 06:36:43 UTC 2021 - Steve Kowalik <steven.kowa...@suse.com> + +- Be more specific about included filepaths in %files +- Add Requires on python-google-filesystem, and stop including a file it + now ships. + +------------------------------------------------------------------- +Fri Jun 4 08:37:34 UTC 2021 - Matej Cepl <mc...@suse.com> + +- Update to 1.3.0: + - allow RetryStrategy to be configured with a custom initial + wait and multiplier + - add support for Python 3.9, drop support for Python 3.5 + - add retries for 'requests.ConnectionError' + - add _async_resumable_media experimental support + - allow space in checksum header + - lint: blacken 5 files + - bump 'google-crc32c >= 1.0' + - pin 'google-crc32c < 0.2dev' + - update docs build (via synth) + - use googleapis.dev docs link + - add configurable checksum support for uploads + - add customizable timeouts to upload/download methods + - add configurable crc32c checksumming for downloads + - add templates for python samples projects + - update client_documentation link + - updated CHANGELOG.md + - updated setup.py + +------------------------------------------------------------------- Old: ---- google-resumable-media-0.5.0.tar.gz New: ---- google-resumable-media-1.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-google-resumable-media.spec ++++++ --- /var/tmp/diff_new_pack.LcC8t3/_old 2021-06-22 20:45:10.854839076 +0200 +++ /var/tmp/diff_new_pack.LcC8t3/_new 2021-06-22 20:45:10.858839081 +0200 @@ -18,14 +18,17 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-google-resumable-media -Version: 0.5.0 +Version: 1.3.0 Release: 0 Summary: Utilities for Google Media Downloads and Resumable Uploads License: Apache-2.0 Group: Development/Languages/Python -URL: https://github.com/GoogleCloudPlatform/google-resumable-media-python +URL: https://github.com/googleapis/google-resumable-media-python Source: https://files.pythonhosted.org/packages/source/g/google-resumable-media/google-resumable-media-%{version}.tar.gz +BuildRequires: %{python_module aiohttp} +BuildRequires: %{python_module crcmod} BuildRequires: %{python_module google-auth} +BuildRequires: %{python_module google-crc32c} BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests >= 2.18.0} @@ -33,6 +36,7 @@ BuildRequires: %{python_module six} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-google-filesystem Requires: python-six Recommends: python-requests >= 2.18.0 BuildArch: noarch @@ -49,15 +53,20 @@ %install %python_install -%{python_expand touch %{buildroot}%{$python_sitelib}/google/__init__.py} %python_expand %fdupes %{buildroot}%{$python_sitelib} %check +# We need the namespace in the buildroot, sigh +%{python_expand touch %{buildroot}%{$python_sitelib}/google/__init__.py} %pytest tests/unit +%{python_expand rm %{buildroot}%{$python_sitelib}/google/__init__.py} %files %{python_files} %license LICENSE %doc README.rst -%{python_sitelib}/* +%{python_sitelib}/google_resumable_media*egg-info +%{python_sitelib}/google_resumable_media*pth +%{python_sitelib}/google/resumable_media* +%{python_sitelib}/google/_async_resumable_media* %changelog ++++++ google-resumable-media-0.5.0.tar.gz -> google-resumable-media-1.3.0.tar.gz ++++++ ++++ 7904 lines of diff (skipped)