Re: [Django] #28878: "pip install django" is broken on Python 2; can be fixed for most users with metadata

2018-01-26 Thread Django
#28878: "pip install django" is broken on Python 2; can be fixed for most users
with metadata
+
 Reporter:  Zac Hatfield Dodds  |Owner:  nobody
 Type:  Bug |   Status:  closed
Component:  Packaging   |  Version:  2.0
 Severity:  Release blocker |   Resolution:  fixed
 Keywords:  | Triage Stage:  Accepted
Has patch:  1   |  Needs documentation:  0
  Needs tests:  0   |  Patch needs improvement:  0
Easy pickings:  0   |UI/UX:  0
+

Comment (by Zac Hatfield Dodds):

 Replying to [comment:8 Andy Grabow]:
 > okay, good to know! i hope this works out! should be possible for a
 project as big as this!

 [https://github.com/pypa/warehouse/issues/2170#issuecomment-360945767 Yep,
 all done] - this ticket is as resolved now as it can possibly be.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.74c912a414ced94fd807a036fbc0b6cb%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #28878: "pip install django" is broken on Python 2; can be fixed for most users with metadata

2018-01-26 Thread Django
#28878: "pip install django" is broken on Python 2; can be fixed for most users
with metadata
+
 Reporter:  Zac Hatfield Dodds  |Owner:  nobody
 Type:  Bug |   Status:  closed
Component:  Packaging   |  Version:  2.0
 Severity:  Release blocker |   Resolution:  fixed
 Keywords:  | Triage Stage:  Accepted
Has patch:  1   |  Needs documentation:  0
  Needs tests:  0   |  Patch needs improvement:  0
Easy pickings:  0   |UI/UX:  0
+
Changes (by Andy Grabow):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 okay, good to know! i hope this works out! should be possible for a
 project as big as this!

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.8ccd04da0457152b9a162b34dd9c4057%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #28878: "pip install django" is broken on Python 2; can be fixed for most users with metadata

2018-01-25 Thread Django
#28878: "pip install django" is broken on Python 2; can be fixed for most users
with metadata
+
 Reporter:  Zac Hatfield Dodds  |Owner:  nobody
 Type:  Bug |   Status:  new
Component:  Packaging   |  Version:  2.0
 Severity:  Release blocker |   Resolution:
 Keywords:  | Triage Stage:  Accepted
Has patch:  1   |  Needs documentation:  0
  Needs tests:  0   |  Patch needs improvement:  0
Easy pickings:  0   |UI/UX:  0
+

Comment (by Zac Hatfield Dodds):

 Replying to [comment:6 Andy Grabow]:
 > BUT any python2 pip ist still trying to install django 2, because the
 packages currently uploaded to pypi need to be modified to also include
 this fix!

 We know - it's impossible to edit existing releases on PyPI, but
 [https://github.com/pypa/warehouse/issues/2170#issuecomment-360662369 I've
 asked for an admin to do it for us].  We'll see what happens.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.7156bc83fc65b38bbf0aa55dd2f21b2f%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #28878: "pip install django" is broken on Python 2; can be fixed for most users with metadata

2018-01-25 Thread Django
#28878: "pip install django" is broken on Python 2; can be fixed for most users
with metadata
+
 Reporter:  Zac Hatfield Dodds  |Owner:  nobody
 Type:  Bug |   Status:  new
Component:  Packaging   |  Version:  2.0
 Severity:  Release blocker |   Resolution:
 Keywords:  | Triage Stage:  Accepted
Has patch:  1   |  Needs documentation:  0
  Needs tests:  0   |  Patch needs improvement:  0
Easy pickings:  0   |UI/UX:  0
+
Changes (by Andy Grabow):

 * status:  closed => new
 * resolution:  fixed =>


Comment:

 After researching for quite a while, i found this ticket and that the
 actual problem has been kinda solved with django 2.0.1 (without mentioning
 it in the release notes tho).
 BUT any python2 pip ist still trying to install django 2, because the
 packages currently uploaded to pypi need to be modified to also include
 this fix!

 After getting in rage about this for almost two days now i can confirm
 that django==2.0.1 will not install in python2 (with a recent pip version)
 - YAY
 BUT the original releases need to be updated, so that automated travis
 tests are not that complicated to setup and people can savely install the
 latest compatible django under python2.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.22cfa8e382daa831f5f19f05eec28642%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #28878: "pip install django" is broken on Python 2; can be fixed for most users with metadata

2017-12-22 Thread Django
#28878: "pip install django" is broken on Python 2; can be fixed for most users
with metadata
+
 Reporter:  Zac Hatfield Dodds  |Owner:  nobody
 Type:  Bug |   Status:  closed
