Hello community,

here is the log from the commit of package python-typing for openSUSE:Factory 
checked in at 2017-09-13 21:37:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-typing (Old)
 and      /work/SRC/openSUSE:Factory/.python-typing.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-typing"

Wed Sep 13 21:37:53 2017 rev:3 rq:523754 version:3.6.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-typing/python-typing.changes      
2017-07-21 22:36:54.978381538 +0200
+++ /work/SRC/openSUSE:Factory/.python-typing.new/python-typing.changes 
2017-09-13 21:37:59.289587491 +0200
@@ -1,0 +2,11 @@
+Tue Sep 12 14:21:41 UTC 2017 - [email protected]
+
+- Update to version 3.6.2
+- Dropped mod_generics_cache.py (now supplied upstream)
+
+-------------------------------------------------------------------
+Tue Aug 15 11:20:20 UTC 2017 - [email protected]
+
+- fix build in python2-only environments
+
+-------------------------------------------------------------------

Old:
----
  mod_generics_cache.py
  typing-3.6.1.tar.gz

New:
----
  typing-3.6.2.tar.gz

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

Other differences:
------------------
++++++ python-typing.spec ++++++
--- /var/tmp/diff_new_pack.qJlt57/_old  2017-09-13 21:38:02.905078792 +0200
+++ /var/tmp/diff_new_pack.qJlt57/_new  2017-09-13 21:38:02.909078229 +0200
@@ -20,14 +20,13 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-typing
-Version:        3.6.1
+Version:        3.6.2
 Release:        0
 Summary:        Type Hints for Python
 License:        Python-2.0
 Group:          Development/Languages/Python
 Url:            https://docs.python.org/3.5/library/typing.html
 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:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -38,9 +37,11 @@
 %endif
 BuildArch:      noarch
 
+%if "%python3_bin_suffix" != ""
 %if %{python3_version_nodots} > 34
 %define skip_python3 1
 %endif
+%endif
 
 %python_subpackages
 
@@ -50,9 +51,9 @@
 %prep
 %setup -q -n typing-%{version}
 ln -s python2 python_%{python2_bin_suffix}
+%if "%python3_bin_suffix" != ""
 ln -s src python_%{python3_bin_suffix}
-cp %{SOURCE1} python2
-cp %{SOURCE1} src
+%endif
 
 %build
 %python_build

++++++ typing-3.6.1.tar.gz -> typing-3.6.2.tar.gz ++++++
++++ 1610 lines of diff (skipped)


Reply via email to