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

Add a newer version tag to include latest fixes #13

Open
ReneVolution opened this issue Dec 28, 2016 · 2 comments
Open

Add a newer version tag to include latest fixes #13

ReneVolution opened this issue Dec 28, 2016 · 2 comments

Comments

@ReneVolution
Copy link

As the package is not available through PyPI, it would be good to go with a shorter version release cycle.
That way, we can at least give users a hint on what version is minimum required.

@bascht
Copy link

bascht commented Dec 29, 2016

In the meanwhile installing it from a specific commit should be doable:

~/.local/share/profanity/plugins · (master±)
⟩ pip install --user git+git://github.com/omemo/python-omemo.git@158b0a236d93b10d9c3b7ecea6c53254967f7b01
Collecting git+git://github.com/omemo/python-omemo.git@158b0a236d93b10d9c3b7ecea6c53254967f7b01
  Cloning git://github.com/omemo/python-omemo.git (to 158b0a236d93b10d9c3b7ecea6c53254967f7b01) to /tmp/pip-JidW5e-build
  Could not find a tag or branch '158b0a236d93b10d9c3b7ecea6c53254967f7b01', assuming commit.
Requirement already satisfied (use --upgrade to upgrade): python-axolotl>=0.1.7 in /home/bascht/.local/lib/python2.7/site-packages (from python-omemo==0.1.0)
Collecting protobuf>=3.0.0b2 (from python-omemo==0.1.0)
  Downloading protobuf-3.1.0.post1-py2.py3-none-any.whl (347kB)
    100% |████████████████████████████████| 348kB 374kB/s 
Requirement already satisfied (use --upgrade to upgrade): cryptography>=1.1 in /usr/lib64/python2.7/site-packages (from python-omemo==0.1.0)
Requirement already satisfied (use --upgrade to upgrade): pycrypto in /usr/lib64/python2.7/site-packages (from python-axolotl>=0.1.7->python-omemo==0.1.0)
Requirement already satisfied (use --upgrade to upgrade): python-axolotl-curve25519 in /home/bascht/.local/lib/python2.7/site-packages (from python-axolotl>=0.1.7->python-omemo==0.1.0)
Requirement already satisfied (use --upgrade to upgrade): six>=1.9 in /home/bascht/.local/lib/python2.7/site-packages (from protobuf>=3.0.0b2->python-omemo==0.1.0)
Requirement already satisfied (use --upgrade to upgrade): setuptools in /home/bascht/.local/lib/python2.7/site-packages (from protobuf>=3.0.0b2->python-omemo==0.1.0)
Requirement already satisfied (use --upgrade to upgrade): idna>=2.0 in /usr/lib/python2.7/site-packages (from cryptography>=1.1->python-omemo==0.1.0)
Requirement already satisfied (use --upgrade to upgrade): pyasn1>=0.1.8 in /usr/lib/python2.7/site-packages (from cryptography>=1.1->python-omemo==0.1.0)
Requirement already satisfied (use --upgrade to upgrade): enum34 in /usr/lib/python2.7/site-packages (from cryptography>=1.1->python-omemo==0.1.0)
Requirement already satisfied (use --upgrade to upgrade): ipaddress in /home/bascht/.local/lib/python2.7/site-packages (from cryptography>=1.1->python-omemo==0.1.0)
Requirement already satisfied (use --upgrade to upgrade): cffi>=1.4.1 in /home/bascht/.local/lib/python2.7/site-packages (from cryptography>=1.1->python-omemo==0.1.0)
Requirement already satisfied (use --upgrade to upgrade): pycparser in /home/bascht/.local/lib/python2.7/site-packages (from cffi>=1.4.1->cryptography>=1.1->python-omemo==0.1.0)
Installing collected packages: protobuf, python-omemo
  Found existing installation: protobuf 2.6.1
    Uninstalling protobuf-2.6.1:
      Successfully uninstalled protobuf-2.6.1
  Running setup.py install for python-omemo ... done
Successfully installed protobuf-3.1.0.post1 python-omemo-0.1.0
You are using pip version 8.1.2, however version 9.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.

@ReneVolution
Copy link
Author

True. Not very user friendly though ;)

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

No branches or pull requests

2 participants