<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask_client.git/setup.py, branch 0.3.1</title>
<subtitle>[bitmask_client] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/'/>
<entry>
<title>Rebrand the latest bits</title>
<updated>2013-08-23T13:18:26+00:00</updated>
<author>
<name>Tomás Touceda</name>
<email>chiiph@leap.se</email>
</author>
<published>2013-08-23T13:18:26+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=d9916320aa69ee9eedfd1b24b41cb4a2827afb08'/>
<id>d9916320aa69ee9eedfd1b24b41cb4a2827afb08</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Re-add parentdir prefix</title>
<updated>2013-08-21T15:52:07+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2013-08-21T15:52:07+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=411304b41ad6361c8ba15fe9940441eb2a099229'/>
<id>411304b41ad6361c8ba15fe9940441eb2a099229</id>
<content type='text'>
Now matching the next python package name in pypi.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now matching the next python package name in pypi.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix versioneer to use new path</title>
<updated>2013-08-12T19:12:52+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2013-08-12T19:12:52+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=4ec1c1d0994ef9f6f11c7da42ec314d6322bbaa2'/>
<id>4ec1c1d0994ef9f6f11c7da42ec314d6322bbaa2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix setup.py to use leap.bitmask namespace</title>
<updated>2013-08-12T19:01:58+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2013-08-12T16:38:12+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=88ee079b9379d4f64bf74d47fff532da9a3126be'/>
<id>88ee079b9379d4f64bf74d47fff532da9a3126be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pep8 fixes</title>
<updated>2013-08-08T18:06:06+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2013-08-08T14:11:05+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=9cfc75767ae440bef83e5cd7a5e34c1b3ba7a215'/>
<id>9cfc75767ae440bef83e5cd7a5e34c1b3ba7a215</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update README and packaging names.</title>
<updated>2013-08-08T18:06:06+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2013-08-07T21:54:04+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=8ad62f8d8880db9d416f8a60ec5e1e7f69136418'/>
<id>8ad62f8d8880db9d416f8a60ec5e1e7f69136418</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix versioneer build and sdist commands</title>
<updated>2013-06-21T17:34:40+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2013-06-21T17:29:16+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=9557edfad010411b284a6a9cbb30390cff2002d8'/>
<id>9557edfad010411b284a6a9cbb30390cff2002d8</id>
<content type='text'>
It turns out that I was using remnants of old functions in which
I had to hook the branding mechanism, but that's not needed anymore, so
it's much simple.

With this change, we get the correct _version generated after a build or
sdist command.

For the bundles, we should use that _version. Ideally we should use the
whole build tree for bundles instead of the source tree directly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It turns out that I was using remnants of old functions in which
I had to hook the branding mechanism, but that's not needed anymore, so
it's much simple.

With this change, we get the correct _version generated after a build or
sdist command.

For the bundles, we should use that _version. Ideally we should use the
whole build tree for bundles instead of the source tree directly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add custom develop command for setup.py</title>
<updated>2013-06-03T18:55:40+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@yahoo.com.ar</email>
</author>
<published>2013-06-03T18:49:07+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=5cb114cda57aacea4273ba0e41ad52f6d4ccf25f'/>
<id>5cb114cda57aacea4273ba0e41ad52f6d4ccf25f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Recursively include docs files and uncomment build/sdist</title>
<updated>2013-06-03T15:46:54+00:00</updated>
<author>
<name>Tomás Touceda</name>
<email>chiiph@leap.se</email>
</author>
<published>2013-05-31T16:43:15+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=a32149bb11fe5bba0b9c1b97774c7a62001ef901'/>
<id>a32149bb11fe5bba0b9c1b97774c7a62001ef901</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>copy processed reqs to util/</title>
<updated>2013-05-30T21:22:38+00:00</updated>
<author>
<name>kali</name>
<email>kali@leap.se</email>
</author>
<published>2013-05-30T21:22:38+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_client.git/commit/?id=a5e8645b8b34ef736825ae06cdf4d360eaa32db6'/>
<id>a5e8645b8b34ef736825ae06cdf4d360eaa32db6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
