From 2671b314d30195bb8571e84b5637630ab96f6de2 Mon Sep 17 00:00:00 2001 From: mcalabkova <> Date: Jun 11 2025 17:05:19 +0000 Subject: Update python-requests-download to version 0.1.2 / rev 4 via SR 1284834 https://build.opensuse.org/request/show/1284834 by user mcalabkova + anag_factory - Convert to pip-based build --- diff --git a/packages/p/python-requests-download/.files b/packages/p/python-requests-download/.files index 132cecb..75e9bb5 100644 Binary files a/packages/p/python-requests-download/.files and b/packages/p/python-requests-download/.files differ diff --git a/packages/p/python-requests-download/.rev b/packages/p/python-requests-download/.rev index 2447809..68ef28f 100644 --- a/packages/p/python-requests-download/.rev +++ b/packages/p/python-requests-download/.rev @@ -23,4 +23,12 @@ 1096406 + + 304e94fab8bcf6a1dde88f2be93ee6d6 + 0.1.2 + + anag_factory + - Convert to pip-based build + 1284834 + diff --git a/packages/p/python-requests-download/python-requests-download.changes b/packages/p/python-requests-download/python-requests-download.changes index 0a89595..4a3affc 100644 --- a/packages/p/python-requests-download/python-requests-download.changes +++ b/packages/p/python-requests-download/python-requests-download.changes @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Wed Jun 11 12:53:23 UTC 2025 - Markéta Machová + +- Convert to pip-based build + +------------------------------------------------------------------- Sun Jul 2 11:13:04 UTC 2023 - ecsos - Add %{?sle15_python_module_pythons} diff --git a/packages/p/python-requests-download/python-requests-download.spec b/packages/p/python-requests-download/python-requests-download.spec index ed59e92..7fbbe90 100644 --- a/packages/p/python-requests-download/python-requests-download.spec +++ b/packages/p/python-requests-download/python-requests-download.spec @@ -1,7 +1,7 @@ # # spec file for package python-requests-download # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,9 @@ Group: Development/Languages/Python URL: https://www.github.com/takluyver/requests_download Source: https://files.pythonhosted.org/packages/source/r/requests_download/requests_download-%{version}.tar.gz Source1: https://raw.githubusercontent.com/takluyver/requests_download/master/LICENSE -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module flit} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-progressbar @@ -42,15 +44,17 @@ This module downloads files using requests and saves them to a target path. cp %{SOURCE1} . %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} %doc README.rst %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/requests_download.py +%{python_sitelib}/requests[-_]download-%{version}*-info +%pycache_only %{python_sitelib}/__pycache__/requests_download* %changelog