From 32829db83c0ce6c122f9b67f9311b899b06596f3 Mon Sep 17 00:00:00 2001 From: mcepl <> Date: Tue, 22 Mar 2022 19:21:01 +0000 Subject: [PATCH] Update python-pip-tools to version 6.5.1 / rev 2 via SR 962444 https://build.opensuse.org/request/show/962444 by user mcepl + 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 --- packages/p/python-pip-tools/.files | Bin 192 -> 192 bytes packages/p/python-pip-tools/.rev | 16 ++++++++++++++++ .../p/python-pip-tools/pip-tools-5.4.0.tar.gz | 1 - .../p/python-pip-tools/pip-tools-6.5.1.tar.gz | 1 + .../p/python-pip-tools/python-pip-tools.changes | 11 +++++++++++ .../p/python-pip-tools/python-pip-tools.spec | 14 +++++++++----- 6 files changed, 37 insertions(+), 6 deletions(-) delete mode 120000 packages/p/python-pip-tools/pip-tools-5.4.0.tar.gz create mode 120000 packages/p/python-pip-tools/pip-tools-6.5.1.tar.gz diff --git a/packages/p/python-pip-tools/.files b/packages/p/python-pip-tools/.files index 178ef75310ea0963ec4fcf34a0f532e491f81708..bb642090528f82516e7e4f98dd08c0034a418dd7 100644 GIT binary patch literal 192 zcmZY2u@1r@5P;z(jSIWRu`f`UB!kQx$8j7*Gkj^J6WL&OlFIKr6B tbkh4Dr8RAfG&N+QBsmZOn8HRZWA-@_Ib>ffoci`Vj$S(r`baOme7^h|H$eaZ literal 192 zcmZY3K@P$o5QX6;jT`nFm%Ts8jP#e}FS z2Tmz@NQRYjJ~-_Nb+8`U_SLOC%G}QLS!XMaRI-Ja+&*G5F)}kP5wrt_XtTFrjmBZr v7K>jEa2odeleted 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