From 94a5e26d3bcdc832d0f81594e1a9d48bdd695570d8996bfab8ca7ccb4c0428a2 Mon Sep 17 00:00:00 2001 From: Nico Krapp Date: Wed, 6 Aug 2025 16:16:23 +0000 Subject: [PATCH] - 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 --- python-requests-file.changes | 7 +++++++ python-requests-file.spec | 6 +++--- requests-file-2.0.0.tar.gz | 3 --- requests_file-2.1.0.tar.gz | 3 +++ 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 requests-file-2.0.0.tar.gz create mode 100644 requests_file-2.1.0.tar.gz diff --git a/python-requests-file.changes b/python-requests-file.changes index ed950ee..a5a04c4 100644 --- a/python-requests-file.changes +++ b/python-requests-file.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Aug 5 12:15:21 UTC 2025 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-requests-file.spec b/python-requests-file.spec index 92cce3b..9b26e37 100644 --- a/python-requests-file.spec +++ b/python-requests-file.spec @@ -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 diff --git a/requests-file-2.0.0.tar.gz b/requests-file-2.0.0.tar.gz deleted file mode 100644 index a9c49e3..0000000 --- a/requests-file-2.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20c5931629c558fda566cacc10cfe2cd502433e628f568c34c80d96a0cc95972 -size 6863 diff --git a/requests_file-2.1.0.tar.gz b/requests_file-2.1.0.tar.gz new file mode 100644 index 0000000..3c7f21b --- /dev/null +++ b/requests_file-2.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f549a3f3b0699415ac04d167e9cb39bccfb730cb832b4d20be3d9867356e658 +size 6891