Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-fsspec for openSUSE:Factory 
checked in at 2023-12-17 21:32:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-fsspec (Old)
 and      /work/SRC/openSUSE:Factory/.python-fsspec.new.25432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-fsspec"

Sun Dec 17 21:32:01 2023 rev:30 rq:1133605 version:2023.12.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-fsspec/python-fsspec.changes      
2023-11-15 21:10:05.299575176 +0100
+++ /work/SRC/openSUSE:Factory/.python-fsspec.new.25432/python-fsspec.changes   
2023-12-17 21:34:33.978470850 +0100
@@ -1,0 +2,32 @@
+Sat Dec 16 12:44:59 UTC 2023 - Dirk Müller <[email protected]>
+
+- update to 2023.12.2:
+  * top-level glob in ZIP (#1454)
+  * append mode on local ZIP files/truncate (#1449)
+  * restrict ":" as protocol marker to data: (#1452)
+  * sftp relative paths (#1451)
+  * http encoding in HTTP FS put_file (#1450)
+
+-------------------------------------------------------------------
+Thu Dec  7 21:30:12 UTC 2023 - Dirk Müller <[email protected]>
+
+- update to 2023.12.1:
+  * Remove trailing "/" from directory names in zipFS (#1445)
+  * allow HTTP size guess in more circumstances (#1440)
+  * allow kwargs passed to GUI to be dict (#1437)
+  * transaction support for writing via a cache FS (#1434)
+  * make cached FSs work better with async backends (#1429)
+  * allow FSs to set their transaction implementation (#1424)
+  * add dataFS (#1421, 1415)
+  * allow basic auth in webHDFS (#1409)
+  * in referenceFS, maintain order when some keys are omitted in
+    cat (#1436)
+  * nested subdirectory listing in referenceFS (#1433)
+  * allow "=" in webHDF paths (#1428)
+  * fix file mode to consistent "r+b" format (#1426)
+  * pass on kwargs in HTTP glob (#1422)
+  * allow Path in can_be_local and open_local (#1419, #1418)
+  * fix parent for cachedFS (#1413)
+  * "ends" list in _cat_ranges was incorrect (#1402)
+
+-------------------------------------------------------------------

Old:
----
  fsspec-2023.10.0.tar.gz

New:
----
  fsspec-2023.12.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-fsspec.spec ++++++
--- /var/tmp/diff_new_pack.XFc7gz/_old  2023-12-17 21:34:34.406486401 +0100
+++ /var/tmp/diff_new_pack.XFc7gz/_new  2023-12-17 21:34:34.410486547 +0100
@@ -27,7 +27,7 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-fsspec%{psuffix}
-Version:        2023.10.0
+Version:        2023.12.2
 Release:        0
 Summary:        Filesystem specification package
 License:        BSD-3-Clause
@@ -63,16 +63,19 @@
 BuildRequires:  %{python_module fusepy}
 BuildRequires:  %{python_module gcsfs}
 BuildRequires:  %{python_module lz4}
+BuildRequires:  %{python_module mistune}
 BuildRequires:  %{python_module notebook}
 BuildRequires:  %{python_module numpy}
 BuildRequires:  %{python_module panel}
 BuildRequires:  %{python_module paramiko}
 BuildRequires:  %{python_module pyarrow}
 BuildRequires:  %{python_module pyftpdlib}
+BuildRequires:  %{python_module pygit2}
 BuildRequires:  %{python_module pytest-mock}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module python-snappy}
 BuildRequires:  %{python_module requests}
+BuildRequires:  git-core
 # Too tight of a aiobotocore pinning: gh#fsspec/s3fs#615, 
gh#aio-libs/aiobotocore#971
 #BuildRequires:  %%{python_module s3fs}
 BuildRequires:  %{python_module smbprotocol}
@@ -110,6 +113,8 @@
 donttest+=" or test_find"
 # does not like the '.' from the version in the build path
 donttest+=" or (test_local and test_make_path_posix)"
+# no fuse module loaded
+donttest+=" or test_fuse"
 %pytest -rfEs  -k "not ($donttest)"
 %endif
 

++++++ fsspec-2023.10.0.tar.gz -> fsspec-2023.12.2.tar.gz ++++++
++++ 2449 lines of diff (skipped)

Reply via email to