summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update .travis.ymlbbangert-patch-1Ben Bangert2020-07-301-2/+0
| | | Remove py26 and py33 as those are long dead.
* Merge pull request #88 from the-code-robot/masterBen Bangert2020-07-303-3/+35
|\ | | | | Add conditions to Mapper.extend.
| * Specify supersieve version (py2 compatibility)Robin Abbi2020-05-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | BeautifulSoup states supersieve > 1.2 which is what gets picked up by distutils. v2.0 is found and installed. Setup then moves on to the next package in test_requires and when checking versions discovers the conditional in BeautifulSoup setup.py that if python major version == 2 then supersieve < v2.0 should be installed. If we need to preserve compatibility with py2 then reluctantly specify a version in our setup.
| * Remove end comma in arg list.Robin Abbi2020-05-041-1/+1
| | | | | | | | Failed py34 syntax validation.
| * Add conditions to Mapper.extend.Robin Abbi2020-05-042-2/+34
|/
* Merge pull request #78 from webknjaz/feature/minify-rtd-requirementsBen Bangert2017-01-012-31/+9
|\ | | | | Alter doc-requirements to install from docs extra
| * Change spread to list concatenation in setup.pySviatoslav Sydorenko2017-01-011-1/+1
| |
| * Alter doc-requirements to install from docs extraSviatoslav Sydorenko2017-01-012-31/+9
|/
* chore: add python 3.6 to tox/pypi varsBen Bangert2017-01-012-2/+3
|
* chore: add doc requirements for RTD buildingBen Bangert2017-01-011-0/+26
|
* Merge pull request #77 from webknjaz/bugfix/set-up-travis-dplv2.4.1Ben Bangert2017-01-011-1/+6
|\ | | | | Add release alias, so that travis deployment work
| * Add release alias, so that travis deployment workSviatoslav Sydorenko2017-01-011-1/+6
|/ | | | Ref #76
* chore: try a different travis deploy commandBen Bangert2017-01-011-3/+3
|
* chore: use single version for deployBen Bangert2017-01-011-2/+1
|
* chore: use travis release restrictionBen Bangert2017-01-011-1/+4
|
* chore: tag 2.4.1 for releaseBen Bangert2017-01-013-12/+21
|
* chore: update version to 2.4.0 and year refs to 2017v2.4.0Ben Bangert2017-01-013-4/+11
|
* Merge pull request #75 from adamchainz/universal_wheelsBen Bangert2016-12-311-0/+3
|\ | | | | Release as a universal wheel
| * Release as a universal wheelAdam Chainz2016-10-161-0/+3
|/ | | | By releasing as a [Python wheel](http://pythonwheels.com/) as well as a source distribution, you can speed up end user’s installs. After merging this command, to release you just need to run `python setup.py clean sdist bdist_wheel upload`.
* Merge pull request #71 from webknjaz/bugfix/tox-nose-commentBen Bangert2016-07-221-1/+2
|\ | | | | Fix tox comment next to nose dependency
| * Move comment next to nose dependency one line upSviatoslav Sydorenko2016-07-211-1/+2
| | | | | | | | | | It looks tox stopped understanding comments, added to the same line as instructions. Work around that.
| * Merge pull request #3 from bbangert/masterSviatoslav Sydorenko2016-07-2110-35/+75
| |\ | | | | | | Update from upstream #3
* | \ Merge pull request #72 from scorpioxiatian/masterBen Bangert2016-07-222-3/+2
|\ \ \ | |_|/ |/| | Fix a little syntax error
| * | Fix a little syntax errorchengkunye2016-07-222-3/+2
|/ /
* | Merge pull request #67 from adamchainz/readthedocs.ioBen Bangert2016-06-201-1/+1
|\ \ | | | | | | Convert readthedocs links for their .org -> .io migration for hosted projects
| * | Convert readthedocs links for their .org -> .io migration for hosted projectsAdam Chainz2016-06-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’: > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard. Test Plan: Manually visited all the links I’ve modified.
* | | Merge pull request #69 from sdague/masterBen Bangert2016-06-201-1/+1
|\ \ \ | |/ / |/| | Fix missing quotes in documentation
| * | Fix missing quotes in documentationSean Dague2016-06-201-1/+1
|/ / | | | | | | | | When reading the docs I discovered a missing set of single quotes in this code example which makes the example invalid python code. Fixed.
* | chore: add codecovBen Bangert2016-03-301-0/+2
| |
* | chore: update version to 2.3.1 and year refs to 2016v2.3.1Ben Bangert2016-03-304-7/+7
| |
* | Merge pull request #65 from dims/masterBen Bangert2016-03-293-10/+21
|\ \ | | | | | | Tolerate older usage with mandatory routename and optional path
| * | Tolerate older usage with mandatory routename and optional pathDavanum Srinivas2016-03-293-10/+21
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the following review: https://github.com/bbangert/routes/commit/0a417004be7e2d950bdcd629ccf24cf9f56ef817 Routes 2.3 has changed the function signature to mandate path in addition to routename for the connect method. In this patch, we try to get back to path being optional by checking the length of the args list. No other change in logic. This hopefully fixes the problem reported here: https://github.com/bbangert/routes/issues/64 Add an entry in Changelog as well.
* | chore: tag 2.3 releasev2.3Ben Bangert2016-03-282-3/+3
| |
* | Merge pull request #62 from PavloKapyshin/masterBen Bangert2016-03-261-1/+1
|\ \ | | | | | | Fix typo
| * | Fix typoPavlo Kapyshin2016-03-261-1/+1
|/ /
* | Merge pull request #61 from uvNikita/masterBen Bangert2016-03-243-3/+14
|\ \ | | | | | | Fix subdomain equivalence check
| * | Add changelog entry for sub_domain fixNikita Uvarov2016-03-241-0/+1
| | |
| * | Fix subdomain equivalence check. Use regex instead of startswithNikita Uvarov2016-03-242-3/+13
|/ / | | | | | | | | Problem occurred when new subdomain was left substring of current one. In this case subdomain was not replaced.
* | Merge pull request #60 from webknjaz/29-support-protocol-relative-urlBen Bangert2016-02-283-12/+28
|\ \ | | | | | | Fix #29. Add support for protocol-relative URLs
| * | Wrap conditions with parenthesesSviatoslav Sydorenko2016-02-281-2/+2
| | |
| * | Document support for protocol-relative URLs generation. Close #29Sviatoslav Sydorenko2016-02-231-0/+2
| | |
| * | Add support for protocol-relative URLs generation. Close #29Sviatoslav Sydorenko2016-02-231-12/+24
| | |
| * | Add tests for protocol-relative URLs generation. Close #29Sviatoslav Sydorenko2016-02-231-0/+2
| |/
| * Merge pull request #2 from bbangert/masterSviatoslav Sydorenko2016-02-226-13/+22
| |\ | |/ |/| Update from upstream #2
* | Merge pull request #59 from webknjaz/38-add-webob-dependencyBen Bangert2016-02-216-13/+22
|\ \ | | | | | | Fix #38: Add webob dependency [optional]
| * | Ignore .eggs/ and .coverage appearing locallySviatoslav Sydorenko2016-02-211-0/+2
| | |
| * | Document possibility of depending on [middleware]. Fix #38Sviatoslav Sydorenko2016-02-212-2/+6
| | |
| * | Document [middleware] dependency in changelog. Fix #38Sviatoslav Sydorenko2016-02-211-0/+2
| | |
| * | Add test for middleware extra requirement. Fix #38Sviatoslav Sydorenko2016-02-211-11/+7
| | |
| * | Add optional dependency for webob as middleware extra requirement. Fixes #38Sviatoslav Sydorenko2016-02-201-0/+5
| |/