# SPDX-FileCopyrightText: (C) 2026 Institute of Software, Chinese Academy of Sciences (ISCAS) # SPDX-FileCopyrightText: (C) 2026 openRuyi Project Contributors # SPDX-FileContributor: Suyun # # SPDX-License-Identifier: MulanPSL-2.0 %global srcname cloudpathlib Name: python-%{srcname} Version: 0.23.0 Release: %autorelease Summary: Python pathlib-style classes for cloud storage services such as Amazon S3, Azure Blob Storage, and Google Cloud Storage License: MIT URL: https://github.com/drivendataorg/cloudpathlib #!RemoteAsset Source0: https://files.pythonhosted.org/packages/source/c/%{srcname}/%{srcname}-%{version}.tar.gz BuildArch: noarch BuildSystem: pyproject BuildOption(install): %{srcname} BuildRequires: pyproject-rpm-macros BuildRequires: pkgconfig(python3) BuildRequires: python3dist(flit-core) BuildRequires: python3dist(pip) Provides: python3-%{srcname} %python_provide python3-%{srcname} %description Python pathlib-style classes for cloud storage services such as Amazon S3, Azure Blob Storage, and Google Cloud Storage. %generate_buildrequires %pyproject_buildrequires %files -f %{pyproject_files} %doc README.md %license LICENSE %changelog %{?autochangelog}