Hello community,

here is the log from the commit of package python-ansel for openSUSE:Factory 
checked in at 2019-07-31 14:36:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ansel (Old)
 and      /work/SRC/openSUSE:Factory/.python-ansel.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ansel"

Wed Jul 31 14:36:47 2019 rev:1 rq:720016 version:0.1.1

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

--- /dev/null   2019-07-18 00:53:00.979475821 +0200
+++ /work/SRC/openSUSE:Factory/.python-ansel.new.4126/python-ansel.changes      
2019-07-31 14:36:51.073850946 +0200
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Wed Jul 31 01:30:30 AM UTC 2019 - John Vandenberg <jay...@gmail.com>
+
+- Initial spec for v0.1.1

New:
----
  ansel-0.1.1.tar.gz
  python-ansel.changes
  python-ansel.spec

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

Other differences:
------------------
++++++ python-ansel.spec ++++++
#
# spec file for package python-ansel
#
# 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-ansel
Version:        0.1.1
Release:        0
Summary:        Codecs for reading/writing documents in the ANSEL character set
License:        MIT
Group:          Development/Languages/Python
URL:            https://github.com/haney/python-ansel
Source:         
https://files.pythonhosted.org/packages/source/a/ansel/ansel-%{version}.tar.gz
BuildRequires:  %{python_module pytest-runner}
BuildRequires:  %{python_module setuptools}
BuildRequires:  fdupes
BuildRequires:  python-rpm-macros
Requires:       python-six
BuildArch:      noarch
# SECTION test requirements
BuildRequires:  %{python_module pyfakefs}
BuildRequires:  %{python_module pytest}
BuildRequires:  %{python_module six}
# /SECTION
%python_subpackages

%description
Codecs for reading/writing documents in the ANSEL character set.

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

%build
%python_build

%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}

%check
%python_exec setup.py test

%files %{python_files}
%doc AUTHORS.rst README.rst
%license LICENSE
%{python_sitelib}/*

%changelog

Reply via email to