<feed xmlns='http://www.w3.org/2005/Atom'>
<title>soledad.git/common/pkg/requirements.pip, branch 0.9.0rc1</title>
<subtitle>[soledad]
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/'/>
<entry>
<title>[pkg] add u1db dependencies directly in leap.soledad.common</title>
<updated>2016-07-12T01:09:28+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2016-07-07T09:51:14+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=c169046ad5e7888211a5359a0d8289efd91c9f9c'/>
<id>c169046ad5e7888211a5359a0d8289efd91c9f9c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] make tests use l2db submodule</title>
<updated>2016-07-12T01:09:24+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2016-04-29T01:40:43+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=b5aa97e9f88934dd73af84f212c95775f97769a9'/>
<id>b5aa97e9f88934dd73af84f212c95775f97769a9</id>
<content type='text'>
From this moment on, we embed a fork of u1db called l2db.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From this moment on, we embed a fork of u1db called l2db.
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] remove simplejson dependency on common</title>
<updated>2015-08-24T17:37:08+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2015-08-24T17:37:08+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=560c0a029f0f5cd2efc254786ca392f91dc80f19'/>
<id>560c0a029f0f5cd2efc254786ca392f91dc80f19</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] separate leap requirements</title>
<updated>2015-07-22T20:40:24+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-07-22T16:36:41+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=82c8989ddbcc57befca806495b7040efd0cb0d4e'/>
<id>82c8989ddbcc57befca806495b7040efd0cb0d4e</id>
<content type='text'>
this is part of a process to make the setup of the development mode less
troublesome. from now on, setting up a virtualenv in pure development
mode will be as easy as telling pip to just install the external dependencies::

  pip install -r pkg/requirements.pip

and traversing all the leap repos for the needed leap dependencies doing::

  python setup.py develop

- Related: #7288
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this is part of a process to make the setup of the development mode less
troublesome. from now on, setting up a virtualenv in pure development
mode will be as easy as telling pip to just install the external dependencies::

  pip install -r pkg/requirements.pip

and traversing all the leap repos for the needed leap dependencies doing::

  python setup.py develop

- Related: #7288
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] fix typo on leap.common version</title>
<updated>2015-06-08T16:32:04+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-06-08T16:32:04+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=e4d98d19f79a367b774ca409f014710921c90fd9'/>
<id>e4d98d19f79a367b774ca409f014710921c90fd9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] bump dependency versions</title>
<updated>2015-06-01T17:46:10+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2015-06-01T17:46:10+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=72af2ac4cc2252883f358af85c0921e11ccf7f80'/>
<id>72af2ac4cc2252883f358af85c0921e11ccf7f80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[fix] add explicit dependency on leap.common</title>
<updated>2015-03-19T14:58:12+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2015-03-19T13:57:54+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=74dec41c1d99ae8d4a4a79a7cb0d5c3c9f40cbae'/>
<id>74dec41c1d99ae8d4a4a79a7cb0d5c3c9f40cbae</id>
<content type='text'>
In the past, we wanted dependency on leap.common to be optional, but now
because of the explicit use of the config path prefix and signaling, we want
to enforce dependency on leap.common.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the past, we wanted dependency on leap.common to be optional, but now
because of the explicit use of the config path prefix and signaling, we want
to enforce dependency on leap.common.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the hard-dep on six</title>
<updated>2013-08-23T15:40:44+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2013-08-23T15:40:44+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=0ac91baec282c1ca32a2f736e971393103cab0c4'/>
<id>0ac91baec282c1ca32a2f736e971393103cab0c4</id>
<content type='text'>
It looks like it is no longer needed, but leaving it commented
until we do some more tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It looks like it is no longer needed, but leaving it commented
until we do some more tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>packaging improvements</title>
<updated>2013-08-23T11:36:38+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2013-08-23T11:36:38+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=b42d461341de2aa7e2136d85f67ebbd12918b200'/>
<id>b42d461341de2aa7e2136d85f67ebbd12918b200</id>
<content type='text'>
* add versioneer (patched for our particular repo config)
* add parse_requirements to unify requirement handling
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add versioneer (patched for our particular repo config)
* add parse_requirements to unify requirement handling
</pre>
</div>
</content>
</entry>
</feed>
