summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump version: 58.1.0 → 58.2.0v58.2.0Jason R. Coombs2021-10-016-7/+18
|
* Merge pull request #2758 from nsait-linaro/win_arm64_launchersJason R. Coombs2021-10-016-3/+37
|\ | | | | Fixes 2757: Add win/arm64 launchers to create arm64 executables
| * Make changelog a 'change' (not docs change) and tweak wording.Jason R. Coombs2021-10-012-1/+1
| |
| * Rebuilt arm executables from source on a repeatable builder (Docker image).Jason R. Coombs2021-10-013-1/+3
| |
| * Revert removed lines from msvc-build-launcher.cmdNiyas Sait2021-09-301-0/+3
| |
| * remove arm launcher compilation from msvc-build-launcher.cmdNiyas Sait2021-09-301-13/+0
| |
| * Add msvc-build-launcher-arm64.cmd to use VS 2019 to compile arm binariesNiyas Sait2021-09-301-0/+17
| |
| * Fix linting errorsNiyas Sait2021-09-062-1/+2
| |
| * use distutils.util.get_platform to find the target platformNiyas Sait2021-08-261-1/+1
| | | | | | | | This will be required to support cross compilation
| * add changelogNiyas Sait2021-08-261-0/+1
| |
| * add win/arm64 launchersNiyas Sait2021-08-265-3/+26
| |
* | Merge pull request #2800 from jmarshall/feature/sdist-owner-groupJason R. Coombs2021-09-262-0/+7
|\ \ | | | | | | sdist: Accept -u/--owner and -g/--group options
| * | sdist: Accept -u/--owner and -g/--group optionsJohn Marshall2021-09-222-0/+7
|/ / | | | | | | | | | | | | | | | | Controlling the file ownership recorded in tar archives is useful for those striving towards reproducible builds. These options are already understood by distutils.command.sdist.sdist, so just need to be accepted by setuptools.command.sdist.sdist to be propagated. Fixes #1893.
* | Merge pull request #2793 from stanton119/patch-1Jason R. Coombs2021-09-211-1/+1
|\ \ | | | | | | Update package_discovery.rst
| * | Update package_discovery.rststanton1192021-09-171-1/+1
| | | | | | | | | Small typo
* | | Merge pull request #2792 from DiddiLeija/document-version-comparisonJason R. Coombs2021-09-212-2/+10
|\ \ \ | | | | | | | | Document the version comparisons
| * | | Update distribution.rstDiego Ramirez2021-09-141-3/+3
| | | | | | | | | | | | Fix some typos.
| * | | Create 2792.doc.rstDiego Ramirez2021-09-141-0/+1
| | | | | | | | | | | | The news entry for my pull request.
| * | | Document the version coparisonsDiego Ramirez2021-09-141-2/+9
| |/ / | | | | | | Document how the legacy versions and non-legacy versions are compared.
* | | Bump version: 58.0.4 → 58.1.0v58.1.0Jason R. Coombs2021-09-214-3/+11
| | |
* | | Merge pull request #2796 from pypa/distutils-02e9f65ab0Jason R. Coombs2021-09-217-17/+47
|\ \ \ | |/ / |/| | distutils 02e9f65ab0
| * | Add changelogJason R. Coombs2021-09-211-0/+1
| | |
| * | Merge https://github.com/pypa/distutils into distutils-02e9f65ab0Jason R. Coombs2021-09-216-17/+46
| |\ \ |/ / /
| * | Merge pull request #54 from isuruf/basenameJason R. Coombs2021-09-212-2/+10
| |\ \ | | | | | | | | Split CC to make sure we get the correct basename of the compiler
| | * | Use shlexIsuru Fernando2021-09-211-2/+2
| | | | | | | | | | | | | | | | Co-authored-by: "Jason R. Coombs" <jaraco@jaraco.com>
| | * | Split CC to make sure we get the correct basename of the compilerIsuru Fernando2021-09-162-1/+9
| | | |
| * | | Merge pull request #53 from isuruf/ldsharedJason R. Coombs2021-09-212-7/+6
| |\ \ \ | | | | | | | | | | override ldshared on non-macos platforms too if CC is overriden
| | * | | override ldshared on non-macos platforms too if CC is overridenIsuru Fernando2021-09-162-7/+6
| | |/ /
| * | | Merge pull request #52 from longnguyen2004/mainJason R. Coombs2021-09-211-1/+1
| |\ \ \ | | |/ / | |/| | Prefer sysconfig.python_build
| | * | Prefer sysconfig.python_buildLong Nguyen2021-09-051-1/+1
| | | |
| * | | Support overriding ranlib on macOS with env varIsuru Fernando2021-09-162-2/+20
| | | |
| * | | adopt more standard schema for pypy3.8 (#51)Matti Picus2021-09-102-6/+10
| | | |
* | | | Merge pull request #2786 from pzhlkj6612/add-link-to-develop_mode-0Jason R. Coombs2021-09-121-1/+1
|\ \ \ \ | | | | | | | | | | Docs: add a link to the "Development Mode" page in "`setuptools` Quickstart"
| * | | | docs(quickstart): add link to "Development Mode"Mozi2021-09-121-1/+1
| | | | |
* | | | | Merge pull request #2785 from hugovk/replace-configparser-deprecationsJason R. Coombs2021-09-122-1/+3
|\ \ \ \ \ | | | | | | | | | | | | configparser: replace deprecated readfp with read_file
| * | | | | configparser: replace deprecated readfp with read_fileHugo van Kemenade2021-09-122-1/+3
| |/ / / /
* | | | | Merge pull request #2780 from hugovk/deprecate-bdist_rpmJason R. Coombs2021-09-125-1/+40
|\ \ \ \ \ | | | | | | | | | | | | Deprecate bdist_rpm
| * | | | | Restore default behavior for pytest for color.Jason R. Coombs2021-09-121-1/+0
| | | | | |
| * | | | | Fix typoHugo van Kemenade2021-09-091-1/+1
| | | | | | | | | | | | | | | | | | Co-authored-by: John Marshall <jmarshall@hey.com>
| * | | | | CI: Turn on color for GitHub ActionsHugo van Kemenade2021-09-091-0/+1
| | | | | |
| * | | | | Test slower PyPy3 first to speed up CIHugo van Kemenade2021-09-091-1/+1
| | | | | |
| * | | | | Ignore generated test filesHugo van Kemenade2021-09-091-0/+1
| | | | | |
| * | | | | Deprecate bdist_rpmHugo van Kemenade2021-09-093-0/+38
| |/ / / /
* | | | | Merge pull request #2779 from rupertnash/patch-1Jason R. Coombs2021-09-121-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | Correct typo (s/brakets/brackets/)
| * | | | Correct typo (s/brakets/brackets/)Rupert Nash2021-09-091-1/+1
|/ / / /
* | | | Merge pull request #2774 from aerusso/mrs/edit_config-case-sensitiveJason R. Coombs2021-09-081-3/+6
|\ \ \ \ | | | | | | | | | | Preserve case of keys in edit_config
| * | | | Delete 2773.change.rstJason R. Coombs2021-09-081-1/+0
| | | | |
| * | | | Merge branch 'main' into mrs/edit_config-case-sensitiveJason R. Coombs2021-09-086-8/+29
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Bump version: 58.0.3 → 58.0.4v58.0.4Jason R. Coombs2021-09-084-3/+11
| | | | |
* | | | | Retain case in setup.cfg during sdist. Fixes #2773.Jason R. Coombs2021-09-082-0/+2
| | | | |