Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pipdeptree for 
openSUSE:Factory checked in at 2023-05-05 15:57:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pipdeptree (Old)
 and      /work/SRC/openSUSE:Factory/.python-pipdeptree.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pipdeptree"

Fri May  5 15:57:37 2023 rev:4 rq:1084798 version:2.7.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pipdeptree/python-pipdeptree.changes      
2022-01-22 08:18:33.890749838 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pipdeptree.new.1533/python-pipdeptree.changes
    2023-05-05 15:57:39.048210839 +0200
@@ -1,0 +2,53 @@
+Thu May  4 16:34:16 UTC 2023 - Daniel Garcia <[email protected]>
+
+- Update to 2.7.1:
+  * Bump pypa/gh-action-pypi-publish from 1.8.3 to 1.8.5 by
+    @dependabot in #219
+  * Bump deps and tools by @gaborbernat in #220
+  * Bump deps and tools by @gaborbernat in #222
+  * Bump deps and tools by @gaborbernat in #224
+  * Add trusted-publish by @gaborbernat in #226
+  * Fix typo: "Maermaid" by @gschaffner in #227
+  * Add 3.12 support by @gaborbernat in #228
+- 2.7.0:
+  * Bump deps and tools by @gaborbernat in #210
+  * Bump deps and tools by @gaborbernat in #212
+  * Bump pypa/gh-action-pypi-publish from 1.8.1 to 1.8.3 by
+    @dependabot in #214
+  * Implement: Use fnmatch for include and exclude #213 by @jensens in
+    #215
+- 2.6.0:
+  * Bump deps and tools by @gaborbernat in #203
+  * Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.8.1 by
+    @dependabot in #206
+  * Handle and test mermaid output for a reversed tree by @ajkerrigan
+    in #209
+- 2.5.2:
+  * Quote Mermaid node and edge labels by @kdeldycke in #200
+  * Unique IDs in Mermaid not conflicting with reserved keywords by
+    @kdeldycke in #201
+- 2.5.1:
+  * Fix mermaid option by @kdeldycke in #196
+  * Bump tools and deps and fix changelog by @gaborbernat in #199
+- Update to 2.5.0:
+  * Implements Mermaid output by @kdeldycke in #195
+- 2.4.0:
+  * Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.5.2 by
+    @dependabot in #182
+  * Bump pypa/gh-action-pypi-publish from 1.5.2 to 1.6.4 by
+    @dependabot in #185
+  * Bump deps and tools by @gaborbernat in #192
+  * Make the output of the dot format deterministic and stable by
+    @kdeldycke in #189
+- 2.3.3:
+  * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #176
+  * Update README for tested Python versions by @tomkins in #178
+- 2.3.2:
+  * Generalize license by @gaborbernat in #179
+- 2.3.1:
+  * Use importlib.metadata for guess_version instead of importing the
+    module by @saaketp in #171
+- 2.3.0:
+  * Make pipdeptree works with python 3.11 by @dqkqd in #173
+
+-------------------------------------------------------------------

Old:
----
  pipdeptree-2.2.1.tar.gz

New:
----
  pipdeptree-2.7.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pipdeptree.spec ++++++
--- /var/tmp/diff_new_pack.c24ykA/_old  2023-05-05 15:57:40.712220372 +0200
+++ /var/tmp/diff_new_pack.c24ykA/_new  2023-05-05 15:57:40.724220441 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pipdeptree
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,23 +16,24 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-pipdeptree
-Version:        2.2.1
+Version:        2.7.1
 Release:        0
 Summary:        Command line utility to show dependency tree of packages
 License:        MIT
 URL:            https://github.com/naiquevin/pipdeptree
 Source:         
https://github.com/naiquevin/pipdeptree/archive/%{version}.tar.gz#/pipdeptree-%{version}.tar.gz
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module hatch-vcs}
+BuildRequires:  %{python_module hatchling}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-pip >= 6.0.0
+Requires:       python-pip
 Suggests:       python-graphviz
 BuildArch:      noarch
 # SECTION test requirements
 BuildRequires:  %{python_module graphviz}
-BuildRequires:  %{python_module pip >= 6.0.0}
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module pytest-mock}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module virtualenv}
 BuildRequires:  graphviz-gnome
@@ -48,10 +49,11 @@
 %setup -q -n pipdeptree-%{version}
 
 %build
-%python_build
+export SETUPTOOLS_SCM_PRETEND_VERSION="%{version}"
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %python_clone -a %{buildroot}%{_bindir}/pipdeptree
 
@@ -65,9 +67,10 @@
 %{python_uninstall_alternative pipdeptree}
 
 %files %{python_files}
-%doc CHANGES.md README.rst
+%doc CHANGES.md README.md
 %license LICENSE
 %python_alternative %{_bindir}/pipdeptree
-%{python_sitelib}/*
+%{python_sitelib}/pipdeptree
+%{python_sitelib}/pipdeptree-%{version}*-info
 
 %changelog

++++++ pipdeptree-2.2.1.tar.gz -> pipdeptree-2.7.1.tar.gz ++++++
++++ 5268 lines of diff (skipped)

Reply via email to