<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_pycommon.git/src/leap/common, branch develop</title>
<subtitle>[leap_pycommon] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/'/>
<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>[style] move import to top</title>
<updated>2016-05-16T19:18:23+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2016-05-16T19:18:23+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=d0aebe266b09a6787f34b16413db81a20e090601'/>
<id>d0aebe266b09a6787f34b16413db81a20e090601</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] update to versioneer 0.16</title>
<updated>2016-04-01T21:33:26+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2016-04-01T21:33:26+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=334fe8d2d38466ad309e1214d003f977f603dfb9'/>
<id>334fe8d2d38466ad309e1214d003f977f603dfb9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[doc] update event annotation</title>
<updated>2016-03-24T17:59:28+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2016-03-24T13:24:37+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=9365e03b6490e0b86ddde0fe35854431bf17d94c'/>
<id>9365e03b6490e0b86ddde0fe35854431bf17d94c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] close TxAuthenticator properly</title>
<updated>2016-03-16T16:12:24+00:00</updated>
<author>
<name>Christoph Kluenter</name>
<email>ckluente@thoughtworks.com</email>
</author>
<published>2016-03-16T16:03:52+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=3a317f04bfa55698a7064ea3d5c5a1b4cc5ead36'/>
<id>3a317f04bfa55698a7064ea3d5c5a1b4cc5ead36</id>
<content type='text'>
otherwise the context.term() does not return
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
otherwise the context.term() does not return
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] HookableService</title>
<updated>2016-03-11T19:33:18+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2016-03-02T15:53:50+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=ecf025e3d6065c9729ac72489efcdc0218fdffe1'/>
<id>ecf025e3d6065c9729ac72489efcdc0218fdffe1</id>
<content type='text'>
ad-hoc register/trigger mechanism used for service composition.
to be used in bitmask.core and bitmask.bonafide in the first place.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ad-hoc register/trigger mechanism used for service composition.
to be used in bitmask.core and bitmask.bonafide in the first place.
</pre>
</div>
</content>
</entry>
<entry>
<title>[style] pep8</title>
<updated>2016-03-09T14:48:23+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2016-03-09T14:48:23+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=07dff4d010b284d8d46eb3b8a859083013c7441f'/>
<id>07dff4d010b284d8d46eb3b8a859083013c7441f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[tests] adapt events tests to recent changes</title>
<updated>2016-02-29T23:39:43+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2016-02-29T23:33:28+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=027ad7eed50947608738ce0009fccf776936e55c'/>
<id>027ad7eed50947608738ce0009fccf776936e55c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] reactor-based authenticator</title>
<updated>2016-02-29T14:32:24+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2016-02-23T23:28:05+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=24977b744b42df912a23a2861453e7d4d5202310'/>
<id>24977b744b42df912a23a2861453e7d4d5202310</id>
<content type='text'>
We don't really need a thread to make use of the ZAP authenticator.
Document bug fix after authenticator thread is gone
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We don't really need a thread to make use of the ZAP authenticator.
Document bug fix after authenticator thread is gone
</pre>
</div>
</content>
</entry>
</feed>
