<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/passlib.git, branch 1.7.2</title>
<subtitle>foss.heptapod.net: python-libs/passlib
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/passlib.git/'/>
<entry>
<title>mark release 1.7.2</title>
<updated>2019-11-22T21:08:33+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2019-11-22T21:08:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/passlib.git/commit/?id=c7c4ca4ece10ac0e1090bfa6a3bc41baabcf5ce7'/>
<id>c7c4ca4ece10ac0e1090bfa6a3bc41baabcf5ce7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>setup: updated classifiers</title>
<updated>2019-11-22T21:09:42+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2019-11-22T21:09:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/passlib.git/commit/?id=c3ac1c8f3c2f2c71ec140ed9b307c0c865a02445'/>
<id>c3ac1c8f3c2f2c71ec140ed9b307c0c865a02445</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: update for release</title>
<updated>2019-11-22T21:00:23+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2019-11-22T21:00:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/passlib.git/commit/?id=d060287f95e008b505317ea4aab8ab8bcf5fd7e5'/>
<id>d060287f95e008b505317ea4aab8ab8bcf5fd7e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bcrypt: deprecated support for "py-bcrypt" and "bcryptor" backends</title>
<updated>2019-11-22T20:54:16+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2019-11-22T20:54:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/passlib.git/commit/?id=806cd6fc912796a6173646de165be3a5db76847c'/>
<id>806cd6fc912796a6173646de165be3a5db76847c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>general: Python 2.6 &amp; 3.3 support deprecated -- added notes in docs</title>
<updated>2019-11-22T20:47:49+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2019-11-22T20:47:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/passlib.git/commit/?id=110c695c8a2e9d62a47338764789263f4130f3d8'/>
<id>110c695c8a2e9d62a47338764789263f4130f3d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: minor text &amp; build issues</title>
<updated>2019-11-19T19:41:31+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2019-11-19T19:41:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/passlib.git/commit/?id=b6b227b144dc638bd8e4fb9c220652da68e00cb8'/>
<id>b6b227b144dc638bd8e4fb9c220652da68e00cb8</id>
<content type='text'>
* fix some typos
* silence unrefrenced footnote warnings (expected, can fix later)
* add intersphinx config to link to py3 stdlib
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fix some typos
* silence unrefrenced footnote warnings (expected, can fix later)
* add intersphinx config to link to py3 stdlib
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: django compat fixes</title>
<updated>2019-11-19T19:41:30+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2019-11-19T19:41:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/passlib.git/commit/?id=fb5484ca8006a722c21a9bb51e89b21ff8553266'/>
<id>fb5484ca8006a722c21a9bb51e89b21ff8553266</id>
<content type='text'>
* test_ext_django: account for django 1.11 pbkdf2 defaults

* test_handlers_django: looks like django 2 and forward don't expect w
  passwords-as-bytes at all, so test suites's  "bytes -&gt; str" special case
  is now the default / only policy.

* test_handlers_django: django_bcrypt no longer enabled by default as of django 2.2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test_ext_django: account for django 1.11 pbkdf2 defaults

* test_handlers_django: looks like django 2 and forward don't expect w
  passwords-as-bytes at all, so test suites's  "bytes -&gt; str" special case
  is now the default / only policy.

* test_handlers_django: django_bcrypt no longer enabled by default as of django 2.2
</pre>
</div>
</content>
</entry>
<entry>
<title>bugfix: argon2: replace directive with equivalent that will work under py26/33/34</title>
<updated>2019-11-19T19:41:26+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2019-11-19T19:41:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/passlib.git/commit/?id=5a1a6a1ba7c637462c25d307c5ef7a7777f51d57'/>
<id>5a1a6a1ba7c637462c25d307c5ef7a7777f51d57</id>
<content type='text'>
(dict comprehensions and b"" % format directives both cause issues)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(dict comprehensions and b"" % format directives both cause issues)
</pre>
</div>
</content>
</entry>
<entry>
<title>tests / tox: updated test settings.</title>
<updated>2019-11-19T19:41:21+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2019-11-19T19:41:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/passlib.git/commit/?id=9ce79edd8965d027a35835de9c31010d509d8ad0'/>
<id>9ce79edd8965d027a35835de9c31010d509d8ad0</id>
<content type='text'>
* removed py26, py33 from default list, tox/pip no longer handle them

* added py37, py38 aliases

* added "django1x" test target
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* removed py26, py33 from default list, tox/pip no longer handle them

* added py37, py38 aliases

* added "django1x" test target
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: updated build dependancies</title>
<updated>2019-11-12T18:47:36+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2019-11-12T18:47:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/passlib.git/commit/?id=0e64c30524b0bf3e98bfe90cb3ecd3259937a3ae'/>
<id>0e64c30524b0bf3e98bfe90cb3ecd3259937a3ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