Component:  Packaging   |  Version:  2.0
 Severity:  Release blocker |   Resolution:  fixed
 Keywords:  | Triage Stage:  Accepted
Has patch:  1   |  Needs documentation:  0
  Needs tests:  0   |  Patch needs improvement:  0
Easy pickings:  0   |UI/UX:  0
+

Comment (by Tim Graham ):

 In [changeset:"45d89856fcf103e8f109e76eea548149bd7e0ced" 45d89856]:
 {{{
 #!CommitTicketReference repository=""
 revision="45d89856fcf103e8f109e76eea548149bd7e0ced"
 [2.0.x] Fixed #28878 -- Added python_requires in setup.py and a warning
 for older pips that don't recognize it.

 Backport of 32ade4d73b50aed77efdb9dd7371c17f89061afc from master
 }}}

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.dbe4d242ac6a52b05049e93ed65820d2%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #28878: "pip install django" is broken on Python 2; can be fixed for most users with metadata

2017-12-22 Thread Django
#28878: "pip install django" is broken on Python 2; can be fixed for most users
with metadata
+
 Reporter:  Zac Hatfield Dodds  |Owner:  nobody
 Type:  Bug |   Status:  closed
Component:  Packaging   |  Version:  2.0
 Severity:  Release blocker |   Resolution:  fixed
 Keywords:  | Triage Stage:  Accepted
Has patch:  1   |  Needs documentation:  0
  Needs tests:  0   |  Patch needs improvement:  0
Easy pickings:  0   |UI/UX:  0
+
Changes (by Tim Graham ):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [changeset:"32ade4d73b50aed77efdb9dd7371c17f89061afc" 32ade4d7]:
 {{{
 #!CommitTicketReference repository=""
 revision="32ade4d73b50aed77efdb9dd7371c17f89061afc"
 Fixed #28878 -- Added python_requires in setup.py and a warning for older
 pips that don't recognize it.
 }}}

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.ef81f0427ae628138a11c241b2a4a20c%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #28878: "pip install django" is broken on Python 2; can be fixed for most users with metadata

2017-12-03 Thread Django
#28878: "pip install django" is broken on Python 2; can be fixed for most users
with metadata
+
 Reporter:  Zac Hatfield Dodds  |Owner:  nobody
 Type:  Bug |   Status:  new
Component:  Packaging   |  Version:  2.0
 Severity:  Release blocker |   Resolution:
 Keywords:  | Triage Stage:  Accepted
Has patch:  1   |  Needs documentation:  0
  Needs tests:  0   |  Patch needs improvement:  0
Easy pickings:  0   |UI/UX:  0
+
Changes (by Zac Hatfield Dodds):

 * has_patch:  0 => 1


Comment:

 [https://github.com/django/django/pull/9413 PR]

 I've made the patch against master, and included some notes on backporting
 and required edits to the PyPI listing in the pull description.  Very
 happy to hear any feedback!

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.1250714b36d9e077104fb2221ecb4007%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #28878: "pip install django" is broken on Python 2; can be fixed for most users with metadata

2017-12-03 Thread Django
#28878: "pip install django" is broken on Python 2; can be fixed for most users
with metadata
+
 Reporter:  Zac Hatfield Dodds  |Owner:  nobody
 Type:  Bug |   Status:  new
Component:  Packaging   |  Version:  2.0
 Severity:  Release blocker |   Resolution:
 Keywords:  | Triage Stage:  Accepted
Has patch:  0   |  Needs documentation:  0
  Needs tests:  0   |  Patch needs improvement:  0
Easy pickings:  0   |UI/UX:  0
+
Changes (by Sergey Fedoseev):

 * stage:  Unreviewed => Accepted


-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.a19f1b72e519bb3cb4a34b0e13c0818f%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #28878: "pip install django" is broken on Python 2; can be fixed for most users with metadata

2017-12-03 Thread Django
#28878: "pip install django" is broken on Python 2; can be fixed for most users
with metadata
+--
 Reporter:  Zac Hatfield Dodds  |Owner:  nobody
 Type:  Bug |   Status:  new
Component:  Packaging   |  Version:  2.0
 Severity:  Release blocker |   Resolution:
 Keywords:  | Triage Stage:  Unreviewed
Has patch:  0   |  Needs documentation:  0
  Needs tests:  0   |  Patch needs improvement:  0
Easy pickings:  0   |UI/UX:  0
+--
Changes (by Sergey Fedoseev):

 * cc: Sergey Fedoseev (added)


-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.e664e6f9749f5427e750f2faab2fe3eb%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.