Skip to content
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

Some changes needed for Ubuntu 20.04 support #1480

Merged
merged 3 commits into from
Apr 14, 2020

Conversation

skhoroshavin
Copy link
Member

Signed-off-by: Sergey Khoroshavin sergey.khoroshavin@dsr-corporation.com

Signed-off-by: Sergey Khoroshavin <sergey.khoroshavin@dsr-corporation.com>
@@ -104,7 +104,7 @@ def run(self):
'ioflo==1.5.4',
'semver==2.7.9',
'base58==1.0.0',
'orderedset==2.0',
'orderedset==2.0.3',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe it needs to be specified in build-scripts/ubuntu-1604/build-3rd-parties.sh as well (and in indy-node's repo too).

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for pointing out this

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@@ -117,7 +117,7 @@ def run(self):
'indy-crypto==0.4.5',
'python-rocksdb==0.6.9',
'python-dateutil==2.6.1',
'pympler==0.5',
'pympler==0.8',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe it needs to be specified in build-scripts/ubuntu-1604/build-3rd-parties.sh as well (and in indy-node's repo too).

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@@ -346,7 +346,7 @@ def z85_to_friendly(z):

def runWithLoop(loop, callback, *args, **kwargs):
if loop.is_running():
loop.call_soon(asyncio.async, callback(*args, **kwargs))
loop.call_soon(asyncio.ensure_future, callback(*args, **kwargs))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it a breaking change?
Please have a look at the following PR: https://github.com/hyperledger/indy-plenum/pull/974/files

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It shouldn't be - according to this part of Python 3.5 documentation async is just a wrapper for ensure_future and was already deprecated by that time.

@lgtm-com
Copy link

lgtm-com bot commented Apr 1, 2020

This pull request introduces 5 alerts and fixes 1 when merging 6252ac5 into b4a8aa0 - view on LGTM.com

new alerts:

  • 2 for Unused import
  • 1 for Module is imported more than once
  • 1 for Module is imported with 'import' and 'import from'
  • 1 for Unused exception object

fixed alerts:

  • 1 for Syntax error

Sergey Khoroshavin added 2 commits April 1, 2020 18:56
Signed-off-by: Sergey Khoroshavin <sergey.khoroshavin@dsr-corporation.com>
Signed-off-by: Sergey Khoroshavin <sergey.khoroshavin@dsr-corporation.com>
@lgtm-com
Copy link

lgtm-com bot commented Apr 1, 2020

This pull request introduces 2 alerts and fixes 1 when merging dfbb54a into b4a8aa0 - view on LGTM.com

new alerts:

  • 1 for Unused import
  • 1 for Module is imported with 'import' and 'import from'

fixed alerts:

  • 1 for Syntax error

@skhoroshavin
Copy link
Member Author

(ci) test this please

@mac-arrap
Copy link
Member

Could we please merge this? :)

@andrewwhitehead andrewwhitehead merged commit 7edb4a3 into hyperledger:master Apr 14, 2020
@skhoroshavin skhoroshavin deleted the ubuntu-2004 branch April 16, 2020 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants