Skip to content

GitPython 0.3.1 is not installable from PyPI anymore #27

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

Closed
mike-perdide opened this issue Jul 10, 2011 · 7 comments
Closed

GitPython 0.3.1 is not installable from PyPI anymore #27

mike-perdide opened this issue Jul 10, 2011 · 7 comments

Comments

@mike-perdide
Copy link

GitPython 0.3.1 can't be installed anymore, causing dependencies problem for softwares relying on that version of GitPython :

% pip install git-python==0.3.1
Downloading/unpacking git-python==0.3.1
  Could not find any downloads that satisfy the requirement git-python==0.3.1
No distributions at all found for git-python==0.3.1
@empty
Copy link
Contributor

empty commented Jul 10, 2011

On Sun, Jul 10, 2011 at 12:16 PM, mike-perdide <
reply@reply.github.com>wrote:

GitPython 0.3.1 can't be installed anymore, causing dependencies problem
for softwares relying on that version of GitPython :

% pip install git-python==0.3.1
Downloading/unpacking git-python==0.3.1
 Could not find any downloads that satisfy the requirement
git-python==0.3.1
No distributions at all found for git-python==0.3.1

Well wouldn't it be:

pip install GitPython==0.3.1

But you're right it was removed. Not sure why. Hopefully they'll put it
back.

Michael Trier
http://michaeltrier.com/

@mike-perdide
Copy link
Author

Yes, my bad :

% pip install GitPython==0.3.1
Downloading/unpacking GitPython==0.3.1
  Could not find a version that satisfies the requirement GitPython==0.3.1 (from versions: )
No distributions matching the version for GitPython==0.3.1

In my experience, this is not a PyPI issue, I guess whoever uploaded the new release also deleted the older one.

@empty
Copy link
Contributor

empty commented Jul 11, 2011

On Sun, Jul 10, 2011 at 4:55 PM, mike-perdide <
reply@reply.github.com>wrote:

Yes, my bad :

% pip install GitPython==0.3.1
Downloading/unpacking GitPython==0.3.1
 Could not find a version that satisfies the requirement GitPython==0.3.1
(from versions: )
No distributions matching the version for GitPython==0.3.1

In my experience, this is not a PyPI issue, I guess whoever uploaded the
new release also deleted the older one.

Correct. I'm sorry. I would restore it if I could. I have to wait for

Byron.

Michael Trier
http://michaeltrier.com/

@Byron
Copy link
Member

Byron commented Jul 11, 2011

Actually I didn't change any older versions, its all as it was (but maybe Michael already fixed something).

Nonetheless, I think one now has to specify the whole version, i.e. the following works:

easy_install gitpython==0.3.1-beta2

Maybe the installers are confusing the '-' and '.' characters somehow, as RC1 uses a period character, whereas the previous versions use a dash.

Please try that, and let me know if it works for you, and using pip.

@mike-perdide
Copy link
Author

Alright, I thought I was relying on 0.3.1 before and not 0.3.1-beta2, probably because I was parsing :git.__version__ and it was returning "0.3.1". Thanks for clearing that out.

@Byron
Copy link
Member

Byron commented Jul 11, 2011

Thinking about it, it might even be that I previously did some manual magic to get the -beta2 tag into pypi, which doesn't seem like such a good idea in retrospect :( .

I intend to get 0.3.2 to obtain release status this time, so there will be one stable version in the 0.3 branch, finally.

@Byron Byron closed this as completed Jul 11, 2011
@mike-perdide
Copy link
Author

I think PyPI is enforcing PEP386 on version numbers (see http://www.python.org/dev/peps/pep-0386/).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants