Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package git-deps for openSUSE:Factory checked in at 2021-04-14 10:10:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/git-deps (Old) and /work/SRC/openSUSE:Factory/.git-deps.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "git-deps" Wed Apr 14 10:10:17 2021 rev:3 rq:884739 version:1.0.2+git.1559732444.7c75531 Changes: -------- --- /work/SRC/openSUSE:Factory/git-deps/git-deps.changes 2020-11-04 18:25:03.505095095 +0100 +++ /work/SRC/openSUSE:Factory/.git-deps.new.2401/git-deps.changes 2021-04-14 10:10:35.417454301 +0200 @@ -1,0 +2,11 @@ +Mon Apr 12 20:46:51 UTC 2021 - Matej Cepl <[email protected]> + +- Fix Requires + +------------------------------------------------------------------- +Sat Apr 3 09:34:59 UTC 2021 - Matej Cepl <[email protected]> + +- Remove single-package spec, this is just a regular application which + happens to be written in Python, not a Python library. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ git-deps.spec ++++++ --- /var/tmp/diff_new_pack.qU3YcA/_old 2021-04-14 10:10:35.961455219 +0200 +++ /var/tmp/diff_new_pack.qU3YcA/_new 2021-04-14 10:10:35.965455227 +0200 @@ -1,7 +1,7 @@ # # spec file for package git-deps # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,20 +28,19 @@ Source: %{name}-%{version}.tar.xz Patch0: dont-use-st-markdown.patch Patch1: Fix-issue-with-unbuffered-text-I-O-under-python3.patch -BuildRequires: %{python_module pip} -BuildRequires: %{python_module pygit2} -BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module six} -BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-pygit2 +BuildRequires: python3-pip +BuildRequires: python3-pygit2 +BuildRequires: python3-setuptools +BuildRequires: python3-six +BuildRequires: python3-wheel +Requires: python3-pygit2 # for html subpackage -Requires: python-Flask +Requires: python3-Flask #Requires: nodejs-browserify # broken/missing Requires: npm BuildArch: noarch -%python_subpackages %description Tool to analyze git dependencies @@ -56,17 +55,16 @@ Documentation for git-deps. %prep -%setup -q -n %{name}-%{version} -%autopatch -p1 +%autosetup -p1 -n %{name}-%{version} %build -%python_build +python3 -s setup.py build %install -%python_install -%python_expand %fdupes %{buildroot}%{$python_sitelib} +python3 -s setup.py install -O1 --skip-build --force --root %{buildroot} --prefix %{_prefix} +%python_expand %fdupes %{buildroot}%{python_sitelib} -%files %{python_files} +%files %{_bindir}/git-deps %{_bindir}/git-fixup %{_bindir}/gitfile-handler
