<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/passlib.git/MANIFEST.in, branch scrypt-dev</title>
<subtitle>foss.heptapod.net: python-libs/passlib
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/passlib.git/'/>
<entry>
<title>setup tweaks: fixed manifest to include data files, marked universal wheel support.</title>
<updated>2015-01-11T00:12:39+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2015-01-11T00:12:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/passlib.git/commit/?id=1a5670f84198014ee1bf3f29fa602e39097075d9'/>
<id>1a5670f84198014ee1bf3f29fa602e39097075d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>various documentation updates</title>
<updated>2012-09-20T16:56:26+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2012-09-20T16:56:26+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/passlib.git/commit/?id=2d9c9a1368b947802a9200bc34f7316b4d22f394'/>
<id>2d9c9a1368b947802a9200bc34f7316b4d22f394</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>misc testing fixes</title>
<updated>2012-05-01T19:39:09+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2012-05-01T19:39:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/passlib.git/commit/?id=cb2217e45f43cbcc53dcb90683a20a5ce761bc14'/>
<id>cb2217e45f43cbcc53dcb90683a20a5ce761bc14</id>
<content type='text'>
* bcrypt fuzz fix: detect $2$ hashes w/ passwords like 'abc' 'abcabc' and regenerate,
  since $2$ would hash them the same. one in a million chance, but I hit it.
* django_bcrypt: skip multi-ident testing entirely, only one prefix is used.
* get_fuzz_settings() now handles passwords too, so handlers can alter them
* get_fuzz_ident() now checks os_supports_ident() directly, so bcrypt test doesn't have to
* test_14_salt_chars now cleans up salt, so bcrypt test doesn't have to
* glitch in fuzz skip code
* add tox.ini to sdist
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bcrypt fuzz fix: detect $2$ hashes w/ passwords like 'abc' 'abcabc' and regenerate,
  since $2$ would hash them the same. one in a million chance, but I hit it.
* django_bcrypt: skip multi-ident testing entirely, only one prefix is used.
* get_fuzz_settings() now handles passwords too, so handlers can alter them
* get_fuzz_ident() now checks os_supports_ident() directly, so bcrypt test doesn't have to
* test_14_salt_chars now cleans up salt, so bcrypt test doesn't have to
* glitch in fuzz skip code
* add tox.ini to sdist
</pre>
</div>
</content>
</entry>
<entry>
<title>setup script enhancements</title>
<updated>2011-08-17T15:51:08+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2011-08-17T15:51:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/passlib.git/commit/?id=f3a121563512d51133cbacf50c96b1a3dccde31d'/>
<id>f3a121563512d51133cbacf50c96b1a3dccde31d</id>
<content type='text'>
* added code to make builtin snapshots &amp; releases with correct version # easier,
  no longer dependant on egg_info's tag_date (which didn't make PEP compatible
  version strings anyways).

* moved passlib.setup to passlib._setup - not really publically useful anyways,
  and name was causing nose/unitest to get confused

* added tests/*.cfg to setup &amp; manifest
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* added code to make builtin snapshots &amp; releases with correct version # easier,
  no longer dependant on egg_info's tag_date (which didn't make PEP compatible
  version strings anyways).

* moved passlib.setup to passlib._setup - not really publically useful anyways,
  and name was causing nose/unitest to get confused

* added tests/*.cfg to setup &amp; manifest
</pre>
</div>
</content>
</entry>
<entry>
<title>include CHANGES file in manifest</title>
<updated>2011-05-03T19:19:07+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2011-05-03T19:19:07+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/passlib.git/commit/?id=44dff15028f381077435792337690bcf10938dd0'/>
<id>44dff15028f381077435792337690bcf10938dd0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>last minute release fixes</title>
<updated>2011-03-25T21:20:11+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2011-03-25T21:20:11+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/passlib.git/commit/?id=63d461c8d3f1cfba32fa162c452711116868fbd2'/>
<id>63d461c8d3f1cfba32fa162c452711116868fbd2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
