Hello community,
here is the log from the commit of package python-pymilter for openSUSE:Factory
checked in at 2019-05-12 11:33:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pymilter (Old)
and /work/SRC/openSUSE:Factory/.python-pymilter.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pymilter"
Sun May 12 11:33:48 2019 rev:2 rq:697840 version:1.0.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pymilter/python-pymilter.changes
2018-09-10 12:31:32.030680458 +0200
+++
/work/SRC/openSUSE:Factory/.python-pymilter.new.5148/python-pymilter.changes
2019-05-12 11:34:01.649980365 +0200
@@ -1,0 +2,11 @@
+Thu Apr 25 08:37:53 UTC 2019 - [email protected]
+
+- version update to 1.0.4
+ - cleanup unused files, additional platform support
+ - Minor doc updates
+ - patch step for python3 no longer required in build
+- turn the test suite on
+- deleted patches
+ - pymilter-dns_dsn.patch (upstreamed)
+
+-------------------------------------------------------------------
Old:
----
pymilter-1.0.2.tar.gz
pymilter-dns_dsn.patch
New:
----
pymilter-1.0.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pymilter.spec ++++++
--- /var/tmp/diff_new_pack.FJJvMB/_old 2019-05-12 11:34:02.545982987 +0200
+++ /var/tmp/diff_new_pack.FJJvMB/_new 2019-05-12 11:34:02.545982987 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-pymilter
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 Neal Gompa <[email protected]>.
#
# All modifications and additions to the file contributed by third parties
@@ -13,7 +13,7 @@
# 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/
#
@@ -28,14 +28,13 @@
License: GPL-2.0-or-later
Group: Development/Languages/Python
Name: python-pymilter
-Version: 1.0.2
+Version: 1.0.4
Release: 0
URL: http://www.bmsi.com/python/milter.html
Source0:
https://github.com/sdgathman/pymilter/archive/pymilter-%{version}.tar.gz
Source1: tmpfiles-python-pymilter.conf
-# Backported patch for Python 3
-Patch0: pymilter-dns_dsn.patch
BuildRequires: %{python_module devel}
+BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: sendmail-devel >= 8.13
@@ -67,9 +66,6 @@
%prep
%autosetup -n pymilter-pymilter-%{version} -p1
-# Patch from within the source tree (*sigh*)...
-patch -p1 -b -z .py3 <milter.patch
-
%build
%python_build
@@ -83,6 +79,11 @@
%fdupes %{buildroot}%{python_sitearch}/*
+%check
+%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch}
+$python -m unittest discover
+}
+
%files %{python_files}
%doc README ChangeLog NEWS TODO CREDITS sample.py milter-template.py
%license COPYING
++++++ pymilter-1.0.2.tar.gz -> pymilter-1.0.4.tar.gz ++++++
++++ 3217 lines of diff (skipped)