From 1747415dbe7e1483813d83599c2b54f13c3594709f5e5eaf32739491551e9439 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Sun, 4 Mar 2018 09:43:16 +0000 Subject: [PATCH] Accepting request 582336 from home:jengelh:branches:devel:languages:python - Fix grammar in description. OBS-URL: https://build.opensuse.org/request/show/582336 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyannotate?expand=0&rev=2 --- python-pyannotate.changes | 5 +++++ python-pyannotate.spec | 15 +++++++++------ 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/python-pyannotate.changes b/python-pyannotate.changes index 92d3651..6a1470a 100644 --- a/python-pyannotate.changes +++ b/python-pyannotate.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Mar 4 09:22:05 UTC 2018 - jengelh@inai.de + +- Fix grammar in description. + ------------------------------------------------------------------- Sun Dec 17 14:42:53 UTC 2017 - sebix+novell.com@sebix.at diff --git a/python-pyannotate.spec b/python-pyannotate.spec index bc6d48f..4c0a8da 100644 --- a/python-pyannotate.spec +++ b/python-pyannotate.spec @@ -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 @@ BuildArch: noarch %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}