forked from pool/python-email-reply-parser
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:
3
email_reply_parser-0.5.12.tar.gz
Normal file
3
email_reply_parser-0.5.12.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:485ffe12867fb246cdccb5d28f10178099a57bad13556c1196a06ab4237803ee
|
||||
size 11751
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8b527377ee337677dcf4aaaa43fd07b3972712df95444af02a15857ee3c4992f
|
||||
size 10454
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user