Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Disable PIP_NO_INDEX for tests that override the index. Ref #2534.v51.2.0 | Jason R. Coombs | 2021-01-16 | 1 | -0/+2 | |
|/ / / / / / | ||||||
* | | | | | | Point changelog at 2534 for more info | Jason R. Coombs | 2021-01-16 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Bump version: 51.1.2 → 51.2.0 | Jason R. Coombs | 2021-01-16 | 6 | -6/+20 | |
| | | | | | | ||||||
* | | | | | | Point changelog at 2534 for more info | Jason R. Coombs | 2021-01-16 | 1 | -0/+0 | |
| | | | | | | ||||||
* | | | | | | Avoid hitting network during test_easy_install | Jason R. Coombs | 2021-01-16 | 2 | -0/+11 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #2519 from henryiii/patch-2 | Jason R. Coombs | 2021-01-08 | 1 | -1/+1 | |
|\ \ \ \ \ | | | | | | | | | | | | | fix: suggest PyPA build instead of pep517.build | |||||
| * | | | | | fix: suggest PyPA build instead of pep517.build | Henry Schreiner | 2021-01-01 | 1 | -1/+1 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #2523 from encukou/load_module | Jason R. Coombs | 2021-01-08 | 2 | -1/+4 | |
|\ \ \ \ \ | | | | | | | | | | | | | Avoid deprecated load_module() in pkg_resources namespace delaration | |||||
| * | | | | | Avoid deprecated load_module() in pkg_resources namespace delaration | Petr Viktorin | 2021-01-06 | 2 | -1/+4 | |
| |/ / / / | | | | | | | | | | | | | | | | Fixes: https://github.com/pypa/setuptools/issues/2493 | |||||
* | | | | | Merge pull request #2525 from jtr109/patch-1 | Jason R. Coombs | 2021-01-08 | 2 | -1/+2 | |
|\ \ \ \ \ | | | | | | | | | | | | | fix typo | |||||
| * | | | | | Update 2525.doc.rst | YuanPei Li | 2021-01-08 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Create 2525.doc.rst | YuanPei Li | 2021-01-08 | 1 | -0/+1 | |
| | | | | | | ||||||
| * | | | | | fix typo | YuanPei Li | 2021-01-08 | 1 | -1/+1 | |
| |/ / / / | | | | | | | | | | | Fix a difference between the name of function definition and calling. | |||||
* | | | | | Bump version: 51.1.1 → 51.1.2v51.1.2 | Jason R. Coombs | 2021-01-08 | 4 | -3/+11 | |
| | | | | | ||||||
* | | | | | Disable inclusion of package data as it causes 'tests' to be included as ↵ | Jason R. Coombs | 2021-01-08 | 2 | -1/+3 | |
|/ / / / | | | | | | | | | | | | | data. Fixes #2505. | |||||
* | | | | Merge https://github.com/jaraco/skeleton into main | Jason R. Coombs | 2020-12-29 | 3 | -1/+48 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | Automatically inject project name in docs heading. | Jason R. Coombs | 2020-12-29 | 2 | -3/+3 | |
| | | | | ||||||
| * | | | Enable automerge | Jason R. Coombs | 2020-12-13 | 1 | -0/+27 | |
| | | | | ||||||
| * | | | Update skeleton description to describe the periodic collapse. Fixes #27. | Jason R. Coombs | 2020-12-12 | 1 | -0/+20 | |
| | | | | ||||||
* | | | | Bump version: 51.1.0 → 51.1.1v51.1.1 | Jason R. Coombs | 2020-12-28 | 4 | -3/+11 | |
| | | | | ||||||
* | | | | Rename changelog | Jason R. Coombs | 2020-12-28 | 1 | -0/+0 | |
| | | | | ||||||
* | | | | Merge pull request #2515 from pypa/bugfix/safe-test-test | Jason R. Coombs | 2020-12-28 | 2 | -0/+5 | |
|\ \ \ \ | | | | | | | | | | | Avoid hitting network during test_virtualenv.test_test_command. | |||||
| * | | | | Update changelog. | Jason R. Coombs | 2020-12-28 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | Disable index URL in pip-based fetch_build_eggs to avoid hitting PyPI. | Jason R. Coombs | 2020-12-28 | 1 | -0/+2 | |
| | | | | | ||||||
| * | | | | In test_test_command_install_requirements, uninstall setuptools to avoid ↵ | Jason R. Coombs | 2020-12-28 | 1 | -0/+2 | |
|/ / / / | | | | | | | | | | | | | getting some other version in the environment. | |||||
* | | | | Update changelog. Ref #1471. | Jason R. Coombs | 2020-12-28 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Replace incorrect statement about triggering installation of dependencies to ↵ | Jason R. Coombs | 2020-12-28 | 1 | -4/+8 | |
| |/ / |/| | | | | | | | | indicate that the handling is mostly implementation specific. Ref pypa/setuptools#1471. | |||||
* | | | Merge pull request #2504 from henryiii/patch-1 | Jason R. Coombs | 2020-12-23 | 1 | -8/+5 | |
|\ \ \ | |_|/ |/| | | docs: recommend pypa build instead of pep517.build | |||||
| * | | docs: recommend pypa build | Henry Schreiner | 2020-12-22 | 1 | -8/+5 | |
|/ / | ||||||
* | | Include tmpl files in manifest template. Workaround for #2498.v51.1.0 | Jason R. Coombs | 2020-12-21 | 1 | -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. Coombs | 2020-12-21 | 1 | -0/+2 | |
| | | ||||||
* | | Fix badge for GHA | Jason R. Coombs | 2020-12-20 | 1 | -2/+2 | |
| | | ||||||
* | | Fix syntax in test_build_meta, version should not have quotes. Bug was ↵ | Jason R. Coombs | 2020-12-20 | 1 | -1/+1 | |
| | | | | | | | | masked by LegacyVersion parsing. | |||||
* | | Disable integration tests on PyPy on Windows. Ref #2496. | Jason R. Coombs | 2020-12-20 | 1 | -0/+7 | |
| | | ||||||
* | | Merge https://github.com/jaraco/tidelift into main | Jason R. Coombs | 2020-12-20 | 5 | -8/+28 | |
|\ \ | ||||||
| * | | Move Tidelift release note publishing to Github Actions. | Jason R. Coombs | 2020-11-14 | 2 | -2/+6 | |
| | | | ||||||
| * | | Include token passthrough for azure pipelines publish stage. | Jason R. Coombs | 2020-01-11 | 1 | -0/+2 | |
| | | | ||||||
| * | | Add a 'For Enterprise' section to the README | Jason R. Coombs | 2019-11-30 | 1 | -0/+9 | |
| | | | ||||||
| * | | Rebrand to 'For Enterprise' | Jason R. Coombs | 2019-11-30 | 1 | -2/+2 | |
| | | | ||||||
| * | | List sidebars to avoid errors looking for template 't' | Jason R. Coombs | 2019-09-09 | 1 | -1/+1 | |
| | | | ||||||
| * | | Add funding reference to project | Jason R. Coombs | 2019-09-09 | 1 | -0/+1 | |
| | | | ||||||
| * | | Update badge URL | Jason R. Coombs | 2019-09-09 | 1 | -1/+1 | |
| | | | ||||||
| * | | Move Tidelift token into Travis configuration | Jason R. Coombs | 2019-08-22 | 2 | -7/+2 | |
| | | | ||||||
| * | | Use technique for environment passing matching that found in jaraco/skeleton | Jason R. Coombs | 2019-05-17 | 2 | -2/+1 | |
| | | | ||||||
| * | | Add support for automatic publishing of release notes | Jason R. Coombs | 2019-05-17 | 2 | -0/+13 | |
| | | | ||||||
| * | | Use nicer, simpler phrasing | Jason R. Coombs | 2019-03-22 | 1 | -5/+3 | |
| | | | ||||||
| * | | Rely on alabaster theme to support sidebar rendering. | Jason R. Coombs | 2019-01-26 | 1 | -0/+1 | |
| | | | ||||||
| * | | Add Tidelift template | Jason R. Coombs | 2019-01-26 | 3 | -0/+21 | |
| / | ||||||
* | | Bump version: 51.0.0 → 51.1.0 | Jason R. Coombs | 2020-12-20 | 8 | -9/+20 | |
| | | ||||||
* | | Merge pull request #2486 from pypa/feature/skeleton | Jason R. Coombs | 2020-12-20 | 20 | -539/+348 | |
|\ \ | | | | | | | Adopt jaraco/skeleton |