Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Scheduled daily dependency update on wednesday #250

Merged
merged 5 commits into from
Jan 10, 2018

Conversation

pyup-bot
Copy link
Contributor

Updates

Here's a list of all the updates bundled in this pull request. I've added some links to make it easier for you to find all the information you need.

pipenv 9.0.1 » 9.0.1 PyPI | Changelog | Repo
pytest-cov 2.5.1 » 2.5.1 PyPI | Changelog | Repo
coveralls 1.2.0 » 1.2.0 PyPI | Changelog | Repo
codecov 2.0.13 » 2.0.13 PyPI | Changelog | Repo
setuptools_scm 1.15.6 » 1.15.6 PyPI | Changelog | Repo

Changelogs

pipenv -> 9.0.1

9.0.0

  • Fixed bug where packages beginning with vcs names (e.g. git) weren't installed correctly.
  • Fixed url parsing for <vcs>+<vcs>:// style urls.
  • Pipenv can now install relative file paths.
  • Better messaging around failed installs.
  • More resilient network io when retrieving data from PyPI.
  • Fixed bug with bad dependency pinning via pip-tools.
  • Prompt user to destroy and recreate virtualenvironment if they are in a currently activated environment.
  • Added enhancement for pip-tools to resolve dependencies with specific versions of python
  • Fixed bug where newlines were not escaped in .env files when loaded
  • Sequentially install all local and vcs dependencies to avoid write race conditions.
  • Fixed accidental exclusion of files from some VCS installs.

8.3.2

  • Moved automated update check to once every 24 hours.
  • Better default for PYENV_ROOT.
  • Correctly support all pip --index specifiers.
  • Fix bug where pre-releases of Python were chosen over finals.

8.3.1

  • Fixed issues with calling block too many times on single subprocess.
  • Updated vendored delegator.py.
  • Changed --dev flag for the uninstall command to --all-dev to better represent what it does.

8.3.0

  • Add support for installation from remote requirements file.
  • Add --reverse to pipenv graph, displaying inverted dependency graph.
  • VCS dependencies now install sequentially to avoid write lock conflicts.
  • Allow PIPENV_IGNORE_VIRTUALENVS to work with pipenv shell on Windows.
  • Enforce newline termination of Pipfile.
  • More robust requirements.txt conversion experience.
  • Respect allow_prereleases in all locking scenarios.
  • Separated default and development dependency output when using lock -r and lock -r -d respectively.
  • Print whole help message with pipenv --help.

8.2.7

  • Add update --sequential.
  • Fix unicode decode error on windows.
  • Fix bug with non-editable installs.
  • Update vendored setuptools.
  • Improvements to check --unused.
  • Fix install for local sdist packages.
  • Updating the patched pip-tools with the wheel dependency bugfix.
  • Fix git remote address modified changing underscore to a hyphen.
  • Fix py2toml with dashes (dev-packages)
  • Fix for --dry-run, reporting backwards.
  • Fix installing with all release specifiers.
  • Removed unused vendor libraries.

8.2.6

  • Fix for some git remotes.
  • Increased the default number of max rounds for pip-tools, made it user-configurable.
  • Fix self-updating.

8.2.5

  • Fixed bad attribute call on date checks.

8.2.4

  • Enhanced sha messaging — lockfile short shas are now displayed.
  • Improve Windows unicode output.
  • General UX and other improvements.

8.2.3

  • Don't show activation instructions when --deploy is used.

8.2.2

  • Improve system pip detection.

8.2.1

  • Enhanced pip resolver — hopefully that won't blow up in our faces.
  • Fixed file links.

8.2.0

  • Made things nicer.

8.1.9

  • Fix logging bug.

8.1.8

  • Fix dependencies with markers attached. That wasn't easy.
  • Vendor (patch) pip-tools.
  • Honor PIP_SRC if it is provided.

8.1.7

  • Update Python 2.x default to 2.7.14.
  • Deploy mode aborts if Python version doesn't match.

8.1.6

  • Abort when Python installation appears to fail.

8.1.5

  • Update pexcept to fix shellquote issues in subprocesses.

8.1.4

  • Tell users in compatibility mode how to exit the shell.
  • Updated patched pip's vendored pkg-resources.

8.1.3

  • Further improve patched pip, for crazy setup.py files.

8.1.2

  • chdir option for project, for really stubborn people.

8.1.1

  • Better exception handling when a corrupt virtualenv is being used.

8.1.0

  • Better path handling.

8.0.9

  • Bug when -r is passed in a subdirectory.

8.0.8

  • Add verbose mode to Pip.

8.0.7

  • Fix --skip-lock when verify_ssl = false.
  • Always quote pip path.
  • Fix --update.

8.0.6

  • Fix indexes.

8.0.5

  • $ pipenv open :module

8.0.4

  • $ pipenv install --deploy.

8.0.3

  • Improvements to dependency resolution against various versions of Python.
  • Fix issue with nested directories all containing Pipfiles.
  • Fix issue with --py when run outside of a project.
  • Refactoring of virtualenv detection.
  • Improvements to crayons library.
  • PIPENV_DOTENV_LOCATION.

8.0.1

  • Fix weird edge case with ramuel.ordereddict.

