Hello community, here is the log from the commit of package python-pyannotate for openSUSE:Factory checked in at 2018-05-04 11:29:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyannotate (Old) and /work/SRC/openSUSE:Factory/.python-pyannotate.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyannotate" Fri May 4 11:29:46 2018 rev:2 rq:603202 version:1.0.5 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyannotate/python-pyannotate.changes 2018-03-05 13:44:23.425759117 +0100 +++ /work/SRC/openSUSE:Factory/.python-pyannotate.new/python-pyannotate.changes 2018-05-04 11:29:58.854706983 +0200 @@ -1,0 +2,5 @@ +Sun Mar 4 09:22:05 UTC 2018 - [email protected] + +- Fix grammar in description. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyannotate.spec ++++++ --- /var/tmp/diff_new_pack.1lgZmm/_old 2018-05-04 11:29:59.430685851 +0200 +++ /var/tmp/diff_new_pack.1lgZmm/_new 2018-05-04 11:29:59.434685704 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pyannotate # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -13,6 +13,8 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + %if %python3_version_nodots < 34 %define skip_python3 1 @@ -21,18 +23,18 @@ Name: python-pyannotate Version: 1.0.5 Release: 0 -License: Apache-2.0 Summary: PyAnnotate: Auto-generate PEP-484 annotations -Url: https://github.com/dropbox/pyannotate +License: Apache-2.0 Group: Development/Languages/Python +Url: https://github.com/dropbox/pyannotate Source: https://files.pythonhosted.org/packages/source/p/pyannotate/pyannotate-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools >= 28.8.0} +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module mypy_extensions} -BuildRequires: %{python_module six >= 1.11.0} BuildRequires: %{python_module pytest => 3.3.0} +BuildRequires: %{python_module six >= 1.11.0} # /SECTION BuildRequires: fdupes Requires: python-mypy_extensions @@ -45,7 +47,8 @@ %python_subpackages %description -Insert annotations into your source code based on call arguments and return types observed at runtime. +This module inserts annotations into source code based on call +arguments and return types observed at runtime. %prep %setup -q -n pyannotate-%{version}
