Hello community,
here is the log from the commit of package python-bibtexparser for
openSUSE:Leap:15.2 checked in at 2020-04-17 13:38:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-bibtexparser (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-bibtexparser.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-bibtexparser"
Fri Apr 17 13:38:13 2020 rev:2 rq:794465 version:1.1.0
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/python-bibtexparser/python-bibtexparser.changes
2020-02-16 18:29:30.102755106 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-bibtexparser.new.2738/python-bibtexparser.changes
2020-04-17 13:38:39.348270092 +0200
@@ -1,0 +2,5 @@
+Wed Apr 15 10:00:08 UTC 2020 - Matej Cepl <[email protected]>
+
+- Switch from using nosetest runner to pytest
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-bibtexparser.spec ++++++
--- /var/tmp/diff_new_pack.G13xRU/_old 2020-04-17 13:38:40.236270760 +0200
+++ /var/tmp/diff_new_pack.G13xRU/_new 2020-04-17 13:38:40.240270764 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-bibtexparser
#
-# 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
@@ -12,32 +12,32 @@
# 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-bibtexparser
Version: 1.1.0
Release: 0
-License: LGPL-3.0-only OR BSD-3-Clause
Summary: Bibtex parser for python
-Url: https://github.com/sciunto-org/python-bibtexparser
+License: LGPL-3.0-only OR BSD-3-Clause
Group: Development/Languages/Python
+URL: https://github.com/sciunto-org/python-bibtexparser
Source:
https://github.com/sciunto-org/python-bibtexparser/archive/v%{version}.tar.gz#/python-bibtexparser-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+Requires: python-future >= 0.16.0
+Requires: python-pyparsing >= 2.0.3
+BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module future >= 0.16.0}
-BuildRequires: %{python_module nose}
BuildRequires: %{python_module pyparsing >= 2.0.3}
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module unittest2}
# /SECTION
-Requires: python-future >= 0.16.0
-Requires: python-pyparsing >= 2.0.3
-BuildArch: noarch
-
%python_subpackages
%description
@@ -55,8 +55,8 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-export LANG=en_US.UTF-8
-%python_expand nosetests-%{$python_bin_suffix}
+export LANG=C.utf8
+%pytest
%files %{python_files}
%doc README.rst CHANGELOG