<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/rsa-git.git/doc, branch version-4.7.2</title>
<subtitle>github.com: sybrenstuvel/python-rsa.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/'/>
<entry>
<title>Fix #170: mistake in examples of documentation</title>
<updated>2021-01-10T10:32:52+00:00</updated>
<author>
<name>Sybren A. Stüvel</name>
<email>sybren@stuvel.eu</email>
</author>
<published>2021-01-10T10:32:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=539c54aada3922757099ce1911a28c46e8e81a10'/>
<id>539c54aada3922757099ce1911a28c46e8e81a10</id>
<content type='text'>
Strings need to be encoded into bytes before the RSA module can operate
on them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Strings need to be encoded into bytes before the RSA module can operate
on them.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated documentation to use Pipenv instead of Poetry</title>
<updated>2020-06-12T20:32:50+00:00</updated>
<author>
<name>Sybren A. Stüvel</name>
<email>sybren@stuvel.eu</email>
</author>
<published>2020-06-12T20:32:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=b5e17047bcd72616c28407609d48e7436a05cd5b'/>
<id>b5e17047bcd72616c28407609d48e7436a05cd5b</id>
<content type='text'>
See commit d15a7f3 for the reason why.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See commit d15a7f3 for the reason why.
</pre>
</div>
</content>
</entry>
<entry>
<title>Moving back to Pipenv to manage dependencies</title>
<updated>2020-06-11T18:22:27+00:00</updated>
<author>
<name>Sybren A. Stüvel</name>
<email>sybren@stuvel.eu</email>
</author>
<published>2020-06-11T16:53:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=d15a7f3eaa90f2c48b6c4b893f4ae136a762b48f'/>
<id>d15a7f3eaa90f2c48b6c4b893f4ae136a762b48f</id>
<content type='text'>
Poetry breaks no-binary installations of the RSA library, which defeats
the purpose of this library.

See https://github.com/sybrenstuvel/python-rsa/issues/148

Among other changes, this reverts commit
fcf5b7457c70426a242b17db20dd4e34e1055f69.

I also added a workaround for an `ImportError` importing `zipp` on
Python 3.5.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Poetry breaks no-binary installations of the RSA library, which defeats
the purpose of this library.

See https://github.com/sybrenstuvel/python-rsa/issues/148

Among other changes, this reverts commit
fcf5b7457c70426a242b17db20dd4e34e1055f69.

I also added a workaround for an `ImportError` importing `zipp` on
Python 3.5.
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop character encoding markers for Python 2.x</title>
<updated>2020-06-03T11:15:34+00:00</updated>
<author>
<name>Andrey Semakin</name>
<email>and-semakin@ya.ru</email>
</author>
<published>2019-11-07T06:29:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=1473cb8599c44cffad56cecbe32c467d64f00247'/>
<id>1473cb8599c44cffad56cecbe32c467d64f00247</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bumped copyright in documentation to 2011-2019</title>
<updated>2019-08-04T16:38:58+00:00</updated>
<author>
<name>Sybren A. Stüvel</name>
<email>sybren@stuvel.eu</email>
</author>
<published>2019-08-04T16:38:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=2f3bbea0a5bcb69c4b3202f2bbc4bd4f51b8e476'/>
<id>2f3bbea0a5bcb69c4b3202f2bbc4bd4f51b8e476</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for SHA3 hashing</title>
<updated>2019-08-04T15:47:26+00:00</updated>
<author>
<name>Sybren A. Stüvel</name>
<email>sybren@stuvel.eu</email>
</author>
<published>2019-08-04T15:43:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=3c5ee594a2e38b27f086d042d9d2b9d7d0d0269d'/>
<id>3c5ee594a2e38b27f086d042d9d2b9d7d0d0269d</id>
<content type='text'>
This is based on https://github.com/sybrenstuvel/python-rsa/pull/96, with
a few improvements:
  - The minimum of one use of SHA3 in a unit test, to at least touch it at
    some point.
  - Documented the support of SHA3.
  - Only install the third-party library required by Python 3.5 when we're
    running on Python 3.5. Newer Python versions support SHA3 natively.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is based on https://github.com/sybrenstuvel/python-rsa/pull/96, with
a few improvements:
  - The minimum of one use of SHA3 in a unit test, to at least touch it at
    some point.
  - Documented the support of SHA3.
  - Only install the third-party library required by Python 3.5 when we're
    running on Python 3.5. Newer Python versions support SHA3 natively.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed setup.py as this is now managed via Poetry</title>
<updated>2019-08-04T15:31:01+00:00</updated>
<author>
<name>Sybren A. Stüvel</name>
<email>sybren@stuvel.eu</email>
</author>
<published>2019-08-04T15:31:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=fcf5b7457c70426a242b17db20dd4e34e1055f69'/>
<id>fcf5b7457c70426a242b17db20dd4e34e1055f69</id>
<content type='text'>
Poetry generates a setup.py as part of the building process. It's no longer
necessary to keep it in the Git repo.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Poetry generates a setup.py as part of the building process. It's no longer
necessary to keep it in the Git repo.
</pre>
</div>
</content>
</entry>
<entry>
<title>Mentioned Poetry in the installation documentation</title>
<updated>2019-08-04T15:29:01+00:00</updated>
<author>
<name>Sybren A. Stüvel</name>
<email>sybren@stuvel.eu</email>
</author>
<published>2019-08-04T15:29:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=d3b010a8c0cc4678e743f89597a8a9e109d28736'/>
<id>d3b010a8c0cc4678e743f89597a8a9e109d28736</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop support for Python 2 and 3.4</title>
<updated>2019-08-04T12:15:39+00:00</updated>
<author>
<name>Sybren A. Stüvel</name>
<email>sybren@stuvel.eu</email>
</author>
<published>2019-08-04T12:05:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=1e22d2eb03c7a29a0befe1febf951af9e46ce470'/>
<id>1e22d2eb03c7a29a0befe1febf951af9e46ce470</id>
<content type='text'>
Some of our development dependencies, like Sphinx, have already dropped
support for Python 2. This makes it harder for this project to update
its dependencies. Since Python 2 only has a few more months to live, I
think it's fine to drop support now.

Python 3.4 has already reached its end-of-life date.

Python-RSA now only supports Python 3.5 and newer. Python 3.5 support is
intended to last until its end-of-life date of 2019-09-13:
https://devguide.python.org/#status-of-python-branches
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some of our development dependencies, like Sphinx, have already dropped
support for Python 2. This makes it harder for this project to update
its dependencies. Since Python 2 only has a few more months to live, I
think it's fine to drop support now.

Python 3.4 has already reached its end-of-life date.

Python-RSA now only supports Python 3.5 and newer. Python 3.5 support is
intended to last until its end-of-life date of 2019-09-13:
https://devguide.python.org/#status-of-python-branches
</pre>
</div>
</content>
</entry>
<entry>
<title>Mark 4.0 as released</title>
<updated>2018-09-16T11:42:15+00:00</updated>
<author>
<name>Sybren A. Stüvel</name>
<email>sybren@stuvel.eu</email>
</author>
<published>2018-09-16T11:42:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=368a31f431f24843189b5d4da6b8530fa8bd47d8'/>
<id>368a31f431f24843189b5d4da6b8530fa8bd47d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
