15
0

Accepting request 928773 from home:pgajdos:python

- version update to 0.5.12
  * no upstream changelog
- %check: use %pyunittest rpm macro

OBS-URL: https://build.opensuse.org/request/show/928773
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-email-reply-parser?expand=0&rev=3
This commit is contained in:
2021-11-02 21:36:19 +00:00
committed by Git OBS Bridge
parent 191fc89229
commit f23b2d9311
4 changed files with 18 additions and 11 deletions

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:485ffe12867fb246cdccb5d28f10178099a57bad13556c1196a06ab4237803ee
size 11751

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8b527377ee337677dcf4aaaa43fd07b3972712df95444af02a15857ee3c4992f
size 10454

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Nov 2 12:39:14 UTC 2021 - pgajdos@suse.com
- version update to 0.5.12
* no upstream changelog
- %check: use %pyunittest rpm macro
-------------------------------------------------------------------
Sat Jun 6 09:28:33 UTC 2020 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-email-reply-parser
#
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,23 +12,23 @@
# 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/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-email-reply-parser
Version: 0.5.9
Version: 0.5.12
Release: 0
License: MIT
Summary: Email reply parser
Url: https://github.com/zapier/email-reply-parser
License: MIT
Group: Development/Languages/Python
URL: https://github.com/zapier/email-reply-parser
Source: https://github.com/zapier/email-reply-parser/archive/v%{version}.tar.gz#/email_reply_parser-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
%python_subpackages
%description
@@ -46,7 +46,7 @@ Email reply parser.
%check
export LANG=en_US.UTF-8
%python_exec setup.py test
%pyunittest discover -v
%files %{python_files}
%doc README.md