From 688473097dca0a2d2dfd3eb3934697e38a8cafc81c86ccca691bae8bdd189f1f Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Thu, 19 Sep 2019 20:51:58 +0000 Subject: [PATCH] - Update to version 1.2.0: No upstream changelog available, extracted from the commits: * Fix Ellipsis bug (#78) * Fix collection of methods in old-style classes (#80) * Correctly fix files in subdirectories without __init__.py files (#83) * Fix current module calculation in fixer (#81) * Support handling nested classes (#85) * docs: note that py3 annotations are available (#86) * Add a flag to use the 'signature' format for type annotations (#88) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyannotate?expand=0&rev=9 --- python-pyannotate-1.2.0.tar.gz | 3 +++ python-pyannotate.changes | 12 ++++++++++++ python-pyannotate.spec | 4 ++-- v1.0.7.tar.gz | 3 --- 4 files changed, 17 insertions(+), 5 deletions(-) create mode 100644 python-pyannotate-1.2.0.tar.gz delete mode 100644 v1.0.7.tar.gz diff --git a/python-pyannotate-1.2.0.tar.gz b/python-pyannotate-1.2.0.tar.gz new file mode 100644 index 0000000..64aa785 --- /dev/null +++ b/python-pyannotate-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5b0256b2e77213725de7c146e1f78576a04215276b68078a97915a677bbdef7 +size 46148 diff --git a/python-pyannotate.changes b/python-pyannotate.changes index e48dbc7..0ac5a23 100644 --- a/python-pyannotate.changes +++ b/python-pyannotate.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Sep 19 19:28:22 UTC 2019 - Sebastian Wagner + +- Update to version 1.2.0: No upstream changelog available, extracted from the commits: + * Fix Ellipsis bug (#78) + * Fix collection of methods in old-style classes (#80) + * Correctly fix files in subdirectories without __init__.py files (#83) + * Fix current module calculation in fixer (#81) + * Support handling nested classes (#85) + * docs: note that py3 annotations are available (#86) + * Add a flag to use the 'signature' format for type annotations (#88) + ------------------------------------------------------------------- Sat May 25 09:48:22 UTC 2019 - Tomáš Chvátal diff --git a/python-pyannotate.spec b/python-pyannotate.spec index ff6185d..affdd0b 100644 --- a/python-pyannotate.spec +++ b/python-pyannotate.spec @@ -18,13 +18,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pyannotate -Version: 1.0.7 +Version: 1.2.0 Release: 0 Summary: PyAnnotate: Auto-generate PEP-484 annotations License: Apache-2.0 Group: Development/Languages/Python URL: https://github.com/dropbox/pyannotate -Source: https://github.com/dropbox/pyannotate/archive/v%{version}.tar.gz +Source: https://github.com/dropbox/pyannotate/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: %{python_module setuptools >= 28.8.0} BuildRequires: fdupes BuildRequires: python-rpm-macros diff --git a/v1.0.7.tar.gz b/v1.0.7.tar.gz deleted file mode 100644 index 7cc498a..0000000 --- a/v1.0.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c61c80199a3b48adf67c42ecb39242fc19f6169553afc6f67338f3650fee2d6b -size 44716