-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #56 from ThomasWaldmann/rel322
Release 3.2.2
- Loading branch information
Showing
10 changed files
with
89 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
name: Test | ||
|
||
on: [push, pull_request] | ||
|
||
env: | ||
FORCE_COLOR: 1 | ||
|
||
jobs: | ||
build: | ||
runs-on: ${{ matrix.os }} | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11-dev"] | ||
os: [ubuntu-20.04] | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
|
||
- name: Set up Python ${{ matrix.python-version }} | ||
uses: actions/setup-python@v2 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
|
||
- name: Install Linux dependencies | ||
run: | | ||
sudo apt-get install -y libattr1-dev | ||
sudo apt-get install -y pkg-config | ||
sudo apt-get install -y gcc | ||
sudo apt-get install -y libfuse3-dev fuse3 | ||
sudo apt-get install -y ninja-build | ||
sudo apt-get install -y meson | ||
sudo apt-get install -y python3-sphinx | ||
- name: Install Python dependencies | ||
run: | | ||
test/ci-install.sh | ||
- name: Test | ||
run: | | ||
test/ci-test.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,16 +4,11 @@ | |
by PyPi and/or BitBucket. | ||
|
||
This Project is Orphaned | ||
======================== | ||
Warning - no longer developed! | ||
============================== | ||
|
||
This project is no longer maintained or developed. Github issue tracking and pull requests have | ||
therefore been disabled. The mailing list (see below) is still available for use. | ||
|
||
If you would like to take over this project, you are welcome to do so. Please fork it and | ||
develop the fork for a while. Once there has been 6 months of reasonable activity, please | ||
contact [email protected] and I'll be happy to give you ownership of this repository or | ||
replace with a pointer to the fork. | ||
pyfuse3 is no longer actively developed and just receiving community-contributed | ||
maintenance to keep it alive for some time. | ||
|
||
|
||
The pyfuse3 Module | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters