Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-testfixtures for 
openSUSE:Factory checked in at 2022-12-15 19:24:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-testfixtures (Old)
 and      /work/SRC/openSUSE:Factory/.python-testfixtures.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-testfixtures"

Thu Dec 15 19:24:02 2022 rev:24 rq:1042863 version:7.0.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-testfixtures/python-testfixtures.changes  
2022-11-15 13:20:54.740641820 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-testfixtures.new.1835/python-testfixtures.changes
        2022-12-15 19:24:03.947667343 +0100
@@ -1,0 +2,6 @@
+Tue Dec 13 17:36:55 UTC 2022 - Yogalakshmi Arunachalam <yarunacha...@suse.com>
+
+- Update to 7.0.4 
+  * Remove py.typed file: neither mypy nor testfixtures are ready for this 
file to be present.  
+
+-------------------------------------------------------------------

Old:
----
  testfixtures-7.0.3.tar.gz

New:
----
  testfixtures-7.0.4.tar.gz

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

Other differences:
------------------
++++++ python-testfixtures.spec ++++++
--- /var/tmp/diff_new_pack.SEVCam/_old  2022-12-15 19:24:04.627671212 +0100
+++ /var/tmp/diff_new_pack.SEVCam/_new  2022-12-15 19:24:04.631671235 +0100
@@ -18,7 +18,7 @@
 
 %define skip_python2 1
 Name:           python-testfixtures
-Version:        7.0.3
+Version:        7.0.4
 Release:        0
 Summary:        A collection of helpers and mock objects for unit tests and 
doc tests
 License:        MIT

++++++ testfixtures-7.0.3.tar.gz -> testfixtures-7.0.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/testfixtures-7.0.3/CHANGELOG.rst 
new/testfixtures-7.0.4/CHANGELOG.rst
--- old/testfixtures-7.0.3/CHANGELOG.rst        2022-11-03 11:37:48.000000000 
+0100
+++ new/testfixtures-7.0.4/CHANGELOG.rst        2022-12-05 09:55:35.000000000 
+0100
@@ -1,6 +1,12 @@
 Changes
 =======
 
+7.0.4 (5 Dec 2022)
+------------------
+
+- Remove `py.typed` file: neither `mypy` nor `testfixtures` are ready for
+  this file to be present.
+
 7.0.3 (3 Nov 2022)
 ------------------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/testfixtures-7.0.3/PKG-INFO 
new/testfixtures-7.0.4/PKG-INFO
--- old/testfixtures-7.0.3/PKG-INFO     2022-11-03 11:37:55.922026200 +0100
+++ new/testfixtures-7.0.4/PKG-INFO     2022-12-05 09:55:42.765604700 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: testfixtures
-Version: 7.0.3
+Version: 7.0.4
 Summary: A collection of helpers and mock objects for unit tests and doc tests.
 Home-page: https://github.com/Simplistix/testfixtures
 Author: Chris Withers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/testfixtures-7.0.3/testfixtures/version.txt 
new/testfixtures-7.0.4/testfixtures/version.txt
--- old/testfixtures-7.0.3/testfixtures/version.txt     2022-11-03 
11:37:48.000000000 +0100
+++ new/testfixtures-7.0.4/testfixtures/version.txt     2022-12-05 
09:55:35.000000000 +0100
@@ -1 +1 @@
-7.0.3
+7.0.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/testfixtures-7.0.3/testfixtures.egg-info/PKG-INFO 
new/testfixtures-7.0.4/testfixtures.egg-info/PKG-INFO
--- old/testfixtures-7.0.3/testfixtures.egg-info/PKG-INFO       2022-11-03 
11:37:55.000000000 +0100
+++ new/testfixtures-7.0.4/testfixtures.egg-info/PKG-INFO       2022-12-05 
09:55:42.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: testfixtures
-Version: 7.0.3
+Version: 7.0.4
 Summary: A collection of helpers and mock objects for unit tests and doc tests.
 Home-page: https://github.com/Simplistix/testfixtures
 Author: Chris Withers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/testfixtures-7.0.3/testfixtures.egg-info/SOURCES.txt 
new/testfixtures-7.0.4/testfixtures.egg-info/SOURCES.txt
--- old/testfixtures-7.0.3/testfixtures.egg-info/SOURCES.txt    2022-11-03 
11:37:55.000000000 +0100
+++ new/testfixtures-7.0.4/testfixtures.egg-info/SOURCES.txt    2022-12-05 
09:55:42.000000000 +0100
@@ -41,7 +41,6 @@
 testfixtures/mock.py
 testfixtures/outputcapture.py
 testfixtures/popen.py
-testfixtures/py.typed
 testfixtures/replace.py
 testfixtures/resolve.py
 testfixtures/rmtree.py

Reply via email to