| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump version: 41.3.0 → 41.4.0v41.4.0 | Jason R. Coombs | 2019-10-06 | 4 | -3/+8 |
| | | |||||
| * | Merge pull request #1847 from pypa/bugfix/1787-python-requires-invalid | Jason R. Coombs | 2019-10-06 | 3 | -0/+37 |
| |\ | | | | | Crash when invalid python_requires indicated in setup.cfg | ||||
| | * | Clarify the scope of the change. | Jason R. Coombs | 2019-10-06 | 1 | -1/+1 |
| | | | |||||
| | * | Update changelog. Ref #1787. | Jason R. Coombs | 2019-09-11 | 1 | -0/+1 |
| | | | |||||
| | * | Ensure that python_requires is checked during option processing. Fixes #1787. | Jason R. Coombs | 2019-09-11 | 1 | -0/+2 |
| | | | |||||
| | * | Add more tests for valid behavior. Expand exception, any should do. | Jason R. Coombs | 2019-09-11 | 1 | -1/+23 |
| | | | |||||
| | * | Add test capturing failure. Ref #1787. | Jason R. Coombs | 2019-09-11 | 1 | -0/+12 |
| | | | |||||
| * | | Bump version: 41.2.0 → 41.3.0v41.3.0 | Jason R. Coombs | 2019-10-06 | 5 | -4/+9 |
| | | | |||||
| * | | Allow 'long_description_content_type' warnings for new versions of ↵ | Jason R. Coombs | 2019-10-06 | 2 | -0/+2 |
| | | | | | | | | | packaging. Fixes #1858. | ||||
| * | | Merge pull request #1690 from pypa/feature/deterministic-provides-extras | Jason R. Coombs | 2019-10-06 | 6 | -2/+507 |
| |\ \ | |/ |/| | Honor declared ordering for Provides-Extra entries in package metadata. | ||||
| | * | Refresh vendored packages (ordereddict 3.1.1) | Jason R. Coombs | 2019-10-06 | 1 | -2/+2 |
| | | | |||||
| | * | Update changelog. Ref #1690. | Jason R. Coombs | 2019-09-11 | 1 | -0/+1 |
| | | | |||||
| | * | Merge branch 'master' into feature/deterministic-provides-extras | Jason R. Coombs | 2019-09-11 | 34 | -222/+665 |
| | |\ | |/ |/| | |||||
| * | | Merge pull request #1785 from lazka/launcher-fix-mingw-build | Paul Ganssle | 2019-09-11 | 1 | -0/+1 |
| |\ \ | | | | | | | launcher: Fix build with mingw-w64 | ||||
| | * | | launcher: Fix build with mingw-w64 | Christoph Reiter | 2019-06-13 | 1 | -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-1 | Benoit Pierre | 2019-09-04 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | Fix typo in CHANGES.rst | ||||
| | * | | | Fix typo in CHANGES.rst | anatoly techtonik | 2019-09-03 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | Bump version: 41.1.0 → 41.2.0v41.2.0 | Jason R. Coombs | 2019-08-21 | 5 | -5/+10 |
| | | | | |||||
| * | | | Once again, use token for cutting releases. | Jason R. Coombs | 2019-08-21 | 1 | -2/+2 |
| | | | | |||||
| * | | | Merge pull request #1798 from asottile/some_imp | mergify[bot] | 2019-08-17 | 3 | -5/+12 |
| |\ \ \ | | | | | | | | | Fix some usage of deprecated `imp` module | ||||
| | * | | | Fix some usage of deprecated `imp` module | Anthony Sottile | 2019-08-17 | 3 | -5/+12 |
| |/ / / | |||||
| * | | | Fixed html sidebars to supported version in Sphinx (#1804) | A_Rog | 2019-08-13 | 3 | -1/+5 |
| | | | | |||||
| * | | | Revert "Prefer token for automated releases"v41.1.0 | Jason R. Coombs | 2019-08-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | This reverts commit 42bd00ada0e0f47c2446d6d1b750eb97eba45640. | ||||
| * | | | Prefer token for automated releases | Jason R. Coombs | 2019-08-13 | 1 | -2/+2 |
| | | | | |||||
| * | | | Bump version: 41.0.1 → 41.1.0 | Jason R. Coombs | 2019-08-13 | 11 | -11/+15 |
| | | | | |||||
| * | | | Merge pull request #1813 from benoit-pierre/updated_travis_pypy | mergify[bot] | 2019-08-12 | 1 | -2/+2 |
| |\ \ \ | | | | | | | | | travis: update PyPy jobs to use more recent versions | ||||
| | * | | | travis: update PyPy jobs to use more recent versions | Benoit Pierre | 2019-08-12 | 1 | -2/+2 |
| |/ / / | |||||
| * | | | Merge pull request #1803 from benoit-pierre/fix_travis_py34 | mergify[bot] | 2019-07-23 | 1 | -1/+6 |
| |\ \ \ | | | | | | | | | tests: fix `test_pip_upgrade_from_source` on Python 3.4 | ||||
| | * | | | tests: fix `test_pip_upgrade_from_source` on Python 3.4 | Benoit Pierre | 2019-07-23 | 1 | -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-1459 | Benoit Pierre | 2019-07-23 | 3 | -16/+69 |
| |\ \ \ | | | | | | | | | Perform a more thorough check of package_data structure | ||||
| | * | | | improve `package_data` check | Daniel Himmelstein | 2019-07-16 | 3 | -15/+68 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Ensure the dictionary values are lists/tuples of strings. Fix #1459. | ||||
| | * | | | fix assert_string_list docstring | Daniel Himmelstein | 2019-07-16 | 1 | -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 Jerdonek | 2019-07-13 | 3 | -2/+67 |
| | | | | | | | | | | | | | Include the file path in get_metadata() UnicodeDecodeErrors. | ||||
| * | | | Merge pull request #1795 from benoit-pierre/fix_travis_ci | mergify[bot] | 2019-06-30 | 2 | -2/+2 |
| |\ \ \ | | | | | | | | | Fix CI | ||||
| | * | | | tests: tweak default pytest arguments to fix Python 3.8 support | Benoit Pierre | 2019-06-30 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | tests: fix `test_distribution_version_missing` to work with pytest>=5.0 | Benoit Pierre | 2019-06-30 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | Merge pull request #1776 from Steap/license-classifiers | Paul Ganssle | 2019-06-19 | 2 | -3/+7 |
| |\ \ \ | | | | | | | | | Use license classifiers rather than the license field. | ||||
| | * | | | Use license classifiers rather than the license field. | Cyril Roelandt | 2019-06-01 | 2 | -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-1 | mergify[bot] | 2019-06-19 | 2 | -1/+6 |
| |\ \ \ \ | |_|/ / |/| | | | stop using deprecated HTMLParser.unescape | ||||
| | * | | | Stop using deprecated HTMLParser.unescape | Inada Naoki | 2019-06-19 | 2 | -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. Coombs | 2019-06-10 | 1 | -0/+14 |
| |/ / | | | | | | | Ref #1781. | ||||
| * | | Merge pull request #1772 from benoit-pierre/unpin_pytest | mergify[bot] | 2019-05-28 | 1 | -2/+1 |
| |\ \ | | | | | | | tests: unpin pytest | ||||
| | * | | tests: unpin pytest | Benoit Pierre | 2019-05-28 | 1 | -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/1756 | Benoit Pierre | 2019-05-28 | 3 | -1/+4 |
| |\ \ \ | |/ / |/| | | Force metadata-version = 1.2 when project urls are present. | ||||
| | * | | Added changelog entry. | Bastian Venthur | 2019-05-17 | 1 | -0/+1 |
| | | | | |||||
| | * | | Added test for metadata-version 1.2 | Bastian Venthur | 2019-05-16 | 1 | -0/+1 |
| | | | | |||||
| | * | | Force metadata-version = 1.2 when project urls are present. | Bastian Venthur | 2019-05-16 | 1 | -1/+2 |
| |/ / | | | | | | | Closes: #1756 | ||||
| * | | Merge pull request #1761 from venthur/fix/1697 | Paul Ganssle | 2019-05-15 | 3 | -47/+43 |
| |\ \ | | | | | | | Migrate constants from setup.py to setup.cfg | ||||
| | * | | Added changelog fragment | Bastian Venthur | 2019-05-15 | 1 | -0/+1 |
| | | | | |||||
| | * | | Migrate constants from setup.py to setup.cfg | Bastian Venthur | 2019-05-15 | 2 | -47/+42 |
| |/ / | | | | | | | | | | | This also makes wheel an unconditional setup_requires dependency. Closes: #1697 | ||||
