<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/py-bcrypt-git.git/tox.ini, branch 3.2.2</title>
<subtitle>github.com: pyca/bcrypt.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/py-bcrypt-git.git/'/>
<entry>
<title>Prepare for the 3.2.1 release (#305)</title>
<updated>2022-05-01T15:46:53+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2022-05-01T15:46:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/py-bcrypt-git.git/commit/?id=c2c4c9bfbc24ebd3e1899831550192f02c315806'/>
<id>c2c4c9bfbc24ebd3e1899831550192f02c315806</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cargo cult some coveragerc from cryptography (#253)</title>
<updated>2021-04-18T15:02:28+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2021-04-18T15:02:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/py-bcrypt-git.git/commit/?id=d79fcd2d053924efc809b183123f63f6be1f4fd2'/>
<id>d79fcd2d053924efc809b183123f63f6be1f4fd2</id>
<content type='text'>
* cargo cult some coveragerc from cryptography

* Combine coverage for path remapping

* Update .coveragerc</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* cargo cult some coveragerc from cryptography

* Combine coverage for path remapping

* Update .coveragerc</pre>
</div>
</content>
</entry>
<entry>
<title>remove travis, add more GA jobs (#243)</title>
<updated>2020-12-23T02:11:29+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2020-12-23T02:11:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/py-bcrypt-git.git/commit/?id=8f8a0d945d4193afcebf58566958b01103743d53'/>
<id>8f8a0d945d4193afcebf58566958b01103743d53</id>
<content type='text'>
* remove travis, add more GA jobs

no arm64 CI job yet

* remove all but minimum/latest jobs for windows and macos

we ship abi3 on all platforms and these jobs don't have a lot of value.
we test on all versions through linux.

* indentation is hard</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* remove travis, add more GA jobs

no arm64 CI job yet

* remove all but minimum/latest jobs for windows and macos

we ship abi3 on all platforms and these jobs don't have a lot of value.
we test on all versions through linux.

* indentation is hard</pre>
</div>
</content>
</entry>
<entry>
<title>Update our python versions to be consistent (#241)</title>
<updated>2020-12-19T17:21:01+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2020-12-19T17:21:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/py-bcrypt-git.git/commit/?id=71d92347b0c084c2b6aa1daa6a83d31c48e958a0'/>
<id>71d92347b0c084c2b6aa1daa6a83d31c48e958a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add: type hints to top level functions (#218)</title>
<updated>2020-08-14T02:09:30+00:00</updated>
<author>
<name>Steve Dignam</name>
<email>sbdchd@users.noreply.github.com</email>
</author>
<published>2020-08-14T02:09:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/py-bcrypt-git.git/commit/?id=f9066e2be5881a39f0048a86987728df4fd9f773'/>
<id>f9066e2be5881a39f0048a86987728df4fd9f773</id>
<content type='text'>
* WIP: add type hints to top level functions

TODO:
- see if mypy picks up types when installing in new project
- setup mypy in CI

fixes https://github.com/pyca/bcrypt/issues/215

* add mypy to ci &amp; move py.typed to correct folder?

* try and get mypy to run in CI

* run mypy in travis?

* use mypy defaults for python_version and platform

https://mypy.readthedocs.io/en/stable/config_file.html#platform-configuration

* update change log with changes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* WIP: add type hints to top level functions

TODO:
- see if mypy picks up types when installing in new project
- setup mypy in CI

fixes https://github.com/pyca/bcrypt/issues/215

* add mypy to ci &amp; move py.typed to correct folder?

* try and get mypy to run in CI

* run mypy in travis?

* use mypy defaults for python_version and platform

https://mypy.readthedocs.io/en/stable/config_file.html#platform-configuration

* update change log with changes</pre>
</div>
</content>
</entry>
<entry>
<title>support only python 3.6+ (#217)</title>
<updated>2020-08-12T01:35:26+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2020-08-12T01:35:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/py-bcrypt-git.git/commit/?id=f3c255ca158182d024fa02e358e45a886886c2e7'/>
<id>f3c255ca158182d024fa02e358e45a886886c2e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Paint it Black by the Rolling Stones (#208)</title>
<updated>2020-07-24T00:38:00+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2020-07-24T00:38:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/py-bcrypt-git.git/commit/?id=09c5fd1a20865731d76c607948fab5bd9c018824'/>
<id>09c5fd1a20865731d76c607948fab5bd9c018824</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move Windows CI to Github Actions (#195)</title>
<updated>2020-03-22T15:44:43+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2020-03-22T15:44:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/py-bcrypt-git.git/commit/?id=b81400becc79d445b5bc0b2dfe5c85130edd6646'/>
<id>b81400becc79d445b5bc0b2dfe5c85130edd6646</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes #187 -- test and build wheels on py38 (#188)</title>
<updated>2019-10-20T03:20:40+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2019-10-20T03:20:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/py-bcrypt-git.git/commit/?id=92fd05271fa95b0f118866ccd374cd355fcc1baf'/>
<id>92fd05271fa95b0f118866ccd374cd355fcc1baf</id>
<content type='text'>
* Fixes #187 -- test and build wheels on py38

* Remove 3.8 for now

* Tell tox to use isolated builds
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fixes #187 -- test and build wheels on py38

* Remove 3.8 for now

* Tell tox to use isolated builds
</pre>
</div>
</content>
</entry>
<entry>
<title>fix our CI rot (#155)</title>
<updated>2018-10-30T13:19:41+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2018-10-30T13:19:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/py-bcrypt-git.git/commit/?id=271ac9f2af50859a4f7e4ece622cb8d59710cc8b'/>
<id>271ac9f2af50859a4f7e4ece622cb8d59710cc8b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
