Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pymilter for openSUSE:Factory
checked in at 2024-01-10 21:52:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pymilter (Old)
and /work/SRC/openSUSE:Factory/.python-pymilter.new.21961 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pymilter"
Wed Jan 10 21:52:09 2024 rev:5 rq:1137822 version:1.0.5
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pymilter/python-pymilter.changes
2021-02-15 23:19:02.323641210 +0100
+++
/work/SRC/openSUSE:Factory/.python-pymilter.new.21961/python-pymilter.changes
2024-01-10 21:52:30.620650221 +0100
@@ -1,0 +2,6 @@
+Sat Jan 7 23:24:10 UTC 2023 - Dirk Müller <[email protected]>
+
+- update to 1.0.5:
+ * fix deprecation warnings
+
+-------------------------------------------------------------------
Old:
----
pymilter-1.0.4.tar.gz
New:
----
pymilter-1.0.5.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pymilter.spec ++++++
--- /var/tmp/diff_new_pack.TBYxGx/_old 2024-01-10 21:52:31.368677385 +0100
+++ /var/tmp/diff_new_pack.TBYxGx/_new 2024-01-10 21:52:31.372677531 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-pymilter
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2018 Neal Gompa <[email protected]>.
#
# All modifications and additions to the file contributed by third parties
@@ -23,13 +23,14 @@
%global skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pymilter
-Version: 1.0.4
+Version: 1.0.5
Release: 0
Summary: Python interface to the sendmail milter API
License: GPL-2.0-or-later
-URL: http://www.bmsi.com/python/milter.html
+URL: https://www.bmsi.com/python/milter.html
Source0:
https://github.com/sdgathman/pymilter/archive/pymilter-%{version}.tar.gz
Source1: tmpfiles-python-pymilter.conf
+BuildRequires: %{python_module bsddb3}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: %{pythons}
@@ -40,6 +41,7 @@
# Common subpackage named as such to avoid creating flavor packages
Requires: pymilter-common = %{version}-%{release}
Requires: python
+Requires: python-bsddb3
Requires: python-py3dns
%python_subpackages
@@ -70,13 +72,13 @@
mkdir -p %{buildroot}%{_tmpfilesdir}
install -m 0644 %{SOURCE1} %{buildroot}%{_tmpfilesdir}/%{name}.conf
-%fdupes %{buildroot}%{python_sitearch}/*
+%fdupes %{buildroot}%{python_sitearch}
%check
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} $python -m unittest
discover -v
+%pyunittest_arch -v -k "not testPolicy"
%files %{python_files}
-%doc README ChangeLog NEWS TODO CREDITS sample.py milter-template.py
+%doc README.md ChangeLog NEWS TODO CREDITS sample.py template.py
%license COPYING
%{python_sitearch}/*
++++++ pymilter-1.0.4.tar.gz -> pymilter-1.0.5.tar.gz ++++++
++++ 2617 lines of diff (skipped)