From f23b2d9311fa983c9d4071ad65c5219e29d48ea2b733e8c82e9d7d4418f00482 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 2 Nov 2021 21:36:19 +0000 Subject: [PATCH] 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 --- email_reply_parser-0.5.12.tar.gz | 3 +++ email_reply_parser-0.5.9.tar.gz | 3 --- python-email-reply-parser.changes | 7 +++++++ python-email-reply-parser.spec | 16 ++++++++-------- 4 files changed, 18 insertions(+), 11 deletions(-) create mode 100644 email_reply_parser-0.5.12.tar.gz delete mode 100644 email_reply_parser-0.5.9.tar.gz diff --git a/email_reply_parser-0.5.12.tar.gz b/email_reply_parser-0.5.12.tar.gz new file mode 100644 index 0000000..5ccb526 --- /dev/null +++ b/email_reply_parser-0.5.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:485ffe12867fb246cdccb5d28f10178099a57bad13556c1196a06ab4237803ee +size 11751 diff --git a/email_reply_parser-0.5.9.tar.gz b/email_reply_parser-0.5.9.tar.gz deleted file mode 100644 index 9196f9e..0000000 --- a/email_reply_parser-0.5.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b527377ee337677dcf4aaaa43fd07b3972712df95444af02a15857ee3c4992f -size 10454 diff --git a/python-email-reply-parser.changes b/python-email-reply-parser.changes index 5c346c7..06130d7 100644 --- a/python-email-reply-parser.changes +++ b/python-email-reply-parser.changes @@ -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 diff --git a/python-email-reply-parser.spec b/python-email-reply-parser.spec index 96799aa..56759b0 100644 --- a/python-email-reply-parser.spec +++ b/python-email-reply-parser.spec @@ -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