Hello community,

here is the log from the commit of package artifacts for openSUSE:Factory 
checked in at 2020-04-14 15:09:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/artifacts (Old)
 and      /work/SRC/openSUSE:Factory/.artifacts.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "artifacts"

Tue Apr 14 15:09:29 2020 rev:4 rq:792578 version:20200118

Changes:
--------
--- /work/SRC/openSUSE:Factory/artifacts/artifacts.changes      2019-06-12 
13:10:18.861067389 +0200
+++ /work/SRC/openSUSE:Factory/.artifacts.new.2738/artifacts.changes    
2020-04-14 16:16:25.923345000 +0200
@@ -1,0 +2,11 @@
+Wed Apr  8 23:28:23 UTC 2020 - Greg Freemyer <greg.freem...@gmail.com>
+
+- update to v20200118
+       * 10 months worth of artifact additions
+
+-------------------------------------------------------------------
+Tue Jan  7 12:16:02 UTC 2020 - Tomáš Chvátal <tchva...@suse.com>
+
+- Switch to build and distribution under python3 as py2 is obsolete
+
+-------------------------------------------------------------------

Old:
----
  artifacts-20190320.tar.gz
  artifacts-20190320.tar.gz.asc

New:
----
  artifacts-20200118.tar.gz
  artifacts-20200118.tar.gz.asc

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

Other differences:
------------------
++++++ artifacts.spec ++++++
--- /var/tmp/diff_new_pack.GJz4xk/_old  2020-04-14 16:16:26.447345375 +0200
+++ /var/tmp/diff_new_pack.GJz4xk/_new  2020-04-14 16:16:26.447345375 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package artifacts
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,7 @@
 #
 
 
-%define timestamp 20190320
+%define timestamp 20200118
 Name:           artifacts
 Version:        %{timestamp}
 Release:        0
@@ -28,6 +28,9 @@
 Source1:        
https://github.com/ForensicArtifacts/artifacts/releases/download/%{timestamp}/artifacts-%{timestamp}.tar.gz.asc
 # Key 0xD9625E5D7AD0177E by Joachim Metz https://github.com/joachimmetz
 Source2:        %{name}.keyring
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+BuildRequires:  python3-setuptools
 BuildArch:      noarch
 
 %description
@@ -46,7 +49,6 @@
 %package validator
 Summary:        Digital Forensics Artifact Repository Validator
 Group:          Productivity/Security
-BuildRequires:  python-setuptools
 Requires:       artifacts
 
 %description validator
@@ -59,10 +61,11 @@
 %setup -q -n artifacts-%{timestamp}
 
 %build
-python setup.py build
+%python3_build
 
 %install
-python setup.py install --root=%{buildroot} --prefix=%{_prefix}
+%python3_install
+%fdupes %{buildroot}%{python3_sitelib}
 # these are installed to the wrong dir by %{name}
 rm %{buildroot}/usr/share/doc/%{name}/ACKNOWLEDGEMENTS
 rm %{buildroot}/usr/share/doc/%{name}/AUTHORS
@@ -76,8 +79,7 @@
 
 %files validator
 %license LICENSE
-%{python_sitelib}/artifacts-%{timestamp}-py2.7.egg-info
-%{python_sitelib}/artifacts
+%{python3_sitelib}/artifacts*
 %{_bindir}/validator.py
 %{_bindir}/stats.py
 

++++++ artifacts-20190320.tar.gz -> artifacts-20200118.tar.gz ++++++
++++ 7303 lines of diff (skipped)



Reply via email to