17
0

Accepting request 724640 from security:forensics

OBS-URL: https://build.opensuse.org/request/show/724640
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dfdatetime?expand=0&rev=4
This commit is contained in:
2019-08-20 08:59:46 +00:00
committed by Git OBS Bridge
4 changed files with 17 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6ab41d588a9ed946c79885c3b0f24d77999c695f1d536433c5ff1af309fbc8a1
size 36075

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:46c04498a03356b358ab6d75f066bed8a9009590e31f6d930e6819e92fb0009d
size 51307

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Aug 19 19:37:10 UTC 2019 - Greg Freemyer <Greg.Freemyer@gmail.com>
- 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

View File

@@ -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