Accepting request 704953 from devel:languages:python
- version update to 3.0.1 * no upstream changelog (forwarded request 704922 from pgajdos) OBS-URL: https://build.opensuse.org/request/show/704953 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fusepy?expand=0&rev=2
This commit is contained in:
commit
ac1b3d2c5c
BIN
fusepy-3.0.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
fusepy-3.0.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 23 07:01:47 UTC 2019 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- version update to 3.0.1
|
||||||
|
* no upstream changelog
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 11 14:41:49 UTC 2017 - matthias.gerstner@suse.com
|
Mon Dec 11 14:41:49 UTC 2017 - matthias.gerstner@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package fusepy
|
# spec file for package python-fusepy
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -11,25 +11,24 @@
|
|||||||
# case the license is the MIT License). An "Open Source License" is a
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
#
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# compatibility for older SUSE versions that aren't fit for python single-spec
|
|
||||||
# yet
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
|
|
||||||
Name: python-fusepy
|
Name: python-fusepy
|
||||||
Version: 2.0.4
|
Version: 3.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
License: ISC
|
|
||||||
Summary: A python module that provides a simple interface to FUSE
|
Summary: A python module that provides a simple interface to FUSE
|
||||||
Url: https://github.com/terencehonles/fusepy
|
License: ISC
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
Source: https://github.com/terencehonles/fusepy/archive/v%{version}.tar.gz
|
Url: https://github.com/terencehonles/fusepy
|
||||||
|
Source: https://files.pythonhosted.org/packages/source/f/fusepy/fusepy-%{version}.tar.gz
|
||||||
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fuse-devel
|
BuildRequires: fuse-devel
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: %{python_module setuptools}
|
|
||||||
# required for older SUSE versions w/o python single-spec support
|
# required for older SUSE versions w/o python single-spec support
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
# fusepy interfaces via ctypes to libfuse, so no arch dependent elements
|
# fusepy interfaces via ctypes to libfuse, so no arch dependent elements
|
||||||
@ -54,6 +53,9 @@ possible.
|
|||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
|
|
||||||
|
%check
|
||||||
|
# no upstream tests
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:802610ab25ad04fc9ef34d024a0abe41cdcaff6a2cb8b2fb92cdda0057c09d1f
|
|
||||||
size 14113
|
|
Loading…
Reference in New Issue
Block a user