Tres Seaver
2013-03-20 a4b5848305cb2c52961027f1ddd39c5ae98ccdf2
Denote explicit support for PyPy, Python 3.3.
3 files modified
14 ■■■■ changed files
CHANGES.txt 5 ●●●●● patch | view | raw | blame | history
setup.py 7 ●●●● patch | view | raw | blame | history
tox.ini 2 ●●● patch | view | raw | blame | history
CHANGES.txt
@@ -1,6 +1,11 @@
repoze.who Changelog
====================
2.2 (unreleased)
----------------
- Added support for Python 3.3, PyPy.
2.1 (2013-03-20)
----------------
setup.py
@@ -23,15 +23,20 @@
testing_extras = tests_require + ['nose', 'coverage']
setup(name='repoze.who',
      version='2.1',
      version='2.2dev',
      description=('repoze.who is an identification and authentication '
                   'framework for WSGI.'),
      long_description='\n\n'.join([README, CHANGES]),
      classifiers=[
        "Intended Audience :: Developers",
        "Programming Language :: Python :: 2",
        "Programming Language :: Python :: 2.6",
        "Programming Language :: Python :: 2.7",
        "Programming Language :: Python :: 3",
        "Programming Language :: Python :: 3.2",
        "Programming Language :: Python :: 3.3",
        "Programming Language :: Python :: Implementation :: CPython",
        "Programming Language :: Python :: Implementation :: PyPy",
        "Topic :: Internet :: WWW/HTTP",
        "Topic :: Internet :: WWW/HTTP :: Dynamic Content",
        "Topic :: Internet :: WWW/HTTP :: WSGI",
tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist = 
    py26,py27,py32,pypy,cover
    py26,py27,py32,py33,pypy,cover
[testenv]
commands =