Re: [openstack-dev] [requirements] re-ordered specifiers in requirements.txt

2015-06-22 Thread Matthew Thode
On 06/22/2015 05:07 AM, Sean Dague wrote:
 On 06/22/2015 04:33 AM, Robert Collins wrote:
 You may have noticed the every repo has just been spammed with some
 no-op changes where specifiers are re-ordered such as in
 https://review.openstack.org/#/c/193973/1/test-requirements.txt

 where
 sphinx=1.1.2,!=1.2.0,!=1.3b1,1.3
 -
 sphinx!=1.2.0,!=1.3b1,1.3,=1.1.2

 Whats happening is that the requirements code now parses and
 regenerates the specifiers as I mentioned last week. So this is
 normal, but one-time.
 
 So, while I get that it's all equivalent, it's pretty unhuman friendly
 to specify this in this order. Can we get (=)* first, != next, and
 (=)* last so that it reads as a human range?
 
   -Sean
 
that would be awesome if changed like that.

-- 
Matthew Thode

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [requirements] re-ordered specifiers in requirements.txt

2015-06-22 Thread Robert Collins
You may have noticed the every repo has just been spammed with some
no-op changes where specifiers are re-ordered such as in
https://review.openstack.org/#/c/193973/1/test-requirements.txt

where
sphinx=1.1.2,!=1.2.0,!=1.3b1,1.3
-
sphinx!=1.2.0,!=1.3b1,1.3,=1.1.2

Whats happening is that the requirements code now parses and
regenerates the specifiers as I mentioned last week. So this is
normal, but one-time.

Thanks,
Rob

-- 
Robert Collins rbtcoll...@hp.com
Distinguished Technologist
HP Converged Cloud

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [requirements] re-ordered specifiers in requirements.txt

2015-06-22 Thread Sean Dague
On 06/22/2015 04:33 AM, Robert Collins wrote:
 You may have noticed the every repo has just been spammed with some
 no-op changes where specifiers are re-ordered such as in
 https://review.openstack.org/#/c/193973/1/test-requirements.txt
 
 where
 sphinx=1.1.2,!=1.2.0,!=1.3b1,1.3
 -
 sphinx!=1.2.0,!=1.3b1,1.3,=1.1.2
 
 Whats happening is that the requirements code now parses and
 regenerates the specifiers as I mentioned last week. So this is
 normal, but one-time.

So, while I get that it's all equivalent, it's pretty unhuman friendly
to specify this in this order. Can we get (=)* first, != next, and
(=)* last so that it reads as a human range?

-Sean

-- 
Sean Dague
http://dague.net

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev