Hello community, here is the log from the commit of package python-typing for openSUSE:Factory checked in at 2017-07-21 22:36:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-typing (Old) and /work/SRC/openSUSE:Factory/.python-typing.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-typing" Fri Jul 21 22:36:54 2017 rev:2 rq:509136 version:3.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-typing/python-typing.changes 2017-04-28 10:46:56.468906309 +0200 +++ /work/SRC/openSUSE:Factory/.python-typing.new/python-typing.changes 2017-07-21 22:36:54.978381538 +0200 @@ -1,0 +2,5 @@ +Thu Jul 6 13:44:57 UTC 2017 - [email protected] + +- only build for python3<3.5 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-typing.spec ++++++ --- /var/tmp/diff_new_pack.KMojFd/_old 2017-07-21 22:36:55.666284499 +0200 +++ /var/tmp/diff_new_pack.KMojFd/_new 2017-07-21 22:36:55.670283935 +0200 @@ -26,18 +26,22 @@ License: Python-2.0 Group: Development/Languages/Python Url: https://docs.python.org/3.5/library/typing.html -Source: https://pypi.io/packages/source/t/typing/typing-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/t/typing/typing-%{version}.tar.gz Source1: https://raw.githubusercontent.com/python/typing/%{version}/src/mod_generics_cache.py -BuildRequires: fdupes -BuildRequires: python-rpm-macros BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} +BuildRequires: fdupes +BuildRequires: python-rpm-macros # Test requirements %if %{with tests} && 0%{?suse_version} > 1320 BuildRequires: python3-testsuite %endif -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch + +%if %{python3_version_nodots} > 34 +%define skip_python3 1 +%endif + %python_subpackages %description @@ -63,8 +67,12 @@ %endif %files %{python_files} -%defattr(-,root,root,-) -%doc README.rst LICENSE +%doc README.rst +%if 0%{?leap_version} >= 420200 || 0%{?suse_version} > 1320 +%license LICENSE +%else +%doc LICENSE +%endif %{python_sitelib}/* %changelog
