Hello community,
here is the log from the commit of package python-bibtexparser for
openSUSE:Factory checked in at 2020-08-17 12:10:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-bibtexparser (Old)
and /work/SRC/openSUSE:Factory/.python-bibtexparser.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-bibtexparser"
Mon Aug 17 12:10:14 2020 rev:5 rq:827275 version:1.1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-bibtexparser/python-bibtexparser.changes
2020-06-30 21:59:35.327338923 +0200
+++
/work/SRC/openSUSE:Factory/.python-bibtexparser.new.3399/python-bibtexparser.changes
2020-08-17 12:11:40.742904562 +0200
@@ -1,0 +2,6 @@
+Mon Aug 17 08:29:09 UTC 2020 - Matej Cepl <[email protected]>
+
+- Remove unnecessary BR on devel.
+- Don't build python2 on Tumbleweed.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-bibtexparser.spec ++++++
--- /var/tmp/diff_new_pack.Wh8k41/_old 2020-08-17 12:11:42.838905669 +0200
+++ /var/tmp/diff_new_pack.Wh8k41/_new 2020-08-17 12:11:42.838905669 +0200
@@ -17,7 +17,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without python2
+%if 0%{?suse_version} > 1500
+%define skip_python2 1
+%endif
Name: python-bibtexparser
Version: 1.1.0
Release: 0
@@ -28,7 +30,6 @@
Source:
https://github.com/sciunto-org/python-bibtexparser/archive/v%{version}.tar.gz#/python-bibtexparser-%{version}.tar.gz
# https://github.com/sciunto-org/python-bibtexparser/pull/259
Patch0: python-bibtexparser-remove-unittest2.patch
-BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -40,7 +41,7 @@
BuildRequires: %{python_module pyparsing >= 2.0.3}
BuildRequires: %{python_module pytest}
# Required for assertLogs unavailable in 2.7 unittest
-%if %{with python2}
+%if "%{python_flavor}" == "python2"
BuildRequires: python-unittest2
%endif
# /SECTION