c428fde604
Accepting request 1008167 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/1008167
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip-shims?expand=0&rev=8
2022-10-06 05:42:12 +00:00
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
053d380d23
Accepting request 971969 from devel:languages:python
...
- Update to 0.7.0:
* Drop support for Python 3.6
* Support pip 22.x.
- update to 0.6.0:
* No longer guarantee compatibility for ``pip<20``.
* Drop support for Python 2.7 and 3.5.
OBS-URL: https://build.opensuse.org/request/show/971969
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip-shims?expand=0&rev=7
2022-04-22 19:54:37 +00:00
902c7d3897
- Update to 0.7.0:
...
* Drop support for Python 3.6
* Support pip 22.x.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip-shims?expand=0&rev=16
2022-04-22 02:57:13 +00:00
d139c41222
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip-shims?expand=0&rev=15
2021-11-30 22:48:14 +00:00
16f782c1be
- update to 0.6.0:
...
* No longer guarantee compatibility for ``pip<20``.
* Drop support for Python 2.7 and 3.5.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip-shims?expand=0&rev=14
2021-11-30 22:47:13 +00:00
d83e84f0c5
Accepting request 841970 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/841970
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip-shims?expand=0&rev=6
2020-10-18 14:29:03 +00:00
a2fac55eb6
Accepting request 841917 from home:bnavigator:branches:devel:languages:python
...
- 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
OBS-URL: https://build.opensuse.org/request/show/841917
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip-shims?expand=0&rev=12
2020-10-15 16:22:28 +00:00
8b24db6b50
Accepting request 820533 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/820533
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip-shims?expand=0&rev=5
2020-07-15 10:11:27 +00:00
Tomáš Chvátal
313e579e6d
Accepting request 820524 from home:jayvdb:branches:devel:languages:python
...
- 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
OBS-URL: https://build.opensuse.org/request/show/820524
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip-shims?expand=0&rev=10
2020-07-12 09:43:10 +00:00
360e0b6e9f
Accepting request 785629 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/785629
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip-shims?expand=0&rev=4
2020-03-26 23:26:15 +00:00
Tomáš Chvátal
f6653d62cc
Accepting request 785627 from home:mcalabkova:branches:devel:languages:python
...
- 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
OBS-URL: https://build.opensuse.org/request/show/785627
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip-shims?expand=0&rev=8
2020-03-16 13:18:05 +00:00
81f350f621
Accepting request 744402 from devel:languages:python
...
- Disable tests as they break with almost each pip release
and do not really cover if the tool works
OBS-URL: https://build.opensuse.org/request/show/744402
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip-shims?expand=0&rev=3
2019-11-04 16:13:29 +00:00
Tomáš Chvátal
fc5952364b
- Disable tests as they break with almost each pip release
...
and do not really cover if the tool works
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip-shims?expand=0&rev=6
2019-10-31 09:09:06 +00:00
a6954cca70
Accepting request 717859 from devel:languages:python
...
- 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
OBS-URL: https://build.opensuse.org/request/show/717859
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip-shims?expand=0&rev=2
2019-07-30 11:05:46 +00:00
Tomáš Chvátal
368f786cfa
- 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
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip-shims?expand=0&rev=4
2019-07-23 11:26:27 +00:00
d2bd09d5c4
Accepting request 682833 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/682833
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip-shims?expand=0&rev=1
2019-03-22 14:01:54 +00:00
Tomáš Chvátal
b29d6e42a1
- Fix source url
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip-shims?expand=0&rev=2
2019-03-08 12:54:05 +00:00
Tomáš Chvátal
05d24e9d14
Accepting request 682820 from home:jayvdb:coala:python3-bears
...
- Initial spec for v0.3.2
OBS-URL: https://build.opensuse.org/request/show/682820
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip-shims?expand=0&rev=1
2019-03-08 12:42:06 +00:00