diff --git a/packages/p/python-pip-tools/.files b/packages/p/python-pip-tools/.files index 178ef75310e..bb642090528 100644 Binary files a/packages/p/python-pip-tools/.files and b/packages/p/python-pip-tools/.files differ diff --git a/packages/p/python-pip-tools/.rev b/packages/p/python-pip-tools/.rev index 54a369fb00d..40b5622b681 100644 --- a/packages/p/python-pip-tools/.rev +++ b/packages/p/python-pip-tools/.rev @@ -7,4 +7,20 @@ deleted from factory as it failed to build due to new Python versions https://build.opensuse.org/request/show/782840 850749 + + 2e4bbd1348c78a5b20c9951a380a6de3 + 6.5.1 + + dimstar_suse + - version update to 6.5.1 + Backwards Incompatible Changes: + - Remove support for EOL Python 3.5 and 2.7 + ([#1243](https://github.com/jazzband/pip-tools/pull/1243)). Thanks @jdufresne + - Remove deprecated `--index/--no-index` option from `pip-compile` + ([#1234](https://github.com/jazzband/pip-tools/pull/1234)). Thanks @jdufresne + See CHANGELOG.md for more + + + 962444 + diff --git a/packages/p/python-pip-tools/pip-tools-5.4.0.tar.gz b/packages/p/python-pip-tools/pip-tools-5.4.0.tar.gz deleted file mode 120000 index 4c4c897c81b..00000000000 --- a/packages/p/python-pip-tools/pip-tools-5.4.0.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreife2omq34wwlfq27c2b3lgciltab7oiuznc4fk62pjpygffyie7ea \ No newline at end of file diff --git a/packages/p/python-pip-tools/pip-tools-6.5.1.tar.gz b/packages/p/python-pip-tools/pip-tools-6.5.1.tar.gz new file mode 120000 index 00000000000..8defe2028fe --- /dev/null +++ b/packages/p/python-pip-tools/pip-tools-6.5.1.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreiea6vrku2m7y5veerjznf7ax32b4sikauhfpjvccrufggmbvhkbty \ No newline at end of file diff --git a/packages/p/python-pip-tools/python-pip-tools.changes b/packages/p/python-pip-tools/python-pip-tools.changes index 8cba9d8386b..88dfba1858a 100644 --- a/packages/p/python-pip-tools/python-pip-tools.changes +++ b/packages/p/python-pip-tools/python-pip-tools.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Feb 28 10:09:05 UTC 2022 - pgajdos@suse.com + +- version update to 6.5.1 + Backwards Incompatible Changes: + - Remove support for EOL Python 3.5 and 2.7 + ([#1243](https://github.com/jazzband/pip-tools/pull/1243)). Thanks @jdufresne + - Remove deprecated `--index/--no-index` option from `pip-compile` + ([#1234](https://github.com/jazzband/pip-tools/pull/1234)). Thanks @jdufresne + See CHANGELOG.md for more + ------------------------------------------------------------------- Wed Nov 25 00:55:50 UTC 2020 - John Vandenberg diff --git a/packages/p/python-pip-tools/python-pip-tools.spec b/packages/p/python-pip-tools/python-pip-tools.spec index 38c83c8508e..1cb6c9ccf85 100644 --- a/packages/p/python-pip-tools/python-pip-tools.spec +++ b/packages/p/python-pip-tools/python-pip-tools.spec @@ -1,7 +1,7 @@ # # spec file for package python-pip-tools # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-pip-tools -Version: 5.4.0 +Version: 6.5.1 Release: 0 Summary: Tool to keep pinned dependencies up to date License: BSD-3-Clause @@ -31,7 +31,8 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-click >= 7 -Requires: python-pip >= 20.0 +Requires: python-pep517 +Requires: python-pip >= 21.2 Requires: python-setuptools Requires: python-six Requires: python-wheel @@ -40,7 +41,9 @@ BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module click >= 7} BuildRequires: %{python_module mock} -BuildRequires: %{python_module pip >= 20.0} +BuildRequires: %{python_module pep517} +BuildRequires: %{python_module pip >= 21.2} +BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module pytest} BuildRequires: %{python_module six} BuildRequires: %{python_module wheel} @@ -71,7 +74,8 @@ pip-tools keeps pinned dependencies inside a project up to date. %check export LANG=en_US.UTF-8 -%pytest -k 'not network' +# https://github.com/jazzband/pip-tools/issues/1590 +%pytest -k 'not (network or test_direct_reference_with_extras)' %files %{python_files} %doc CHANGELOG.md README.rst