Hello community,
here is the log from the commit of package python-proselint for
openSUSE:Factory checked in at 2020-01-13 22:20:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-proselint (Old)
and /work/SRC/openSUSE:Factory/.python-proselint.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-proselint"
Mon Jan 13 22:20:46 2020 rev:6 rq:761546 version:0.10.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-proselint/python-proselint.changes
2019-03-10 09:39:29.288117148 +0100
+++
/work/SRC/openSUSE:Factory/.python-proselint.new.6675/python-proselint.changes
2020-01-13 22:20:53.574500655 +0100
@@ -1,0 +2,5 @@
+Tue Jan 7 11:37:57 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Use python dbm dependency instead of legacy gdbm
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-proselint.spec ++++++
--- /var/tmp/diff_new_pack.dP8mcC/_old 2020-01-13 22:20:54.654501156 +0100
+++ /var/tmp/diff_new_pack.dP8mcC/_new 2020-01-13 22:20:54.658501158 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-proselint
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -22,8 +22,7 @@
Release: 0
Summary: A linter for prose
License: BSD-3-Clause
-Group: Development/Languages/Python
-URL: http://github.com/amperser/proselint
+URL: https://github.com/amperser/proselint
Source:
https://files.pythonhosted.org/packages/source/p/proselint/proselint-%{version}.tar.gz
# test_weasel_words_misc is empty in this release, and `setup.py test` doesnt
recognise nose's SkipTest
Patch0: disable-empty-test.patch
@@ -32,24 +31,18 @@
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-click
+Requires: python-dbm
Requires: python-future
Requires: python-six
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module click}
+BuildRequires: %{python_module dbm}
BuildRequires: %{python_module future}
BuildRequires: %{python_module nose}
BuildRequires: %{python_module six}
-BuildRequires: python2-gdbm
BuildRequires: python2-mock
-BuildRequires: python3-dbm
# /SECTION
-%ifpython3
-Requires: python3-dbm
-%endif
-%ifpython2
-Recommends: python-gdbm
-%endif
%python_subpackages
%description