Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pip-tools for
openSUSE:Factory checked in at 2022-03-22 20:21:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pip-tools (Old)
and /work/SRC/openSUSE:Factory/.python-pip-tools.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pip-tools"
Tue Mar 22 20:21:01 2022 rev:2 rq:962444 version:6.5.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pip-tools/python-pip-tools.changes
2020-11-25 19:31:21.470615796 +0100
+++
/work/SRC/openSUSE:Factory/.python-pip-tools.new.25692/python-pip-tools.changes
2022-03-22 20:21:01.596922689 +0100
@@ -1,0 +2,11 @@
+Mon Feb 28 10:09:05 UTC 2022 - [email protected]
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
pip-tools-5.4.0.tar.gz
New:
----
pip-tools-6.5.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pip-tools.spec ++++++
--- /var/tmp/diff_new_pack.ECJyIL/_old 2022-03-22 20:21:02.256923347 +0100
+++ /var/tmp/diff_new_pack.ECJyIL/_new 2022-03-22 20:21:02.260923350 +0100
@@ -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: 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 @@
# 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 @@
%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
++++++ pip-tools-5.4.0.tar.gz -> pip-tools-6.5.1.tar.gz ++++++
++++ 12062 lines of diff (skipped)