Hello community,
here is the log from the commit of package python-modernize for
openSUSE:Factory checked in at 2019-05-12 11:33:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-modernize (Old)
and /work/SRC/openSUSE:Factory/.python-modernize.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-modernize"
Sun May 12 11:33:18 2019 rev:1 rq:692294 version:0.7
Changes:
--------
New Changes file:
--- /dev/null 2019-05-02 15:18:01.516169518 +0200
+++
/work/SRC/openSUSE:Factory/.python-modernize.new.5148/python-modernize.changes
2019-05-12 11:33:18.997855504 +0200
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Sat Mar 30 10:05:21 PM UTC 2019 - John Vandenberg <[email protected]>
+
+- Initial spec for v0.7
New:
----
modernize-0.7.tar.gz
python-modernize.changes
python-modernize.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-modernize.spec ++++++
#
# spec file for package python-modernize
#
# 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-modernize
Version: 0.7
Release: 0
Summary: A tool for modernizing Python code using lib2to3
License: BSD-3-Clause AND Python-2.0
Group: Development/Languages/Python
URL: https://github.com/python-modernize/python-modernize
Source:
https://github.com/python-modernize/python-modernize/archive/0.7.tar.gz#//modernize-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module nose}
BuildRequires: python-gdbm
# /SECTION
%python_subpackages
%description
A hack on top of 2to3 for modernizing Python code.
%prep
%setup -q -n python-modernize-%{version}
%build
%python_build
%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_exec setup.py test
%files %{python_files}
%doc CHANGELOG.rst README.rst
%license LICENSE
%python3_only %{_bindir}/python-modernize
%{python_sitelib}/*
%changelog