------------------------------------------------------------------- Tue Oct 4 23:04:41 UTC 2022 - Yogalakshmi Arunachalam - Update to Pip_Shims 0.7.3 (2022-07-07) Trivial Make the packaging imports easier to patch out to vendor'd packaging lib. #82 - Update to Pip_Shims 0.7.2 (2022-06-29) Features Resolve issue of build_tracker being None at runtime with pip>=22.1 when using pip_shims. #81 - Update to Pip_Shims 0.7.1 (2022-06-29) Bug Fixes Added support for new pip==22.1.x required make_preparer arg check_build_deps which defaults to False. #80 ------------------------------------------------------------------- Fri Apr 22 02:56:02 UTC 2022 - Steve Kowalik - Update to 0.7.0: * Drop support for Python 3.6 * Support pip 22.x. ------------------------------------------------------------------- Mon Nov 8 10:54:23 UTC 2021 - Dirk Müller - update to 0.6.0: * No longer guarantee compatibility for ``pip<20``. * Drop support for Python 2.7 and 3.5. ------------------------------------------------------------------- Thu Oct 15 12:08:37 UTC 2020 - Benjamin Greiner - Update to v0.5.3 * Avoid overriding slot members when adding new methods to a class. #67 * Call ``resolve()`` with correct arguments for pip 20.2. #68 ------------------------------------------------------------------- Sun Jul 12 06:59:17 UTC 2020 - John Vandenberg - Update to v0.5.2 * Added support for pip==20.1 * Added support for global temporary directory context management when generating wheel caches using the compatibility module * Added wheel cache context management which now requires the temporary directory context in some cases * Improved function argument introspection * Updated test invocations to reflect shifting parameters ------------------------------------------------------------------- Mon Mar 16 10:40:36 UTC 2020 - Marketa Calabkova - Update to version 0.5.1 * Fixed resolution failures due to Resolver.resolve signature updates in pip@master * Fixed AttributeError caused by failed RequirementSet.cleanup() calls after Resolver.resolve() which is no longer valid in pip>=20.1 * Added a build_wheel shim function which can build either a single InstallRequirement or an iterable of InstallRequirement instances. * Added fully backward compatible library native shims to call pip functions ------------------------------------------------------------------- Thu Oct 31 09:08:38 UTC 2019 - Tomáš Chvátal - Disable tests as they break with almost each pip release and do not really cover if the tool works ------------------------------------------------------------------- Tue Jul 23 11:25:17 UTC 2019 - Tomáš Chvátal - Update to 0.3.3: * Added commands.freeze.DEV_PKGS and utils.compat.stdlib_pkgs shims. #25 * Updated PackageFinder test and added CandidateEvaluator import starting with pip>=19.1 for finding prerelease candidates. #27 * Fixed import paths for VcsSupport on pip>19.1.1. #28 ------------------------------------------------------------------- Fri Mar 8 12:53:58 UTC 2019 - Tomáš Chvátal - Fix source url ------------------------------------------------------------------- Fri Mar 1 02:07:31 PM UTC 2019 - John Vandenberg - Initial spec for v0.3.2