summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #40 from ↵HEADmainMichael Merickel2022-12-291-4/+4
|\ | | | | | | | | Pylons/dependabot/github_actions/actions/setup-python-4 Bump actions/setup-python from 2 to 4
| * Bump actions/setup-python from 2 to 4dependabot[bot]2022-12-291-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #41 from Pylons/dependabot/github_actions/actions/checkout-3Michael Merickel2022-12-291-4/+4
|\ \ | |/ |/| Bump actions/checkout from 2 to 3
| * Bump actions/checkout from 2 to 3dependabot[bot]2022-12-291-4/+4
|/ | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* rename master to main and add python 3.11Michael Merickel2022-12-294-5/+17
|
* add python_requires metadata3.0.1Michael Merickel2022-10-172-1/+7
|
* prep 3.03.0Michael Merickel2022-10-162-4/+4
|
* Merge pull request #37 from Pylons/importlib-metadataMichael Merickel2022-10-1611-83/+53
|\ | | | | drop setuptools/pkg_resources and replace with importlib.metadata
| * add a note to news.rstMichael Merickel2022-05-151-0/+2
| |
| * fix lint and enable coverage reportsMichael Merickel2022-05-153-17/+16
| |
| * replace pkg_resources uses with importlib_metadataMichael Merickel2022-05-154-42/+20
| |
| * initial setup removing importlib-metadataMichael Merickel2022-05-157-33/+24
|/
* switch to f-stringMichael Merickel2022-05-151-2/+2
|
* Merge pull request #36 from Pylons/blackifyBert JW Regeer2022-05-1522-298/+474
|\
| * fix up strings and upgrade format syntaxMichael Merickel2022-05-152-4/+6
| |
| * move fixtures into the setup code for the test suiteMichael Merickel2022-05-151-0/+16
| |
| * blackify/isort/flake8Michael Merickel2022-05-1522-298/+456
|/
* Merge pull request #35 from Pylons/src-folderBert JW Regeer2022-05-1518-27/+108
|\
| * enable lintingMichael Merickel2022-05-151-12/+12
| |
| * refactor to a src folderMichael Merickel2022-05-1517-15/+96
|/
* Merge pull request #34 from Pylons/refactor-packageBert JW Regeer2022-05-159-103/+97
|\
| * remove py2 configparser shimsMichael Merickel2022-05-151-18/+1
| |
| * refactor package info to setup.cfg, run pyupgradeMichael Merickel2022-05-159-86/+97
| |
* | Merge pull request #33 from Pylons/drop-py2Bert JW Regeer2022-05-1513-105/+114
|\ \ | |/
| * fix classifiersMichael Merickel2022-05-151-5/+4
| |
| * disable windowsMichael Merickel2022-05-151-1/+1
| |
| * switch to github actionsMichael Merickel2022-05-154-28/+87
| |
| * remove compat moduleMichael Merickel2022-05-159-72/+23
| |
* | Revert "switch to github actions"Michael Merickel2022-05-154-87/+28
| | | | | | | | This reverts commit efd233bd865f840d9e151a40b136b36828e3e1f5.
* | switch to github actionsMichael Merickel2022-05-154-28/+87
|/
* prep 2.1.12.1.1masterMichael Merickel2020-10-122-1/+7
|
* Merge pull request #29 from jsmolic/setuptoolsMichael Merickel2020-10-121-0/+1
|\ | | | | setup.py: add setuptools to install_requires
| * setup.py: add setuptools to install_requiresJakov Smolic2020-10-121-0/+1
|/ | | | Closes: https://github.com/Pylons/pastedeploy/issues/28
* Release 2.1.02.1.0Chris Dent2020-02-022-1/+6
| | | | * remove pytest-runner
* Remove pytest-runner integration (#24)Colin Watson2020-02-022-5/+0
| | | | | | | | | | | | | `pytest-runner` describes itself as deprecated in its own package description, referring to https://github.com/pypa/setuptools/issues/1684. Using it in `setup_requires` means that any other package that depends on PasteDeploy has to install `pytest-runner` too, which is fairly heavyweight and unnecessary. (I ran into this when trying to update Launchpad to a less ancient version of PasteDeploy.) This does mean that `python setup.py test` no longer works, but, according to the setuptools issue above, that's deprecated anyway. PasteDeploy already has `tox` configuration that works well.
* Include license a tests in PyPi releases (#22)Ondřej Nový2019-01-071-1/+6
| | | | | | * Include license.txt in PyPi release * Include tests in PyPi release
* Release 2.0.12.0.1Chris Dent2018-12-041-1/+1
| | | | Mini-release to cover release faults and small docs cleanups.
* Minor grammar fix (#21)Tim Burke2018-12-041-1/+1
|
* Prepare a 2.0.0 release (#19)2.0.0Chris Dent2018-11-293-1/+11
| | | | | | | | | | | | | | | | * Prepare a 2.0.0 release Update version in setup.py Add changes to news.rst Add build artifacts to .gitignore The rationale for using a 2.0.0 version number is to make a rather heavy-handed signal about the change in project hosting and maintenance. * Fixup text and links in 2.0.0 news Better linking and more complete text
* add docs/.gitignore to add _buildSteve Piercy2018-11-291-0/+1
|
* setup.py update (#17)Steve Piercy2018-11-291-35/+36
| | | | | | | | | | * update trove classifiers * Replace ' with " for consistency * Update contacts * PEP8 space
* Merge pull request #14 from stevepiercy/docs-publishing-4Steve Piercy2018-11-293-1/+109
|\ | | | | republish docs; add docs build to tox.ini
| * Add rtd.txt to install pylons-sphinx-themes packageSteve Piercy2018-11-271-0/+1
| |
| * Merge remote-tracking branch 'origin/docs-publishing-4' into docs-publishing-4Steve Piercy2018-11-270-0/+0
| |\ | | | | | | | | | | | | # Conflicts: # tox.ini
| | * Add docs environment to tox. Build via `tox -e docs`.Steve Piercy2018-11-271-1/+11
| | | | | | | | | | | | Closes #9
| | * Comment out obsolete static pathSteve Piercy2018-11-271-1/+1
| | |
| | * proper spacingSteve Piercy2018-11-271-1/+1
| | |
| | * Synch with masterSteve Piercy2018-11-271-2/+2
| | |
| | * Update link to pastescript in README.rstSteve Piercy2018-11-261-1/+1
| | |
| | * Remove license from docsSteve Piercy2018-11-231-1/+0
| | |