Hello community,

here is the log from the commit of package python-dennis for openSUSE:Leap:15.2 
checked in at 2020-02-11 23:25:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-dennis (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-dennis.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-dennis"

Tue Feb 11 23:25:36 2020 rev:1 rq:771167 version:0.9

Changes:
--------
New Changes file:

--- /dev/null   2019-12-19 10:12:34.003146842 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-dennis.new.26092/python-dennis.changes 
2020-02-11 23:25:37.889276639 +0100
@@ -0,0 +1,22 @@
+-------------------------------------------------------------------
+Thu Feb 28 07:16:05 UTC 2019 - John Vandenberg <jay...@gmail.com>
+
+- Add export LANG="en_US.UTF-8" to fix tests on Leap
+
+-------------------------------------------------------------------
+Wed Feb 13 09:45:25 UTC 2019 - Jan Engelhardt <jeng...@inai.de>
+
+- Trim filler wording from description, and fixup sentence grammar.
+
+-------------------------------------------------------------------
+Wed Feb 13 05:10:03 UTC 2019 - John Vandenberg <jay...@gmail.com>
+
+- Remove tests from package distribution
+- Activate tests
+- Remove unnecessary build dependency python-devel
+- Use %license
+
+-------------------------------------------------------------------
+Thu Nov 16 17:44:43 UTC 2017 - toddrme2...@gmail.com
+
+- Initial version v0.9

New:
----
  dennis-0.9.tar.gz
  python-dennis.changes
  python-dennis.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-dennis.spec ++++++
#
# spec file for package python-dennis
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name:           python-dennis
Version:        0.9
Release:        0
Summary:        Utilities for working with PO and POT files
License:        BSD-3-Clause
Group:          Development/Languages/Python
Url:            http://github.com/willkg/dennis
Source:         
https://files.pythonhosted.org/packages/source/d/dennis/dennis-%{version}.tar.gz
BuildRequires:  %{python_module setuptools}
BuildRequires:  fdupes
BuildRequires:  python-rpm-macros
# Test runner
BuildRequires:  %{python_module pytest}
# Module dependencies
BuildRequires:  %{python_module click >= 6}
BuildRequires:  %{python_module polib >= 1.0.8}
Requires:       python-click >= 6
Requires:       python-polib >= 1.0.8
BuildArch:      noarch

%python_subpackages

%description
Dennis is a set of utilities for working with PO files. They
translate POT files to find problems with localization in code, and
lint PO files for common problems like variable formatting,
mismatched HTML, missing variables, etc.

%prep
%setup -q -n dennis-%{version}

%build
%python_build

%install
%python_install
%python_expand rm -r %{buildroot}%{$python_sitelib}/tests/
%python_expand %fdupes %{buildroot}%{$python_sitelib}

%check
export LANG="en_US.UTF-8"
%python_expand pytest-%{$python_bin_suffix} tests

%files %{python_files}
%license LICENSE
%doc CHANGELOG README.rst
%python3_only %{_bindir}/dennis-cmd
%{python_sitelib}/*

%changelog

Reply via email to