8.0.0

  • new [pipenv] settings, allows for allows_prereleases=True, automatically set when using install --pre.

7.9.10

  • Use urllib3 directly, for exceptions handling.

7.9.9

  • Fix argument parsing.

7.9.8

  • Fix argument parsing.

7.9.7

  • Fix help printout screen (and update it).
  • Use urllib3's warning suppression directly.

7.9.6

  • Did you mean?

7.9.5

  • More usage examples in help output.

7.9.4

  • Support for editable extras.

7.9.3

  • Use foreground color instead of white.

7.9.2

  • UX cleanup.

7.9.1

  • Bug fix with indexes.

7.9.0

  • Bug fix with indexes.

7.8.9

  • Fix for Heroku.

7.8.8

  • Make --fancy default for windows users.

7.8.7

  • Make resolver use client python for setup.py egg_info (very fancy).
  • Fix a nasty windows bug.
  • add --completion.
  • add --man.

7.8.6

  • Don't import code automatically, only use -c ..

7.8.5

  • Edge case.

7.8.4

  • Flake8 checking with check --style!

7.8.3

  • $ pipenv check --unused.

7.8.2

  • Fallback to toml parser for absurdly large files.

7.8.1

  • Catch all exceptions in pipreqs.

7.8.0

  • Packaging fix.

7.7.9

  • Ignore bad packages with -c.

7.7.8

  • Minor bug fix.

7.7.7

  • $ pipenv install -c .

7.7.6

  • Fix a very very minor UX bug.

7.7.5

  • No longer eat editables, as pip-tools does it for us now.

7.7.4

  • Install VCS deps into the virtualenv's src directory, not into the current directory.

7.7.3

  • Fix --three on Windows.

7.7.2

  • Bug fixes.

7.7.1

  • Bug fixes.
  • Improvements to --index support for requirements imports.

7.7.0

  • Improved update caching mechanism.
  • Only prompt for spelling correction in interactive sessions.
  • Cleanup -e.

7.6.9

  • Change --two, and --three to use --python 2 and --python 3 under the hood.
  • This restores --two / --three usage on windows.

7.6.8

  • pipenv install -r requirements.txt --dev now works.

7.6.7

  • New less-fancy progress bars (for linux users, specifically).
  • Support --python 3.

7.6.6

  • Packaging problem.

7.6.5

  • Patched vendored 'safety' package to remove yaml dependency — should work on all Pythons now.

7.6.4

  • Extensive integration test suite.
  • Don't suggest autocorrections as often.
  • Cleanups.
  • Don't depend on setuptools anymore.

7.6.3

  • Cleanups.

7.6.2

  • Support for install/lock --pre.

7.6.1

  • Fix a nasty bug.

7.6.0

  • PEP 508 marker support for packages!
  • Better verbose mode for install.
  • Fix a nasty bug.

7.5.1

  • Skip the resolver for pinned versions (this comes up a lot).
  • Maximum subprocesses (configurable) is now 8.

7.5.0

  • Deprecate shell -c mode.
  • Make a new shell --fancy mode (old default mode).
  • Introduce PIPENV_SHELL_FANCY.
  • Introduce pipenv --envs.

7.4.9

  • Improvements to PIPENV_DEFAULT_PYTHON_VERSION.
  • Improvements to auto-suggestions.
  • Fix nasty bug with failing dependencies.

7.4.8

  • PIPENV_DEFAULT_PYTHON_VERSION

7.4.7

  • install --sequential, for boring people.
  • PIPENV_DONT_LOAD_ENV.
  • Fix for prettytoml.
  • Don't add -e reqs to lockfile, as they're already present.

7.4.6

  • Specify a specific index for a specific dependency.

7.4.5

  • Support for custom indexes!
  • Random bugfixes.

7.4.4

  • PIPENV_PIPFILE environment variable support.
  • --site-packages flag, for the crazy at heart.
  • Installation concurrency on Windows.
  • make graph --json consistent with graph.
  • Much better support for suggesting package names.
  • Updated to pipfile spec 4, support for path= for relative package names.
  • Import sources from requirements files.
  • Cleanup stderr/stdout.
  • 'pipenv check' only reports safety now for Python 3.

7.4.3

  • Download/install things concurrently.

7.4.2

  • Fix a nasty pyenv bug.

7.4.1

  • graph --json.

7.4.0

  • pipenv --where fix.
  • Other general improvements.

7.3.9

  • Packaging fix.

7.3.8

  • Packaging fix.

7.3.7

  • Automatic support for .env files!
  • Fuzzy finding of popular package names, for typos. Auto-suggested corrections for popular packages.
  • Bug fixes.

7.3.6

  • Fix VCS dependency resolution.

7.3.5

  • Fix packaging.

7.3.4

  • An error occurred.

7.3.3

  • Pipenv check now includes security vulnerability disclosures!

7.3.2

  • Vastly improved support for VCS dependencies.

7.3.1

  • Advanced pyenv minor version support.
  • Added support for "full_python_version".
  • Added support for specifying minor versions of Python with --python.
  • Removed "considering this to be project home" messaging from pipenv install.

7.3.0

  • Added support for grabbing dependencies from -e requirements into dependency graph.

7.2.9

  • Bug fixes.

