forked from pool/python-google-resumable-media
Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| fd88d456d4 | |||
| 8836dcdda1 | |||
| 97146dc6b2 | |||
| 203fed6153 | |||
| 73b9f4f5df | |||
| 2ca7906c48 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5f18f5fa9836f4b083162064a1c2c98c17239bfda9ca50ad970ccf905f3e625b
|
||||
size 2162281
|
||||
3
google_resumable_media-2.8.0.tar.gz
Normal file
3
google_resumable_media-2.8.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f1157ed8b46994d60a1bc432544db62352043113684d4e030ee02e77ebe9a1ae
|
||||
size 2163265
|
||||
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 24 07:52:27 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 2.8.0
|
||||
* Add support for Python 3.13 and 3.14 (#485)
|
||||
* Remove setup.cfg configuration for creating universal wheels (#484)
|
||||
* Resolve issue where pre-release versions of dependencies are installed (#481)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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.8.0
|
||||
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