Hello community,

here is the log from the commit of package python-pyannotate for 
openSUSE:Factory checked in at 2019-05-27 08:39:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyannotate (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyannotate.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyannotate"

Mon May 27 08:39:36 2019 rev:4 rq:705396 version:1.0.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyannotate/python-pyannotate.changes      
2018-12-24 11:41:43.349434544 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pyannotate.new.5148/python-pyannotate.changes
    2019-05-27 08:39:40.283040895 +0200
@@ -1,0 +2,7 @@
+Sat May 25 09:48:22 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 1.0.7:
+  * No upstream changelog
+- Run testsuite
+
+-------------------------------------------------------------------

Old:
----
  pyannotate-1.0.5.tar.gz

New:
----
  v1.0.7.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pyannotate.spec ++++++
--- /var/tmp/diff_new_pack.v7N8Kv/_old  2019-05-27 08:39:41.051040595 +0200
+++ /var/tmp/diff_new_pack.v7N8Kv/_new  2019-05-27 08:39:41.059040592 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyannotate
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -16,33 +16,29 @@
 #
 
 
-%if %python3_version_nodots < 34
-%define skip_python3 1
-%endif
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-pyannotate
-Version:        1.0.5
+Version:        1.0.7
 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://files.pythonhosted.org/packages/source/p/pyannotate/pyannotate-%{version}.tar.gz
+URL:            https://github.com/dropbox/pyannotate
+Source:         
https://github.com/dropbox/pyannotate/archive/v%{version}.tar.gz
 BuildRequires:  %{python_module setuptools >= 28.8.0}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:       python-mypy_extensions
+Requires:       python-six >= 1.11.0
+Requires:       python-typing
+BuildArch:      noarch
 # SECTION test requirements
 BuildRequires:  %{python_module mypy_extensions}
 BuildRequires:  %{python_module pytest => 3.3.0}
 BuildRequires:  %{python_module six >= 1.11.0}
+BuildRequires:  %{python_module typing}
+BuildRequires:  python3-testsuite
 # /SECTION
-BuildRequires:  fdupes
-Requires:       python-mypy_extensions
-Requires:       python-six >= 1.11.0
-%if %python_version_nodots < 35
-Requires:       python-typing >= 3.5.3
-%endif
-BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -59,6 +55,9 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%check
+%pytest
+
 %files %{python_files}
 %doc README.md example/
 %license LICENSE


Reply via email to