question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Publish new version and update GitHub

See original GitHub issue

Hi @petercorke, We are trying to get the RTB to work with emscripten-forge (which compiles into WebAssembly). @wolfv noticed that the geom2d.py file on pypi contains a weird import:

from ssl import ALERT_DESCRIPTION_HANDSHAKE_FAILURE

Which causes trouble on emscripten-forge. I then noticed that the GitHub repo is out-of-sync (still on version 1.0.0, whereas pypi is at 1.0.1). Is there any chance to remove this odd import, publish a new version 1.0.2, and update the repo?

Many thanks, Tobi /cc @jhavl @wolfv

Issue Analytics

  • State:open
  • Created a year ago
  • Reactions:1
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
petercorkecommented, Oct 21, 2022

Hi Tobi,

I’ll fix this over the weekend. I have something weird in my VCS setup, occasionally adds random imports at top of files.

Peter

On 21 Oct 2022, at 1:46 pm, Tobias Fischer @.***> wrote:

Hi @petercorke https://github.com/petercorke, We are trying to get the RTB to work with emscripten-forge (which compiles into WebAssembly). @wolfv https://github.com/wolfv noticed that the geom2d.py file on pypi contains a weird import:

from ssl import ALERT_DESCRIPTION_HANDSHAKE_FAILURE Which causes trouble on emscripten-forge. I then noticed that the GitHub repo is out-of-sync (still on version 1.0.0, whereas pypi is at 1.0.1). Is there any chance to remove this odd import, publish a new version 1.0.2, and update the repo?

Many thanks, Tobi /cc @jhavl https://github.com/jhavl @wolfv https://github.com/wolfv — Reply to this email directly, view it on GitHub https://github.com/petercorke/spatialmath-python/issues/59, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC2BIUWJ7EDHBCC4LYK2YSLWEH7XVANCNFSM6AAAAAARKXKJXA. You are receiving this because you were mentioned.

0reactions
petercorkecommented, Oct 25, 2022

Hi @wolfv , chatting with @jhavl it seems like 30Mb of that is scipy and I can remove those dependencies with a few simple tweaks. Just need to test and push.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Managing releases in a repository - GitHub Docs
To the right of the list of files, click Releases. ... Click Draft a new release. ... Click Choose a tag, type a...
Read more >
Publishing a package - GitHub Docs
You can publish a package to GitHub Packages to make the package available for others to download and re-use.
Read more >
release-it/release-it: Automate versioning and ... - GitHub
Generic CLI tool to automate versioning and package publishing related tasks: Bump version (in e.g. package.json ); Git commit, tag, push; Execute any...
Read more >
ducdhm/publish-new-version: An utility to publishing new ... - GitHub
An utility to publishing new version for your package, includes creating tag & release on Github and publish package to NPM - GitHub...
Read more >
til/update-version-and-publish-npm-from-gh.md at master
I'm running only on release creation · Using the GitHub envvar for the checked out tag, I'm updating the version but opting out...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found