2015-04-22 09:19:25 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Apr 20 12:57:47 UTC 2015 - tbechtold@suse.com
|
|
|
|
|
|
|
|
|
|
- update to 2.1:
|
|
|
|
|
* Fix 3 other route matching groups in route.py to use anonymous groups for
|
|
|
|
|
optional sections to avoid exceeding regex limits. Fixes #15.
|
|
|
|
|
* Printing a mapper now includes the Controller/action parameters from the
|
|
|
|
|
route. Fixes #11.
|
|
|
|
|
* Fix regression that didn't allow passing in params 'host', 'protocol', or
|
|
|
|
|
'anchor'. They can now be passed in with a trailing '_' as was possible
|
|
|
|
|
before commit d1d1742903fa5ca24ef848a6ae895303f2661b2a. Fixes #7.
|
|
|
|
|
* URL generation with/without SCRIPT_NAME was resulting in the URL cache
|
|
|
|
|
failing to return the appropriate cached URL generation. The URL cache
|
|
|
|
|
should always include the SCRIPT_NAME, even if its empty, in the cache
|
|
|
|
|
to avoid this, and now does. Fixes #6.
|
|
|
|
|
* Extract Route creation into separate method in Mapper. Subclasses of Route
|
|
|
|
|
can be created by Mappers now.
|
|
|
|
|
* Use the first X_FORWARDED_FOR value if there are multiple proxies in the
|
|
|
|
|
path. Fixes #5.
|
|
|
|
|
* Python 3.2/3.3 Support. Fixes Issue #2. Thanks to Alejandro Sánchez for
|
|
|
|
|
the pull request!
|
|
|
|
|
- Enable testrun during build and adjust BuildRequires for that.
|
|
|
|
|
- Adjust documentation links.
|
|
|
|
|
|
2012-04-16 13:45:18 +00:00
|
|
|
-------------------------------------------------------------------
|
2013-10-24 11:13:34 +00:00
|
|
|
Thu Oct 24 11:13:33 UTC 2013 - speilicke@suse.com
|
|
|
|
|
|
|
|
|
|
- Require python-setuptools instead of distribute (upstreams merged)
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2012-04-16 13:45:18 +00:00
|
|
|
Mon Apr 16 13:45:10 UTC 2012 - saschpe@suse.de
|
|
|
|
|
|
|
|
|
|
- Require python-repoze.lru
|
|
|
|
|
|
2012-03-14 13:53:47 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Mar 14 13:47:48 UTC 2012 - saschpe@suse.de
|
|
|
|
|
|
|
|
|
|
- Update to version 1.13:
|
|
|
|
|
* Fix bug with dots forcing extension by default. The portion with the dot
|
|
|
|
|
can now be recognized. Patch by Michael Basnight.
|
|
|
|
|
- Simplified macro usage
|
|
|
|
|
|
2012-01-24 14:29:56 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jan 24 14:14:03 UTC 2012 - bwiedemann@suse.com
|
|
|
|
|
|
|
|
|
|
- Fix Obsoletes
|
|
|
|
|
|
2011-09-01 13:16:29 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Sep 1 13:15:07 UTC 2011 - saschpe@suse.de
|
|
|
|
|
|
|
|
|
|
- Fix license to BSD-3-Clause (SPDX style)
|
|
|
|
|
|
2011-09-01 12:59:56 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Sep 1 12:58:33 UTC 2011 - saschpe@suse.de
|
|
|
|
|
|
|
|
|
|
- Removed reStructuredText markup from description
|
|
|
|
|
|
2011-09-01 12:53:25 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Sep 1 10:04:50 UTC 2011 - saschpe@suse.de
|
|
|
|
|
|
|
|
|
|
- Initial version
|
|
|
|
|
|