Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-blobfile for openSUSE:Factory
checked in at 2026-08-25 13:20:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-blobfile (Old)
and /work/SRC/openSUSE:Factory/.python-blobfile.new.1258 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-blobfile"
Tue Aug 25 13:20:01 2026 rev:2 rq:1373465 version:3.3.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-blobfile/python-blobfile.changes
2026-08-24 15:43:33.645585764 +0200
+++
/work/SRC/openSUSE:Factory/.python-blobfile.new.1258/python-blobfile.changes
2026-08-25 13:20:08.433064999 +0200
@@ -1,0 +2,26 @@
+Mon Aug 24 18:03:57 UTC 2026 - Martin Pluskal <[email protected]>
+
+- Update to 3.3.0:
+ * Use streaming writes in the higher level APIs
+ * Fix partial_writes_on_exc=False being ignored when a failure
+ occurred while preparing a write to an Azure file
+ * Clean up the accessTokens.json code path
+- Changes from 3.2.0:
+ * BlobFile gained a partial_writes_on_exc argument to discard
+ partial writes to remote files when an exception is raised
+ * write_text, write_bytes and copy now avoid partial writes to
+ remote files when they are interrupted
+ * New BLOBFILE_REDIRECT_RETRY_COUNT environment variable to allow
+ following redirects
+ * Raise an error when a local path looks like a URL
+ * Require urllib3 >= 2 and Python >= 3.10
+- Changes from 3.1.0:
+ * Improve bf.join
+ * Add an option to support blind writes
+ * Treat EAI_NODATA like EAI_NONAME in the DNS retry logic
+- Raise the setuptools build requirement to >= 69, as demanded by
+ upstream pyproject.toml
+- Drop the CRLF conversion of README.md and LICENSE from %prep,
+ upstream now ships them with LF line endings
+
+-------------------------------------------------------------------
Old:
----
blobfile-3.0.0.tar.gz
New:
----
blobfile-3.3.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-blobfile.spec ++++++
--- /var/tmp/diff_new_pack.c6Abm0/_old 2026-08-25 13:20:10.615141957 +0200
+++ /var/tmp/diff_new_pack.c6Abm0/_new 2026-08-25 13:20:10.620142133 +0200
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-blobfile
-Version: 3.0.0
+Version: 3.3.0
Release: 0
Summary: Read GCS, ABS and local paths with the same interface
License: Unlicense
@@ -29,8 +29,8 @@
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pycryptodomex >= 3.8}
BuildRequires: %{python_module pytest}
-BuildRequires: %{python_module setuptools >= 64.0}
-BuildRequires: %{python_module urllib3 >= 1.25.3}
+BuildRequires: %{python_module setuptools >= 69}
+BuildRequires: %{python_module urllib3 >= 2}
BuildRequires: %{python_module wheel}
BuildRequires: %{python_module xmltodict}
BuildRequires: fdupes
@@ -38,7 +38,7 @@
Requires: python-filelock >= 3.0
Requires: python-lxml >= 4.9
Requires: python-pycryptodomex >= 3.8
-Requires: python-urllib3 >= 1.25.3
+Requires: python-urllib3 >= 2
BuildArch: noarch
%python_subpackages
@@ -57,8 +57,6 @@
mkdir tests
mv blobfile/_xml_test.py tests/
rm -f blobfile/_ops_test.py
-# Upstream README/LICENSE are CRLF (rpmlint wrong-file-end-of-line-encoding)
-sed -i 's/\r$//' README.md LICENSE
%build
%pyproject_wheel
++++++ blobfile-3.0.0.tar.gz -> blobfile-3.3.0.tar.gz ++++++
++++ 12968 lines of diff (skipped)