Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Adapt test to only run on Python 2, as it's redundant on Python 3. | Jason R. Coombs | 2018-08-21 | 1 | -2/+3 | |
| | | | | | ||||||
* | | | | | Use unicode literals throughout. | Jason R. Coombs | 2018-08-21 | 1 | -1/+3 | |
| | | | | | ||||||
* | | | | | Merge pull request #1466 from pfmoore/pep517_fix | Jason R. Coombs | 2018-08-21 | 2 | -1/+23 | |
|\ \ \ \ \ | | | | | | | | | | | | | Fix for Unicode handling in PEP 518 backend | |||||
| * | | | | | Add a test for a Unicode metadata directory | Paul Moore | 2018-08-21 | 1 | -0/+9 | |
| | | | | | | ||||||
| * | | | | | PEP 517 hook arguments are unicode, not str (and distutils objects to that) | Paul Moore | 2018-08-20 | 1 | -1/+14 | |
| |/ / / / | ||||||
* | | | | | setuptools: fix regression with `egg_info` command | Benoit Pierre | 2018-08-21 | 2 | -8/+24 | |
|/ / / / | | | | | | | | | | | | | Ensure version is tagged only once. | |||||
* | | | | Added test for scripts with unicode | Daniele Esposti | 2018-08-17 | 1 | -0/+52 | |
| | | | | ||||||
* | | | | Support scripts with unicode content | Daniele Esposti | 2018-08-17 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | This also renames the _to_ascii function to better reflect its purpose. | |||||
* | | | | Merge pull request #1451 from hugovk/upgrade-appdirs | Paul Ganssle | 2018-08-17 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | Upgrade vendored appdirs from 1.4.0 to 1.4.3 | |||||
| * | | | | Upgrade vendored appdirs from 1.4.0 to 1.4.3 | Hugo | 2018-08-17 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Merge pull request #1450 from hugovk/upgrade-pyparsing | Paul Ganssle | 2018-08-17 | 1 | -15/+39 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Upgrade vendored PyParsing from 2.1.10 to 2.2.0 | |||||
| * | | | | Upgrade vendored pyparsing from 2.1.10 to 2.2.0 | Hugo | 2018-08-09 | 1 | -15/+39 | |
| | | | | | ||||||
* | | | | | Rename find_namepaces_ns to find_namespace_packages (#1423) | Carsten Klein | 2018-08-17 | 5 | -18/+94 | |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix #1419 PEP420: add find_namespace: directive * fix #1419 PEP420: add find_namespace: directive to documentation * fix #1419 PEP420: add tests * fix #1419 PEP420: clean up code * fix #1419 PEP420: fix typo in documentation * fix #1419 PEP420: fix typo in documentation * fix #1419 PEP420: clean up code * fix #1419 PEP420: add changelog entry * fixup! fix #1419 PEP420: add tests * fix #1419 PEP420: cleanup code refactor markers * #1420: Rename find_namespace_ns to find_namespace_packages * #1420: update changelog entry | |||||
* | | | | Remove spurious executable permissions | Miro Hrončok | 2018-07-27 | 16 | -0/+0 | |
| | | | | ||||||
* | | | | Merge pull request #1416 from pganssle/use_six | Paul Ganssle | 2018-07-20 | 3 | -4/+6 | |
|\ \ \ \ | |_|_|/ |/| | | | Switch over to using six.PY{2,3} when possible | |||||
| * | | | Switch over to using six.PY{2,3} when possible | Paul Ganssle | 2018-07-10 | 3 | -4/+6 | |
| | | | | ||||||
* | | | | Relax overfitted test. Fixes #1425. | Jason R. Coombs | 2018-07-13 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Extract name/version functionality from egg_info to be re-used by a ↵ | Jason R. Coombs | 2018-07-13 | 1 | -26/+35 | |
| | | | | | | | | | | | | | | | | dist-info command. Ref #1386. | |||||
* | | | | Merge pull request #1312 from coldrye-collaboration/gh-97 | Paul Ganssle | 2018-07-11 | 2 | -11/+26 | |
|\ \ \ \ | | | | | | | | | | | fix #97 PEP420: find_packages() | |||||
| * | | | | Add find_packages_ns() | Carsten Klein | 2018-07-04 | 1 | -1/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | This fixes GH #97 by introducing an alternate version of find_packages that works with PEP 420 namespace packages. | |||||
| * | | | | Add tests for find_packages_ns() | Carsten Klein | 2018-07-04 | 1 | -10/+16 | |
| | |/ / | |/| | | ||||||
* | | | | Fix "Microsoft Visual C++ Build Tools" link | JGoutin | 2018-07-10 | 1 | -2/+1 | |
| |/ / |/| | | ||||||
* | | | Tests for deprecation warnings | Dustin Ingram | 2018-07-08 | 2 | -0/+86 | |
| | | | ||||||
* | | | Deprecate upload and register commands | Dustin Ingram | 2018-07-08 | 2 | -3/+22 | |
|/ / | ||||||
* | | Merge pull request #1398 from wimglenn/wimglenn-patch-1 | Jason R. Coombs | 2018-06-25 | 1 | -1/+2 | |
|\ \ | | | | | | | Avoid resource warning from dev scripts installed editable | |||||
| * | | Avoid resource warning from dev scripts installed editable | wim glenn | 2018-06-25 | 1 | -1/+2 | |
| | | | | | | | | | Avoid ` ResourceWarning: unclosed file <_io.TextIOWrapper name='whatever' mode='r' encoding='UTF-8'>` on dev scripts installed editable | |||||
* | | | Add test and adjust match. Fixes #1366. | Jason R. Coombs | 2018-06-06 | 1 | -2/+9 | |
| | | | ||||||
* | | | Remove stale comment, added in 8cc0d5c2 and made meaningless in 26eee297. | Jason R. Coombs | 2018-06-03 | 1 | -1/+0 | |
| | | | ||||||
* | | | Use raw strings for regexes | Jason R. Coombs | 2018-06-03 | 1 | -3/+3 | |
| | | | ||||||
* | | | Use Python 3 syntax for new-style clasess | Jason R. Coombs | 2018-06-03 | 16 | -19/+53 | |
| | | | ||||||
* | | | Split test into two and parameterize | Jason R. Coombs | 2018-06-03 | 1 | -27/+40 | |
| | | | ||||||
* | | | Extract _convert_metadata. install_as_egg is almost comprehensible now. | Jason R. Coombs | 2018-06-03 | 1 | -3/+8 | |
| | | | ||||||
* | | | Extract method for _move_data_entries | Jason R. Coombs | 2018-06-03 | 1 | -2/+6 | |
| | | | ||||||
* | | | Extract method for fixing namespace packages | Jason R. Coombs | 2018-06-03 | 1 | -2/+5 | |
| | | | ||||||
* | | | Avoid hanging indents | Jason R. Coombs | 2018-06-03 | 1 | -15/+26 | |
| | | | ||||||
* | | | Remove redundant 'list' | Jason R. Coombs | 2018-06-03 | 1 | -2/+2 | |
| | | | ||||||
* | | | Use the new breathing room to consolidate lines | Jason R. Coombs | 2018-06-03 | 1 | -6/+3 | |
| | | | ||||||
* | | | Extract method to save indentation | Jason R. Coombs | 2018-06-03 | 1 | -89/+92 | |
| | | | ||||||
* | | | Feed the hobgoblins (delint). | Jason R. Coombs | 2018-06-03 | 1 | -8/+17 | |
| | | | ||||||
* | | | Make it clear this compat module provides no public members | Hugo | 2018-05-24 | 1 | -0/+2 | |
| | | | ||||||
* | | | Remove redundant Python 3.1 code | Hugo | 2018-05-24 | 2 | -15/+2 | |
| | | | ||||||
* | | | Drop support for EOL Python 3.3 | Hugo | 2018-05-24 | 9 | -21/+9 | |
| | | | ||||||
* | | | Merge pull request #1343 from ianw/long-descr-type | Jason R. Coombs | 2018-05-18 | 2 | -14/+65 | |
|\ \ \ | | | | | | | | | Allow setting long_description_content_type externally | |||||
| * | | | Allow setting long_description_content_type externally | Ian Wienand | 2018-05-17 | 2 | -14/+65 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some tools, such as PBR, might want to set long_description_content_type during the parent object's Distribution.__init__() call (during distutils setup_keywords entry points). However, that field is currently unconditionally overwritten after these calls, erasing the value. We would rather not duplicate the existing method of copying into dist.metadata as done with project_urls. This preserves the fields within Distribution.metadata described by self._DISTUTIULS_UNUPPORTED_METADATA, or otherwise takes it from arguments. A test case that simulates setting the long description and overriding the arguments is added. | |||||
* | | | | Merge pull request #1368 from jmbowman/jmbowman/no_network_in_tests | Jeremy Bowman | 2018-05-17 | 1 | -47/+19 | |
|\ \ \ \ | | | | | | | | | | | Don't require network in tests | |||||
| * | | | | Tests in test_egg_info no longer invoke 'setup.py install', but instead ↵ | Jason R. Coombs | 2018-05-16 | 1 | -39/+11 | |
| | | | | | | | | | | | | | | | | | | | | focus on the behavior in egg_info as the namesake suggests. | |||||
| * | | | | Don't require network in tests | Jeremy Bowman | 2018-05-16 | 1 | -8/+8 | |
| |/ / / | ||||||
* | | | | Merge pull request #1360 from Infinidat/issue1350 | Paul Ganssle | 2018-05-17 | 2 | -2/+47 | |
|\ \ \ \ | | | | | | | | | | | Use canonicalize_name to look for .dist-info in wheel files | |||||
| * | | | | Use canonicalize_name to look for .dist-info in wheel files | Arnon Yaari | 2018-05-16 | 2 | -2/+47 | |
| |/ / / | | | | | | | | | | | | | Fixes issue #1350 | |||||
* | | | | Merge pull request #1369 from jmbowman/jmbowman/pep425tags_tests | Jeremy Bowman | 2018-05-17 | 2 | -0/+201 | |
|\ \ \ \ | | | | | | | | | | | Add tests for PEP 425 support |