Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python-fuse-doc-1.0.9-bp160.1.2 RPM for aarch64

From OpenSuSE Leap 16.0 for aarch64

Name: python-fuse-doc Distribution: SUSE Linux Enterprise 16
Version: 1.0.9 Vendor: openSUSE
Release: bp160.1.2 Build date: Mon Mar 17 11:20:11 2025
Group: Documentation/Other Build host: reproducible
Size: 60087 Source RPM: python-fuse-1.0.9-bp160.1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/libfuse/python-fuse
Summary: Documentation files for python-fuse
HTML Documentation and examples for python-fuse.

Provides

Requires

License

LGPL-2.1-only

Changelog

* Mon Mar 17 2025 Matej Cepl <mcepl@cepl.eu>
  - Update to 1.0.9:
    - Update AUTHORS
    - Demonstrate basic possibility to test with pytest
    - When getting string size, count UTF8 bytes
    - CI: add python 3.13
    - pull PyCapsule_New() into the PYLOCK() section in poll_func()
  - Separate documentation to separate subpackage.
  - Add examples subdirectory to that documentation.
  - Make the test suite running.
* Wed Sep 04 2024 Frantisek Simorda <frantisek.simorda@suse.com>
  - update to 1.0.8:
    * Add README.cups.md
    * Do not unilaterally import distutils in setup.py
    * Add support for objects that support buffer protocol for "read" calls
    * Remove trailing space on files
    * CI: Add workflow to build Python wheels
    * Fix setup.py uninitialized variables issue
    * Build sdist in CI
    * Add cp310 wheel to CI
    * CI: Add workaround for broken py 3.5 in GitHub Actions.
  - dropped patch: no-more-distutils.patch - no longer needed.
* Tue Jan 16 2024 Steve Kowalik <steven.kowalik@suse.com>
  - Add pa