14
0
forked from pool/python-fusepy

Accepting request 558078 from home:mgerstner

I'd like to add package python-fusepy for interfacing from python to libfuse.
It's an alternative to python-fuse that has the following benefits:

- better documentation
- easier API
- python3 compatibility

I've incorporated changes requested in sr#556681:

- renamed to python-fusepy
- added backward compatibility for older leap versions (though Leap 42.2 still
  fails in my project as unresolvable reg. python-rpm-macros?)
- using full download source
- regarding the license:

  ISC lisense seems correct to me. Upstream was already notified by Fedora
  packagers but sadly nothing happened yet:

    https://github.com/terencehonles/fusepy/pull/74

  I could add a license file via a patch but don't know if that would do any
  good.

Changes in response to sr#556954:

- reduced release tag to zero

OBS-URL: https://build.opensuse.org/request/show/558078
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fusepy?expand=0&rev=1
This commit is contained in:
Tomáš Chvátal
2017-12-18 13:28:10 +00:00
committed by Git OBS Bridge
commit 8d9cb81a65
5 changed files with 93 additions and 0 deletions

4
python-fusepy.changes Normal file
View File

@@ -0,0 +1,4 @@
-------------------------------------------------------------------
Mon Dec 11 14:41:49 UTC 2017 - matthias.gerstner@suse.com
- initial package version