Accepting request 603202 from devel:languages:python
- Fix grammar in description. OBS-URL: https://build.opensuse.org/request/show/603202 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyannotate?expand=0&rev=2
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user