commit python-dfdatetime for openSUSE:Factory

2020-04-07 Thread root
Hello community,

here is the log from the commit of package python-dfdatetime for 
openSUSE:Factory checked in at 2020-04-07 10:29:35

Comparing /work/SRC/openSUSE:Factory/python-dfdatetime (Old)
 and  /work/SRC/openSUSE:Factory/.python-dfdatetime.new.3248 (New)


Package is "python-dfdatetime"

Tue Apr  7 10:29:35 2020 rev:6 rq:791587 version:0~20200121

Changes:

--- /work/SRC/openSUSE:Factory/python-dfdatetime/python-dfdatetime.changes  
2020-01-24 13:13:43.393494757 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-dfdatetime.new.3248/python-dfdatetime.changes
2020-04-07 10:31:14.574492442 +0200
@@ -1,0 +2,7 @@
+Sun Apr  5 20:27:31 UTC 2020 - Greg Freemyer 
+
+- update to v0~20200121
+   * mandatory for python-dfVFS v0~20200211 support
+   * the changelog does not show what change makes this mandatory
+
+---

Old:

  dfdatetime-20190517.tar.gz

New:

  dfdatetime-20200121.tar.gz



Other differences:
--
++ python-dfdatetime.spec ++
--- /var/tmp/diff_new_pack.JrLFgi/_old  2020-04-07 10:31:15.406493526 +0200
+++ /var/tmp/diff_new_pack.JrLFgi/_new  2020-04-07 10:31:15.410493532 +0200
@@ -17,7 +17,7 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define timestamp 20190517
+%define timestamp 20200121
 %define skip_python2 1
 %define modname dfdatetime
 Name:   python-dfdatetime

++ dfdatetime-20190517.tar.gz -> dfdatetime-20200121.tar.gz ++
 2008 lines of diff (skipped)




commit python-dfdatetime for openSUSE:Factory

2020-01-24 Thread root
Hello community,

here is the log from the commit of package python-dfdatetime for 
openSUSE:Factory checked in at 2020-01-24 13:12:47

Comparing /work/SRC/openSUSE:Factory/python-dfdatetime (Old)
 and  /work/SRC/openSUSE:Factory/.python-dfdatetime.new.26092 (New)


Package is "python-dfdatetime"

Fri Jan 24 13:12:47 2020 rev:5 rq:766731 version:0~20190517

Changes:

--- /work/SRC/openSUSE:Factory/python-dfdatetime/python-dfdatetime.changes  
2019-08-20 10:59:49.376650870 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-dfdatetime.new.26092/python-dfdatetime.changes
   2020-01-24 13:13:43.393494757 +0100
@@ -1,0 +2,5 @@
+Fri Jan 17 10:12:11 UTC 2020 - Matej Cepl 
+
+- Convert to python3 only
+
+---
@@ -35,0 +41 @@
+



Other differences:
--
++ python-dfdatetime.spec ++
--- /var/tmp/diff_new_pack.oGcgzG/_old  2020-01-24 13:13:44.573495231 +0100
+++ /var/tmp/diff_new_pack.oGcgzG/_new  2020-01-24 13:13:44.581495234 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-dfdatetime
 #
-# 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,45 +16,53 @@
 #
 
 
-%define timestamp 20190517
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define timestamp 20190517
+%define skip_python2 1
+%define modname dfdatetime
 Name:   python-dfdatetime
 Version:0~%{timestamp}
 Release:0
-Summary:Digital Forensics Date and Time (dfDateTime)
+Summary:Digital Forensics date and time (dfDateTime)
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:https://github.com/log2timeline/dfdatetime
-Source: 
https://github.com/log2timeline/dfdatetime/releases/download/%{timestamp}/dfdatetime-%{timestamp}.tar.gz
+URL:https://github.com/log2timeline/dfdatetime
+Source: 
https://files.pythonhosted.org/packages/source/d/%{modname}/%{modname}-%{timestamp}.tar.gz
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module mock >= 2.0.0}
+BuildRequires:  %{python_module pbr >= 4.2.0}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module six >= 1.1.0}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-#Python-mock is used for internal self-test at a minimum
-Requires:   python-mock
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 %python_subpackages
 
 %description
-dfDateTime, or Digital Forensics date and time, provides date and time objects 
to preserve accuracy and precision.
+dfDateTime, or Digital Forensics date and time, provides date and time
+objects to preserve accuracy and precision.
 
 %prep
