Hello community,
here is the log from the commit of package python-pytest-translations for
openSUSE:Factory checked in at 2020-03-16 10:18:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-translations (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-translations.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-translations"
Mon Mar 16 10:18:14 2020 rev:3 rq:784856 version:2.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-translations/python-pytest-translations.changes
2019-08-22 15:17:58.654341191 +0200
+++
/work/SRC/openSUSE:Factory/.python-pytest-translations.new.3160/python-pytest-translations.changes
2020-03-16 10:18:45.727597593 +0100
@@ -1,0 +2,5 @@
+Sat Mar 14 08:48:48 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Fix build without python2
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-translations.spec ++++++
--- /var/tmp/diff_new_pack.ASphgJ/_old 2020-03-16 10:18:47.007598115 +0100
+++ /var/tmp/diff_new_pack.ASphgJ/_new 2020-03-16 10:18:47.007598115 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-translations
#
-# 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,7 +22,6 @@
Release: 0
Summary: Plugin for testing gettext, .po and .mo files
License: Apache-2.0
-Group: Development/Languages/Python
URL: https://github.com/Thermondo/pytest-translations
Source:
https://files.pythonhosted.org/packages/source/p/pytest-translations/pytest-translations-%{version}.tar.gz
BuildRequires: %{python_module pbr}
@@ -66,7 +65,7 @@
%files %{python_files}
%doc AUTHORS ChangeLog README.rst
%license LICENSE
-%{python_sitelib}/pytest_translations-%{version}-py%{py_ver}.egg-info/
+%{python_sitelib}/pytest_translations-%{version}-py%{python_version}.egg-info/
%{python_sitelib}/pytest_translations
%changelog