summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update travis to remove unsupported python versions. Add 3.7 and 3.8.1.4.4Jeff Rouse2020-05-111-3/+2
|
* Update info on 1.4.4 release.Jeff Rouse2020-05-111-1/+3
|
* Update python versions, remove 2.6 and old 3.x, added 3.7 and 3.8.Jeff Rouse2020-05-111-3/+2
|
* Updated maintainer information. Also fixes issue w/ PYPI metadata being ↵Jeff Rouse2020-05-101-2/+2
| | | | stricter than previous releases.
* Tighten up new changes text to render correctly on PyPI.Jeff Rouse2020-05-101-1/+0
|
* Bump version, now listed as stable and import fix.Jeff Rouse2017-04-291-0/+8
|
* bumpJeff Rouse2017-04-291-1/+1
|
* Has been in use for years in core python libraries. Changing classifier to ↵Jeff Rouse2017-04-291-1/+1
| | | | stable.
* Merge pull request #92 from ↵Jeff Rouse2017-04-282-4/+11
|\ | | | | | | | | leorochael/leorochael-no-import-of-appdirs-during-setup Don't import appdirs from setup.py
| * Don't import appdirs from setup.pyLeonardo Rochael Almeida2017-04-112-4/+11
|/ | | | | | | | | | In general, setup.py should never import the code it's trying to install. During a setup.py run, there is no guarantee that importing `appdirs` will actually import the one in the same directory as `setup.py`. Instead, read the version number out of `appdirs.py` by opening it.
* Release notes 1.4.3.1.4.3Jeff Rouse2017-03-061-0/+5
|
* Bump.Jeff Rouse2017-03-061-1/+1
|
* Merge pull request #76 from yan12125/fix-py36-invalid-escape-sequenceJeff Rouse2017-03-051-2/+2
|\ | | | | Fix DeprecationWarning in Python 3.6
| * Fix DeprecationWarning in Python 3.6Yen Chi Hsuan2016-09-161-2/+2
| |
* | Update CHANGES.rst1.4.2Jeff Rouse2017-02-231-1/+6
| | | | | | 1.4.2 release notes
* | Bump version.Jeff Rouse2017-02-231-1/+1
| |
* | Python 3.6 supportJeff Rouse2017-02-231-0/+1
| |
* | Update .travis.ymlJeff Rouse2017-02-231-0/+1
| |
* | Update tox.iniJeff Rouse2017-02-231-1/+1
| |
* | Merge pull request #84 from jmroot/optional-setuptoolsJeff Rouse2017-02-231-1/+5
|\ \ | | | | | | Allow installing without setuptools
| * | Allow installing without setuptoolsJoshua Root2017-02-091-1/+5
| | | | | | | | | Setuptools v34 requires appdirs, which creates an obvious bootstrap problem if appdirs uses setuptools in its setup.py. Therefore, allow installing with distutils if setuptools is not available.
* | | Merge pull request #86 from adamjstewart/fixes/setup-descriptionJeff Rouse2017-02-231-2/+2
|\ \ \ | |/ / |/| | Fix string delimiters in setup.py description
| * | Fix string delimiters in setup.py descriptionAdam J. Stewart2017-02-201-2/+2
|/ /
* | Time to bump...long overdue.1.4.1Jeff Rouse2017-02-011-2/+3
| |
* | Gee, could use a Travis build on 3.5 as well...Jeff Rouse2017-02-011-0/+1
| |
* | py35Jeff Rouse2017-02-011-1/+1
| |
* | Python3.5, maintainerJeff Rouse2017-02-011-2/+3
| |
* | Merge pull request #82 from jwilk/spellingJeff Rouse2017-02-011-1/+1
|\ \ | | | | | | Fix typo
| * | Fix typoJakub Wilk2016-12-301-1/+1
|/ /
* | Merge pull request #60 from jwilk/spellingJeff Rouse2016-12-291-1/+1
|\ \ | | | | | | Fix typo
| * | Fix typoJakub Wilk2015-09-091-1/+1
| |/
* | Merge pull request #56 from jaraco/issue-55Jeff Rouse2016-12-281-2/+2
|\ \ | | | | | | Make appname optional in AppDirs wrapper as in the wrapped functions. Fixes #55.
| * | Make appname optional in AppDirs wrapper as in the wrapped functions. Fixes #55.Jason R. Coombs2015-08-011-2/+2
| |/
* | Merge pull request #53 from carlwgeorge/state_dirJeff Rouse2016-12-272-3/+57
|\ \ | | | | | | support XDG_STATE_HOME
| * | add tests for ea0701dcarlgeorge2015-06-281-0/+3
| | |
| * | support XDG_STATE_HOMEcarlgeorge2015-06-281-3/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is a proposal to add another directory type to the XDG Base Directory Specification. https://wiki.debian.org/XDGBaseDirectorySpecification#state To be clear, this is _not_ currently part of the specification. However, I think it would be a valuable addition to the appdirs module. I wasn't sure if there was an equivalent for OSX or Windows, so for now those fall back to using user_data_dir.
* | | Merge pull request #52 from carlwgeorge/typosJeff Rouse2016-12-271-4/+4
|\ \ \ | |_|/ |/| | fix typos in doc strings
| * | fix typos in doc stringscarlgeorge2015-06-281-4/+4
| |/ | | | | | | | | | | | | * site_data_dir examples were described as 'user data', change to 'site data' * user_config_dir examples were described as 'user data', change to 'user config' * site_config_dir examples were described as 'user data', change to 'site config' * user_log_dir examples were described as 'user cache', change to 'user log'
* | Merge pull request #54 from show0k/patch-1Sridhar Ratnakumar2015-07-221-1/+1
|\ \ | |/ |/| Fix typo in a variable name
| * Update appdirs.pyThéo Segonds2015-07-191-1/+1
|/ | | Fix typo in a variable name
* Merge pull request #50 from graingert/chore/update-trove-and-toxSridhar Ratnakumar2014-08-202-5/+6
|\ | | | | Update trove and tox with supported python versions
| * Update trove and tox with supported python versionsThomas Grainger2014-08-202-5/+6
|/
* Merge pull request #49 from ActiveState/revert-48-patch-1Sridhar Ratnakumar2014-08-181-17/+17
|\ | | | | Revert "Update README.rst"
| * Revert "Update README.rst"Sridhar Ratnakumar2014-08-181-17/+17
|/
* Merge pull request #48 from DaleEMoore/patch-1Sridhar Ratnakumar2014-08-181-17/+17
|\ | | | | Update README.rst
| * Update README.rstDale E. Moore2014-08-181-17/+17
|/ | | Examples use 'appauthor = "Acme"' then follow it with '/Users/trentm/Library/Application Support/SuperApp'. I've changed trentm to Acme.
* need to run register firstSridhar Ratnakumar2014-08-171-2/+2
|
* Merge pull request #46 from graingert/patch-2Sridhar Ratnakumar2014-08-171-0/+1
|\ | | | | Add py34 to travis
| * Add py34Thomas Grainger2014-08-171-0/+1
| |
* | upload a wheel file as wellSridhar Ratnakumar2014-08-171-1/+1
|/