7.2.8

  • Vast improvements to python finding abilities (multiple pythons with the same name are now detected).

7.2.7

  • Automatically convert outline TOML tables to inline tables (losing comments in the process).
  • Bug fixes.

7.2.6

  • Fix pip execution from within existing virtualenvs.

7.2.5

  • Always tell patched pip what version of Python we're using.

7.2.4

  • Improve compatibility with --system.
  • Improve automatic --system use within shell spawning (disallowing it).

7.2.3

  • Courtesy notice when running in a virtualenv.

7.2.2

  • Improvements to pyenv detection.
  • Refactorings, and general improvements

7.2.1

  • Bug fix.

7.2.0

  • Automatically install Pythons, if they aren't available and pyenv is setup!
  • Fixes for when a requirements.txt file contains an !.
  • Support for relative package paths (that wasn't easy either).
  • Bug fixes.

7.1.1

  • Fixes for windows (full compatibility restored — sorry!).
  • Catch if graph is being run outside of a project directory.
  • Catch if self-updater doesn't get a clean response from PyPI.
  • Support Miniconda's python --version format

7.1.0

  • Inline TOML tables for things like requests[security]!
  • Attempt to preserve comments in Pipfiles.

7.0.6

  • NO_SPIN is now automatic when CI is set.
  • Additionally, vendor pip (a patched version) for doing advanced dependency resolution.

7.0.5

  • Depend on latest version of pip.

7.0.4

  • Bug fix.

7.0.3

  • Windows fixes.

7.0.2

  • Tell pip we're using the required Python version, with trickery, for dependency resolution.
  • Dev dependencies are now read from a lockfile before default dependencies, so
    any mismatches will prefer default to develop.
  • Add support for extras_require in Pipfile for vcs urls.
  • Warn if 'which' is not found on the system.
  • Warn if Pew or Virtualenv isn't in the PATH.
  • More consistent stderr output.

7.0.1

  • [requires] python_version is now set for new projects, automatically
    if a version of Python was specified.
  • That wasn't easy.

7.0.0

  • New path handling for --python, versions like '3.6' are now supported.
  • [requires] python_version is automatically honored.

6.2.9

  • Bug fix.

6.2.8

  • Bug fix.

6.2.7

  • pip run --system is now default.

6.2.6

  • Snakes, all the way down (and easter eggs for holidays!)
  • Much improved CLI output.
  • Introduction of PIPENV_HIDE_EMOJIS environment variable.
  • Guide users to set LANG and LC_ALL.

6.2.5

  • Bug fix for 2.7.

6.2.4

  • UX Improvements.
  • Install un-installable dependencies, anyway.

6.2.3

  • Bug fixes and improvements.
  • Add refs to lockfile for VCS dependencies.
  • Don't re-capitalize URLs.
  • Specify a requirements file to import from, with install --requirements / -r
  • Install dependencies for VCS installs.

6.2.2

  • Bug fix.
  • Support for passwords in git URLs.

6.2.1

  • Quick fix.

6.2.0

  • Support for arbitrary files (e.g. pipenv install URL)!
  • $ pipenv graph!
  • $ pipenv run --system ipython.
  • Skip virtualenv creation when --system is passed to install.
  • Removal of lock --legacy.
  • Improvements to locking mechanism integrity.
  • Introduction of $ pipenv --jumbotron.
  • Internal refactoring/code reduction.

6.1.6

  • Fix for Windows.

6.1.5

  • Grab hashes for un-grabbable hashes.

6.1.4

  • New update via $ pipenv --update, instead.

6.1.3

  • Skip validation of Pipfiles, massive speedup for far-away users.
  • Other speed-ups.

6.1.1

  • Bug fix.

6.1.0

  • Self–updating! Very fancy. $ pipenv update.
  • Verbose mode for update, install.

6.0.3

  • Major bug fix.
  • Fix for Daniel Ryan's weird corner case.

6.0.2

  • Fix Python 2 regression.

6.0.1

  • Minor (major) bug fix.

6.0.0

  • New locking functionality — support for multiple hashes per release!
  • Hashes are now default, everywhere, once again! We figured it out :)
  • Pipenv talks to the PyPi (Warehouse) API now for grabbing hashes.
  • --hashes flag removed.
  • Upgraded to Pipfile spec 2.
  • New --legacy mode for lock.

5.4.3

  • Fix for windows.

5.4.2

  • Compatibility improvement with run.

5.4.1

  • Fix for packaging.
  • $PIPENV_SKIP_VALIDATION.

5.4.0

  • Automatically load PATH from virtualenv, before running pipenv shell.
  • Addition of pipenv lock --verbose.
  • Vendor 'background' library.

5.3.5

  • Addition of update --dry-run.
  • Removal of install --lock option.

5.3.4

  • Fix pip index passing.

5.3.3

  • Automatic notification of version updates.

