Hello community,

here is the log from the commit of package python-pytest-astropy for 
openSUSE:Factory checked in at 2019-12-21 12:29:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-astropy (Old)
 and      /work/SRC/openSUSE:Factory/.python-pytest-astropy.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytest-astropy"

Sat Dec 21 12:29:02 2019 rev:3 rq:758030 version:0.7.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-pytest-astropy/python-pytest-astropy.changes  
    2019-02-25 17:51:50.386737357 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-astropy.new.6675/python-pytest-astropy.changes
    2019-12-21 12:29:02.783296613 +0100
@@ -1,0 +2,7 @@
+Wed Dec 18 21:29:00 UTC 2019 - Benjamin Greiner <[email protected]>
+
+- Update to 0.7.0
+  * requires new pytest-astropy-header (Request 755857)
+  * Python 3 only
+
+-------------------------------------------------------------------

Old:
----
  pytest-astropy-0.5.0.tar.gz

New:
----
  _service
  pytest-astropy-0.7.0.tar.gz

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

Other differences:
------------------
++++++ python-pytest-astropy.spec ++++++
--- /var/tmp/diff_new_pack.Jw1Qla/_old  2019-12-21 12:29:03.227296825 +0100
+++ /var/tmp/diff_new_pack.Jw1Qla/_new  2019-12-21 12:29:03.227296825 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pytest-astropy
 #
-# 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,21 +16,24 @@
 #
 
 
+%define skip_python2 1
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-pytest-astropy
-Version:        0.5.0
+Version:        0.7.0
 Release:        0
 Summary:        Meta-package containing dependencies for testing
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
-Url:            https://github.com/astropy/pytest-astropy
+URL:            https://github.com/astropy/pytest-astropy
 Source:         
https://files.pythonhosted.org/packages/source/p/pytest-astropy/pytest-astropy-%{version}.tar.gz
 Source99:       python-pytest-astropy-rpmlintrc
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:       python-hypothesis
 Requires:       python-pytest >= 3.1.0
 Requires:       python-pytest-arraydiff >= 0.1
+Requires:       python-pytest-astropy-header >= 0.1
 Requires:       python-pytest-doctestplus >= 0.2.0
 Requires:       python-pytest-openfiles >= 0.3.1
 Requires:       python-pytest-remotedata >= 0.3.1

++++++ _service ++++++
<services>
  <service name="download_files" mode="disabled" />
