Code Monkey home page Code Monkey logo

Comments (11)

remram44 avatar remram44 commented on July 23, 2024

#41 is a pretty serious issue so it might make sense to wait for #43 to be reviewed and merged.

from scp.py.

jbardin avatar jbardin commented on July 23, 2024

yes, I need to work on that. I'll get #43 merged asap

from scp.py.

Grazfather avatar Grazfather commented on July 23, 2024

Thanks!

from scp.py.

kimgr avatar kimgr commented on July 23, 2024

Could you update the version number in master so that it doesn't conflict with the current PyPI release?

I've gone rogue and installed scp.py directly from GitHub with:

$ pip install https://github.com/jbardin/scp.py/archive/master.tar.gz

but now I'm in the process of building a wheel for an internal repo, and it'd be nice if I didn't have to lie and say it was v0.8.0 (the PyPI version).

Thanks!

from scp.py.

jbardin avatar jbardin commented on July 23, 2024

Hi @kimgr,

The latest master is what I'm planning to push for 0.9.0. It had quite a few changes, can you give that a try for me?

PS. If you're not aware, you can use pip to pin a dependency at a specific git commit or tag, so you're not stuck worrying about master breaking, e.g.

pip install git+git://github.com/jbardin/scp.py.git@563d78a

or in requirements.txt

scp=git+git://github.com/jbardin/scp.py.git@563d78a

from scp.py.

kimgr avatar kimgr commented on July 23, 2024

The latest HEAD works great for me, thanks!

Also thank you for the pip tips, I didn't know about the git-specific syntax. It doesn't work for me though, because I republish packages in an internal repository. We find that it makes pip install faster and more dependable, but we also run something like 3-4000 builds/week in our lab, so any glitch hurts us faster than most people. Also, we keep a trail of historical versions to be able to reproduce old releases, etc.

So in order to publish internally, I need a version number that I can correlate with a specific public version. The GitHub URL versioning scheme doesn't transfer between repos easily.

Anyway, thank you for the pure-Python SCP support, I really appreciate it!

from scp.py.

remram44 avatar remram44 commented on July 23, 2024

#32 and #33 relate to specific error scenarios and can probably be postponed. Or is 0.9 waiting on them?

from scp.py.

jbardin avatar jbardin commented on July 23, 2024

yeah, those will have to wait. Fixing them will be a little more intrusive, but at least now I can test those conditions more reliably.

from scp.py.

remram44 avatar remram44 commented on July 23, 2024

🚢 ship it :shipit:

from scp.py.

Grazfather avatar Grazfather commented on July 23, 2024

💥 Thanks guys!

from scp.py.

kimgr avatar kimgr commented on July 23, 2024

Lovely, thanks!

from scp.py.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.