diff --git a/pyfuse3-1.3.1.tar.gz b/pyfuse3-1.3.1.tar.gz new file mode 100644 index 0000000..9e94000 --- /dev/null +++ b/pyfuse3-1.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35ff7c035388fc3858cc78352cfb07c90af1b50db2be8344ea0a524d449e729c +size 154142 diff --git a/pyfuse3-1.3.tar.gz b/pyfuse3-1.3.tar.gz deleted file mode 100644 index 884d673..0000000 --- a/pyfuse3-1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f18c7e7d52f9e7a09f5f5864de8a5f8c0ba8af61331001e545a5e337e7ec62c0 -size 154098 diff --git a/python-pyfuse3.changes b/python-pyfuse3.changes index 529546d..ca4e097 100644 --- a/python-pyfuse3.changes +++ b/python-pyfuse3.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jul 23 08:46:49 UTC 2019 - Tomáš Chvátal + +- Update to 1.3.1: + * Fixed a bug in the :file:`hello_asyncio.py` example. + ------------------------------------------------------------------- Mon Jun 17 11:48:24 UTC 2019 - Tomáš Chvátal diff --git a/python-pyfuse3.spec b/python-pyfuse3.spec index b376523..7709410 100644 --- a/python-pyfuse3.spec +++ b/python-pyfuse3.spec @@ -20,13 +20,13 @@ %define skip_python2 1 %define pname pyfuse3 Name: python-%{pname} -Version: 1.3 +Version: 1.3.1 Release: 0 Summary: Python Bindings for the low-level FUSE3 API License: LGPL-2.1-or-later Group: Development/Libraries/Python URL: https://github.com/libfuse/pyfuse3 -Source: https://github.com/libfuse/pyfuse3/archive/v%{version}.tar.gz#/%{pname}-%{version}.tar.gz +Source: https://github.com/libfuse/pyfuse3/archive/release-%{version}.tar.gz#/%{pname}-%{version}.tar.gz BuildRequires: %{python_module Cython} BuildRequires: %{python_module contextvars >= 2.1} BuildRequires: %{python_module devel} @@ -43,7 +43,7 @@ Recommends: fuse3 >= 3.3.0 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 -%setup -q -n %{pname}-%{version} +%setup -q -n %{pname}-release-%{version} %build %python_expand $python setup.py build_cython