Hello community,

here is the log from the commit of package python-pytest3 for openSUSE:Factory 
checked in at 2019-09-23 12:06:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest3 (Old)
 and      /work/SRC/openSUSE:Factory/.python-pytest3.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytest3"

Mon Sep 23 12:06:56 2019 rev:2 rq:730108 version:3.10.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pytest3/python-pytest3.changes    
2019-07-04 15:42:56.770078712 +0200
+++ /work/SRC/openSUSE:Factory/.python-pytest3.new.7948/python-pytest3.changes  
2019-09-23 12:07:00.029909430 +0200
@@ -1,0 +2,6 @@
+Wed Sep 11 11:19:59 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update importlib-metadata.patch to not pull in the importlib
+  on python 3.8+
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pytest3.spec ++++++
--- /var/tmp/diff_new_pack.efYQar/_old  2019-09-23 12:07:00.589909338 +0200
+++ /var/tmp/diff_new_pack.efYQar/_new  2019-09-23 12:07:00.593909337 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package python-pytest
+# spec file for package python-pytest3
 #
 # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #

++++++ importlib-metadata.patch ++++++
--- /var/tmp/diff_new_pack.efYQar/_old  2019-09-23 12:07:00.641909329 +0200
+++ /var/tmp/diff_new_pack.efYQar/_new  2019-09-23 12:07:00.641909329 +0200
@@ -32,7 +32,7 @@
      'funcsigs;python_version<"3.0"',
      'pathlib2>=2.2.0;python_version<"3.6"',
      'colorama;sys_platform=="win32"',
-+    "importlib-metadata>=0.12",
++    'importlib-metadata>=0.12;python_version<"3.8"',
  ]
  
  


Reply via email to