Changelog for
python2-PasteScript-2.0.2-bp150.1.3.noarch.rpm :
* Fri May 05 2017 toddrme2178AATTgmail.com- Fix Provides/Obsoletes.
* Wed Apr 19 2017 toddrme2178AATTgmail.com- Source url must be https.
* Fri Apr 14 2017 toddrme2178AATTgmail.com- Update to version 2.0.2- Remove upstream-included ianb-pastescript-a19e462769b4.diff- Implement single-spec version
* Thu Oct 24 2013 speilickeAATTsuse.com- Require python-setuptools instead of distribute (upstreams merged)
* Mon Jun 11 2012 saschpeAATTsuse.de- Require \'python-cheetah\' on SLE_11_SP2, \'python-Cheetah\' elsewhere
* Tue Mar 06 2012 bwiedemannAATTsuse.com- drop groups properly (fixes bnc#748875)
* Wed Feb 01 2012 saschpeAATTsuse.de- Remove wrongly installed tests- Update to version 1.7.5:
* Import CherryPy directly instead of including its server inline in the paste.script package. You must install CherryPy before using egg:PasteScript#cherrypy
* Thu Sep 01 2011 saschpeAATTsuse.de- Renamed from python-pastescript to python-PasteScript- Added proper changelog file
* Mon Aug 10 2009 cfarrell1980AATTgmail.com- Incorporate some changes from Luke Macken
* Wed Dec 03 2008 jfunkAATTfunktronics.ca- Update to 1.7.3
* CherryPy wsgiserver updated to 3.1.1, fixes a regression in Python 2.5 plus a couple other small fixes.- 1.7.2
* Fix a packaging issue that could cause problems when installing PasteScript.- 1.7.1
* filemaker.py\'s FileOp can now handle a tuple as a source_dir argument that should function the same as the _template_dir option for pkg_resources.
* CherryPy wsgiserver updated to trunkAATT2063 for Python 2.6 compatibility.- 1.7
* _template_dir now takes a tuple argument, which should be the package name, and the relative location to the package of its template directory. pkg_resources will then be used to load make the templates rather than raw file access making it zip-safe.
* CherryPy wsgiserver updated to the 3.1.0 release\'s.
* Support Python 2.6.
* Added experimental support for a quicker paster serve --reload for Jython.
* Non-Python files in ``paste/script/templates/`` causes an error on 2.6; renamed directory to avoid this.- 1.6.3
* Fixes for ``paste.script.filemaker``
* A setuptools ``egg_info.writers`` entry point is now provided that\'s responsible for writing paster_plugins.txt for projects that define a new ``paster_plugins`` setup() keyword. paster_plugins.txt will still be created for new projects that need it and lack a ``paster_plugins`` setup() keyword, but this is deprecated. Projects defining ``paster_plugins`` in setup() should also define a ``setup_requires`` setup() keyword including PasteScript.
* An ``egg_plugins`` variable (a list of strings based off the Templates classes\' ``egg_plugins`` variables) is now available to paster create templates for the new ``paster_plugins`` setup() keyword.
* PasteScript is no longer included in ``egg_plugins``/paster_plugins.txt by default.