<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-glanceclient.git/setup.py, branch 0.4.0</title>
<subtitle>opendev.org: openstack/python-glanceclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-glanceclient.git/'/>
<entry>
<title>Add ability to get version information in python</title>
<updated>2012-07-11T21:04:09+00:00</updated>
<author>
<name>Monty Taylor</name>
<email>mordred@inaugust.com</email>
</author>
<published>2012-07-11T16:08:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-glanceclient.git/commit/?id=a814c154652312e6c5f40674933275a0a6d2c647'/>
<id>a814c154652312e6c5f40674933275a0a6d2c647</id>
<content type='text'>
* A user can access glanceclient.__version__ to get a string
  representing the version of the installed library.
* Add openstack-common's 'version' module.

Change-Id: Ib14c561d8ac0b126617a20acfbd5fdb61c54f2c7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* A user can access glanceclient.__version__ to get a string
  representing the version of the installed library.
* Add openstack-common's 'version' module.

Change-Id: Ib14c561d8ac0b126617a20acfbd5fdb61c54f2c7
</pre>
</div>
</content>
</entry>
<entry>
<title>Latest setup goodness.</title>
<updated>2012-07-11T17:21:29+00:00</updated>
<author>
<name>Monty Taylor</name>
<email>mordred@inaugust.com</email>
</author>
<published>2012-07-11T15:44:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-glanceclient.git/commit/?id=c315c5274f8271c83550420236cd28fc1ffa2dd0'/>
<id>c315c5274f8271c83550420236cd28fc1ffa2dd0</id>
<content type='text'>
Upgrade the common setup code to the latest versions, and use setuptools-git
for sdist tarball generation.

Change-Id: I81eca9199b7d330ef8ec80482565a75f8475a78c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Upgrade the common setup code to the latest versions, and use setuptools-git
for sdist tarball generation.

Change-Id: I81eca9199b7d330ef8ec80482565a75f8475a78c
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for tag-based version numbers.</title>
<updated>2012-06-25T15:09:44+00:00</updated>
<author>
<name>Monty Taylor</name>
<email>mordred@inaugust.com</email>
</author>
<published>2012-06-25T14:49:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-glanceclient.git/commit/?id=03efd1689616ada606cb4cd7c0b51d2e1935ecfa'/>
<id>03efd1689616ada606cb4cd7c0b51d2e1935ecfa</id>
<content type='text'>
Change-Id: I9b0e24f65e9b79c39bdf279b7af9c1040ded7952
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I9b0e24f65e9b79c39bdf279b7af9c1040ded7952
</pre>
</div>
</content>
</entry>
<entry>
<title>Add initial docs.</title>
<updated>2012-06-14T18:24:05+00:00</updated>
<author>
<name>Monty Taylor</name>
<email>mordred@inaugust.com</email>
</author>
<published>2012-06-13T19:55:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-glanceclient.git/commit/?id=6e1157059efdaed3a0d638efc6b4a1e4db955832'/>
<id>6e1157059efdaed3a0d638efc6b4a1e4db955832</id>
<content type='text'>
Change-Id: I1f8407597105a914945c932ff55945c8005e273c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I1f8407597105a914945c932ff55945c8005e273c
</pre>
</div>
</content>
</entry>
<entry>
<title>Auto generate AUTHORS file for glanceclient component.</title>
<updated>2012-06-02T07:04:12+00:00</updated>
<author>
<name>Bhuvan Arumugam</name>
<email>bhuvan@apache.org</email>
</author>
<published>2012-06-02T06:38:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-glanceclient.git/commit/?id=a1f8ea1c7f9849e0fb64c547d6456d2c3c38c5e8'/>
<id>a1f8ea1c7f9849e0fb64c547d6456d2c3c38c5e8</id>
<content type='text'>
Bug: 976267

Now that git commits are gated by CLA, we shouldn't enforce
committers to add an entry in AUTHORS file. The AUTHORS file
should be generated automatically, based on git commits.

This commit fixes the problem.

* AUTHORS
  Remove this file.

* .gitignore
  Add AUTHORS file.

