diff --git a/ChangeLog b/ChangeLog index 9c5e241..bc8b392 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2015-02-20 Jan Dittberner + * add Jessie requirements file + 2014-10-14 Jan Dittberner * add patch by Paul Wise to use to update DUCK link to new static page * add patch by Paul Wise to remove generated files from version diff --git a/docs/source/conf.py b/docs/source/conf.py index f301712..3096b10 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -46,14 +46,14 @@ master_doc = 'index' # General information about the project. project = u'Debian Member Portfolio Service' -copyright = u'2009-2014, Jan Dittberner' +copyright = u'2009-2015, Jan Dittberner' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '0.3.3' +version = '0.4.0' # The full version, including alpha/beta/rc tags. release = version diff --git a/docs/source/devdocs.rst b/docs/source/devdocs.rst index 0a455b8..73b0626 100644 --- a/docs/source/devdocs.rst +++ b/docs/source/devdocs.rst @@ -44,12 +44,12 @@ requirements using `pip `_:: virtualenv --distribute ~/.virtualenvs/dmportfolio . ~/.virtualenvs/dmportfolio/bin/activate cd ~/src/debianmemberportfolio - pip install -r wheezyreq.pip + pip install -r jessiereq.pip .. note:: The Debian Member Portfolio Service instance at http://portfolio.debian.net/ - is running on a Debian Wheezy server, therefore :file:`wheezyreq.pip` + is running on a Debian Jessie server, therefore :file:`jessiereq.pip` contains dependency versions matching that Debian release. The dependency download and installation into the virtual environment takes diff --git a/jessiereq.pip b/jessiereq.pip new file mode 100644 index 0000000..cb7127d --- /dev/null +++ b/jessiereq.pip @@ -0,0 +1,18 @@ +Babel==1.3 +Beaker==1.6.4 +FormEncode==1.2.6 +Mako==1.0.0 +MarkupSafe==0.23 +Paste==1.7.5.1 +PasteDeploy==1.5.2 +PasteScript==1.7.5 +Pygments==2.0.1 +Pylons==1.0.1 +Routes==2.0 +Tempita==0.5.2 +WebError==0.10.3 +WebHelpers==1.3 +WebOb==1.4 +WebTest==2.0.16 +nose==1.3.4 +simplejson==3.6.5 diff --git a/setup.py b/setup.py index 1dbab24..f47390c 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ except ImportError: setup( name='debianmemberportfolio', - version='0.3.3', + version='0.4.0', description='service to create Debian Member Portfolio URLs', long_description="""This is a service implementation that returns a set of personalized URLs as outlined in https://wiki.debian.org/DDPortfolio. It