Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 1ca246acac | |||
| c3f5cbf0cc | |||
| ac26cee2a6 | |||
| d614a7a11c |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5f18f5fa9836f4b083162064a1c2c98c17239bfda9ca50ad970ccf905f3e625b
|
||||
size 2162281
|
||||
BIN
google_resumable_media-2.7.2.tar.gz
LFS
Normal file
BIN
google_resumable_media-2.7.2.tar.gz
LFS
Normal file
Binary file not shown.
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user