Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pipreqs for openSUSE:Factory checked in at 2023-07-10 16:39:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pipreqs (Old) and /work/SRC/openSUSE:Factory/.python-pipreqs.new.23466 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pipreqs" Mon Jul 10 16:39:54 2023 rev:5 rq:1097856 version:0.4.13 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pipreqs/python-pipreqs.changes 2023-06-14 16:32:02.891467235 +0200 +++ /work/SRC/openSUSE:Factory/.python-pipreqs.new.23466/python-pipreqs.changes 2023-07-10 16:39:55.734552946 +0200 @@ -1,0 +2,16 @@ +Mon Jul 10 05:12:03 UTC 2023 - Steve Kowalik <[email protected]> + +- Update to 0.4.13: + * Update mapping for python-slugify + * Update mapping socketio to python-socketio + * Add mapping for python-constraint + * Mitigation for dependency confusion (bsc#1212933, CVE-2023-31543) + * enh: include airflow mapping + * Mapping Telegram to python-telegram-bot + * added => and ~= support through the "mode" option +- Don't use greedy globs in %files. +- Switch to pyproject macros. +- Skip more tests that require network access. +- Drop unneeded Requires on setuptools. + +------------------------------------------------------------------- Old: ---- pipreqs-0.4.10.tar.gz New: ---- pipreqs-0.4.13.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pipreqs.spec ++++++ --- /var/tmp/diff_new_pack.T80e1k/_old 2023-07-10 16:39:57.090561028 +0200 +++ /var/tmp/diff_new_pack.T80e1k/_new 2023-07-10 16:39:57.094561052 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pipreqs # -# Copyright (c) 2020 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 @@ -18,22 +18,22 @@ %{?sle15_python_module_pythons} Name: python-pipreqs -Version: 0.4.10 +Version: 0.4.13 Release: 0 Summary: Pip requirements generator based on imports in project License: Apache-2.0 -Group: Development/Languages/Python URL: https://github.com/bndr/pipreqs Source: https://files.pythonhosted.org/packages/source/p/pipreqs/pipreqs-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-docopt -Requires: python-setuptools Requires: python-yarg Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module docopt} @@ -49,16 +49,16 @@ chmod a-x pipreqs/pipreqs.py %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_clone -a %{buildroot}%{_bindir}/pipreqs %python_expand %fdupes %{buildroot}%{$python_sitelib} %check # Ignore tests that require network access -%pytest -k 'not (test_get_imports_info or test_ignored_directory or test_init or test_init_overwrite or teset_init_savepath or test_omit_version)' +%pytest -k 'not (test_get_imports_info or test_ignored_directory or test_init or test_init_overwrite or teset_init_savepath or test_omit_version or test_clean or test_dynamic_version)' %post %python_install_alternative pipreqs @@ -70,6 +70,7 @@ %doc AUTHORS.rst README.rst %license LICENSE %python_alternative %{_bindir}/pipreqs -%{python_sitelib}/* +%{python_sitelib}/pipreqs +%{python_sitelib}/pipreqs-%{version}.dist-info %changelog ++++++ pipreqs-0.4.10.tar.gz -> pipreqs-0.4.13.tar.gz ++++++ ++++ 4077 lines of diff (skipped)
