Hello community,

here is the log from the commit of package python-xdis for openSUSE:Factory 
checked in at 2020-03-09 18:34:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-xdis (Old)
 and      /work/SRC/openSUSE:Factory/.python-xdis.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-xdis"

Mon Mar  9 18:34:30 2020 rev:7 rq:783027 version:4.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-xdis/python-xdis.changes  2020-02-07 
15:54:31.679514596 +0100
+++ /work/SRC/openSUSE:Factory/.python-xdis.new.26092/python-xdis.changes       
2020-03-09 18:34:37.574034533 +0100
@@ -1,0 +2,6 @@
+Mon Mar  9 16:45:15 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Add patch to work with 3.8.2:
+  * py382.patch
+
+-------------------------------------------------------------------

New:
----
  py382.patch

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

Other differences:
------------------
++++++ python-xdis.spec ++++++
--- /var/tmp/diff_new_pack.0g46TI/_old  2020-03-09 18:34:38.358034959 +0100
+++ /var/tmp/diff_new_pack.0g46TI/_new  2020-03-09 18:34:38.362034961 +0100
@@ -22,6 +22,7 @@
 Release:        0
 Summary:        Python cross-version byte-code disassembler and marshal 
routines
 License:        GPL-2.0-only
+Patch0:         py382.patch
 URL:            https://github.com/rocky/python-xdis/
 Source:         https://github.com/rocky/python-xdis/archive/%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
@@ -39,6 +40,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 # test fails for weird order reasons
 rm pytest/test_disasm.py
 

++++++ py382.patch ++++++
Index: python-xdis-4.2.2/xdis/magics.py
===================================================================
--- python-xdis-4.2.2.orig/xdis/magics.py
+++ python-xdis-4.2.2/xdis/magics.py
@@ -344,7 +344,7 @@ add_canonic_versions("2.7.8Pyston", "2.7
 add_canonic_versions("3.7.0alpha3", "3.7.0alpha3")
 add_canonic_versions("3.7 3.7.0beta5 3.7.1 3.7.2 3.7.3 3.7.4 3.7.5 3.7.6", 
"3.7.0")
 add_canonic_versions("3.8.0alpha0 3.8.0alpha3 3.8.0a0", "3.8.0a3+")
-add_canonic_versions("3.8.0 3.8.1 3.8 3.8.0candidate1", "3.8.0rc1+")
+add_canonic_versions("3.8.0 3.8.1 3.8.2 3.8 3.8.0candidate1", "3.8.0rc1+")
 add_canonic_versions("3.9 3.9.0 3.9.0a1+ 3.9.0a2+ 3.9.0alpha1 3.9.0alpha2", 
"3.9.0alpha1")
 
 # The canonic version for a canonic version is itself

Reply via email to