<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pysaml2.git/setup.cfg, branch assert_deletion</title>
<subtitle>github.com: rohe/pysaml2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pysaml2.git/'/>
<entry>
<title>Add Python 3.8 as supported</title>
<updated>2020-04-28T15:10:11+00:00</updated>
<author>
<name>Gábor Lipták</name>
<email>gliptak@gmail.com</email>
</author>
<published>2020-04-28T15:10:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pysaml2.git/commit/?id=03583c8ae4308ead1c255ed95b7e7659a8f421c5'/>
<id>03583c8ae4308ead1c255ed95b7e7659a8f421c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Declare pytest markers properly</title>
<updated>2019-12-26T13:20:22+00:00</updated>
<author>
<name>Ivan Kanakarakis</name>
<email>ivan.kanak@gmail.com</email>
</author>
<published>2019-12-26T13:17:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pysaml2.git/commit/?id=a60e3cf9e19ed336e23beac02aa6e2b51d7746bb'/>
<id>a60e3cf9e19ed336e23beac02aa6e2b51d7746bb</id>
<content type='text'>
Signed-off-by: Ivan Kanakarakis &lt;ivan.kanak@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Ivan Kanakarakis &lt;ivan.kanak@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove python2 support markers and checks</title>
<updated>2019-11-26T11:28:44+00:00</updated>
<author>
<name>Ivan Kanakarakis</name>
<email>ivan.kanak@gmail.com</email>
</author>
<published>2019-11-26T11:27:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pysaml2.git/commit/?id=521b853c946c4b03edd12ad757a1960c27921c51'/>
<id>521b853c946c4b03edd12ad757a1960c27921c51</id>
<content type='text'>
Signed-off-by: Ivan Kanakarakis &lt;ivan.kanak@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Ivan Kanakarakis &lt;ivan.kanak@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the python-future module and use six</title>
<updated>2018-12-06T09:12:47+00:00</updated>
<author>
<name>Ivan Kanakarakis</name>
<email>ivan.kanak@gmail.com</email>
</author>
<published>2018-12-06T09:12:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pysaml2.git/commit/?id=05195ff4764de9e8318a678129fc31c8fba0b96d'/>
<id>05195ff4764de9e8318a678129fc31c8fba0b96d</id>
<content type='text'>
Signed-off-by: Ivan Kanakarakis &lt;ivan.kanak@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Ivan Kanakarakis &lt;ivan.kanak@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Conform to black defaults</title>
<updated>2018-11-19T18:25:46+00:00</updated>
<author>
<name>Ivan Kanakarakis</name>
<email>ivan.kanak@gmail.com</email>
</author>
<published>2018-11-19T18:25:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pysaml2.git/commit/?id=dc5720cf4c771a345cf371f4f72e512177af7a73'/>
<id>dc5720cf4c771a345cf371f4f72e512177af7a73</id>
<content type='text'>
Signed-off-by: Ivan Kanakarakis &lt;ivan.kanak@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Ivan Kanakarakis &lt;ivan.kanak@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Specify minimal version for cryptography package</title>
<updated>2018-08-01T10:56:45+00:00</updated>
<author>
<name>Victor Mireyev</name>
<email>victor@opennodecloud.com</email>
</author>
<published>2018-08-01T10:56:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pysaml2.git/commit/?id=73d3f712b77f3810645d941fd762e60d9a3a3339'/>
<id>73d3f712b77f3810645d941fd762e60d9a3a3339</id>
<content type='text'>
Otherwise if pysaml is installed with an older release of cryptography package it would fail with
AttributeError: '_RSAPrivateKey' object has no attribute 'sign'</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise if pysaml is installed with an older release of cryptography package it would fail with
AttributeError: '_RSAPrivateKey' object has no attribute 'sign'</pre>
</div>
</content>
</entry>
<entry>
<title>Switch from setup.py to setup.cfg</title>
<updated>2018-07-03T01:21:03+00:00</updated>
<author>
<name>Ivan Kanakarakis</name>
<email>ivan.kanak@gmail.com</email>
</author>
<published>2018-07-02T12:47:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pysaml2.git/commit/?id=9c7b0014ccc4229031813ddcc5f6790b59540df5'/>
<id>9c7b0014ccc4229031813ddcc5f6790b59540df5</id>
<content type='text'>
A bug is blocking setuptools from working with python2 [bug]. Work is on its
way [pr]. Until that is fixed, package_dir should be defined in setup.py to
preserve compatibility of the native str type.

  [bug]: https://github.com/pypa/setuptools/issues/1136
  [pr]: https://github.com/pypa/setuptools/pull/1180

Signed-off-by: Ivan Kanakarakis &lt;ivan.kanak@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A bug is blocking setuptools from working with python2 [bug]. Work is on its
way [pr]. Until that is fixed, package_dir should be defined in setup.py to
preserve compatibility of the native str type.

  [bug]: https://github.com/pypa/setuptools/issues/1136
  [pr]: https://github.com/pypa/setuptools/pull/1180

Signed-off-by: Ivan Kanakarakis &lt;ivan.kanak@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
