<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/rsa-git.git/update_version.sh, branch version-4.9</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>update_version.sh: include README.md in example commit command</title>
<updated>2022-07-20T10:26:00+00:00</updated>
<author>
<name>Sybren A. Stüvel</name>
<email>sybren@stuvel.eu</email>
</author>
<published>2022-07-20T10:26:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=80eb1b16dd359452c8d309161c13196a61387bfc'/>
<id>80eb1b16dd359452c8d309161c13196a61387bfc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix README.md updating part of update_version.sh</title>
<updated>2022-07-20T10:22:39+00:00</updated>
<author>
<name>Sybren A. Stüvel</name>
<email>sybren@stuvel.eu</email>
</author>
<published>2022-07-20T10:22:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=42a9b2fdc3a812cbd210594a3c020e7174fd2a1c'/>
<id>42a9b2fdc3a812cbd210594a3c020e7174fd2a1c</id>
<content type='text'>
I committed that too soon; it works now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I committed that too soon; it works now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add instructions on how to publish via Twine</title>
<updated>2022-07-20T09:28:13+00:00</updated>
<author>
<name>Sybren A. Stüvel</name>
<email>sybren@stuvel.eu</email>
</author>
<published>2022-07-20T09:27:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=78f738d7b06d9f4b39c055c396ebd76538f8c712'/>
<id>78f738d7b06d9f4b39c055c396ebd76538f8c712</id>
<content type='text'>
Make the existing instructions more concrete by including a config file
example and the actual commands to install &amp; run Twine.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make the existing instructions more concrete by including a config file
example and the actual commands to install &amp; run Twine.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix update_version.sh to follow Black-style formatting</title>
<updated>2021-11-24T10:06:11+00:00</updated>
<author>
<name>Sybren A. Stüvel</name>
<email>sybren@stuvel.eu</email>
</author>
<published>2021-11-24T10:06:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=cf47106a672ea27ea07034c6f3265e8f8648676e'/>
<id>cf47106a672ea27ea07034c6f3265e8f8648676e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update `update_version.sh` to use Poetry</title>
<updated>2021-02-24T11:44:41+00:00</updated>
<author>
<name>Sybren A. Stüvel</name>
<email>sybren@stuvel.eu</email>
</author>
<published>2021-02-24T11:23:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=3b8c94c6279c539ccc3db877c133fcc586cd4cd0'/>
<id>3b8c94c6279c539ccc3db877c133fcc586cd4cd0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Added update_version.sh script</title>
<updated>2019-08-04T15:32:23+00:00</updated>
<author>
<name>Sybren A. Stüvel</name>
<email>sybren@stuvel.eu</email>
</author>
<published>2019-08-04T15:32:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rsa-git.git/commit/?id=b68f6181e9729afc6cae42cdf12b6a8dba52a80e'/>
<id>b68f6181e9729afc6cae42cdf12b6a8dba52a80e</id>
<content type='text'>
This script updates the Python-RSA version number in various places.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This script updates the Python-RSA version number in various places.
</pre>
</div>
</content>
</entry>
</feed>
