Skip to content

Commit

Permalink
v11.0b17 (#613)
Browse files Browse the repository at this point in the history
* update pynacl/python versions and bump version to 11.0b16 (#607)

* bump version to 11.0b16...

upgrade pyncal
upgrade python
remove requirements file and threesdk related files
also remove example scripts (all related to bcdb)

* pin pynacl to 1.4.0 as stellar-sdk depends...

from poetry: stellar-sdk (2.10.0) depends on pynacl (>=1.3.0,<1.4.0)

* pin pynacl to 1.3.0 as stellar-sdk depends...

from poetry: stellar-sdk (2.10.0) depends on pynacl (>=1.3.0,<1.4.0)

* upgrade pynacl to latest, older versions was for older stellar-sdk

* update ci to drop ubuntu 18 and added 22/3.10

* fix 3.10 python version due to yaml parsing

* drop python 3.6 and update more packages...

update requests, jinja...

* support for py3.10 (#608)

* platform: use json.dumps instead of saferepr...

also update black to latest

* update black

* update pdoc3 and watchdog (#609)

* update pdoc3 and watchdog

* regenerate docs

* Remove threesdk and update docker file (#611)

* update pre-commit deps

* remove explorer related config

* remove threesdk and usershell

* remove 3sdk docs

* remove usershell entrypoint and update docs

* regenerate api docs

* update black fersion in workflow

* bump version to 11.0b17 (#612)
  • Loading branch information
abom authored Oct 31, 2022
1 parent 31152d1 commit 7f5b6a9
Show file tree
Hide file tree
Showing 96 changed files with 47 additions and 34,522 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/black-docstr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install git python3-pip -y
sudo pip3 install black==19.10b0 docstr-coverage
sudo pip3 install black==22.10.0 docstr-coverage
FILES="$(git diff --name-only --diff-filter=A --diff-filter=M "origin/${{github.base_ref}}" '*.py')"
black --check -l 120 -t py37 --exclude 'templates' $FILES
for FILE in $FILES; do echo $FILE; docstr-coverage $FILE || true; done
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.4.0
rev: v4.3.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- id: check-merge-conflict
- repo: https://github.com/psf/black
rev: 19.10b0
rev: 22.10.0
hooks:
- id: black
args: [--line-length=120, --target-version=py37]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ config management/automation framework
## Principles

- pip installable
- facilities exposed under `god object`: `j`
- facilities exposed under `loader object`: `j`
- pluggable
- docs and tests are as important as code

Expand Down
232 changes: 0 additions & 232 deletions docs/api/jumpscale/clients/currencylayer/currencies.html

This file was deleted.

Loading

0 comments on commit 7f5b6a9

Please sign in to comment.