Hello community,

here is the log from the commit of package python3-pytest-runner for 
openSUSE:Factory checked in at 2016-07-18 21:24:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-pytest-runner (Old)
 and      /work/SRC/openSUSE:Factory/.python3-pytest-runner.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-pytest-runner"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python3-pytest-runner/python3-pytest-runner.changes  
    2016-05-26 23:54:29.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-pytest-runner.new/python3-pytest-runner.changes
 2016-07-18 21:24:44.000000000 +0200
@@ -1,0 +2,7 @@
+Fri Jul 15 04:49:54 UTC 2016 - [email protected]
+
+- update to version 2.9:
+  * Added Trove Classifier indicating this package is part of the
+    pytest framework.
+
+-------------------------------------------------------------------

Old:
----
  pytest-runner-2.8.tar.gz

New:
----
  pytest-runner-2.9.tar.gz

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

Other differences:
------------------
++++++ python3-pytest-runner.spec ++++++
--- /var/tmp/diff_new_pack.cfalPF/_old  2016-07-18 21:24:45.000000000 +0200
+++ /var/tmp/diff_new_pack.cfalPF/_new  2016-07-18 21:24:45.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python3-pytest-runner
-Version:        2.8
+Version:        2.9
 Release:        0
 Summary:        Simple powerful testing with Python
 License:        MIT

++++++ pytest-runner-2.8.tar.gz -> pytest-runner-2.9.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-runner-2.8/.hgtags 
new/pytest-runner-2.9/.hgtags
--- old/pytest-runner-2.8/.hgtags       2016-05-25 22:55:31.000000000 +0200
+++ new/pytest-runner-2.9/.hgtags       2016-07-14 21:57:54.000000000 +0200
@@ -22,3 +22,4 @@
 daf0974a5e9348b8c8e20e9ee227702edc5b6e75 2.6.3
 a1fa887922d237f915ba51f9022f4da983ceb32e 2.7
 21cfa346c8960f29f1a364d97ecbb9d1a7f6a3c0 2.7.1
+955536a145d5db5e4a2c23bf52fd575fbc595196 2.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-runner-2.8/CHANGES.rst 
new/pytest-runner-2.9/CHANGES.rst
--- old/pytest-runner-2.8/CHANGES.rst   2016-05-25 22:55:31.000000000 +0200
+++ new/pytest-runner-2.9/CHANGES.rst   2016-07-14 21:57:54.000000000 +0200
@@ -1,3 +1,9 @@
+2.9
+~~~
+
+* Added Trove Classifier indicating this package is part
+  of the pytest framework.
+
 2.8
 ~~~
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-runner-2.8/PKG-INFO 
new/pytest-runner-2.9/PKG-INFO
--- old/pytest-runner-2.8/PKG-INFO      2016-05-25 22:57:22.000000000 +0200
+++ new/pytest-runner-2.9/PKG-INFO      2016-07-14 21:59:24.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pytest-runner
-Version: 2.8
+Version: 2.9
 Summary: Invoke py.test as distutils command with dependency resolution
 Home-page: https://github.com/pytest-dev/pytest-runner
 Author: Jason R. Coombs
@@ -113,3 +113,4 @@
 Classifier: Programming Language :: Python :: 2.6
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
+Classifier: Framework :: Pytest
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-runner-2.8/pytest_runner.egg-info/PKG-INFO 
new/pytest-runner-2.9/pytest_runner.egg-info/PKG-INFO
--- old/pytest-runner-2.8/pytest_runner.egg-info/PKG-INFO       2016-05-25 
22:57:22.000000000 +0200
+++ new/pytest-runner-2.9/pytest_runner.egg-info/PKG-INFO       2016-07-14 
21:59:24.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pytest-runner
-Version: 2.8
+Version: 2.9
 Summary: Invoke py.test as distutils command with dependency resolution
 Home-page: https://github.com/pytest-dev/pytest-runner
 Author: Jason R. Coombs
@@ -113,3 +113,4 @@
 Classifier: Programming Language :: Python :: 2.6
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
+Classifier: Framework :: Pytest
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-runner-2.8/setup.cfg 
new/pytest-runner-2.9/setup.cfg
--- old/pytest-runner-2.8/setup.cfg     2016-05-25 22:57:22.000000000 +0200
+++ new/pytest-runner-2.9/setup.cfg     2016-07-14 21:59:24.000000000 +0200
@@ -6,7 +6,7 @@
 universal = 1
 
 [egg_info]
+tag_svn_revision = 0
 tag_build = 
 tag_date = 0
-tag_svn_revision = 0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-runner-2.8/setup.py 
new/pytest-runner-2.9/setup.py
--- old/pytest-runner-2.8/setup.py      2016-05-25 22:55:31.000000000 +0200
+++ new/pytest-runner-2.9/setup.py      2016-07-14 21:57:54.000000000 +0200
@@ -47,6 +47,7 @@
                "Programming Language :: Python :: 2.6",
                "Programming Language :: Python :: 2.7",
                "Programming Language :: Python :: 3",
+               "Framework :: Pytest",
        ],
        entry_points = {
                'distutils.commands': [


Reply via email to