<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/passlib.git/setup.cfg, branch cmdline-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>documentation building should now be done through 'setup.py build_sphinx';</title>
<updated>2011-08-17T15:53:43+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2011-08-17T15:53:43+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/passlib.git/commit/?id=34baa52786c19344c29d3a9e20d2348bf280c729'/>
<id>34baa52786c19344c29d3a9e20d2348bf280c729</id>
<content type='text'>
changed instructions accordingly;
also added 'docdist' setup command to build doc zip files
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
changed instructions accordingly;
also added 'docdist' setup command to build doc zip files
</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>stripped trailing whitespace from a bunch of files</title>
<updated>2011-07-08T20:12:53+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2011-07-08T20:12:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/passlib.git/commit/?id=1cea29b9f5d957aca436031f770f9f27d505ae43'/>
<id>1cea29b9f5d957aca436031f770f9f27d505ae43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>changed setup.cfg so nose works properly again; minor tweaks to setup.py</title>
<updated>2011-06-29T17:58:17+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2011-06-29T17:58:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/passlib.git/commit/?id=458ef5897adf5d10bec13acc69da493135c4d9f8'/>
<id>458ef5897adf5d10bec13acc69da493135c4d9f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>installation updates</title>
<updated>2011-06-22T21:51:37+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2011-06-22T21:51:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/passlib.git/commit/?id=3b6320894d5c2f1e058dc6098151a59695f9382b'/>
<id>3b6320894d5c2f1e058dc6098151a59695f9382b</id>
<content type='text'>
* updated install instructions to account for python 3 support
* removed dependancy on distribute/setuptools:
    - no longer using find_packages()
    - using build_py_2to3 cmdclass as fallback if distribute's use_2to3 not available
* some tweaks to make "setup.py test" work properly
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* updated install instructions to account for python 3 support
* removed dependancy on distribute/setuptools:
    - no longer using find_packages()
    - using build_py_2to3 cmdclass as fallback if distribute's use_2to3 not available
* some tweaks to make "setup.py test" work properly
</pre>
</div>
</content>
</entry>
<entry>
<title>adding 2to3 + cond2to3 monkeypatch support to setup.py; all UTs pass py2.7 &amp; 3.2</title>
<updated>2011-06-20T21:58:36+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2011-06-20T21:58:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/passlib.git/commit/?id=649d32296e9ccdcae66d4c7e52dbe6eb3256f8b1'/>
<id>649d32296e9ccdcae66d4c7e52dbe6eb3256f8b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tweaked setup.cfg</title>
<updated>2011-04-05T22:25:58+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2011-04-05T22:25:58+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/passlib.git/commit/?id=a2b2ab3ebf1d20e91cde032cfa454fa777d0e549'/>
<id>a2b2ab3ebf1d20e91cde032cfa454fa777d0e549</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bumped version 1.4.devDATE</title>
<updated>2011-03-28T01:15:23+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2011-03-28T01:15:23+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/passlib.git/commit/?id=599702825ba0f932852197c9a9d96d3d57ab009e'/>
<id>599702825ba0f932852197c9a9d96d3d57ab009e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>updated links in documentation; bumped to version 1.3.0</title>
<updated>2011-03-25T18:29:35+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2011-03-25T18:29:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/passlib.git/commit/?id=98396cfb5ad628b17f395d190362168da25afbd8'/>
<id>98396cfb5ad628b17f395d190362168da25afbd8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>documentation updates</title>
<updated>2011-03-24T20:25:18+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2011-03-24T20:25:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/passlib.git/commit/?id=5796546d61fb580d1aa11f23de1aa6b326fb9e9b'/>
<id>5796546d61fb580d1aa11f23de1aa6b326fb9e9b</id>
<content type='text'>
=====================
* CryptContext docs finished
* README / LICENSE updated
* license text changed to correct BSD wording
* embarassingly, the history.rst is kinda off about release versions.
  tried to make it give readers better outline.
* misc doc updates
* some handler names (eg: 'context', 'all') now forbidden by register_crypt_handler()
* bumped setup.cfg to b1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
=====================
* CryptContext docs finished
* README / LICENSE updated
* license text changed to correct BSD wording
* embarassingly, the history.rst is kinda off about release versions.
  tried to make it give readers better outline.
* misc doc updates
* some handler names (eg: 'context', 'all') now forbidden by register_crypt_handler()
* bumped setup.cfg to b1
</pre>
</div>
</content>
</entry>
</feed>
