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

Add test for GitHub tokens, warning for password stored #1

Commits on Oct 5, 2020

  1. Configuration menu
    Copy the full SHA
    0db07bc View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. utils: fix canonical package name regex

    abn authored and kasteph committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    b0d9086 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2020

  1. Configuration menu
    Copy the full SHA
    fa52260 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. Ignore dev dependencies for PEP 517 builds

    This change allows for development dependencies to be ignored creating
    `Poetry` instances. This is used when PEP 517 artifacts are built as 
    they are not required in this scenario.
    
    Relates-to: python-poetry/poetry#2174
    roxchkplusony authored Oct 22, 2020
    Configuration menu
    Copy the full SHA
    727907d View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2020

  1. Configuration menu
    Copy the full SHA
    7004040 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. Configuration menu
    Copy the full SHA
    d61b964 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abe9fe5 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2020

  1. Simplify temporary_directory and use safe_rmtree (python-poetry#119)

    * Simplify temporary_directory and use safe_rmtree
    Joshua Cannon authored Dec 31, 2020
    Configuration menu
    Copy the full SHA
    79bc4cb View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. Configuration menu
    Copy the full SHA
    8997e3a View commit details
    Browse the repository at this point in the history
  2. Explicitly close the wheel temp file after it's written

    This resolves a crash that occurs on PyPy3 on Windows
    
    Closes python-poetry/poetry#3545
    kurtmckee committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    124a879 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. Fix #3258

    Paths for generated code that's excluded by vcs, but then included
    explicitly, were wrong because they appared in the exclude list during
    Builder.find_excluded_files(). I changed find_excluded_files to not
    exclude files which are explicitly included, by taking a set difference.
    
    Added a test for this case.
    Audun Skaugen committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    832b10b View commit details
    Browse the repository at this point in the history
  2. Black formatting

    Audun Skaugen committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    b2d24fd View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2021

  1. Configuration menu
    Copy the full SHA
    7e30405 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. Update packaging dep to v20.8

    gi0baro committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    cdc45d1 View commit details
    Browse the repository at this point in the history
  2. Update GH test workflow

    gi0baro committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    38ba900 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. Configuration menu
    Copy the full SHA
    0160212 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. Merge pull request python-poetry#125 from gi0baro/packaging-20-8

    Update packaging dep to v20.8
    sdispater authored Jan 29, 2021
    Configuration menu
    Copy the full SHA
    b5a1b1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8570e2e View commit details
    Browse the repository at this point in the history
  3. Merge pull request python-poetry#122 from kurtmckee/fix-poetry-3545

    Always close the wheel tempfile after writing to it
    sdispater authored Jan 29, 2021
    Configuration menu
    Copy the full SHA
    4db39a6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request python-poetry#105 from achow101/det-sdist

    Make sdist deterministic by setting gzip mtime to 0
    sdispater authored Jan 29, 2021
    Configuration menu
    Copy the full SHA
    8e425a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fdea1a3 View commit details
    Browse the repository at this point in the history
  6. Merge pull request python-poetry#104 from finswimmer/improvement/type…

    …-hinting
    
    fix incorrect type hints and add missing ones
    sdispater authored Jan 29, 2021
    Configuration menu
    Copy the full SHA
    76e64cb View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2021

  1. Configuration menu
    Copy the full SHA
    bbd545e View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Configuration menu
    Copy the full SHA
    c0d7e52 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Configuration menu
    Copy the full SHA
    cb2ce46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7b1682 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. Configuration menu
    Copy the full SHA
    1034515 View commit details
    Browse the repository at this point in the history
  2. Update dependencies

    sdispater committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    e5d09cd View commit details
    Browse the repository at this point in the history
  3. Bump version to 1.0.1

    sdispater committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    fc95204 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a8fc290 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b11c78 View commit details
    Browse the repository at this point in the history
  6. Update 1.0.1 change log

    sdispater committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    e9580ac View commit details
    Browse the repository at this point in the history
  7. Bump version to 1.0.2

    sdispater committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    a706ee2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4bc9bde View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. Modernize code base (python-poetry#131)

    * Update CI files for Python 3.6+ only
    
    * Modernize codebase
    
    * Reorganize imports to improve performance
    sdispater authored Mar 3, 2021
    Configuration menu
    Copy the full SHA
    b103125 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2021

  1. Configuration menu
    Copy the full SHA
    d0b8f3f View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. vendoring: split sync and update make targets

    The sync target previously regenerated the poetry.lock for vendored
    packages, causing larger than necessary change set for patches. This
    change introduces the update target to specifically handle lock file
    updates, lock target to regenerate the lock file and repurpose the sync
    target to only sync as expected.
    abn committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    5924c57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a8cd00 View commit details
    Browse the repository at this point in the history
  3. package: do not default to develop

    Setting develop to `True` by default causes un-expected side-effects
    and requires downstream consumers to rely on checks like
    `package.develop and package.source_type == "directory""` to determine
    if develop mode.
    
    This also corresponds to current high-level behaviour of packages being
    non-develop by default.
    abn committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    5d5251c View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. Configuration menu
    Copy the full SHA
    97102e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4ec173 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2021

  1. Improve PEP-440 support for versions

    This is a broad change aligning `poetry.core.semver.version.Version`
    implementation to be closer to PEP-440 that to semver. This adds the
    foundation for improved dev and local tag support in poetry managed
    version as well as fix ordering bugs that existed due to the
    differences between semantic versioning specification and PEP-440.
    
    Further, previously used inline copy of `packaging.version.Version`
    implementation has now been removed in favour of
    `poetry.core.version.pep440.PEP440Version` implementation.
    abn committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    748157e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd1d7ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0cded29 View commit details
    Browse the repository at this point in the history
  4. pep440: fix bugs

    abn committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    345d6a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea8d99f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c11cb9a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2af8f99 View commit details
    Browse the repository at this point in the history
  8. schema: add support for source.links boolean

    abn authored and kasteph committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    f3e3792 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bfc6008 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a7c6e2c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e6c5443 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    25f6ded View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9e51c35 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    43047f1 View commit details
    Browse the repository at this point in the history
  15. update development dependencies

    abn committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    c22421a View commit details
    Browse the repository at this point in the history
  16. ci: switch to pip install when installing poetry

    We do this since poetry releases currently do not work with python
    3.10.
    
    This can be replaced once new bootstrap is available.
    abn committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    d677150 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2021

  1. Configuration menu
    Copy the full SHA
    28b7a07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd772c6 View commit details
    Browse the repository at this point in the history
  3. ci: add downstreap pipeline

    abn authored and kasteph committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    8855eeb View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. Configuration menu
    Copy the full SHA
    395f832 View commit details
    Browse the repository at this point in the history
  2. Update dependencies

    sdispater committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    b7ecfd1 View commit details
    Browse the repository at this point in the history
  3. Bump version to 1.1.0a1

    sdispater committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    4d666b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a2ccc3 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. pep440: replace lark in favour of regex (python-poetry#152)

    * tests: fix incorrect parameters
    
    * pep440: replace lark in favour of regex
    
    The lark early implementation of PEP440 that was introduced was not
    performant. The implementation added on average around 7 seconds to
    the test suite execution time.
    
    This change drops the lark parser, and uses `packaging.version`
    provided regex for version string parsing. New dataclass interface for
    version instances remain unaffected.
    abn authored Mar 31, 2021
    Configuration menu
    Copy the full SHA
    8996496 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. pep440: support upper bound post/local release comparisons (python-po…

    …etry#157)
    
    * tests: add coverage for poetry.core.version.pep440
    
    * pep440: allow release tuples
    
    * pep440: support post/local release comparisons
    
    This change ensures that post and local releases are taken into
    consideration when checking if version range allows a post release
    local build release at upper and lower bounds.
    
    The following conditions now hold for upper bound checks.
    
    - `<=3.0.0` allows `3.0.0+local.1`, `3.0.0-1`
    - `<=3.0.0+local.1` disallows `3.0.0+local.2`, allows `3.0.0-1`
    - `<=3.0.0-1` allows `3.0.0+local.1`, `3.0.0`
    
    Lower bound checks require no modification and works due to the
    implicit version comparison of `poetry.core.pep440.PEP440Version`.
    abn authored Apr 2, 2021
    Configuration menu
    Copy the full SHA
    f5c6b64 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2021

  1. Configuration menu
    Copy the full SHA
    8d5e5c5 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. pep440: support post/local for semver allows (python-poetry#158)

    This change ensures that post and local releases are taken into
    consideration when checking if semver version instance allows
    post and local build releases.
    
    The following conditions now hold `poetry.core.semver.Version.allows`.
    
    - `3.0.0` allows `3.0.0+local.1`, `3.0.0-1`
    - `3.0.0+local.1` disallows `3.0.0+local.2`, allows `3.0.0-1`
    - `3.0.0-1` disallows ``3.0.0`, `3.0.0+local.1`, allows `3.0.0-1+local.1`
    abn authored Apr 8, 2021
    Configuration menu
    Copy the full SHA
    716375e View commit details
    Browse the repository at this point in the history
  2. Bump version to 1.1.0a2

    sdispater committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    8290b1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f978e7 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. Configuration menu
    Copy the full SHA
    d3e6073 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a01c556 View commit details
    Browse the repository at this point in the history
  3. Bump version to 1.1.0a3

    sdispater committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    871e10e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c6dc0d View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2021

  1. Configuration menu
    Copy the full SHA
    d3e5139 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2021

  1. ci: update test scripts to use install-poetry.py

    This change also fixes python 3.10 failures.
    abn authored and kasteph committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    bddf441 View commit details
    Browse the repository at this point in the history
  2. ci: cleanup release workflow

    abn authored and kasteph committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    015e05d View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. Use deterministic time for generated sdist files

    When generating setup.py and PKG-INFO files, ensure that generated
    files use a deterministic timestamp to enhance reproducibility of
    source distributions.
    abn authored and kasteph committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    f478ec3 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. pre-commit: add json checks

    abn authored and kasteph committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    44167a5 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. fix(packages/dependency): add space after filename for file dependenc…

    …ies with markers (python-poetry#153)
    
    * fix(packages/dependency): add space after filename for file dependencies with markers
    
    local vendored files need a space after the file name and before the ";" which demarks the start of
    markers
    
    fix #3872
    Michael Ossareh authored Apr 26, 2021
    Configuration menu
    Copy the full SHA
    fe476e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. fix (vcs.git): allow + in user name

    new (vcs.git): extract user credential (passord, deployment key, ...) from git url
    change (vcs.git): change order of init arguments for `ParsedUrl`
    change (vcs.git): make user, password, port, name and rev optional for `ParsedUrl`
    finswimmer authored and setu4993 committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    915479f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ff7a7e View commit details
    Browse the repository at this point in the history
  3. new (vcs.git): add property is_unsafe to ParsedUrl to return a bo…

    …olean whether the ParsedUrl contains a secret like a password
    finswimmer authored and setu4993 committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    6bbc256 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e54923e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e2fd7f4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    710c664 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    75f18a0 View commit details
    Browse the repository at this point in the history
  8. Apply black

    setu4993 committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    15233b3 View commit details
    Browse the repository at this point in the history