Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#19458 closed Bug (worksforme)

New version (security update) not found in pypi

Reported by: saippuakauppias Owned by: nobody
Component: *.djangoproject.com Version: 1.4
Severity: Release blocker Keywords: security, version, git, tags
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

  1. Not find 1.3.5 version in pypi
    (***)denis@work:~/projects/***$ pip install Django==1.3.5
    Downloading/unpacking Django==1.3.5
      Could not find a version that satisfies the requirement Django==1.3.5 (from versions: )
    No distributions matching the version for Django==1.3.5
    Storing complete log in /home/denis/.pip/pip.log
    
  1. Not exists git tags in github for new versions (1.3.5, 1.4.3).

Change History (1)

in reply to:  description comment:1 by Ramiro Morales, 11 years ago

Resolution: worksforme
Status: newclosed

Replying to saippuakauppias:

  1. Not find 1.3.5 version in pypi
    (***)denis@work:~/projects/***$ pip install Django==1.3.5
    Downloading/unpacking Django==1.3.5
      Could not find a version that satisfies the requirement Django==1.3.5 (from versions: )
    No distributions matching the version for Django==1.3.5
    Storing complete log in /home/denis/.pip/pip.log
    

This works for me.

(django135)ramiro@serverid in ~
$ pip install Django==1.3.5
Downloading/unpacking Django==1.3.5
  Downloading Django-1.3.5.tar.gz (6.5Mb): 6.5Mb downloaded
  Running setup.py egg_info for package Django
Installing collected packages: Django
  Running setup.py install for Django
    changing mode of build/scripts-2.6/django-admin.py from 644 to 755
    changing mode of /home/ramiro/venv/django135/bin/django-admin.py to 755
Successfully installed Django
Cleaning up...
  1. Not exists git tags in github for new versions (1.3.5, 1.4.3).

This is a known issue, wait a few hours.

Last edited 11 years ago by Ramiro Morales (previous) (diff)
Note: See TracTickets for help on using tickets.
Back to Top