17
0

4 Commits

Author SHA256 Message Date
1ca246acac Accepting request 1198473 from devel:languages:python
- Update to 2.7.2
  * Correctly calculate starting offset for retries of ranged reads (#450)
- Adjust upstream source name in spec file (forwarded request 1198466 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1198473
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-resumable-media?expand=0&rev=24
2024-09-04 11:23:21 +00:00
c3f5cbf0cc Accepting request 1198466 from home:glaubitz:branches:devel:languages:python
- Update to 2.7.2
  * Correctly calculate starting offset for retries of ranged reads (#450)
- Adjust upstream source name in spec file

OBS-URL: https://build.opensuse.org/request/show/1198466
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-resumable-media?expand=0&rev=45
2024-09-03 12:19:45 +00:00
ac26cee2a6 Accepting request 1183013 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1183013
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-resumable-media?expand=0&rev=23
2024-06-24 18:56:46 +00:00
d614a7a11c Accepting request 1183005 from home:glaubitz:branches:devel:languages:python
- Update to 2.7.1
  * Add a check for partial response data (#435)

OBS-URL: https://build.opensuse.org/request/show/1183005
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-resumable-media?expand=0&rev=43
2024-06-24 12:15:41 +00:00
4 changed files with 19 additions and 6 deletions

View File

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

Binary file not shown.

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Sep 3 12:03:02 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.7.2
* Correctly calculate starting offset for retries of ranged reads (#450)
- Adjust upstream source name in spec file
-------------------------------------------------------------------
Mon Jun 24 11:55:02 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.7.1
* Add a check for partial response data (#435)
-------------------------------------------------------------------
Tue Mar 5 20:31:04 UTC 2024 - Robert Schweikert <rjschwei@suse.com>

View File

@@ -19,13 +19,13 @@
%define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-google-resumable-media
Version: 2.7.0
Version: 2.7.2
Release: 0
Summary: Utilities for Google Media Downloads and Resumable Uploads
License: Apache-2.0
Group: Development/Languages/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
Source: https://files.pythonhosted.org/packages/source/g/google_resumable_media/google_resumable_media-%{version}.tar.gz
BuildRequires: %{python_module google-auth}
BuildRequires: %{python_module google-crc32c}
BuildRequires: %{python_module pip}
@@ -48,7 +48,7 @@ Obsoletes: python3-google-resumable-media < %{version}
Utilities for Google Media Downloads and Resumable Uploads
%prep
%setup -q -n google-resumable-media-%{version}
%setup -q -n google_resumable_media-%{version}
%build
%pyproject_wheel