Skip to content

Commit

Permalink
Merge pull request #145 from datalad/nofork
Browse files Browse the repository at this point in the history
Remove osfclient fork
  • Loading branch information
mih authored Feb 10, 2021
2 parents 3c2f14c + cbaaf86 commit acada8c
Show file tree
Hide file tree
Showing 64 changed files with 16 additions and 5,756 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.2.2 (Feb 10, 2021) -- No forks

- The internal fork of osfclient has been removed and a dependency to
version 0.0.5 (which comes with all necessary features) was added.


0.2.1 (Feb 1, 2021) -- Bugfix

- Fixes
Expand Down
4 changes: 2 additions & 2 deletions datalad_osf/annex_remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
import posixpath # OSF uses posix paths!
from urllib.parse import urlparse

from datalad_osf.osfclient.osfclient import OSF
from datalad_osf.osfclient.osfclient.exceptions import UnauthorizedException
from osfclient import OSF
from osfclient.exceptions import UnauthorizedException

from annexremote import (
Master,
Expand Down
2 changes: 1 addition & 1 deletion datalad_osf/create_sibling_osf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
EnsureBool,
)
from datalad.interface.results import get_status_dict
from datalad_osf.osfclient.osfclient import OSF
from osfclient import OSF
from datalad_osf.utils import (
create_node,
update_node,
Expand Down
4 changes: 2 additions & 2 deletions datalad_osf/credentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
Token,
UserPassword,
)
from datalad_osf.osfclient.osfclient import OSF
from datalad_osf.osfclient.osfclient.exceptions import UnauthorizedException
from osfclient import OSF
from osfclient.exceptions import UnauthorizedException


@build_doc
Expand Down
2 changes: 1 addition & 1 deletion datalad_osf/git_remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from unittest.mock import patch
import posixpath

from datalad_osf.osfclient.osfclient import OSF
from osfclient import OSF


class OSFGitRemote(object):
Expand Down
2 changes: 0 additions & 2 deletions datalad_osf/osfclient/.coveragerc

This file was deleted.

25 changes: 0 additions & 25 deletions datalad_osf/osfclient/.gitignore

This file was deleted.

42 changes: 0 additions & 42 deletions datalad_osf/osfclient/.travis.yml

This file was deleted.

51 changes: 0 additions & 51 deletions datalad_osf/osfclient/CHANGELOG

This file was deleted.

29 changes: 0 additions & 29 deletions datalad_osf/osfclient/CONDUCT.md

This file was deleted.

43 changes: 0 additions & 43 deletions datalad_osf/osfclient/CONTRIBUTING.md

This file was deleted.

29 changes: 0 additions & 29 deletions datalad_osf/osfclient/LICENSE

This file was deleted.

Binary file removed datalad_osf/osfclient/LOGO/osf-cli-logo-v1-small.png
Binary file not shown.
1,174 changes: 0 additions & 1,174 deletions datalad_osf/osfclient/LOGO/osf-cli-logo-v1.ai

This file was deleted.

Binary file removed datalad_osf/osfclient/LOGO/osf-cli-logo-v1.png
Binary file not shown.
69 changes: 0 additions & 69 deletions datalad_osf/osfclient/LOGO/osf-cli-logo-v1.svg

This file was deleted.

2 changes: 0 additions & 2 deletions datalad_osf/osfclient/MANIFEST.in

This file was deleted.

Loading

0 comments on commit acada8c

Please sign in to comment.