* glanceclient/openstack/common/setup.py
  Sync changes from openstack-common.

* setup.py
  Generate AUTHORS file before creating the package.

* glanceclient/shell.py
  Pep8 fix.

* tests/test_authors.py
  Remove this test case.

Change-Id: I9e9d4da5ca3b147b483250dcf25a3b2a840123c2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 976267

Now that git commits are gated by CLA, we shouldn't enforce
committers to add an entry in AUTHORS file. The AUTHORS file
should be generated automatically, based on git commits.

This commit fixes the problem.

* AUTHORS
  Remove this file.

* .gitignore
  Add AUTHORS file.

* glanceclient/openstack/common/setup.py
  Sync changes from openstack-common.

* setup.py
  Generate AUTHORS file before creating the package.

* glanceclient/shell.py
  Pep8 fix.

* tests/test_authors.py
  Remove this test case.

Change-Id: I9e9d4da5ca3b147b483250dcf25a3b2a840123c2
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly install from zipball.</title>
<updated>2012-05-25T18:38:33+00:00</updated>
<author>
<name>Monty Taylor</name>
<email>mordred@inaugust.com</email>
</author>
<published>2012-05-25T15:30:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-glanceclient.git/commit/?id=32ba1385ef907eba02a77ba1c3ea3ef1b60b8da6'/>
<id>32ba1385ef907eba02a77ba1c3ea3ef1b60b8da6</id>
<content type='text'>
Change-Id: I505a42ec11b388e3ee5c818a1aadf0f70d5565c5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I505a42ec11b388e3ee5c818a1aadf0f70d5565c5
</pre>
</div>
</content>
</entry>
<entry>
<title>Added condition requirement to simplejson</title>
<updated>2012-04-30T15:21:12+00:00</updated>
<author>
<name>Chuck Short</name>
<email>chuck.short@canonical.com</email>
</author>
<published>2012-04-30T12:50:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-glanceclient.git/commit/?id=93c1755acdaa6166ab0d6e27f89673a9a0b4e5ee'/>
<id>93c1755acdaa6166ab0d6e27f89673a9a0b4e5ee</id>
<content type='text'>
simplejson is a part of python 2.6.

Change-Id: I3a1d776918c8707f21532fe3b043a039b72d6704
Signed-off-by: Chuck Short &lt;chuck.short@canonical.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
simplejson is a part of python 2.6.

Change-Id: I3a1d776918c8707f21532fe3b043a039b72d6704
Signed-off-by: Chuck Short &lt;chuck.short@canonical.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated depend processing to norms.</title>
<updated>2012-04-04T03:54:43+00:00</updated>
<author>
<name>Monty Taylor</name>
<email>mordred@inaugust.com</email>
</author>
<published>2012-04-04T03:54:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-glanceclient.git/commit/?id=cc479717cf675565697d8a7d98a4b74dc41001e9'/>
<id>cc479717cf675565697d8a7d98a4b74dc41001e9</id>
<content type='text'>
Change-Id: I843c30acaf813614def68b936eb5a982e5a9b242
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I843c30acaf813614def68b936eb5a982e5a9b242
</pre>
</div>
</content>
</entry>
<entry>
<title>More complete image creation</title>
<updated>2012-04-03T21:43:04+00:00</updated>
<author>
<name>Brian Waldon</name>
<email>bcwaldon@gmail.com</email>
</author>
<published>2012-04-03T21:43:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-glanceclient.git/commit/?id=d5bb951e5f3892b6dd3121b21ac8409c57cb5cec'/>
<id>d5bb951e5f3892b6dd3121b21ac8409c57cb5cec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update version to 2012.2</title>
<updated>2012-03-27T06:44:42+00:00</updated>
<author>
<name>Brian Waldon</name>
<email>bcwaldon@gmail.com</email>
</author>
<published>2012-03-27T06:44:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-glanceclient.git/commit/?id=440ffec57577e1bf7414afaaeb13490536c1f797'/>
<id>440ffec57577e1bf7414afaaeb13490536c1f797</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
