Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-sievelib for openSUSE:Factory
checked in at 2021-01-25 18:24:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sievelib (Old)
and /work/SRC/openSUSE:Factory/.python-sievelib.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sievelib"
Mon Jan 25 18:24:27 2021 rev:4 rq:866481 version:1.2.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-sievelib/python-sievelib.changes
2018-05-29 16:52:05.312229742 +0200
+++
/work/SRC/openSUSE:Factory/.python-sievelib.new.28504/python-sievelib.changes
2021-01-25 18:24:59.540548304 +0100
@@ -1,0 +2,8 @@
+Mon Jan 25 08:00:46 UTC 2021 - Dirk M??ller <[email protected]>
+
+- update to 1.2.1:
+ * Fixed parser issues regarding missing comma in tests accepting testlist
arguments.
+ * remove python 2.x support
+- drop fix_pip_version.patch: obsolete
+
+-------------------------------------------------------------------
Old:
----
fix_pip_version.patch
sievelib-1.1.1.tar.gz
New:
----
sievelib-1.2.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-sievelib.spec ++++++
--- /var/tmp/diff_new_pack.LQYGYQ/_old 2021-01-25 18:25:00.200549264 +0100
+++ /var/tmp/diff_new_pack.LQYGYQ/_new 2021-01-25 18:25:00.204549270 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-sievelib
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2016 Aeneas Jaissle <[email protected]>
#
# All modifications and additions to the file contributed by third parties
@@ -13,25 +13,24 @@
# 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/
#
%define modname sievelib
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
Name: python-%{modname}
-Version: 1.1.1
+Version: 1.2.1
Release: 0
Summary: Client-side Sieve and Managesieve library written in Python
License: MIT
Group: Development/Languages/Python
URL: https://pypi.python.org/pypi/sievelib
Source:
https://files.pythonhosted.org/packages/source/s/sievelib/%{modname}-%{version}.tar.gz
-Patch0: fix_pip_version.patch
BuildRequires: %{python_module future}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools_scm}
-BuildRequires: %{python_module six}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
@@ -44,7 +43,6 @@
%prep
%setup -q -n %{modname}-%{version}
-%patch0 -p1
sed -i -e '/^#!\/usr\/bin.*python/d' sievelib/parser.py
chmod -x sievelib/parser.py
++++++ sievelib-1.1.1.tar.gz -> sievelib-1.2.1.tar.gz ++++++
++++ 2530 lines of diff (skipped)