14
0

Accepting request 1254080 from home:glaubitz:branches:devel:languages:python

- Update to 7.2.0
  * Add support for prefetching to sftp transport
    (PR #849, @davidszotten)
- from version 7.1.0
  * Add support for python 3.13 (PR #847, @ddelange)
  * Propagate uri to compression_wrapper (PR #842, @ddelange)
- Drop support-python-313.patch, merged upstream

OBS-URL: https://build.opensuse.org/request/show/1254080
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-smart-open?expand=0&rev=20
This commit is contained in:
2025-03-18 12:24:31 +00:00
committed by Git OBS Bridge
parent 364c8ea04d
commit 526be4099c
5 changed files with 16 additions and 329 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-smart-open
#
# Copyright (c) 2024 SUSE LLC
# 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
@@ -17,14 +17,12 @@
Name: python-smart-open
Version: 7.0.5
Version: 7.1.0
Release: 0
Summary: Python utils for streaming large files
License: MIT
URL: https://github.com/piskvorky/smart_open
Source: https://github.com/piskvorky/smart_open/archive/refs/tags/v%{version}.tar.gz#/smart_open-%{version}.tar.gz
# PATCH-FIX-UPSTREAM gh#piskvorky/smart_open#847
Patch0: support-python-313.patch
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}