<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_pycommon.git/pkg, branch 0.6.1</title>
<subtitle>[leap_pycommon] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/'/>
<entry>
<title>[pkg] Remove unused files/changes</title>
<updated>2017-03-17T10:53:04+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2017-03-12T16:11:53+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=d29302ee76f012008431bd344960024e34a9074f'/>
<id>d29302ee76f012008431bd344960024e34a9074f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] remove dependency to python-zmq&gt;=14.4.1-1.1 from debian/control as well</title>
<updated>2017-03-17T10:51:29+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2016-09-22T08:03:20+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=fd839f93df3957abc50402fa4e206228429a5edb'/>
<id>fd839f93df3957abc50402fa4e206228429a5edb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] remove dependency on dirspec</title>
<updated>2016-07-11T14:41:53+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2016-07-06T06:46:33+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=40e5d40c7c725709ac3fd770e6070fbe02e4b7e0'/>
<id>40e5d40c7c725709ac3fd770e6070fbe02e4b7e0</id>
<content type='text'>
This commit removes the dep introduced in 5e12233 by just importing some tiny
bit of dirspec code.

The previous change was introduced because:

  * pyxdg did not account for Mac OS specifics, i.e. using ~/Library/
    directory structure instead of .config (see:
    https://leap.se/code/issues/3574).

  * dirspec does the correct thing for xdg on Mac OS.

  * u1db depends on dirspec anyway.

The problem is that dirspec is not maintained and published on pypi, what
forces us to download it from an URL and add exceptions to be able to pip
install it.

As we are removing dependence on u1db on other modules, we can also remove it
here. To workaround the Mac OS problem, we just add some code from dirspec to
ensure we get the correct directory on Mac OS.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit removes the dep introduced in 5e12233 by just importing some tiny
bit of dirspec code.

The previous change was introduced because:

  * pyxdg did not account for Mac OS specifics, i.e. using ~/Library/
    directory structure instead of .config (see:
    https://leap.se/code/issues/3574).

  * dirspec does the correct thing for xdg on Mac OS.

  * u1db depends on dirspec anyway.

The problem is that dirspec is not maintained and published on pypi, what
forces us to download it from an URL and add exceptions to be able to pip
install it.

As we are removing dependence on u1db on other modules, we can also remove it
here. To workaround the Mac OS problem, we just add some code from dirspec to
ensure we get the correct directory on Mac OS.
</pre>
</div>
</content>
</entry>
<entry>
<title>[test] toxify tests</title>
<updated>2016-07-11T14:41:50+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2016-07-06T06:43:49+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=7e90eed551bbe847201e5c62edcf0e6493ab2ec3'/>
<id>7e90eed551bbe847201e5c62edcf0e6493ab2ec3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[setup] Added docs on how to run the tests</title>
<updated>2016-03-10T19:04:57+00:00</updated>
<author>
<name>Bruno Wagner</name>
<email>bwagner@riseup.net</email>
</author>
<published>2016-03-10T19:04:57+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=77ff0a10eb83263fdfb94e0bc9b1a38fd7e434f8'/>
<id>77ff0a10eb83263fdfb94e0bc9b1a38fd7e434f8</id>
<content type='text'>
Also added dirspec directly to the setuptools for now,
because it needs the dependency along with the url, but pip
would break if it had both
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also added dirspec directly to the setuptools for now,
because it needs the dependency along with the url, but pip
would break if it had both
</pre>
</div>
</content>
</entry>
<entry>
<title>[setup] pycommon pip installs in edit mode</title>
<updated>2016-03-10T18:44:14+00:00</updated>
<author>
<name>Bruno Wagner</name>
<email>bwagner@riseup.net</email>
</author>
<published>2016-03-10T18:42:54+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=4fb7e8724302f4fe30891b6132e9b85472d42708'/>
<id>4fb7e8724302f4fe30891b6132e9b85472d42708</id>
<content type='text'>
Leap pycommon will now be installed in editable mode
when you use pip install, so that you can run the tests
and develop using only pip
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Leap pycommon will now be installed in editable mode
when you use pip install, so that you can run the tests
and develop using only pip
</pre>
</div>
</content>
</entry>
<entry>
<title>[setup] Added dirspec url to requirements</title>
<updated>2016-03-10T18:17:49+00:00</updated>
<author>
<name>Bruno Wagner</name>
<email>bwagner@riseup.net</email>
</author>
<published>2016-03-10T18:17:49+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=2ec4556ac4228179ecb3671e852f1b5685067109'/>
<id>2ec4556ac4228179ecb3671e852f1b5685067109</id>
<content type='text'>
I also added a conditional to the setup.py so
that python setup.py develop can be used even
with the dirspec url
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I also added a conditional to the setup.py so
that python setup.py develop can be used even
with the dirspec url
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] WHEELHOUSE can be a url + --use-leap-wheels</title>
<updated>2015-08-05T21:35:21+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2015-08-04T12:59:36+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=f1639503a58c76b00afc0a22b7928661dd08c771'/>
<id>f1639503a58c76b00afc0a22b7928661dd08c771</id>
<content type='text'>
--use-leap-wheels sets --trusted-host (remove it when we have a proper
  cert) and WHEELHOUSE to https://ftp.lizard.leap.se

Until we get ftp.lizard cname, use lizard as the wheels server.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--use-leap-wheels sets --trusted-host (remove it when we have a proper
  cert) and WHEELHOUSE to https://ftp.lizard.leap.se

Until we get ftp.lizard cname, use lizard as the wheels server.
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] use wheels to install dependencies</title>
<updated>2015-08-03T19:20:24+00:00</updated>
<author>
<name>Parménides GV</name>
<email>parmegv@sdf.org</email>
</author>
<published>2015-07-30T16:29:59+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=638f3edb91ef8c6254d84a2eb083f725da2a878a'/>
<id>638f3edb91ef8c6254d84a2eb083f725da2a878a</id>
<content type='text'>
generate_wheels uses $WHEELHOUSE to generate and store the wheels for
requirements.pip and requirements-testing.pip (if it exists).

pip_install_requirements.sh installs requirements.pip from them if
possible (if not, then it fetches them from pypi) or, if passed the
--testing flag, it installs requirements-testing.pip.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
generate_wheels uses $WHEELHOUSE to generate and store the wheels for
requirements.pip and requirements-testing.pip (if it exists).

pip_install_requirements.sh installs requirements.pip from them if
possible (if not, then it fetches them from pypi) or, if passed the
--testing flag, it installs requirements-testing.pip.
</pre>
</div>
</content>
</entry>
<entry>
<title>[style] more pep8 cleanup</title>
<updated>2015-07-28T15:41:32+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-07-28T15:41:32+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=a119dd4fa2fc4a14577fd2d6e32dff950d934193'/>
<id>a119dd4fa2fc4a14577fd2d6e32dff950d934193</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
