Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-dtfabric for openSUSE:Factory checked in at 2022-06-02 21:54:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-dtfabric (Old) and /work/SRC/openSUSE:Factory/.python-dtfabric.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dtfabric" Thu Jun 2 21:54:10 2022 rev:4 rq:980384 version:20220219 Changes: -------- --- /work/SRC/openSUSE:Factory/python-dtfabric/python-dtfabric.changes 2021-07-30 23:22:48.219595084 +0200 +++ /work/SRC/openSUSE:Factory/.python-dtfabric.new.1548/python-dtfabric.changes 2022-06-02 21:54:17.476374838 +0200 @@ -1,0 +2,11 @@ +Tue May 31 22:49:01 UTC 2022 - Greg Freemyer <greg.freem...@gmail.com> + +-update to 20220219 + * No changelog was provided. + +-update source to refer to github which is where dtfabric is developed + +-remove tests-improved.patch + * incorporated into upstream, no longer needed/applies + +------------------------------------------------------------------- Old: ---- dtfabric-20200621.tar.gz tests-improved.patch New: ---- dtfabric-20220219.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-dtfabric.spec ++++++ --- /var/tmp/diff_new_pack.lkVx6a/_old 2022-06-02 21:54:18.028375541 +0200 +++ /var/tmp/diff_new_pack.lkVx6a/_new 2022-06-02 21:54:18.032375546 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-dtfabric # -# Copyright (c) 2021 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 @@ -20,20 +20,18 @@ %define modname dtfabric %define skip_python2 1 Name: python-dtfabric -Version: 20200621 +Version: 20220219 Release: 0 Summary: Data type fabric (dtfabric) License: Apache-2.0 Group: Development/Languages/Python URL: https://github.com/libyal/dtfabric -Source: https://files.pythonhosted.org/packages/source/d/%{modname}/%{modname}-%{version}.tar.gz -# PATCH-FIX-UPSTREAM tests-improved.patch gh#libyal/dtfabric#25 mc...@suse.com -# tests improved and hope more BigEndian safe -Patch0: tests-improved.patch +Source: https://github.com/libyal/dtfabric/releases/download/%{version}/dtfabric-%{version}.tar.gz BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +BuildRequires: python38 BuildArch: noarch Requires(post): update-alternatives Requires(postun):update-alternatives @@ -43,7 +41,7 @@ dtFabric, or data type fabric, is a project to manage data types and structures, as used in the libyal projects. %prep -%autosetup -p1 -n %{modname}-%{version} +%setup -q -n %{modname}-%{version} %build %python_build ++++++ dtfabric-20200621.tar.gz -> dtfabric-20220219.tar.gz ++++++ ++++ 5673 lines of diff (skipped)