summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate notice.HEADmasterJeff Rouse2023-02-101-1/+1
|
* Update to mention platformdirs.Jeff Rouse2023-01-191-0/+2
|
* add newer python versions, remove 3.5Jeff Rouse2023-01-041-1/+2
|
* Merge pull request #182 from TechnologyClassroom/mitJeff Rouse2022-07-201-2/+1
|\ | | | | MIT License
| * MIT LicenseMichael McMahon2022-07-201-2/+1
|/
* Merge pull request #152 from neirbowj/explicit_encodingJeff Rouse2021-01-281-1/+2
|\ | | | | Explicitly decode appdirs.py as UTF-8
| * Explicitly decode appdirs.py as UTF-8John W. O'Brien2020-08-211-1/+2
| |
* | Merge pull request #159 from sir-sigurd/patch-1Jeff Rouse2021-01-271-1/+1
|\ \ | | | | | | Use ternary operator for better readability
| * | Use ternary operator for better readabilitySergey Fedoseev2020-12-111-1/+1
|/ /
* | Delete TODO.mdJeff Rouse2020-11-121-1/+0
| |
* | Merge pull request #157 from sir-sigurd/test-python-3.9Jeff Rouse2020-11-122-0/+2
|\ \ | | | | | | test on Python 3.9
| * | test on Python 3.9Sergey Fedoseev2020-11-112-0/+2
|/ /
* | Merge pull request #155 from Kevin-McClusky/154-jython-fixJeff Rouse2020-09-141-1/+18
|\ \ | |/ |/| Add os.environ fallback for Jython
| * Add os.environ fallback for jythonKevin McClusky2020-08-291-1/+18
|/
* Merge pull request #134 from jdufresne/setup-py-testJeff Rouse2020-07-063-4/+4
|\ | | | | Replace use of deprecated 'setup.py test'
| * Replace use of deprecated 'setup.py test'Jon Dufresne2020-02-253-4/+4
| | | | | | | | | | | | Since setuptools v41.5.0 (27 Oct 2019), the 'test' command is formally deprecated and should not be used. Now use unittest as the test entry point.
* | Merge pull request #133 from ofek/patch-1Jeff Rouse2020-06-021-36/+7
|\ \ | | | | | | Remove unnecessary use of pywin32 for loading Windows folder
| * | Update appdirs.pyOfek Lev2020-02-261-2/+4
| | |
| * | Remove unnecessary use of pywin32 for loading Windows folderOfek Lev2020-02-251-36/+5
| | |
* | | Merge pull request #135 from jdufresne/licenseJeff Rouse2020-06-021-5/+0
|\ \ \ | | | | | | | | Remove deprecated license_file from setup.cfg
| * | | Remove deprecated license_file from setup.cfgJon Dufresne2020-02-251-5/+0
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Starting with wheel 0.32.0 (2018-09-29), the "license_file" option is deprecated. https://wheel.readthedocs.io/en/stable/news.html The wheel will continue to include LICENSE, it is now included automatically: https://wheel.readthedocs.io/en/stable/user_guide.html#including-license-files-in-the-generated-wheel-file
* | | Update maintainer details.Jeff Rouse2020-05-011-2/+2
| | |
* | | Merge pull request #144 from hrnciar/remove-shebang-from-nonexecutable-scriptJeff Rouse2020-04-271-1/+0
|\ \ \ | | | | | | | | Remove shebang from nonexecutable script
| * | | Remove shebang from nonexecutable scriptTomas Hrnciar2020-04-091-1/+0
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When packaging appdirs and pip (which bundles it) in Fedora, we have realized that there is a nonexecuatble file with a shebang line. It seems that the primary purpose of this file is to be imported from Python code or to be executed via `python appdirs.py` or `python -m appdirs` and hence the shebang appears to be unnecessary. Shebangs are hard to handle when doing downstream packaging, because it makes sense for upstream to use `#!/usr/bin/env python` while in the RPM package, we need to avoid that and use a more specific interpreter. Since the shebang was unused, I propose to remove it to avoid the problems.
* | | Merge pull request #143 from srid/patch-1Jeff Rouse2020-03-301-2/+2
|\ \ \ | |/ / |/| | Remove myself as a maintainer
| * | Remove myself as a maintainerSridhar Ratnakumar2020-03-291-2/+2
|/ / | | | | cc @trentm @zoofood
* | Merge pull request #128 from hugovk/rm-3.4Jeff Rouse2020-02-253-5/+4
|\ \ | |/ |/| Drop support for EOL Python 3.4
| * Test on latest PyPyHugo2019-12-071-2/+2
| |
| * Drop support for EOL Python 3.4Hugo2019-12-073-3/+2
|/
* Merge pull request #126 from jdufresne/py38Jeff Rouse2019-12-063-1/+3
|\ | | | | Add Python 3.8 to the test matrix
| * Add Python 3.8 to the test matrixJon Dufresne2019-11-113-1/+3
|/
* Merge pull request #119 from jdufresne/xenialJeff Rouse2019-02-112-8/+5
|\ | | | | Use 'dist: xenial' in Travis to simplify configuration
| * Use 'dist: xenial' in Travis to simplify configurationJon Dufresne2019-01-242-8/+5
|/ | | | | | | | | | Allows using Python version 3.7 without sudo declarations. Travis officially added support for Xenial on 2018-11-08. https://blog.travis-ci.com/2018-11-08-xenial-release As pypy3 is tested on Travis, add it to tox.ini as well.
* Proper platform naming, change Mac OS X to macOS.Jeff Rouse2018-09-251-2/+2
|
* Merge pull request #114 from jdufresne/eolJeff Rouse2018-09-175-21/+3
|\ | | | | Drop support for EOL Pythons
| * Drop support for EOL PythonsJon Dufresne2018-09-175-21/+3
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Python 2.6, 3.2, and 3.3 are end of life. They are no longer receiving bug fixes, including for security issues. Python 2.6 went EOL on 2013-10-29, Python 3.2 on 2016-02-20, and Python 3.3 on 2017-09-29. For additional details on support Python versions, see: https://devguide.python.org/#status-of-python-branches https://devguide.python.org/devcycle/#end-of-life-branches Removing support for EOL Pythons will reduce testing and maintenance resources. Using pypinfo, here are the PyPI download statistics for the last 30 days, showing low numbers for EOL Pythons. | python_version | percent | download_count | | -------------- | ------: | -------------: | | 2.7 | 61.50% | 785,047 | | 3.6 | 24.17% | 308,576 | | 3.5 | 8.09% | 103,320 | | 3.7 | 3.23% | 41,242 | | 3.4 | 2.81% | 35,877 | | 2.6 | 0.13% | 1,622 | | 3.3 | 0.06% | 711 | | 3.8 | 0.01% | 174 | | None | 0.00% | 19 | | 3.2 | 0.00% | 7 |
* Merge pull request #113 from jdufresne/py37Jeff Rouse2018-09-174-1/+14
|\ | | | | Add testing and document support for Python 3.7
| * Add testing and document support for Python 3.7Jon Dufresne2018-09-164-1/+14
|/ | | | | | Python 3.7 was released on June 27, 2018. https://docs.python.org/3/whatsnew/3.7.html
* Merge pull request #112 from jdufresne/httpsJeff Rouse2018-09-114-11/+11
|\ | | | | Prefer https:// links where available
| * Prefer https:// links where availableJon Dufresne2018-08-284-11/+11
| |
* | Merge pull request #111 from jdufresne/simplify-troveJeff Rouse2018-09-111-18/+18
|\ \ | | | | | | Simplify trove classifier list
| * | Simplify trove classifier listJon Dufresne2018-08-281-18/+18
| |/ | | | | | | | | Easier to simply define a list of strings instead of processing a big string with split() & strip().
* | Merge pull request #110 from jdufresne/dep-wheelJeff Rouse2018-09-111-2/+4
|\ \ | | | | | | Rename [wheel] section to [bdist_wheel] as the former is legacy
| * \ Merge branch 'master' into dep-wheelJeff Rouse2018-09-111-0/+5
| |\ \ | |/ / |/| |
* | | Merge pull request #109 from jdufresne/licenseJeff Rouse2018-09-111-0/+3
|\ \ \ | |_|/ |/| | Include license file in the generated wheel package
| * | Include license file in the generated wheel packageJon Dufresne2018-08-281-0/+3
|/ / | | | | | | | | | | | | | | | | | | | | | | | | The wheel package format supports including the license file. This is done using the [metadata] section in the setup.cfg file. For additional information on this feature, see: https://wheel.readthedocs.io/en/stable/index.html#including-the-license-in-the-generated-wheel-file Helps project comply with its own license: > The above copyright notice and this permission notice shall be > included in all copies or substantial portions of the Software.
| * Rename [wheel] section to [bdist_wheel] as the former is legacyJon Dufresne2018-08-281-2/+2
|/ | | | | | | | For additional details, see: https://github.com/pypa/wheel/blob/3dc261abc98a5e43bc7fcf5783d080aaf8f9f0cf/wheel/bdist_wheel.py#L127-L133 http://pythonwheels.com/
* Update CHANGES.rstJeff Rouse2017-11-211-4/+2
|
* Noted change regarding correcting the config directory on MacOS.Jeff Rouse2017-11-211-1/+3
|
* Merge pull request #100 from davidh-ssec/masterJeff Rouse2017-11-211-3/+11
|\ | | | | Corrected *_config_dir() for OSX