forked from pool/python-requests-file
- Update to 2.1.0
* Set the request property in the returned Response object - Adjust upstream source name in spec file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-file?expand=0&rev=18
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 5 12:15:21 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 2.1.0
|
||||
* Set the request property in the returned Response object
|
||||
- Adjust upstream source name in spec file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 22 05:37:11 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
@@ -18,12 +18,12 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-requests-file
|
||||
Version: 2.0.0
|
||||
Version: 2.1.0
|
||||
Release: 0
|
||||
Summary: File transport adapter for Requests
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/dashea/requests-file
|
||||
Source: https://files.pythonhosted.org/packages/source/r/requests-file/requests-file-%{version}.tar.gz
|
||||
Source: https://files.pythonhosted.org/packages/source/r/requests_file/requests_file-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module requests}
|
||||
BuildRequires: %{python_module setuptools_scm}
|
||||
@@ -40,7 +40,7 @@ Requests-File is a transport adapter for use with the Requests Python
|
||||
library to allow local filesystem access via file:// URLs.
|
||||
|
||||
%prep
|
||||
%setup -q -n requests-file-%{version}
|
||||
%setup -q -n requests_file-%{version}
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:20c5931629c558fda566cacc10cfe2cd502433e628f568c34c80d96a0cc95972
|
||||
size 6863
|
3
requests_file-2.1.0.tar.gz
Normal file
3
requests_file-2.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f549a3f3b0699415ac04d167e9cb39bccfb730cb832b4d20be3d9867356e658
|
||||
size 6891
|
Reference in New Issue
Block a user