-
-
Notifications
You must be signed in to change notification settings - Fork 13
🚜 relocated ~/.moban/repos to appdirs/user_cache_dir()/repos,… #183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…ac, linux and windows
Codecov Report
@@ Coverage Diff @@
## dev #183 +/- ##
=======================================
Coverage 97.87% 97.87%
=======================================
Files 44 44
Lines 2121 2121
=======================================
Hits 2076 2076
Misses 45 45Continue to review full report at Codecov.
|
| - moban | ||
| dependencies: | ||
| - ruamel.yaml | ||
| - ruamel.yaml==0.15.86 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
was there some feature which needed .86 ?
https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.yaml is on .80
I'll try updating it, but that will take longer.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just wanted to nominate a version instead of any.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what's the one available on OpenSuse? without considering distros, any working version would be OK.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
build.opensuse.org/package/show/devel:languages:python/python-ruamel.yaml is on .80 ; that is good enough for now.
| - jinja2>=2.7.1 | ||
| - lml>=0.0.7 | ||
| - lml>=0.0.9 | ||
| - appdirs==1.4.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can probably allow lower, but this is OK with most updated distros, as 1.4.3 is quite old.
e.g. https://build.opensuse.org/package/show/devel:languages:python/python-appdirs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would it be too much picky when it comes to OpenSuse?
delivers #173