-%setup -q -n dfdatetime-%{timestamp}
+%setup -q -n %{modname}-%{timestamp}
 
 %build
 %python_build
 
 %install
 %python_install
-# these doc files are installed to the wrong place
-rm -rf %{buildroot}/usr/share/doc/dfdatetime
-%fdupes %{buildroot}/%{_prefix}
+# setup.py install helpfully installs files where it shouldn’t
+rm -rfv %{buildroot}%{_datadir}/doc/%{modname}
+
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
+
+%check
+# Using pytest leads to some horribly-looking crashes, not sure what's
+# going on.
+%python_exec ./run_tests.py
 
 %files %{python_files}
-%defattr(-,root,root)
 %license LICENSE
 %doc ACKNOWLEDGEMENTS AUTHORS README
-%{python_sitelib}/dfdatetime*
+%{python_sitelib}/*
 
 %changelog




commit python-dfdatetime for openSUSE:Factory

2019-08-20 Thread root
Hello community,

here is the log from the commit of package python-dfdatetime for 
openSUSE:Factory checked in at 2019-08-20 10:59:46

Comparing /work/SRC/openSUSE:Factory/python-dfdatetime (Old)
 and  /work/SRC/openSUSE:Factory/.python-dfdatetime.new.22127 (New)


Package is "python-dfdatetime"

Tue Aug 20 10:59:46 2019 rev:4 rq:724640 version:0~20190517

Changes:

--- /work/SRC/openSUSE:Factory/python-dfdatetime/python-dfdatetime.changes  
2018-01-16 09:42:51.776306294 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-dfdatetime.new.22127/python-dfdatetime.changes
   2019-08-20 10:59:49.376650870 +0200
@@ -1,0 +2,7 @@
+Mon Aug 19 19:37:10 UTC 2019 - Greg Freemyer 
+
+- update to v0~20190517
+* changelog not provided
+- Added Requires: python-mock  to allow self-test to be manually run
+
+---

Old:

  dfdatetime-20180110.tar.gz

New:

  dfdatetime-20190517.tar.gz



Other differences:
--
++ python-dfdatetime.spec ++
--- /var/tmp/diff_new_pack.lmCT7t/_old  2019-08-20 10:59:49.808650781 +0200
+++ /var/tmp/diff_new_pack.lmCT7t/_new  2019-08-20 10:59:49.812650780 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-dfdatetime
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,11 +12,11 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%define timestamp 20180110
+%define timestamp 20190517
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-dfdatetime
 Version:0~%{timestamp}
@@ -30,6 +30,8 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+#Python-mock is used for internal self-test at a minimum
+Requires:   python-mock
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 %python_subpackages
@@ -51,7 +53,8 @@
 
 %files %{python_files}
 %defattr(-,root,root)
-%doc ACKNOWLEDGEMENTS AUTHORS README LICENSE
+%license LICENSE
+%doc ACKNOWLEDGEMENTS AUTHORS README
 %{python_sitelib}/dfdatetime*
 
 %changelog

++ dfdatetime-20180110.tar.gz -> dfdatetime-20190517.tar.gz ++
 8122 lines of diff (skipped)




commit python-dfdatetime for openSUSE:Factory

2018-01-16 Thread root
Hello community,

here is the log from the commit of package python-dfdatetime for 
openSUSE:Factory checked in at 2018-01-16 09:42:49

Comparing /work/SRC/openSUSE:Factory/python-dfdatetime (Old)
 and  /work/SRC/openSUSE:Factory/.python-dfdatetime.new (New)


Package is "python-dfdatetime"

Tue Jan 16 09:42:49 2018 rev:3 rq:564363 version:0~20180110

Changes:

--- /work/SRC/openSUSE:Factory/python-dfdatetime/python-dfdatetime.changes  
2017-10-06 11:05:13.505239177 +0200
+++ /work/SRC/openSUSE:Factory/.python-dfdatetime.new/python-dfdatetime.changes 
2018-01-16 09:42:51.776306294 +0100
@@ -1,0 +2,7 @@
+Thu Jan 11 21:43:13 UTC 2018 - greg.freem...@gmail.com
+
+- update to v0~20180110
+   * deprecated a functions
+   * added new functions
+
+---

Old:

  dfdatetime-20170719.tar.gz

New:

  dfdatetime-20180110.tar.gz



Other differences:
--
++ python-dfdatetime.spec ++
--- /var/tmp/diff_new_pack.6t2UWK/_old  2018-01-16 09:42:52.264283453 +0100
+++ /var/tmp/diff_new_pack.6t2UWK/_new  2018-01-16 09:42:52.268283266 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-dfdatetime
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # 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 20170719
+%define timestamp 20180110
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-dfdatetime
 Version:0~%{timestamp}

++ dfdatetime-20170719.tar.gz -> dfdatetime-20180110.tar.gz ++
 4915 lines of diff (skipped)




commit python-dfdatetime for openSUSE:Factory

2017-10-06 Thread root
Hello community,

here is the log from the commit of package python-dfdatetime for 
openSUSE:Factory checked in at 2017-10-06 11:05:05

Comparing /work/SRC/openSUSE:Factory/python-dfdatetime (Old)
 and  /work/SRC/openSUSE:Factory/.python-dfdatetime.new (New)


Package is "python-dfdatetime"

Fri Oct  6 11:05:05 2017 rev:2 rq:531874 version:0~20170719

Changes:

--- /work/SRC/openSUSE:Factory/python-dfdatetime/python-dfdatetime.changes  
2016-09-13 22:23:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-dfdatetime.new/python-dfdatetime.changes 
2017-10-06 11:05:13.505239177 +0200
@@ -1,0 +2,11 @@
+Tue Oct  3 16:08:32 UTC 2017 - greg.freem...@gmail.com
+
+- update to v0~20170719
+   * various improvements including 
+   new format support 
+   added sanity checks
+- implement python singlespec syntax
+- remove the lines that delete *.pyc and *.pyo files, 
+   they no longer cause problems
+
+---

Old:

  dfdatetime-20160323.tar.gz

New:

  dfdatetime-20170719.tar.gz



Other differences:
--
++ python-dfdatetime.spec ++
--- /var/tmp/diff_new_pack.tHRKjG/_old  2017-10-06 11:05:14.841037141 +0200
+++ /var/tmp/diff_new_pack.tHRKjG/_new  2017-10-06 11:05:14.845036536 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-dfdatetime
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,8 @@
 #
 
 
-%define timestamp 20160323
+%define timestamp 20170719
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-dfdatetime
 Version:0~%{timestamp}
 Release:0
@@ -25,52 +26,32 @@
 Group:  Development/Languages/Python
 Url:https://github.com/log2timeline/dfdatetime
 Source: 
https://github.com/log2timeline/dfdatetime/releases/download/%{timestamp}/dfdatetime-%{timestamp}.tar.gz
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
-BuildRequires:  pkgconfig
-BuildRequires:  python-setuptools
-BuildRequires:  pkgconfig(python)
+BuildRequires:  python-rpm-macros
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
+%python_subpackages
 
 %description
 dfDateTime, or Digital Forensics date and time, provides date and time objects 
to preserve accuracy and precision.
 
-%package -n python3-dfdatetime
-Summary:Digital Forensics Date and Time (dfDateTime)
-Group:  Development/Languages/Python
-BuildRequires:  pkgconfig
-BuildRequires:  python3-setuptools
-BuildRequires:  pkgconfig(python3)
-
-%description -n python3-dfdatetime
-Python3 version of dfDateTime, or Digital Forensics date and time, provides 
date and time objects to preserve accuracy and precision.
-
 %prep
 %setup -q -n dfdatetime-%{timestamp}
 
 %build
-python2 setup.py build
-python3 setup.py build
+%python_build
 
 %install
-python2 setup.py install -O1 --root=%{buildroot}
-python3 setup.py install -O1 --root=%{buildroot}
-#delete all precombied PYO files
-find %{buildroot} -name \*.pyc -delete
-find %{buildroot} -name \*.pyo -delete
-# these are installed into the wrong place
+%python_install
+# these doc files are installed to the wrong place
 rm -rf %{buildroot}/usr/share/doc/dfdatetime
 %fdupes %{buildroot}/%{_prefix}
 
-
-%files
+%files %{python_files}
 %defattr(-,root,root)
 %doc ACKNOWLEDGEMENTS AUTHORS README LICENSE
 %{python_sitelib}/dfdatetime*
 
-%files -n python3-dfdatetime
-%defattr(-,root,root)
-%doc ACKNOWLEDGEMENTS AUTHORS README LICENSE
-%{python3_sitelib}/dfdatetime*
-
 %changelog

++ dfdatetime-20160323.tar.gz -> dfdatetime-20170719.tar.gz ++
 5915 lines of diff (skipped)