17
0
Files
python-pip-shims/python-pip-shims.changes
Daniel Garcia dc5557eca7 Accepting request 1008040 from home:yarunachalam:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1008040
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip-shims?expand=0&rev=18
2022-10-05 10:09:27 +00:00

84 lines
3.4 KiB
Plaintext

-------------------------------------------------------------------
Tue Oct 4 23:04:41 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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 <steven.kowalik@suse.com>
- 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 <dmueller@suse.com>
- 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 <code@bnavigator.de>
- 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 <jayvdb@gmail.com>
- 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 <mcalabkova@suse.com>
- 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 <tchvatal@suse.com>
- 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 <tchvatal@suse.com>
- 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 <tchvatal@suse.com>
- Fix source url
-------------------------------------------------------------------
Fri Mar 1 02:07:31 PM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Initial spec for v0.3.2