Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-smart-open for
openSUSE:Factory checked in at 2026-06-09 14:26:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-smart-open (Old)
and /work/SRC/openSUSE:Factory/.python-smart-open.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-smart-open"
Tue Jun 9 14:26:47 2026 rev:11 rq:1358089 version:7.6.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-smart-open/python-smart-open.changes
2025-03-18 17:44:45.722239619 +0100
+++
/work/SRC/openSUSE:Factory/.python-smart-open.new.2375/python-smart-open.changes
2026-06-09 14:29:15.910812766 +0200
@@ -1,0 +2,24 @@
+Tue Jun 9 02:27:38 UTC 2026 - Steve Kowalik <[email protected]>
+
+- Update to 7.6.1:
+ * [hdfs] Make CliRawOutputBase.write return number of bytes written
+ * Add support for `append` mode for Azure Blob Storage
+ * Bump minimum supported version to Python 3.10
+ * Fix pylance complaint
+ * [s3] Support very large buckets in iter_bucket, add client_kwars
+ * [http] Eliminate _read_iter and simplify read
+ * [http] Re-introduce read optimization when buffer is empty
+ * Simplify WHENCE_END logic
+ * [http] Avoid using response.iter_content
+ * [s3] Add lower version to boto3 requirement for tcp_keepalive
+ * [s3] Improve handling of InvalidRange and seek on empty file
+ * [s3] Optimize forward seeks within buffered data to avoid redundant GET
+ * [s3] Add range_chunk_size param to read using multiple GET requests
+ * Drop python 3.8, add python 3.14
+ * Use compression.zstd (PEP-784)
+ * Remove head_bucket call from s3.SinglepartWriter
+ * Add buffer_size transport param to ssh.py
+ * Make s3.SinglepartWriter seekable
+ * Add support for prefetching to sftp transport
+
+-------------------------------------------------------------------
Old:
----
smart_open-7.1.0.tar.gz
New:
----
smart_open-7.6.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-smart-open.spec ++++++
--- /var/tmp/diff_new_pack.P5w2o8/_old 2026-06-09 14:29:17.462876951 +0200
+++ /var/tmp/diff_new_pack.P5w2o8/_new 2026-06-09 14:29:17.462876951 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-smart-open
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,41 +17,49 @@
Name: python-smart-open
-Version: 7.1.0
+Version: 7.6.1
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
+BuildRequires: %{python_module base >= 3.10}
BuildRequires: %{python_module pip}
+BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-azure-common
Requires: python-azure-core
-Requires: python-azure-storage-blob
-Requires: python-boto3
-Requires: python-google-cloud-storage
+Requires: python-azure-storage-blob >= 12.7.0
+Requires: python-boto3 >= 1.9.17
+Requires: python-google-cloud-storage >= 2.6.0
Requires: python-requests
Requires: python-wrapt
-Requires: python-zstandard
+%if 0%{?python_version_nodots} < 314
+Requires: python-backports.zstd
+%endif
Suggests: python-paramiko
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module azure-common}
BuildRequires: %{python_module azure-core}
-BuildRequires: %{python_module azure-storage-blob}
-BuildRequires: %{python_module boto3}
-BuildRequires: %{python_module google-cloud-storage}
+BuildRequires: %{python_module azure-storage-blob >= 12.7.0}
+BuildRequires: %{python_module backports.zstd if %python-base < 3.14}
+BuildRequires: %{python_module boto3 >= 1.9.17}
+BuildRequires: %{python_module google-cloud-storage >= 2.6.0}
BuildRequires: %{python_module moto >= 1.3.4}
BuildRequires: %{python_module moto-server}
BuildRequires: %{python_module paramiko}
+# From pytest-xdist[psutil]
+BuildRequires: %{python_module psutil >= 3.0}
+BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest-rerunfailures}
+BuildRequires: %{python_module pytest-timeout}
+BuildRequires: %{python_module pytest-xdist}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module requests}
-BuildRequires: %{python_module responses}
-BuildRequires: %{python_module zstandard}
# /SECTION
%python_subpackages
@@ -61,8 +69,13 @@
%prep
%autosetup -p1 -n smart_open-%{version}
+# Requires network, and they're self-contained
+rm -rf integration-tests
+# They cause havoc with our pytest macros
+rm -rf ci_helpers
%build
+export SETUPTOOLS_SCM_PRETEND_VERSION="%{version}"
%pyproject_wheel
%install
++++++ smart_open-7.1.0.tar.gz -> smart_open-7.6.1.tar.gz ++++++
++++ 15915 lines of diff (skipped)