commit python-PeachPy for openSUSE:Factory

2020-09-16 Thread root
Hello community,

here is the log from the commit of package python-PeachPy for openSUSE:Factory 
checked in at 2020-09-16 19:39:47

Comparing /work/SRC/openSUSE:Factory/python-PeachPy (Old)
 and  /work/SRC/openSUSE:Factory/.python-PeachPy.new.4249 (New)


Package is "python-PeachPy"

Wed Sep 16 19:39:47 2020 rev:4 rq:834843 version:0.2.0~pre.1583266105.f189ad2

Changes:

--- /work/SRC/openSUSE:Factory/python-PeachPy/python-PeachPy.changes
2020-04-23 18:35:22.744654943 +0200
+++ /work/SRC/openSUSE:Factory/.python-PeachPy.new.4249/python-PeachPy.changes  
2020-09-16 19:40:11.438856661 +0200
@@ -1,0 +2,5 @@
+Tue Sep 15 18:39:53 UTC 2020 - pgaj...@suse.com
+
+- run with pytest instead of nosetests
+
+---



Other differences:
--
++ python-PeachPy.spec ++
--- /var/tmp/diff_new_pack.IutdhS/_old  2020-09-16 19:40:14.166859729 +0200
+++ /var/tmp/diff_new_pack.IutdhS/_new  2020-09-16 19:40:14.170859734 +0200
@@ -28,7 +28,7 @@
 Source0:PeachPy-%{version}.tar.xz
 Patch1: automated-convertion-form-2to3.patch
 BuildRequires:  %{python_module opcodes >= 0.3.13}
-BuildRequires:  %{python_module rednose}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six}
 BuildRequires:  fdupes
@@ -72,9 +72,9 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-# we use the local build install for the nosetests
-sed -i '/no-path-adjustment=1/d' setup.cfg
-%python_expand nosetests-%{$python_bin_suffix} -v
+# this test is even not ported to python3 and has other issues
+rm test/arm/test_arm.py
+%pytest
 
 %files %{python_files}
 %doc README.rst




commit python-PeachPy for openSUSE:Factory

2020-04-23 Thread root
Hello community,

here is the log from the commit of package python-PeachPy for openSUSE:Factory 
checked in at 2020-04-23 18:34:57

Comparing /work/SRC/openSUSE:Factory/python-PeachPy (Old)
 and  /work/SRC/openSUSE:Factory/.python-PeachPy.new.2738 (New)


Package is "python-PeachPy"

Thu Apr 23 18:34:57 2020 rev:3 rq:796480 version:0.2.0~pre.1583266105.f189ad2

Changes:

--- /work/SRC/openSUSE:Factory/python-PeachPy/python-PeachPy.changes
2019-12-12 23:18:52.762209626 +0100
+++ /work/SRC/openSUSE:Factory/.python-PeachPy.new.2738/python-PeachPy.changes  
2020-04-23 18:35:22.744654943 +0200
@@ -1,0 +2,6 @@
+Thu Apr 23 10:26:45 UTC 2020 - Tomáš Chvátal 
+
+- Fix build without python2
+- Fix the version to match reality as it is git repo snapshot
+
+---

Old:

  PeachPy-0.2.0.obscpio

New:

  PeachPy-0.2.0~pre.1583266105.f189ad2.obscpio



Other differences:
--
++ python-PeachPy.spec ++
--- /var/tmp/diff_new_pack.cag7sc/_old  2020-04-23 18:35:25.004659267 +0200
+++ /var/tmp/diff_new_pack.cag7sc/_new  2020-04-23 18:35:25.008659274 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-PeachPy
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,8 +17,9 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without python2
 Name:   python-PeachPy
-Version:0.2.0
+Version:0.2.0~pre.1583266105.f189ad2
 Release:0
 Summary:Portable Efficient Assembly Codegen in Higher-level Python
 License:BSD-2-Clause
@@ -26,14 +27,20 @@
 URL:https://github.com/Maratyszcza/PeachPy
 Source0:PeachPy-%{version}.tar.xz
 Patch1: automated-convertion-form-2to3.patch
