incuna / django-pgcrypto-fields

Transparent field level encryption for Django using the pgcrypto postgresql extension.
BSD 2-Clause "Simplified" License
231 stars 51 forks source link

Update setuptools to 52.0.0 #316

Closed pyup-bot closed 3 years ago

pyup-bot commented 3 years ago

This PR updates setuptools from 51.3.3 to 52.0.0.

Changelog ### 52.0.0 ``` ------- Breaking Changes ^^^^^^^^^^^^^^^^ * 2537: Remove fallback support for fetch_build_eggs using easy_install. Now pip is required for setup_requires to succeed. * 2544: Removed 'easy_install' top-level model (runpy entry point) and 'easy_install' console script. * 2545: Removed support for eggsecutables. Changes ^^^^^^^ * 2459: Tests now run in parallel via pytest-xdist, completing in about half the time. Special thanks to :user:`webknjaz` for hard work implementing test isolation. To run without parallelization, disable the plugin with ``tox -- -p no:xdist``. ```
Links - PyPI: https://pypi.org/project/setuptools - Changelog: https://pyup.io/changelogs/setuptools/ - Repo: https://github.com/pypa/setuptools
coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 1278


Totals Coverage Status
Change from base Build 1275: 0.0%
Covered Lines: 145
Relevant Lines: 145

💛 - Coveralls
coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 1278


Totals Coverage Status
Change from base Build 1275: 0.0%
Covered Lines: 145
Relevant Lines: 145

💛 - Coveralls