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 2023-08-14 22:35:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pip-tools (Old)
and /work/SRC/openSUSE:Factory/.python-pip-tools.new.11712 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pip-tools"
Mon Aug 14 22:35:34 2023 rev:8 rq:1103737 version:7.3.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pip-tools/python-pip-tools.changes
2023-06-22 23:27:58.502427238 +0200
+++
/work/SRC/openSUSE:Factory/.python-pip-tools.new.11712/python-pip-tools.changes
2023-08-14 22:35:42.136394216 +0200
@@ -1,0 +2,36 @@
+Sun Aug 13 21:08:00 UTC 2023 - Dirk Müller <[email protected]>
+
+- update to 7.3.0:
+ * Add `--no-strip-extras` and warn about strip extras by
+ default
+ * Fix revealed default config in header if requirements in
+ subfolder
+ * Direct references show extra requirements in .txt files
+ * Document how to run under `pipx run`
+ * Document that the backtracking resolver is the current
+ default
+ * Add `-c/--constraint` option to `pip-compile`
+ * Allow options in config from both `pip-compile` and `pip-
+ sync`
+ * Fix rejection of negating CLI boolean flags in config
+ * Validate parsed config against CLI options
+ * Fix a bug where pip-sync would unexpectedly uninstall some
+ packages
+ * Backwards Incompatible Changes:
+ * Default to `--resolver=backtracking`
+ * Drop support for Python 3.7
+ * Add support for `pip==23.2` where refactored out `DEV_PKGS`
+ * Add `--no-config` option (#1896).
+ * Sync direct references with hashes
+ * Fix missing `via`s when more than two input files are used
+ * Support config defaults using `.pip-tools.toml` or
+ `pyproject.toml`
+ * Log a warning if the user specifies `-P` and the output file
+ is present but empty
+ * Improve warning for `pip-compile` if no `--allow-unsafe` was
+ passed
+ * Correct in README `pre-commit` hook to run off
+ `requirements.in`
+ * Add pyprojects.toml example for using setuptools
+
+-------------------------------------------------------------------
Old:
----
pip-tools-6.13.0.tar.gz
New:
----
pip-tools-7.3.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pip-tools.spec ++++++
--- /var/tmp/diff_new_pack.mQI7WF/_old 2023-08-14 22:35:43.136400574 +0200
+++ /var/tmp/diff_new_pack.mQI7WF/_new 2023-08-14 22:35:43.144400625 +0200
@@ -18,7 +18,7 @@
%define skip_python2 1
Name: python-pip-tools
-Version: 6.13.0
+Version: 7.3.0
Release: 0
Summary: Tool to keep pinned dependencies up to date
License: BSD-3-Clause
@@ -28,6 +28,7 @@
BuildRequires: %{python_module pip >= 22.2}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module tomli-w}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -35,6 +36,7 @@
Requires: python-click >= 8
Requires: python-pip >= 22.2
Requires: python-setuptools
+Requires: python-tomli-w
Requires: python-wheel
Recommends: git-core
BuildArch: noarch
@@ -82,7 +84,7 @@
%pytest -k "not ($donttest)"
%files %{python_files}
-%doc CHANGELOG.md README.rst
+%doc CHANGELOG.md README.md
%license LICENSE
%python_alternative %{_bindir}/pip-compile
%python_alternative %{_bindir}/pip-sync
++++++ pip-tools-6.13.0.tar.gz -> pip-tools-7.3.0.tar.gz ++++++
++++ 7053 lines of diff (skipped)