14
0

Accepting request 717803 from devel:languages:python

- Update to 1.3.1:
  *  Fixed a bug in the :file:`hello_asyncio.py` example.

OBS-URL: https://build.opensuse.org/request/show/717803
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyfuse3?expand=0&rev=3
This commit is contained in:
2019-07-23 20:37:45 +00:00
committed by Git OBS Bridge
4 changed files with 12 additions and 6 deletions

3
pyfuse3-1.3.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:35ff7c035388fc3858cc78352cfb07c90af1b50db2be8344ea0a524d449e729c
size 154142

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f18c7e7d52f9e7a09f5f5864de8a5f8c0ba8af61331001e545a5e337e7ec62c0
size 154098

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jul 23 08:46:49 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- 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 <tchvatal@suse.com>

View File

@@ -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