</services>
++++++ pytest-astropy-0.5.0.tar.gz -> pytest-astropy-0.7.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-astropy-0.5.0/CHANGES.rst 
new/pytest-astropy-0.7.0/CHANGES.rst
--- old/pytest-astropy-0.5.0/CHANGES.rst        2018-11-26 15:45:57.000000000 
+0100
+++ new/pytest-astropy-0.7.0/CHANGES.rst        2019-12-11 01:04:31.000000000 
+0100
@@ -1,3 +1,13 @@
+0.7.0 (2019-12-10)
+==================
+
+- Added ``hypothesis` as a dependency. [#25]
+
+0.6.0 (2019-10-25)
+==================
+
+- Added ``pytest-astropy-header`` as a dependency.
+
 0.5.0 (2018-11-26)
 ==================
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-astropy-0.5.0/PKG-INFO 
new/pytest-astropy-0.7.0/PKG-INFO
--- old/pytest-astropy-0.5.0/PKG-INFO   2018-11-26 15:48:36.000000000 +0100
+++ new/pytest-astropy-0.7.0/PKG-INFO   2019-12-11 01:08:35.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: pytest-astropy
-Version: 0.5.0
+Version: 0.7.0
 Summary: Meta-package containing dependencies for testing
 Home-page: https://astropy.org
 Author: The Astropy Developers
@@ -14,7 +14,7 @@
         `astropy`_ and some `affiliated packages`_ for testing. It can also be 
used for
         testing packages that are not affiliated with the Astropy project.
         
-        .. _astropy: https://astropy.org/en/latest/
+        .. _astropy: https://docs.astropy.org/en/latest/
         .. _affiliated packages: https://astropy.org/affiliated
         
         Dependencies
@@ -23,6 +23,7 @@
         The following dependencies are installed by this package:
         
         * The `pytest`_ testing framework for Python
+        * `pytest-astropy-header`_, a ``pytest`` plugin used for custom test 
header
         * `pytest-remotedata`_, a ``pytest`` plugin used for controlling 
access to data
           files hosted online
         * `pytest-doctestplus`_, a ``pytest`` plugin that provides advanced 
features
@@ -31,12 +32,15 @@
           inadvertently left open at the end of unit tests
         * `pytest-arraydiff`_, a ``pytest`` plugin that enables the generation 
and
           comparison of data arrays produced during unit tests
+        * `hypothesis`_, a Python library for property based testing.
         
         .. _pytest: https://doc.pytest.org
+        .. _pytest-astropy-header: 
https://github.com/astropy/pytest-astropy-header
         .. _pytest-remotedata: https://github.com/astropy/pytest-remotedata
         .. _pytest-doctestplus: https://github.com/astropy/pytest-doctestplus
         .. _pytest-openfiles: https://github.com/astropy/pytest-openfiles
         .. _pytest-arraydiff: https://github.com/astrofrog/pytest-arraydiff
+        .. _hypothesis: https://hypothesis.readthedocs.io
         
         Installation
         ------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-astropy-0.5.0/README.rst 
new/pytest-astropy-0.7.0/README.rst
--- old/pytest-astropy-0.5.0/README.rst 2017-12-12 23:07:27.000000000 +0100
+++ new/pytest-astropy-0.7.0/README.rst 2019-12-11 00:45:47.000000000 +0100
@@ -6,7 +6,7 @@
 `astropy`_ and some `affiliated packages`_ for testing. It can also be used for
 testing packages that are not affiliated with the Astropy project.
 
-.. _astropy: https://astropy.org/en/latest/
+.. _astropy: https://docs.astropy.org/en/latest/
 .. _affiliated packages: https://astropy.org/affiliated
 
 Dependencies
@@ -15,6 +15,7 @@
 The following dependencies are installed by this package:
 
 * The `pytest`_ testing framework for Python
+* `pytest-astropy-header`_, a ``pytest`` plugin used for custom test header
 * `pytest-remotedata`_, a ``pytest`` plugin used for controlling access to data
   files hosted online
 * `pytest-doctestplus`_, a ``pytest`` plugin that provides advanced features
@@ -23,12 +24,15 @@
   inadvertently left open at the end of unit tests
 * `pytest-arraydiff`_, a ``pytest`` plugin that enables the generation and
   comparison of data arrays produced during unit tests
+* `hypothesis`_, a Python library for property based testing.
 
 .. _pytest: https://doc.pytest.org
+.. _pytest-astropy-header: https://github.com/astropy/pytest-astropy-header
 .. _pytest-remotedata: https://github.com/astropy/pytest-remotedata
 .. _pytest-doctestplus: https://github.com/astropy/pytest-doctestplus
 .. _pytest-openfiles: https://github.com/astropy/pytest-openfiles
 .. _pytest-arraydiff: https://github.com/astrofrog/pytest-arraydiff
+.. _hypothesis: https://hypothesis.readthedocs.io
 
 Installation
 ------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pytest-astropy-0.5.0/pytest_astropy.egg-info/PKG-INFO 
new/pytest-astropy-0.7.0/pytest_astropy.egg-info/PKG-INFO
--- old/pytest-astropy-0.5.0/pytest_astropy.egg-info/PKG-INFO   2018-11-26 
15:48:36.000000000 +0100
+++ new/pytest-astropy-0.7.0/pytest_astropy.egg-info/PKG-INFO   2019-12-11 
01:08:35.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: pytest-astropy
-Version: 0.5.0
+Version: 0.7.0
 Summary: Meta-package containing dependencies for testing
 Home-page: https://astropy.org
 Author: The Astropy Developers
@@ -14,7 +14,7 @@
         `astropy`_ and some `affiliated packages`_ for testing. It can also be 
used for
         testing packages that are not affiliated with the Astropy project.
         
-        .. _astropy: https://astropy.org/en/latest/
+        .. _astropy: https://docs.astropy.org/en/latest/
         .. _affiliated packages: https://astropy.org/affiliated
         
         Dependencies
@@ -23,6 +23,7 @@
         The following dependencies are installed by this package:
         
         * The `pytest`_ testing framework for Python
+        * `pytest-astropy-header`_, a ``pytest`` plugin used for custom test 
header
         * `pytest-remotedata`_, a ``pytest`` plugin used for controlling 
access to data
           files hosted online
         * `pytest-doctestplus`_, a ``pytest`` plugin that provides advanced 
features
@@ -31,12 +32,15 @@
           inadvertently left open at the end of unit tests
         * `pytest-arraydiff`_, a ``pytest`` plugin that enables the generation 
and
           comparison of data arrays produced during unit tests
+        * `hypothesis`_, a Python library for property based testing.
         
         .. _pytest: https://doc.pytest.org
+        .. _pytest-astropy-header: 
https://github.com/astropy/pytest-astropy-header
         .. _pytest-remotedata: https://github.com/astropy/pytest-remotedata
         .. _pytest-doctestplus: https://github.com/astropy/pytest-doctestplus
         .. _pytest-openfiles: https://github.com/astropy/pytest-openfiles
         .. _pytest-arraydiff: https://github.com/astrofrog/pytest-arraydiff
+        .. _hypothesis: https://hypothesis.readthedocs.io
         
         Installation
         ------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pytest-astropy-0.5.0/pytest_astropy.egg-info/requires.txt 
new/pytest-astropy-0.7.0/pytest_astropy.egg-info/requires.txt
--- old/pytest-astropy-0.5.0/pytest_astropy.egg-info/requires.txt       
2018-11-26 15:48:36.000000000 +0100
+++ new/pytest-astropy-0.7.0/pytest_astropy.egg-info/requires.txt       
2019-12-11 01:08:35.000000000 +0100
@@ -2,4 +2,6 @@
 pytest-doctestplus>=0.2.0
 pytest-remotedata>=0.3.1
 pytest-openfiles>=0.3.1
+pytest-astropy-header
 pytest-arraydiff>=0.1
+hypothesis
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-astropy-0.5.0/setup.py 
new/pytest-astropy-0.7.0/setup.py
--- old/pytest-astropy-0.5.0/setup.py   2018-11-26 15:43:38.000000000 +0100
+++ new/pytest-astropy-0.7.0/setup.py   2019-12-11 01:06:01.000000000 +0100
@@ -2,14 +2,7 @@
 # Licensed under a 3-clause BSD style license - see LICENSE.rst
 # -*- encoding: utf-8 -*-
 
-import io
-import re
-from glob import glob
-from os.path import basename
-from os.path import dirname
-from os.path import join
-from os.path import splitext
-from setuptools import setup, find_packages
+from setuptools import setup
 
 
 def readme():
@@ -19,7 +12,7 @@
 
 setup(
     name='pytest-astropy',
-    version='0.5.0',
+    version='0.7.0',
     license='BSD',
     description='Meta-package containing dependencies for testing',
     long_description=readme(),
@@ -53,8 +46,10 @@
         'pytest-doctestplus>=0.2.0',
         'pytest-remotedata>=0.3.1',
         'pytest-openfiles>=0.3.1',
+        'pytest-astropy-header',
         # Do not include as dependency until CI issues can be worked out
         #'pytest-mpl',
-        'pytest-arraydiff>=0.1'
+        'pytest-arraydiff>=0.1',
+        'hypothesis'
     ]
 )


Reply via email to