5.3.2

  • Automatic locking after install/uninstall (because it's fast now!)

5.3.1

  • Improvements for windows.

5.3.0

  • Mega fast pipenv lock!
  • Drop of Python 2.6.

5.2.0

  • Introduce install --skip-lock.
  • Bugfixes.

5.1.3

  • Updated delegator.py to 0.0.13

5.1.2

  • Add missing cacerts.pem file to MANIFEST.in
  • Improve error message when running pipenv shell multiple times.
  • Fixed translation for editable installs from requirements.txt to Pipfile.

5.1.1

  • Bug fix

5.1.0

  • Add PIPENV_TIMEOUT environment variable for custom timeouts.
  • Remove PIPENV_DEFAULT_THREE.

5.0.0

  • Automatically utilize virtualenvs when they are activated.
  • PIPENV_DEFAULT_THREE.

4.1.4

  • Fix regression in pipenv lock -r functionality.

4.1.3

  • Fix support for pipenv install -e .

4.1.2

  • Lazy load requirements for speed improvements.
  • Better messaging on failed installs.
  • More accurate logging for installation progress.

4.1.1

  • Remove old references

4.1.0

  • Properly handle extras on requirements with versions.
  • Accept the -e (editable) flag in pipenv install.
  • Progress Bars!
  • Minor optimizations to the install process.

4.0.1

  • Pin Sphinx requirement at a Python 2.6 compatible version.

4.0.0

  • Make --no-hashes default, introduce --hashes.
  • Fix for key error when uninstalling [dev-]packages

3.6.2

  • Fix bug introduced into pipenv install in 3.6.1.

3.6.1

  • pipenv install now works if only a requirements.txt is present.
  • pipenv uninstall now uninstalls from dev-packages as intended.

3.6.0

  • Make --two/--three handling more consistent.
  • Update vendored delegator.py.
  • Fix erroneous error messages in certain command combinations.
  • Better version number handling for post releases.
  • Bug fixes for some Windows environments (specifically Appveyor).

3.5.6

  • Fix broken help prompt.

3.5.5

  • Automatically cleanup virtualenv on keyboard interrupt.
  • General improvements.

3.5.4

  • Bug fixes.
  • Message formatting cleanup.

3.5.3

  • Add six to vendored libraries.
  • Support for --ignore-hashes added to install command.
  • Support for --no-hashes for lock command.

3.5.2

  • Vendor all the things!
  • get-pipenv.py.

3.5.1

  • Basic Windows support!

3.5.0

  • Fully support multiple sources in Pipfile.
  • Support multiple project directories with same name.
  • Better support for non-standard project directory names.
  • Support for VCS dependencies.

3.4.2

  • Attempt installing from all sources in Pipfile.
  • Fix bug with accidental deletion of Pipfile contents.
  • Update dependencies to work correctly with pipsi.

3.4.1

  • --no-interactive mode now activates automatically when needed.

3.4.0

  • --no-interactive mode added.
  • Properly handle non-standard versioning schemes including Epochs.
  • Handle percent-encoded filenames.
  • Fixed Bug with Pipfile initializations.
  • Streamlined file locations for projects.
  • Improved package name resolution.
  • Testing!

3.3.6

  • $ pipenv --venv option.
  • $ pipenv --rm option.

3.3.5

  • Disable spinner by setting PIPENV_NOSPIN=1 environment variable.

3.3.4

  • Fix PIPENV_VENV_IN_PROJECT mode.
  • Fix PIPENV_SHELL_COMPAT mode.

3.3.3

  • Spinners!
  • Shell compatibility mode ($ pipenv shell -c).
  • Classic virtualenv location (within project) mode.
  • Removal of $ pipenv install --requirements.
  • Addition of $ pipenv lock -r.

3.3.2

  • User-configurable max-depth for Pipfile searching.
  • Bugfix.

3.3.1

  • Bugfix for install.

3.3.0

  • Use pew to manage virtual environments.
  • Improved dashed version parsing.

3.2.14

  • Give --python precedence over --three/--two.
  • Improvements for lockfile output for specific problematic packages.
  • Bug fixes.

3.2.13

  • Improved stderr output for --requirements.
  • Bug fixes.

3.2.12

  • Disable colors by setting PIPENV_COLORBLIND=1 environment variable.

3.2.11

  • Properly use pinned versions from Pipfile in Pipfile.lock

3.2.10

  • Fix bugs.

3.2.9

  • Remove temporary requirements.txt after installation.
  • Add support for --python option, for specifying any version of Python.
  • Read source Pipfile.lock.

3.2.8

  • Lock before installing all dependencies, if lockfile isn't present.

3.2.7

  • Cache proper names for great speed increases.

3.2.6

  • Bug fixes.

3.2.5

  • Significant speed improvements for pipenv run and pipenv shell.
  • Shell completion via click-completion.
  • Perform package name normalization as best effort attempt.

3.2.4

  • $ pipenv uninstall --all
  • Don't uninstall setuptools, wheel, pip, or six.
  • Improvements to Pipfile re-ordering when writing.
  • Fix proper casing mechanism.
  • Prevent invalid shebangs with Homebrew Python.
  • Fix parsing issues with https://pypi.org/simple.
  • Depend on 'pipfile' package.

3.2.3

  • $ pip uninstall --dev
  • Minor refactoring.
  • Improved error messaging for missing SHELL environment variables.

3.2.2

  • Better support for fish terminal.

3.2.1

  • Ensure proper casing of all Pipfile-specified packages.

3.2.0

  • Improved proper casing handling for mis-named packages.
  • Support for $ pipenv install django-debug-toolbar.
  • Minor cleanups.
  • Fix for Python 3.

3.1.9

  • Bug fix.

3.1.8

  • Bug fix.

3.1.7

  • Actual Python 3 fix.

3.1.6

  • Python 3 fix.

3.1.5

  • Proper name resolver!

3.1.4

  • $ pip install --requirements.

3.1.3

  • Python 3 fix.

3.1.2

  • Python 3 fix.

3.1.1

  • Improved pip output (integrate with tool better).
  • Pass exit code of $ pipenv run commands.

3.1.0

  • Check hashes upon installation!

3.0.1

  • Oops, version jump.
  • Fix for $ pip uninstall --lock.

3.0.0

  • Speed of locking improved.
  • Lock now uses downloads instead of installation functionality.
  • Lock fix.
  • Removed $ pipenv install -r functionality.
  • Removal of $ pipenv lock --dev.
  • Addition of $ pipenv install/uninstall --lock.
  • Preliminary (non-enforced) hash functionality.

0.2.9

  • Enhanced–enhanced PEP 508 checking capabilities!

0.2.8

  • Enhanced PEP 508 checking capabilities!

0.2.7

  • Better workflow options for --three / --two.

0.2.6

  • Fix for bash shell invocation.
  • Better support for comments in requirements.txt files.
  • Support for Pipfile's [[source]].
  • Pretty colors for help.
  • Refactors.

0.2.5

  • Enhanced terminal resizing.
  • Cleanups from PRs: typos.
  • Better --where output when no Pipfile is present.
  • Fix for Python 3.
  • Rely directly on pexpect.

0.2.4

  • Fix for bash shell.

0.2.3

  • Support for Fish and Csh shells.

0.2.1

  • Trove classifiers.

0.2.0

  • Added support for $ pipenv --three / --two, for initializing virtualenvs with a specific Python version.
  • Added support for VCS-backed installs, including editables.
  • TODO: Still need to support non-git-backed VCS installations in Pipfiles.

pytest-cov -> 2.5.1

2.5.1


  • Fixed xdist breakage (regression in 2.5.0).
    Fixes 157 &lt;https://github.com/pytest-dev/pytest-cov/issues/157&gt;_.
  • Allow setting custom data_file name in .coveragerc.
    Fixes 145 &lt;https://github.com/pytest-dev/pytest-cov/issues/145&gt;.
    Contributed by Jannis Leidel & Ionel Cristian Mărieș in
    156 &lt;https://github.com/pytest-dev/pytest-cov/pull/156&gt;
    .

2.5.0


  • Always show a summary when --cov-fail-under is used. Contributed by Francis Niu in PR141 &lt;https://github.com/pytest-dev/pytest-cov/pull/141&gt;_.
  • Added --cov-branch option. Fixes 85 &lt;https://github.com/pytest-dev/pytest-cov/issues/85&gt;_.
  • Improve exception handling in subprocess setup. Fixes 144 &lt;https://github.com/pytest-dev/pytest-cov/issues/144&gt;_.
  • Fixed handling when --cov is used multiple times. Fixes 151 &lt;https://github.com/pytest-dev/pytest-cov/issues/151&gt;_.

2.4.0


  • Added a "disarm" option: --no-cov. It will disable coverage measurements. Contributed by Zoltan Kozma in
    PR135 &lt;https://github.com/pytest-dev/pytest-cov/pull/135&gt;_.

WARNING: Do not put this in your configuration files, it's meant to be an one-off for situations where you want to
disable coverage from command line.

  • Fixed broken exception handling on .pth file. See 136 &lt;https://github.com/pytest-dev/pytest-cov/issues/136&gt;_.

2.3.1


  • Fixed regression causing spurious errors when xdist was used. See 124 &lt;https://github.com/pytest-dev/pytest-cov/issues/124&gt;_.
  • Fixed DeprecationWarning about incorrect addoption use. Contributed by Florian Bruhin in PR127 &lt;https://github.com/pytest-dev/pytest-cov/pull/127&gt;_.
  • Fixed deprecated use of funcarg fixture API. Contributed by Daniel Hahler in PR125 &lt;https://github.com/pytest-dev/pytest-cov/pull/125&gt;_.

2.3.0


  • Add support for specifying output location for html, xml, and annotate report.
    Contributed by Patrick Lannigan in PR113 &lt;https://github.com/pytest-dev/pytest-cov/pull/113&gt;_.
  • Fix bug hiding test failure when cov-fail-under failed.
  • For coverage >= 4.0, match the default behaviour of coverage report and
    error if coverage fails to find the source instead of just printing a warning.
    Contributed by David Szotten in PR116 &lt;https://github.com/pytest-dev/pytest-cov/pull/116&gt;_.
  • Fixed bug occurred when bare --cov parameter was used with xdist.
    Contributed by Michael Elovskikh in PR120 &lt;https://github.com/pytest-dev/pytest-cov/pull/120&gt;_.
  • Add support for skip_covered and added --cov-report=term-skip-covered command
    line options. Contributed by Saurabh Kumar in PR115 &lt;https://github.com/pytest-dev/pytest-cov/pull/115&gt;_.

2.2.1


  • Fixed incorrect merging of coverage data when xdist was used and coverage was &gt;= 4.0.

2.2.0


  • Added support for changing working directory in tests. Previously changing working
    directory would disable coverage measurements in suprocesses.
  • Fixed broken handling for --cov-report=annotate.

2.1.0


  • Added support for coverage 4.0b2.
  • Added the --cov-append command line options. Contributed by Christian Ledermann
    in PR80 &lt;https://github.com/pytest-dev/pytest-cov/pull/80&gt;_.

2.0.0


  • Added --cov-fail-under, akin to the new fail_under option in coverage-4.0
    (automatically activated if there's a [report] fail_under = ... in .coveragerc).
  • Changed --cov-report=term to automatically upgrade to --cov-report=term-missing
    if there's [run] show_missing = True in .coveragerc.
  • Changed --cov so it can be used with no path argument (in wich case the source
    settings from .coveragerc will be used instead).
  • Fixed .pth installation to work in all cases (install, easy_install, wheels, develop etc).
  • Fixed .pth uninstallation to work for wheel installs.
  • Support for coverage 4.0.
  • Data file suffixing changed to use coverage's data_suffix=True option (instead of the
    custom suffixing).
  • Avoid warning about missing coverage data (just like coverage.control.process_startup).
  • Fixed a race condition when running with xdist (all the workers tried to combine the files).
    It's possible that this issue is not present in pytest-cov 1.8.X.

1.8.2


  • N/A

coveralls -> 1.2.0

1.2.0

Features

  • add support for AppVeyor CI (1a62ce27)
  • add support for BuildKite CI (a58d6f9e)
  • add support for branch coverage (e2413e38)
  • add support for parallel builds in Coveralls CI (7ba3a589)

Bug Fixes

  • fix coverage count in cases of partial branch coverage (b9ab7037)
  • fix SNI validation errors in python2 (c5541263)
  • warn when PyYAML is missing (711e9e4c)

<a name="1.1"></a>

1.1

Features

  • support for Circle CI

<a name="1.0"></a>

1.0

Features

  • coverage 4 beta support
  • codeship experimetal support (CI_BRANCH env variable)
  • drop python 3.2 support (as coverage 4 does not support it)
  • repo token usage is deprecated (but still supported) in favor of env variable.
  • error reporting is improved, exist status codes added

<a name="1.0a2"></a>

1.0a2

Features

  • fix latest alpha coverage.py support
  • remove erroneous warning message when writing output to a file

<a name="1.0a1"></a>

1.0a1

Features

  • Backwards Incompatible: make pyyaml optional. If you're using .coveralls.yml, make sure to install coveralls[yaml]
  • coverage 4 alpha support
  • allow debug and output options to work without repo_token
  • fix merge command for python 3.X

<a name="0.5"></a>

0.5

Features

  • add option --output=<file> for saving json to file for possible merging with coverages from other languages
  • add merge command for sending coverage stats from multiple languages

<a name="0.4.4"></a>

0.4.4

Features

  • proper fix coverage.py dependency version

<a name="0.4.3"></a>

0.4.3

Features

  • fix coverage.py dependency version

<a name="0.4.2"></a>

0.4.2

Features

  • handle 503 errors from coveralls.io

<a name="0.4.1"></a>

0.4.1

Features

  • fix gitlog output with utf8

<a name="0.4"></a>

0.4

Features

  • added support for --rcfile=<file> option to cli
  • improved docs: nosetests and troubleshooting sections added
  • added debug in case of UnicodeDecodeError
  • removed sh dependency in favor of Windows compatibility

<a name="0.3"></a>

0.3

Features

  • added initial support for Circle CI
  • fixed Unicode not defined error in python 3

<a name="0.2"></a>

0.2

Features

  • Python 3.2 and PyPy support
  • graceful handling of coverage exceptions
  • fixed UnicodeDecodeError in json encoding
  • improved readme

<a name="0.1.1"></a>

0.1.1

Features

  • introduced COVERALLS_REPO_TOKEN environment variable as a fallback for Travis
  • removed repo_token from verbose output for security reasons

<a name="0.1"></a>

0.1

Features

  • initial release

Release

This project is released on PyPI as coveralls_.

To cut a new release, ensure the latest master passes all tests. Then, create a release commit:

  1. Update the :code:CHANGELOG.md with the new version.
  2. Bump the version number in :code:version.py.
  3. Tag that commit with the version number (:code:git tag x.y.z).

Make sure to push the release commit to GitHub.

To create a new PyPI release, do the following:

  1. Build the sources (:code:python setup.py sdist bdist_wheel).
  2. Register & upload the sources. (:code:twine upload dist/*).

NOTE: in the future, we may want to expand this to include other sources, such as eggs for various Python versions. Since we already test with :code:tox, this could be as simple as::

.tox/py34/bin/python setup.py bdist_egg
.tox/py35/bin/python setup.py bdist_egg
etc

.. _coveralls: https://pypi.org/project/coveralls/

codecov -> 2.0.13

2.0.13

  • fix encoding issues

2.0.12

  • revert merge commit fix, back to old way

2.0.11

  • fix merge commit when it's a pull request
  • remove snapci, business closed
  • skip vendor directories for gcov parsing
  • run coverage combine not merge
  • fix report encoding

2.0.10

  • fix uploading when reports contain characters outside of latin-1
  • remove reduced_redundancy header from

2.0.7

  • Add --name/-n to cli
  • Add support for Jenkins Blue
  • Fix environment variable joining
  • Add Greenhouse CI detection
  • Fix GitLab detection
  • Add default VCS_* environment
  • Auto-merge py-coverage
  • Remove Xcode processing support, please use bash uploader.
  • Support yaml:token and yaml:slug

2.0.5

2.0.4

  • fix detecting merge commits on all CI, not just Travis

2.0.3

  • add -F to flagging uploads [new feature]
  • fixed some reports ascii chars
  • added --pr flag for manually specifing pulls
  • added --tag flag for manually git tags
  • added env detection for Travis
  • added buildkite detection
  • added teamcity detection
  • added more snapci detection
  • detect codecov.yml file detection
  • depreciating xcode support, use bash uploader
  • hide token from stdout

1.6.4

  • fix gitlab project directory
  • fallback on git branch/commit
  • fix using gcov_exec

1.6.0

  • depreciate --no-fail now a default
  • add --required to fail the build if Codecov fails
  • added --cacerts for enterprise customers
  • added fix reports http://bit.ly/1O4eBpt

1.5.0

  • fix retreiving mercurial commit
  • add support for swift/xcode7 profdata
  • now uploading direct-to-s3 to improve product performance
  • not require branch, will default to master (the default branch)
  • fix drone.io commit number, which is not a full 40 sha.

1.4.1

  • added --no-fail to prevent failing builds when missing configuration or Codecov errors

1.4.0

  • Ignore other known bad files/paths
  • Added test suite to test against example repositories
  • Using coverage xml -i to ignore No source for code errors
  • Cleaned up command output with help and colors
  • Added gcov processing, see codecov --help for more info.

1.3.1

  • Ignore other known bad files/paths
  • Fix issue with decoding files in py3+

1.3.0

  • Refactor project to be a global uploader for more reports

1.2.3

  • Remove test-results.xml, not a coverage file
  • Add CircleCI container numbers

1.2.2

  • bring back client-side pre-processing for jacoco (they can crush)

1.2.1

  • accept any file ending in coverge.xml

1.2.0

  • accept nosetests.xml and test-results.xml files
  • no longer do client side pre-processing, upload raw
  • capture SEMAPHORE_CURRENT_THREAD

1.1.13

  • added --build arg for advanced usage

1.1.10

  • fix package for 2.6 on windows
  • fix showing --help when called in non-git backed repo
  • fix AppVeyor public repos

1.1.8

  • support GitLab CI Runner
  • added rollbar to help bugs if presented
  • added more filepath matching
  • pep8 cleanup
  • added Shippable ci

1.1.7

  • support for D lang added, special thanks to ColdenCullen
  • Wercker CI supported by Robpol86
  • fixed Drone build number

1.1.6

  • fix semaphore commit revision number
  • preprocess reports from xml

1.1.5

  • search for all lcov|gcov files
  • depreciate --min-coverage, use Github Status Update feature
  • pre-process xml => json

1.1.4

  • added support for pyhton 2.6 by Robpol86
  • added AppVeyor support by Robpol86

1.1.3

  • added more ignore paths

1.1.2

  • search for lcov.info files
  • pause for .1 before checking for min-coverage
  • accept --env variables which are stored in front-end for build specs

1.1.1

  • build python coverage xml only when no reports found to fix overriding reports
  • now defaulting output to plain text. Use --json to return json results
  • added jacocoTestReport.xml to search list
  • changed --min-coverage waiting methods to, 5 tries 15s each
  • added Sites/www/bower and node_modules to ignored table of contents

setuptools_scm -> 1.15.6

1.15.6

=======

  • fix 171 by unpinning the py version to allow a fixed one to get installed

1.15.5

=======

  • fix 167 by correctly respecting preformatted version metadata
    from PKG-INFO/EGG-INFO

1.15.4

=======

  • fix issue 164: iterate all found entry points to avoid erros when pip remakes egg-info
  • enhance self-use to enable pip install from github again

1.15.3

=======

  • bring back correctly getting our version in the own sdist, finalizes 114
  • fix issue 150: strip local components of tags

1.15.2

=======

  • fix issue 128: return None when a scm specific parse fails in a worktree to ease parse reuse

1.15.1

=======

  • fix issue 126: the local part of any tags is discarded
    when guessing new versions
  • minor performance optimization by doing fewer git calls
    in the usual cases

1.15.0

=======

  • more sophisticated ignoring of mercurial tag commits
    when considering distance in commits
    (thanks Petre Mierlutiu)
  • fix issue 114: stop trying to be smart for the sdist
    and ensure its always correctly usign itself
  • update trove classifiers
  • fix issue 84: document using the installed package metadata for sphinx
  • fix issue 81: fail more gracious when git/hg are missing
  • address issue 93: provide an experimental api to customize behaviour on shallow git repos
    a custom parse function may pick pre parse actions to do when using git

1.14.1

=======

  • fix 109: when detecting a dirty git workdir
    don't consider untracked file
    (this was a regression due to 86 in v1.13.1)
  • consider the distance 0 when the git node is unknown
    (happens when you haven't commited anything)

1.14.0

=======

  • publish bdist_egg for python 2.6, 2.7 and 3.3-3.5
  • fix issue 107 - dont use node if it is None

1.13.1

=======

  • fix issue 86 - detect dirty git workdir without tags

1.13.0

=======

  • fix regression caused by the fix of 101
  • assert types for version dumping
  • strictly pass all versions trough parsed version metadata

1.12.0

=======

  • fix issue 97 - add support for mercurial plugins
  • fix issue 101 - write version cache even for pretend version
    (thanks anarcat for reporting and fixing)

1.11.1

========

  • fix issue 88 - better docs for sphinx usage (thanks Jason)
  • fix issue 89 - use normpath to deal with windows
    (thanks Te-jé Rodgers for reporting and fixing)

1.11.0

=======

  • always run tag_to_version so in order to handle prefixes on old setuptools
    (thanks to Brian May)
  • drop support for python 3.2
  • extend the error message on missing scm metadata
    (thanks Markus Unterwaditzer)
  • fix bug when using callable version_scheme
    (thanks Esben Haabendal)

1.10.1

=======

  • fix issue 73 - in hg pre commit merge, consider parent1 instead of failing

1.10.0

=======

  • add support for overriding the version number via the
    environment variable SETUPTOOLS_SCM_PRETEND_VERSION
  • fix isssue 63 by adding the --match parameter to the git describe call
    and prepare the possibility of passing more options to scm backends
  • fix issue 70 and 71 by introducing the parse keyword
    to specify custom scm parsing, its an expert feature,
    use with caution

this change also introduces the setuptools_scm.parse_scm_fallback
entrypoint which can be used to register custom archive fallbacks

1.9.0

======

  • Add :code:relative_to parameter to :code:get_version function;
    fixes 44 per 45.

1.8.0

======

  • fix issue with setuptools wrong version warnings being printed to standard
    out. User is informed now by distutils-warnings.
  • restructure root finding, we now reliably ignore outer scm
    and prefer PKG-INFO over scm, fixes 43 and 45

1.7.0

======

  • correct the url to github
    thanks David Szotten
  • enhance scm not found errors with a note on git tarballs
    thanks Markus
  • add support for :code:write_to_template

1.6.0

======

  • bail out early if the scm is missing

this brings issues with git tarballs and
older devpi-client releases to light,
before we would let the setup stay at version 0.0,
now there is a ValueError

  • propperly raise errors on write_to missuse (thanks Te-jé Rodgers)

1.5.5

======

  • Fix bug on Python 2 on Windows when environment has unicode fields.

1.5.4

======

  • Fix bug on Python 2 when version is loaded from existing metadata.

1.5.3

======

  • 28: Fix decoding error when PKG-INFO contains non-ASCII.

1.5.2

======

  • add zip_safe flag

1.5.1

======

  • fix file access bug i missed in 1.5

1.5.0

======

  • moved setuptools integration related code to own file
  • support storing version strings into a module/text file
    using the :code:write_to coniguration parameter

1.4.0

======

  • propper handling for sdist
  • fix file-finder failure from windows
  • resuffle docs

1.3.0

======

  • support setuptools easy_install egg creation details
    by hardwireing the version in the sdist

1.2.0

======

  • enhance self-use

1.1.0

======

  • enable self-use

1.0.0

======

  • documentation enhancements

0.26

=====

  • rename to setuptools_scm
  • split into package, add lots of entry points for extension
  • pluggable version schemes

0.25

=====

  • fix pep440 support
    this reshuffles the complete code for version guessing

0.24

=====

  • dont drop dirty flag on node finding
  • fix distance for dirty flagged versions
  • use dashes for time again,
    its normalisation with setuptools
  • remove the own version attribute,
    it was too fragile to test for
  • include file finding
  • handle edge cases around dirty tagged versions

0.23

=====

  • windows compatibility fix (thanks stefan)
    drop samefile since its missing in
    some python2 versions on windows
  • add tests to the source tarballs

0.22

=====

  • windows compatibility fix (thanks stefan)
    use samefile since it does path normalisation

0.21

=====

  • fix the own version attribute (thanks stefan)

0.20

=====

  • fix issue 11: always take git describe long format
    to avoid the source of the ambiguity
  • fix issue 12: add a version attribute via pkginfo

0.19

=====

  • configurable next version guessing
  • fix distance guessing (thanks stefan)

That's it for now!

Happy merging! 🤖

@coveralls
Copy link

coveralls commented Jan 10, 2018

Coverage Status

Coverage remained the same at 100.0% when pulling e96d714 on pyup-scheduled-update-01-10-2018 into 0cf59d0 on master.

@codecov-io
Copy link

codecov-io commented Jan 10, 2018

Codecov Report

Merging #250 into master will not change coverage.
The diff coverage is n/a.

@@          Coverage Diff          @@
##           master   #250   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          18     18           
  Lines         459    459           
  Branches       43     43           
=====================================
  Hits          459    459

@engnadeau engnadeau merged commit 9dc4191 into master Jan 10, 2018
@engnadeau engnadeau deleted the pyup-scheduled-update-01-10-2018 branch January 10, 2018 17:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants