summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump version: 41.3.0 → 41.4.0v41.4.0Jason R. Coombs2019-10-064-3/+8
|
* Merge pull request #1847 from pypa/bugfix/1787-python-requires-invalidJason R. Coombs2019-10-063-0/+37
|\ | | | | Crash when invalid python_requires indicated in setup.cfg
| * Clarify the scope of the change.Jason R. Coombs2019-10-061-1/+1
| |
| * Update changelog. Ref #1787.Jason R. Coombs2019-09-111-0/+1
| |
| * Ensure that python_requires is checked during option processing. Fixes #1787.Jason R. Coombs2019-09-111-0/+2
| |
| * Add more tests for valid behavior. Expand exception, any should do.Jason R. Coombs2019-09-111-1/+23
| |
| * Add test capturing failure. Ref #1787.Jason R. Coombs2019-09-111-0/+12
| |
* | Bump version: 41.2.0 → 41.3.0v41.3.0Jason R. Coombs2019-10-065-4/+9
| |
* | Allow 'long_description_content_type' warnings for new versions of ↵Jason R. Coombs2019-10-062-0/+2
| | | | | | | | packaging. Fixes #1858.
* | Merge pull request #1690 from pypa/feature/deterministic-provides-extrasJason R. Coombs2019-10-066-2/+507
|\ \ | |/ |/| Honor declared ordering for Provides-Extra entries in package metadata.
| * Refresh vendored packages (ordereddict 3.1.1)Jason R. Coombs2019-10-061-2/+2
| |
| * Update changelog. Ref #1690.Jason R. Coombs2019-09-111-0/+1
| |
| * Merge branch 'master' into feature/deterministic-provides-extrasJason R. Coombs2019-09-1134-222/+665
| |\ | |/ |/|
* | Merge pull request #1785 from lazka/launcher-fix-mingw-buildPaul Ganssle2019-09-111-0/+1
|\ \ | | | | | | launcher: Fix build with mingw-w64
| * | launcher: Fix build with mingw-w64Christoph Reiter2019-06-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | execv() requires process.h to be included according to the MSVC documentation but for some reason it also works without it. mingw-w64 on the other hand fails to build the launcher if the include isn't there, so add it.
* | | Merge pull request #1841 from techtonik/patch-1Benoit Pierre2019-09-041-1/+1
|\ \ \ | | | | | | | | Fix typo in CHANGES.rst
| * | | Fix typo in CHANGES.rstanatoly techtonik2019-09-031-1/+1
|/ / /
* | | Bump version: 41.1.0 → 41.2.0v41.2.0Jason R. Coombs2019-08-215-5/+10
| | |
* | | Once again, use token for cutting releases.Jason R. Coombs2019-08-211-2/+2
| | |
* | | Merge pull request #1798 from asottile/some_impmergify[bot]2019-08-173-5/+12
|\ \ \ | | | | | | | | Fix some usage of deprecated `imp` module
| * | | Fix some usage of deprecated `imp` moduleAnthony Sottile2019-08-173-5/+12
|/ / /
* | | Fixed html sidebars to supported version in Sphinx (#1804)A_Rog2019-08-133-1/+5
| | |
* | | Revert "Prefer token for automated releases"v41.1.0Jason R. Coombs2019-08-131-2/+2
| | | | | | | | | | | | This reverts commit 42bd00ada0e0f47c2446d6d1b750eb97eba45640.
* | | Prefer token for automated releasesJason R. Coombs2019-08-131-2/+2
| | |
* | | Bump version: 41.0.1 → 41.1.0Jason R. Coombs2019-08-1311-11/+15
| | |
* | | Merge pull request #1813 from benoit-pierre/updated_travis_pypymergify[bot]2019-08-121-2/+2
|\ \ \ | | | | | | | | travis: update PyPy jobs to use more recent versions
| * | | travis: update PyPy jobs to use more recent versionsBenoit Pierre2019-08-121-2/+2
|/ / /
* | | Merge pull request #1803 from benoit-pierre/fix_travis_py34mergify[bot]2019-07-231-1/+6
|\ \ \ | | | | | | | | tests: fix `test_pip_upgrade_from_source` on Python 3.4
| * | | tests: fix `test_pip_upgrade_from_source` on Python 3.4Benoit Pierre2019-07-231-1/+6
|/ / / | | | | | | | | | Do not test pip's master on 3.4, as support for it has been dropped.
* | | Merge pull request #1769 from dhimmel/issue-1459Benoit Pierre2019-07-233-16/+69
|\ \ \ | | | | | | | | Perform a more thorough check of package_data structure
| * | | improve `package_data` checkDaniel Himmelstein2019-07-163-15/+68
| | | | | | | | | | | | | | | | | | | | | | | | Ensure the dictionary values are lists/tuples of strings. Fix #1459.
| * | | fix assert_string_list docstringDaniel Himmelstein2019-07-161-1/+1
|/ / / | | | | | | | | | | | | | | | value=None raises TypeError DistutilsSetupError: 2 must be a list of strings (got None)
* | | Fix #1790 : Include the file path in get_metadata() UnicodeDecodeErrors (#1791)Chris Jerdonek2019-07-133-2/+67
| | | | | | | | | | | | Include the file path in get_metadata() UnicodeDecodeErrors.
* | | Merge pull request #1795 from benoit-pierre/fix_travis_cimergify[bot]2019-06-302-2/+2
|\ \ \ | | | | | | | | Fix CI
| * | | tests: tweak default pytest arguments to fix Python 3.8 supportBenoit Pierre2019-06-301-1/+1
| | | |
| * | | tests: fix `test_distribution_version_missing` to work with pytest>=5.0Benoit Pierre2019-06-301-1/+1
|/ / /
* | | Merge pull request #1776 from Steap/license-classifiersPaul Ganssle2019-06-192-3/+7
|\ \ \ | | | | | | | | Use license classifiers rather than the license field.
| * | | Use license classifiers rather than the license field.Cyril Roelandt2019-06-012-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | The license field has a 'free' format, while the classifiers are unique identifiers, similar to SPDX identifiers. In the documentation, we should therefore showcase the use of classifiers.
* | | | Merge pull request #1788 from methane/patch-1mergify[bot]2019-06-192-1/+6
|\ \ \ \ | |_|/ / |/| | | stop using deprecated HTMLParser.unescape
| * | | Stop using deprecated HTMLParser.unescapeInada Naoki2019-06-192-1/+6
|/ / / | | | | | | | | | | | | HTMLParser.unescape is accessed even when unused - this will cause an exception when `HTMLParser.unescape` is removed in Python 3.9.
* | | Update developer docs to describe motivation behind vendored dependencies. ↵Jason R. Coombs2019-06-101-0/+14
|/ / | | | | | | Ref #1781.
* | Merge pull request #1772 from benoit-pierre/unpin_pytestmergify[bot]2019-05-281-2/+1
|\ \ | | | | | | tests: unpin pytest
| * | tests: unpin pytestBenoit Pierre2019-05-281-2/+1
| | | | | | | | | | | | | | | The new releases for pytest-fixture-config and pytest-shutil are compatible with pytest>=4.0.
* | | Merge pull request #1766 from venthur/fix/1756Benoit Pierre2019-05-283-1/+4
|\ \ \ | |/ / |/| | Force metadata-version = 1.2 when project urls are present.
| * | Added changelog entry.Bastian Venthur2019-05-171-0/+1
| | |
| * | Added test for metadata-version 1.2Bastian Venthur2019-05-161-0/+1
| | |
| * | Force metadata-version = 1.2 when project urls are present.Bastian Venthur2019-05-161-1/+2
|/ / | | | | | | Closes: #1756
* | Merge pull request #1761 from venthur/fix/1697Paul Ganssle2019-05-153-47/+43
|\ \ | | | | | | Migrate constants from setup.py to setup.cfg
| * | Added changelog fragmentBastian Venthur2019-05-151-0/+1
| | |
| * | Migrate constants from setup.py to setup.cfgBastian Venthur2019-05-152-47/+42
|/ / | | | | | | | | | | This also makes wheel an unconditional setup_requires dependency. Closes: #1697