-BuildRequires:  %{python_module opcodes}
+BuildRequires:  %{python_module opcodes >= 0.3.13}
 BuildRequires:  %{python_module rednose}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module six}
 BuildRequires:  fdupes
-BuildRequires:  python-enum34
 BuildRequires:  python-rpm-macros
+Requires:   python-six
 ExclusiveArch:  x86_64
-
+%ifpython2
+Requires:   python-enum34
+%endif
+%if %{with python2}
+BuildRequires:  python-enum34
+%endif
 %python_subpackages
 
 %description
@@ -67,9 +74,9 @@
 %check
 # we use the local build install for the nosetests
 sed -i '/no-path-adjustment=1/d' setup.cfg
-%python_expand nosetests-%{$python_bin_suffix}
+%python_expand nosetests-%{$python_bin_suffix} -v
 
-%files %python_files
+%files %{python_files}
 %doc README.rst
 %license LICENSE.rst
 %{python_sitelib}/*

++ PeachPy.obsinfo ++
--- /var/tmp/diff_new_pack.cag7sc/_old  2020-04-23 18:35:25.036659328 +0200
+++ /var/tmp/diff_new_pack.cag7sc/_new  2020-04-23 18:35:25.036659328 +0200
@@ -1,5 +1,5 @@
 name: PeachPy
-version: 0.2.0
-mtime: 1567643222
-commit: 5fb95df0f380773b8c079e920bd46b24e3cf5e44
+version: 0.2.0~pre.1583266105.f189ad2
+mtime: 1583266105
+commit: f189ad26e898171c17c96df9898d581d026d9c6d
 

++ _service ++
--- /var/tmp/diff_new_pack.cag7sc/_old  2020-04-23 18:35:25.052659358 +0200
+++ /var/tmp/diff_new_pack.cag7sc/_new  2020-04-23 18:35:25.052659358 +0200
@@ -1,8 +1,7 @@
 
   
 https://github.com/Maratyszcza/PeachPy.git
-0.2.0
-5fb95df0f380773b8c079e920bd46b24e3cf5e44
+0.2.0~pre
 git
   
   




commit python-PeachPy for openSUSE:Factory

2019-12-12 Thread root
Hello community,

here is the log from the commit of package python-PeachPy for openSUSE:Factory 
checked in at 2019-12-12 23:18:32

Comparing /work/SRC/openSUSE:Factory/python-PeachPy (Old)
 and  /work/SRC/openSUSE:Factory/.python-PeachPy.new.4691 (New)


Package is "python-PeachPy"

Thu Dec 12 23:18:32 2019 rev:2 rq:755905 version:0.2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-PeachPy/python-PeachPy.changes
2019-11-27 13:52:23.104417756 +0100
+++ /work/SRC/openSUSE:Factory/.python-PeachPy.new.4691/python-PeachPy.changes  
2019-12-12 23:18:52.762209626 +0100
@@ -1,0 +2,5 @@
+Wed Dec 11 13:54:19 UTC 2019 - Christian Goll 
+
+- removed i586 builds as the instructions are x86_64 specific 
+
+---



Other differences:
--
++ python-PeachPy.spec ++
--- /var/tmp/diff_new_pack.lE4HBB/_old  2019-12-12 23:18:54.202209497 +0100
+++ /var/tmp/diff_new_pack.lE4HBB/_new  2019-12-12 23:18:54.206209497 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-PeachPy
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,6 @@
 #
 
 
-
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-PeachPy
 Version:0.2.0
@@ -24,15 +23,16 @@
 Summary:Portable Efficient Assembly Codegen in Higher-level Python
 License:BSD-2-Clause
 Group:  Development/Languages/Python
-Url:https://github.com/Maratyszcza/PeachPy
+URL:https://github.com/Maratyszcza/PeachPy
 Source0:PeachPy-%{version}.tar.xz
 Patch1: automated-convertion-form-2to3.patch
 BuildRequires:  %{python_module opcodes}
-BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module rednose}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-enum34
 BuildRequires:  python-rpm-macros
+ExclusiveArch:  x86_64
 
 %python_subpackages