14
0

Accepting request 610545 from home:TheBlackCat:branches:devel:languages:python

- Update to version 1.1.8
  * Add license file

OBS-URL: https://build.opensuse.org/request/show/610545
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pytimeparse?expand=0&rev=2
This commit is contained in:
Todd R
2018-05-18 20:54:36 +00:00
committed by Git OBS Bridge
parent a2646b10e0
commit 0c2fe5f572
4 changed files with 12 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pytimeparse
#
# 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
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test
Name: python-pytimeparse
Version: 1.1.7
Version: 1.1.8
Release: 0
Summary: Time expression parser
License: MIT
@@ -77,6 +77,7 @@ datetime module in the standard library.
%files %{python_files}
%defattr(-,root,root,-)
%doc README.rst
%license LICENSE.rst
%{python_sitelib}/*
%changelog