summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Bump version: 51.1.1 → 51.1.2v51.1.2Jason R. Coombs2021-01-084-3/+11
| | | | |
* | | | | Disable inclusion of package data as it causes 'tests' to be included as ↵Jason R. Coombs2021-01-082-1/+3
|/ / / / | | | | | | | | | | | | data. Fixes #2505.
* | | | Merge https://github.com/jaraco/skeleton into mainJason R. Coombs2020-12-293-1/+48
|\ \ \ \ | | |/ / | |/| |
| * | | Automatically inject project name in docs heading.Jason R. Coombs2020-12-292-3/+3
| | | |
| * | | Enable automergeJason R. Coombs2020-12-131-0/+27
| | | |
| * | | Update skeleton description to describe the periodic collapse. Fixes #27.Jason R. Coombs2020-12-121-0/+20
| | | |
* | | | Bump version: 51.1.0 → 51.1.1v51.1.1Jason R. Coombs2020-12-284-3/+11
| | | |
* | | | Rename changelogJason R. Coombs2020-12-281-0/+0
| | | |
* | | | Merge pull request #2515 from pypa/bugfix/safe-test-testJason R. Coombs2020-12-282-0/+5
|\ \ \ \ | | | | | | | | | | Avoid hitting network during test_virtualenv.test_test_command.
| * | | | Update changelog.Jason R. Coombs2020-12-281-0/+1
| | | | |
| * | | | Disable index URL in pip-based fetch_build_eggs to avoid hitting PyPI.Jason R. Coombs2020-12-281-0/+2
| | | | |
| * | | | In test_test_command_install_requirements, uninstall setuptools to avoid ↵Jason R. Coombs2020-12-281-0/+2
|/ / / / | | | | | | | | | | | | getting some other version in the environment.
* | | | Update changelog. Ref #1471.Jason R. Coombs2020-12-281-0/+1
| | | |
* | | | Replace incorrect statement about triggering installation of dependencies to ↵Jason R. Coombs2020-12-281-4/+8
| |/ / |/| | | | | | | | indicate that the handling is mostly implementation specific. Ref pypa/setuptools#1471.
* | | Merge pull request #2504 from henryiii/patch-1Jason R. Coombs2020-12-231-8/+5
|\ \ \ | |_|/ |/| | docs: recommend pypa build instead of pep517.build
| * | docs: recommend pypa buildHenry Schreiner2020-12-221-8/+5
|/ /
* | Include tmpl files in manifest template. Workaround for #2498.v51.1.0Jason R. Coombs2020-12-211-1/+3
| | | | | | | | Tests once again pass on an extract of the sdist.
* | Unset tag_build and tag_date prior to cutting a release. Fixes #2500.Jason R. Coombs2020-12-211-0/+2
| |
* | Fix badge for GHAJason R. Coombs2020-12-201-2/+2
| |
* | Fix syntax in test_build_meta, version should not have quotes. Bug was ↵Jason R. Coombs2020-12-201-1/+1
| | | | | | | | masked by LegacyVersion parsing.
* | Disable integration tests on PyPy on Windows. Ref #2496.Jason R. Coombs2020-12-201-0/+7
| |
* | Merge https://github.com/jaraco/tidelift into mainJason R. Coombs2020-12-205-8/+28
|\ \
| * | Move Tidelift release note publishing to Github Actions.Jason R. Coombs2020-11-142-2/+6
| | |
| * | Include token passthrough for azure pipelines publish stage.Jason R. Coombs2020-01-111-0/+2
| | |
| * | Add a 'For Enterprise' section to the READMEJason R. Coombs2019-11-301-0/+9
| | |
| * | Rebrand to 'For Enterprise'Jason R. Coombs2019-11-301-2/+2
| | |
| * | List sidebars to avoid errors looking for template 't'Jason R. Coombs2019-09-091-1/+1
| | |
| * | Add funding reference to projectJason R. Coombs2019-09-091-0/+1
| | |
| * | Update badge URLJason R. Coombs2019-09-091-1/+1
| | |
| * | Move Tidelift token into Travis configurationJason R. Coombs2019-08-222-7/+2
| | |
| * | Use technique for environment passing matching that found in jaraco/skeletonJason R. Coombs2019-05-172-2/+1
| | |
| * | Add support for automatic publishing of release notesJason R. Coombs2019-05-172-0/+13
| | |
| * | Use nicer, simpler phrasingJason R. Coombs2019-03-221-5/+3
| | |
| * | Rely on alabaster theme to support sidebar rendering.Jason R. Coombs2019-01-261-0/+1
| | |
| * | Add Tidelift templateJason R. Coombs2019-01-263-0/+21
| /
* | Bump version: 51.0.0 → 51.1.0Jason R. Coombs2020-12-208-9/+20
| |
* | Merge pull request #2486 from pypa/feature/skeletonJason R. Coombs2020-12-2020-539/+348
|\ \ | | | | | | Adopt jaraco/skeleton
| * | Ensure windir is passed in environment.Jason R. Coombs2020-12-201-0/+2
| | |
| * | Add PyPy3 to list of Pythons testedfeature/skeletonJason R. Coombs2020-12-201-1/+1
| | |
| * | Remove redundant dependenciesJason R. Coombs2020-12-201-5/+0
| | |
| * | Restore fail on warning in docs builds.Jason R. Coombs2020-12-201-1/+1
| | |
| * | Update changelog.Jason R. Coombs2020-12-121-0/+1
| | |
| * | Merge https://github.com/jaraco/skeleton into feature/skeletonJason R. Coombs2020-12-1219-534/+345
| |\ \ | | |/
| | * Collapse skeleton history from archive/2020-12Jason R. Coombs2020-12-0818-0/+433
| |
* | Merge pull request #2487 from yan12125/fix-tests-pytest-6.2Jason R. Coombs2020-12-208-15/+16
|\ \ | | | | | | Fix tests with pytest 6.2
| * | Fix tests with pytest 6.2Chih-Hsuan Yen2020-12-138-15/+16
| | | | | | | | | | | | | | | | | | | | | | | | The latest pytest deprecates pytest.yield_fixture in favor of pytest.fixture [1]. The changelog [2] says that both are the same. [1] https://github.com/pytest-dev/pytest/pull/7988 [2] https://docs.pytest.org/en/stable/changelog.html#pytest-6-2-0-2020-12-12
* | | Merge pull request #2488 from mattdeitke/patch-1Jason R. Coombs2020-12-201-1/+1
|\ \ \ | |/ / |/| | typo
| * | typoMatt Deitke2020-12-131-1/+1
|/ /
* | Move changelog to new issue. Fixes #2485.Jason R. Coombs2020-12-122-2/+2
| |
* | Fix test_test_command_install_requirements with pip 20.3+Chih-Hsuan Yen2020-12-122-1/+5
| | | | | | | | | | | | | | | | setuptools appends --find-links to pip if dependency_links is found, and both takes URLs [1][2]. [1] https://github.com/pypa/setuptools/blob/v51.0.0/docs/userguide/dependency_management.rst#dependencies-that-arent-in-pypi [2] https://pip.pypa.io/en/stable/reference/pip_install/#cmdoption-f