-
-
Notifications
You must be signed in to change notification settings - Fork 14
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 #327 from moremoban/dev
Release 0.6.0 - PyFileSystem2 support
- Loading branch information
Showing
133 changed files
with
2,754 additions
and
1,090 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,3 @@ | ||
# These are supported funding model platforms | ||
|
||
patreon: chfw |
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 |
---|---|---|
@@ -1,11 +1,8 @@ | ||
Before raising the PR, here is a check list: | ||
|
||
1) have you written unit tests for your code changes? | ||
2) have you run "make format"? | ||
3) are you requesting to "dev"? | ||
4) have you updated the change log? | ||
5) do you think that you can understand your changes after 6 month? | ||
5.1) can someone else understand your changes without your explanation? | ||
6) are you pround of your code changes? | ||
6.1) do you have the feeling of achievement? | ||
7) please add your name and github link to contributors.rst in alphabetical order. | ||
- [ ] have you written unit tests for your code changes? | ||
- [ ] have you updated the change log? | ||
- [ ] can someone else understand your changes without your explanation? | ||
- [ ] are you proud of your code changes? | ||
- [ ] please add your name and github link to contributors.rst in alphabetical order. | ||
|
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
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,9 +4,9 @@ organisation: moremoban | |
author: C. W. | ||
contact: [email protected] | ||
license: MIT | ||
version: 0.5.0 | ||
current_version: 0.5.0 | ||
release: 0.5.0 | ||
version: 0.6.0 | ||
current_version: 0.6.0 | ||
release: 0.6.0 | ||
branch: master | ||
master: index | ||
command_line_interface: "moban" | ||
|
@@ -24,10 +24,10 @@ dependencies: | |
- ruamel.yaml>=0.15.98;python_version == '3.8' | ||
- jinja2>=2.7.1 | ||
- lml>=0.0.9 | ||
- appdirs>=1.2.0 | ||
- appdirs>=1.4.3 | ||
- crayons>= 0.1.0 | ||
- GitPython>=2.0.0 | ||
- git-url-parse>=1.2.2 | ||
- fs>=2.4.11 | ||
- jinja2-fsloader>=0.2.0 | ||
description: Yet another jinja2 cli command for static text generation | ||
scm_host: github.com | ||
lint_command: make install_test format git-diff-check lint | ||
|
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 |
---|---|---|
|
@@ -16,9 +16,9 @@ env: | |
- MINREQ=1 | ||
|
||
stages: | ||
- test | ||
- lint | ||
- moban | ||
- test | ||
|
||
.disable_global: &disable_global | ||
addons: false | ||
|
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
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
Oops, something went wrong.