Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unmatched bracket in --no-clean help string #5748

Merged

Conversation

foohyfooh
Copy link
Contributor

No description provided.

sinscary
sinscary approved these changes Sep 3, 2018
@pfmoore
Copy link
Member

pfmoore commented Sep 4, 2018

@foohyfooh Thanks for the contribution!

clrpackages pushed a commit to clearlinux-pkgs/pip that referenced this pull request Oct 8, 2018
…er default branch.

Anatoly Techtonik (3):
      Fix template link for adding NEWS entry (fixes #5753)
      Fix link to new docs in NEWS.rst as well
      Create 5753.doc

Andrew Gaul (1):
      Limit progress updates to avoid swamping the TTY

Barney Gale (1):
      Address review feedback

Benoit Pierre (2):
      appveyor: do not pass integration jobs on failed unit tests
      travis: fix Python 3.8 jobs

Bernhard M. Wiedemann (1):
      Sort list of RECORD entries

Bstrdsmkr (1):
      Allow PEP508 url dependencies in install_requires

Chris Jerdonek (33):
      Change VersionControl to parse the URL only once to start.
      Add more explanation to parse_netloc()'s docstrings.
      Rename methods to get_netloc_and_auth() and get_url_rev_and_auth().
      Remove the unused VersionControl.translate_egg_surname().
      Fix the "+" check in VersionControl.get_url_rev_and_auth() (#5651)
      Add split_auth_from_netloc() to misc.py.
      Fix #5375: add editable install support for svn+ssh URLs with a username.
      Combine tests/functional/test_install_vcs_git.py with other test modules.
      Combine tests/functional/test_vcs.py with other test modules.
      Add failing test.
      Simplify test_bazaar__get_url_rev_and_auth().
      Fix issue #5624: installing a Git ref for installs after the first.
      Improve NEWS entry.
      Rename tests/functional/test_install_vcs.py to test_install_vcs_git.py.
      DRY up test_install_vcs_git.py with _make_version_pkg_url().
      DRY up test_install_vcs_git.py with _checkout_into_temp().
      Put more of the URL pattern into _checkout_into_temp().
      Address more review comments by @pradyunsg.
      Remove unneeded @pytest.mark.network's inside test_install_vcs_git.py.
      DRY up test_install_vcs_git.py with _install_version_pkg().
      Add a test of installing from a repo with a non-master default branch.
      Add two failing tests.
      Add Git.get_branch().
      Change get_revision_sha() to return is_branch.
      Update fetch_new() to checkout the correct branch.
      Fix tests on Python 3.4 (GROUP=2).
      Remove two unreachable returns in VersionControl.get_src_requirement().
      Add misc.make_vcs_requirement_url().
      Use *args in the test.
      Add FrozenRequirement._init_args_from_dist() helper method.
      Merge pull request #5821 from uranusjr/htmlpage-clean
      Merge pull request #5818 from cjerdonek/simplify-from-dist
      Merge pull request #5833 from uranusjr/htmlpage-extract-trimming

Donald Stufft (5):
      Only revalidate /simple/ pages instead of caching for 10 minutes
      Merge pull request #5791 from dstufft/zero-cache-time-simple
      get-pip.py is mostly a giant base85'd blob and can't be reviewed
      Merge pull request #5809 from dstufft/cant-review
      Merge pull request #5819 from uranusjr/htmlpage-clean

Hugo (1):
      Upgrade pyparsing to 2.2.1

Jean-Christophe Fillion-Robin (1):
      user_guide: Fix "Requirements Files" reference

Jon Dufresne (1):
      Correct capitalization of PyPI

Jonathan Herbert (2):
      Remove unmatched bracket in --no-clean help string
      Add news file for pypa/pip#5748

Laurie Opperman (2):
      Fix error when autocompleting after flag
      Add news fragment

Loren Carvalho (1):
      Open up plat/abi/impl options to `install --target`

Mickaël Schoentgen (3):
      Fix 'logging.warn' method is deprecated, use 'warning' instead in wheel.py
      Fix DeprecationWarning: the imp module is deprecated in favour of importlib in pep425tags.py
      Fix one ResourceWarning: unclosed file in test_req.py

Nitesh Sharma (12):
      Show appropriate error message
      show error message with wrong configuration option
      make error message function helper one
      fix pylint issue with space
      Refactoring: Move FormatControl to separate class
      refactor format control and rename test functions
      fix linting errors
      remove mutable default argument and implement not equal also
      move format control to models and write parametrized test
      Use equality operator for format_control instances
      sort imports properly
      update parametrize test and comment

Paul Moore (35):
      Report files in original (filesystem) case
      Placate flake8's moaning
      Merge pull request #5642 from pfmoore/correct_case
      Implement check for doc-only PRs on Appveyor
      Merge pull request #5643 from pfmoore/appveyor_pr
      Make args for prep_for_dist consistent
      Add an environment variable to keep temporary directories when testing
      Shut flake8 up
      Make keeping the tmpdir a command line option
      Merge pull request #5676 from pfmoore/keep_tmpdir
      Merge pull request #5682 from pfmoore/prep_for_dist
      A project is installable if it has either setup.py or pyproject.toml
      Make pyproject.toml values into properties of the requirement
      Fix some formatting
      Fix test that expected a specific error message
      Add use_pep517 flag to requirements
      Corrections to use_pep517 implementation
      Added unit tests for use_pep517 flag
      Address review comments
      Updated comment omitted from previous commit
      Merge pull request #5684 from pfmoore/add_pep517_flag
      Refactoring metadata handling in InstallRequirement
      Merge pull request #5685 from pfmoore/metadata_refactor
      Vendor the pep517 library
      Keep the actual PEP 517 hook caller as an attribute of the InstallRequirement
      Cosmetic fixes
      Initial tests for PEP 517 backend calls
      Fix some test failures
      Stop trying to lazy-load pyproject.toml, it isn't worth it.
      Check for assumed requirements once the build environment is created
      Fix bug in InstallRequirement: __str__ could return None
      Refactor load_pyproject_toml into a standalone module
      Address review comments
      Merge pull request #5692 from pfmoore/pep517
      Merge pull request #5748 from foohyfooh/cli_args/no_clean/fix_unmatached_bracket

Pradyun Gedam (160):
      Caplog!
      Rename Index -> PackageIndex and add tests
      Move InstallationCandidate to models + add tests
      Move Link to models
      Add a utility for comparision logic and switch to it
      Sort imports
      Move import to top
      Start breaking development documentation
      Move release-process docs to separate page
      Move and expand contribution related notes
      Add a new section documenting development processes
      Document how to submit pull requests
      Document how to rebase a branch
      Add shorthand for pypi projects
      Use newer development docs
      Polish the Release Process documentation
      Don't mention various ways to contribute
      Mention that pip is volunteer maintained
      Provide examples of running specific tests using tox
      Improve "Submitting Pull Requests" section
      Document and test support for Py3.7
      📰
      Merge branch 'master' into docs/improve-dev-docs
      Add the deprecation policy changes from fde9eb66f072adad73491b00beafddd6
      Bump for development of 18.1 (#5630)
      Merge branch 'master' into docs/improve-dev-docs
      Add the deprecation helper information from b6dae7a5949ec67c16678f0a367cc8452f10d3b0
      Merge pull request #5614 from barneygale/remove_get_info
      Merge pull request #5606 from cjerdonek/vcs-parse-url-once
      Inline a super-simple function
      Merge pull request #5571 from bstrdsmkr/pep508_urls_as_deps
      Merge pull request #5639 from pradyunsg/misc/remove-useless-call
      Merge pull request #5636 from cjerdonek/vcs-remove-translate-egg-surname
      Merge branch 'master' into docs/improve-dev-docs
      Add a note saying older references might be broken
      Update the link in the pull request template
      Merge pull request #5526 from pradyunsg/docs/improve-dev-docs
      Don't mention pip in the headers of development docs pages
      Merge pull request #5646 from pradyunsg/docs/remove-pip-from-title
      Merge branch 'master' into refactor/introduce-models
      Fix a mistake made while merging
      Fix issues that occured due to merging
      Sort Imports
      Update PackageIndex tests for the addition of TestPyPI
      Merge pull request #5635 from jcfr/fix-userguide-reference
      Merge pull request #5527 from pradyunsg/refactor/introduce-models
      Document platforms/tooling new pip maintainers can be  given access to
      Merge pull request #5650 from pradyunsg/docs/document-new-maintainer-things
      Remove redundant files from docs/ directory
      🎨 for tox.ini
      Merge pull request #5652 from pradyunsg/docs/cleanup-redundant-files
      Improve text in create new release section
      Address review comments from @pfmoore
      Merge branch 'master' into python-3.7
      Merge pull request #5657 from cjerdonek/misc-add-split-auth-from-url
      Merge pull request #5644 from sinscary/fix_invalid_val_error
      Merge pull request #5653 from pradyunsg/docs/update-release-process
      Move pip._internal.compat to pip._internal.utils.compat
      Create a pip._internal.cli package
      Move baseparser into pip._internal.cli
      Move basecommand to pip._internal.cli
      Import cmdoptions instead of it's internal functions
      Move cmdoptions to pip._internal.cli
      Sort imports
      Update imports for the moved compat module
      Update the vendored requests for the moved compat module
      Travis: Default to Python 3.6 and enable 3.7 support
      Ignore travis related files in AppVeyor builds
      Merge pull request #5669 from pradyunsg/ci/appveyor-ignore-travis-changes
      Merge pull request #5667 from pradyunsg/refactor/compat-to-utils
      Merge pull request #5561 from pradyunsg/python-3.7
      Rename basecommand -> base_command
      Rename baseparser to parser
      Move status_codes to pip._internal.cli
      Don't import SUCCESS from base_command
      Merge branch 'master' into refactor/pip-cli-subpackage
      Merge pull request #5668 from pradyunsg/refactor/pip-cli-subpackage
      Move creation of CLI parser into pip._internal.cli
      Move autocompletion logic out to pip._internal.cli.autocompletion
      Move logic for parsing commands into a main_parser
      Change the import names as renamed
      Fix a Windows specific import
      Merge pull request #5674 from pradyunsg/refactor/move-init-code-to-cli
      Merge pull request #5691 from cjerdonek/vcs-combine-test-files
      Merge pull request #5698 from cjerdonek/simplify-test-bazaar-get-url-rev-and-auth
      Merge pull request #5404 from sixninetynine/feature/platforms_for_target
      Return early
      Reduce a level of indentation
      Give a meaningful name to a complex conditional
      Reduce a level of indentation
      Move out conditional logic to a named variable
      Cleanup assignment of extras
      🎨 Style Cleanups
      Return early and reduce indentation
      Reuse an existing variable
      Add better comments
      Address review comments
      Skip installation for tox jobs that don't need the in-developement pip
      Merge pull request #5673 from pradyunsg/dev-ops/improve-tox-configuration
      Merge pull request #5666 from pradyunsg/refactor/cleanup-add-requirement
      Merge pull request #5124 from gaul/ui/limit-progress
      Add a format to allow references to PRs to be links
      Merge pull request #5705 from pradyunsg/links-to-issues-in-news
      Don't import Link from pip._internal.index
      Merge pull request #5706 from pradyunsg/misc/cleanup-imports
      Fix vendoring import rewriting, when imports are on first line
      Merge pull request #5623 from cjerdonek/vcs-fix-install-git-ref
      Merge pull request #5708 from pradyunsg/fix/vendoring-first-line-imports
      Merge pull request #5711 from cjerdonek/vcs-rename-test-install-vcs
      Merge pull request #5714 from cjerdonek/dry-up-version-pkg-url
      Merge pull request #5715 from cjerdonek/dry-up-local-checkout-urls
      Merge pull request #5717 from cjerdonek/remove-unneeded-network-marks
      Merge pull request #5718 from cjerdonek/dry-up-with-install-version-pkg
      Merge pull request #5719 from cjerdonek/add-non-master-default-branch-test
      Move InstallRequirement.from_editable to a constructors module
      Move InstallRequirement.from_line to constructors module
      Move InstallRequirement.from_req to constructors module
      Merge pull request #5455 from pradyunsg/distributions/breakout
      Merge pull request #5664 from cjerdonek/issue-5375-svn-ssh-auth
      Reorganize pip's docs folder
      Move conf.py into the html directory, to be compatible with RTD
      Mention PEP 508 URL dependencies as a replacement for dependency links
      Merge pull request #5726 from pradyunsg/deprecation/dependency-links
      Merge pull request #5724 from pradyunsg/docs/reorganize
      Rename 5753.doc to 5753.trivial
      Merge pull request #5756 from techtonik/patch-6
      Merge pull request #5693 from sinscary/format_control_refactor
      Disable pip's version check for commands that do not touch the index
      Allow passing cache_dir as False to SelfCheckState
      Merge pull request #5764 from pradyunsg/bugfix/errors-in-outdated-check
      Merge pull request #5787 from jdufresne/cap-pypi
      Merge pull request #5786 from benoit-pierre/fix_appveyor
      Pin to the older mypy version
      Merge pull request #5792 from pradyunsg/misc/pin-mypy
      Merge pull request #5789 from EpicWink/master
      Merge pull request #5723 from cjerdonek/vcs-add-git-get-branch
      Merge pull request #5709 from BoboTiG/fix-warnings
      Revert "Limit progress updates to avoid swamping the TTY"
      Merge pull request #5797 from pypa/revert-5124-ui/limit-progress
      Switch to a global variable for exit status codes
      Show error messages when configuration-related errors occur
      Merge pull request #5799 from cjerdonek/simplify-get-src-requirement
      Merge pull request #5810 from cjerdonek/add-make-src-requirement
      Merge pull request #5825 from benoit-pierre/fix_travis_py38_jobs
      Merge pull request #5826 from uranusjr/htmlpage-extract-localize
      Merge pull request #5796 from hugovk/upgrade-pyparsing
      Upgrade pkg_resources to 40.4.3 (via setuptools)
      Upgrade certifi to 2018.8.24
      Upgrade packaging to 18.0
      Upgrade pytoml to 0.1.19
      Fix the vendoring script to cover relative imports
      Fix test to exactly match output
      Merge branch 'master' into improve-configuration-handling
      Merge pull request #5831 from pradyunsg/vendoring/18.1-updates
      bodge: Allow both str and repr to be used for configuration file name
      Merge pull request #5798 from pradyunsg/improve-configuration-handling
      Generate NEWS for 18.1
      Generate AUTHORS
      Bump version to 18.1
      Merge pull request #5851 from pradyunsg/release/18.1

Tzu-ping Chung (16):
      Remove skip_archives argument
      Fix egg_info_matches version split logic
      News
      Extract base URL parsing logic
      Convert base_url property into local variable
      Extract encoding detection into helper function
      Convert HTMLPage.parsed into a local variable
      Refactor _parse_base_url to use early return
      News fragment
      Rename base URL detection function
      Rename HTMLPage.links to clarify its purpose
      Move clean_link out of HTMLPage
      Add unit tests for egg_info_matches
      Move static methods out of HTMLPage
      Pass the URL instead of the page itself into Link
      News

barneygale (1):
      Remove vestigial `VersionControl.get_info()` method.

hugovk (2):
      Add news file for pyparsing upgrade
      Upgrade pyparsing to 2.2.1
@lock
Copy link

lock bot commented Jun 1, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Jun 1, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jun 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants