Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-yappi for openSUSE:Factory 
checked in at 2022-09-19 16:04:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-yappi (Old)
 and      /work/SRC/openSUSE:Factory/.python-yappi.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-yappi"

Mon Sep 19 16:04:07 2022 rev:13 rq:1004649 version:1.3.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-yappi/python-yappi.changes        
2022-06-04 23:27:26.440780363 +0200
+++ /work/SRC/openSUSE:Factory/.python-yappi.new.2083/python-yappi.changes      
2022-09-19 16:04:19.614309065 +0200
@@ -1,0 +2,6 @@
+Fri Sep 16 23:34:18 UTC 2022 - Yogalakshmi Arunachalam <yarunacha...@suse.com>
+
+- update to 1.3.6: 
+  * cibuildwheel integration
+
+-------------------------------------------------------------------

Old:
----
  yappi-1.3.5.tar.gz

New:
----
  yappi-1.3.6.tar.gz

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

Other differences:
------------------
++++++ python-yappi.spec ++++++
--- /var/tmp/diff_new_pack.5zrDDq/_old  2022-09-19 16:04:20.146310486 +0200
+++ /var/tmp/diff_new_pack.5zrDDq/_new  2022-09-19 16:04:20.150310496 +0200
@@ -20,7 +20,7 @@
 %define skip_python2 1
 %define skip_python36 1
 Name:           python-yappi
-Version:        1.3.5
+Version:        1.3.6
 Release:        0
 Summary:        Yet Another Python Profiler
 License:        MIT

++++++ yappi-1.3.5.tar.gz -> yappi-1.3.6.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yappi-1.3.5/PKG-INFO new/yappi-1.3.6/PKG-INFO
--- old/yappi-1.3.5/PKG-INFO    2022-05-20 11:47:08.236228000 +0200
+++ new/yappi-1.3.6/PKG-INFO    2022-08-03 10:01:12.526561700 +0200
@@ -1,13 +1,12 @@
 Metadata-Version: 2.1
 Name: yappi
-Version: 1.3.5
+Version: 1.3.6
 Summary: Yet Another Python Profiler
 Home-page: https://github.com/sumerc/yappi
 Author: Sumer Cip
 Author-email: sum...@gmail.com
 License: MIT
 Keywords: python thread multithread profiler
-Platform: UNKNOWN
 Classifier: Development Status :: 5 - Production/Stable
 Classifier: Environment :: Console
 Classifier: Intended Audience :: Developers
@@ -317,5 +316,3 @@
 
 Yappi is the default profiler in `PyCharm`. If you have Yappi installed, 
`PyCharm` will use it. See [the 
official](https://www.jetbrains.com/help/pycharm/profiler.html) documentation 
for more details.
 
-
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yappi-1.3.5/pyproject.toml 
new/yappi-1.3.6/pyproject.toml
--- old/yappi-1.3.5/pyproject.toml      1970-01-01 01:00:00.000000000 +0100
+++ new/yappi-1.3.6/pyproject.toml      2022-08-03 10:00:51.000000000 +0200
@@ -0,0 +1,7 @@
+
+[build-system]
+requires = ["setuptools>=44"]
+build-backend = "setuptools.build_meta"
+
+[tool.cibuildwheel]
+skip = "pp*"  # Disable building PyPy wheels on all platforms
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yappi-1.3.5/setup.py new/yappi-1.3.6/setup.py
--- old/yappi-1.3.5/setup.py    2022-05-20 11:27:27.000000000 +0200
+++ new/yappi-1.3.6/setup.py    2022-08-03 10:00:51.000000000 +0200
@@ -12,7 +12,7 @@
 
 HOMEPAGE = "https://github.com/sumerc/yappi";
 NAME = "yappi"
-VERSION = "1.3.5"
+VERSION = "1.3.6"
 _DEBUG = False  # compile/link code for debugging
 _PROFILE = False  # profile yappi itself
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yappi-1.3.5/yappi/yappi.egg-info/PKG-INFO 
new/yappi-1.3.6/yappi/yappi.egg-info/PKG-INFO
--- old/yappi-1.3.5/yappi/yappi.egg-info/PKG-INFO       2022-05-20 
11:47:08.000000000 +0200
+++ new/yappi-1.3.6/yappi/yappi.egg-info/PKG-INFO       2022-08-03 
10:01:12.000000000 +0200
@@ -1,13 +1,12 @@
 Metadata-Version: 2.1
 Name: yappi
-Version: 1.3.5
+Version: 1.3.6
 Summary: Yet Another Python Profiler
 Home-page: https://github.com/sumerc/yappi
 Author: Sumer Cip
 Author-email: sum...@gmail.com
 License: MIT
 Keywords: python thread multithread profiler
-Platform: UNKNOWN
 Classifier: Development Status :: 5 - Production/Stable
 Classifier: Environment :: Console
 Classifier: Intended Audience :: Developers
@@ -317,5 +316,3 @@
 
 Yappi is the default profiler in `PyCharm`. If you have Yappi installed, 
`PyCharm` will use it. See [the 
official](https://www.jetbrains.com/help/pycharm/profiler.html) documentation 
for more details.
 
-
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yappi-1.3.5/yappi/yappi.egg-info/SOURCES.txt 
new/yappi-1.3.6/yappi/yappi.egg-info/SOURCES.txt
--- old/yappi-1.3.5/yappi/yappi.egg-info/SOURCES.txt    2022-05-20 
11:47:08.000000000 +0200
+++ new/yappi-1.3.6/yappi/yappi.egg-info/SOURCES.txt    2022-08-03 
10:01:12.000000000 +0200
@@ -2,6 +2,7 @@
 MANIFEST.in
 README.md
 THANKS.md
+pyproject.toml
 run_tests.py
 setup.py
 tests/__init__.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yappi-1.3.5/yappi/yappi.egg-info/entry_points.txt 
new/yappi-1.3.6/yappi/yappi.egg-info/entry_points.txt
--- old/yappi-1.3.5/yappi/yappi.egg-info/entry_points.txt       2022-05-20 
11:47:08.000000000 +0200
+++ new/yappi-1.3.6/yappi/yappi.egg-info/entry_points.txt       2022-08-03 
10:01:12.000000000 +0200
@@ -1,3 +1,2 @@
 [console_scripts]
 yappi = yappi:main
-

Reply via email to