diff --git a/dfdatetime-20180110.tar.gz b/dfdatetime-20180110.tar.gz deleted file mode 100644 index c1d4695..0000000 --- a/dfdatetime-20180110.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ab41d588a9ed946c79885c3b0f24d77999c695f1d536433c5ff1af309fbc8a1 -size 36075 diff --git a/dfdatetime-20190517.tar.gz b/dfdatetime-20190517.tar.gz new file mode 100644 index 0000000..92b9cd8 --- /dev/null +++ b/dfdatetime-20190517.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46c04498a03356b358ab6d75f066bed8a9009590e31f6d930e6819e92fb0009d +size 51307 diff --git a/python-dfdatetime.changes b/python-dfdatetime.changes index 2fa27ff..10e9385 100644 --- a/python-dfdatetime.changes +++ b/python-dfdatetime.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +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 + ------------------------------------------------------------------- Thu Jan 11 21:43:13 UTC 2018 - Greg.Freemyer@gmail.com diff --git a/python-dfdatetime.spec b/python-dfdatetime.spec index a13af23..ec39dec 100644 --- a/python-dfdatetime.spec +++ b/python-dfdatetime.spec @@ -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 devel} 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 @@ rm -rf %{buildroot}/usr/share/doc/dfdatetime %files %{python_files} %defattr(-,root,root) -%doc ACKNOWLEDGEMENTS AUTHORS README LICENSE +%license LICENSE +%doc ACKNOWLEDGEMENTS AUTHORS README %{python_sitelib}/dfdatetime* %changelog