Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pyfuse3 for openSUSE:Factory checked in at 2021-05-16 23:41:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyfuse3 (Old) and /work/SRC/openSUSE:Factory/.python-pyfuse3.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyfuse3" Sun May 16 23:41:56 2021 rev:7 rq:893447 version:3.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyfuse3/python-pyfuse3.changes 2021-03-16 15:46:48.621266520 +0100 +++ /work/SRC/openSUSE:Factory/.python-pyfuse3.new.2988/python-pyfuse3.changes 2021-05-16 23:44:13.941111933 +0200 @@ -1,0 +2,16 @@ +Sun May 16 08:03:01 UTC 2021 - ecsos <ec...@opensuse.org> + +- Update to 3.2.0 + - Fix long-standing rounding error in file date handling when the + nanosecond part of file dates were > 999999500. + - There is a new pyfuse3.terminate() function to gracefully end + the main loop. +- Changes from 3.1.1 + - No source changes. Regenerated Cython files with Cython 0.29.21 + for Python 3.9 compatibility. +- Changes from 3.1.0 + - Made compatible with newest Trio module. +- Drop fix_catch_log_handler.patch because now in upstream. +- Change source url to pythonhosted. + +------------------------------------------------------------------- Old: ---- fix_catch_log_handler.patch pyfuse3-3.0.0.tar.gz New: ---- pyfuse3-3.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyfuse3.spec ++++++ --- /var/tmp/diff_new_pack.nIQpYO/_old 2021-05-16 23:44:14.413110103 +0200 +++ /var/tmp/diff_new_pack.nIQpYO/_new 2021-05-16 23:44:14.417110088 +0200 @@ -20,18 +20,16 @@ %define skip_python2 1 %define pname pyfuse3 Name: python-%{pname} -Version: 3.0.0 +Version: 3.2.0 Release: 0 Summary: Python Bindings for the low-level FUSE3 API License: LGPL-2.1-or-later URL: https://github.com/libfuse/pyfuse3 -Source: https://github.com/libfuse/pyfuse3/archive/release-%{version}.tar.gz#/%{pname}-%{version}.tar.gz -# PATCH-FIX-UPSTREAM fix_catch_log_handler.patch gh#libfuse/pyfuse3#27 mc...@suse.com -# works around the removed attribute of log handlers .catch_log_handler -Patch0: fix_catch_log_handler.patch +Source: https://files.pythonhosted.org/packages/source/p/%{pname}/%{pname}-%{version}.tar.gz BuildRequires: %{python_module Cython} -BuildRequires: %{python_module devel} +BuildRequires: %{python_module devel >= 3.5} BuildRequires: %{python_module pytest >= 3.4.0} +# upstream use: pytest-trio >= 0.15 BuildRequires: %{python_module pytest-trio} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module trio} @@ -47,7 +45,7 @@ pyfuse3 is a set of Python 3 bindings for libfuse 3. It provides an asynchronous API compatible with Trio and asyncio, and enables you to easily write a full-featured Linux filesystem in Python. %prep -%autosetup -p1 -n %{pname}-release-%{version} +%autosetup -p1 -n %{pname}-%{version} %build %python_expand $python setup.py build_cython ++++++ pyfuse3-3.0.0.tar.gz -> pyfuse3-3.2.0.tar.gz ++++++ ++++ 106291 lines of diff (skipped)