Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pytest-astropy-header for
openSUSE:Factory checked in at 2022-03-13 20:25:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-astropy-header (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-astropy-header.new.25692
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-astropy-header"
Sun Mar 13 20:25:18 2022 rev:7 rq:961430 version:0.2.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-astropy-header/python-pytest-astropy-header.changes
2021-12-29 21:11:29.422311855 +0100
+++
/work/SRC/openSUSE:Factory/.python-pytest-astropy-header.new.25692/python-pytest-astropy-header.changes
2022-03-13 20:25:41.475692336 +0100
@@ -1,0 +2,6 @@
+Sun Mar 13 08:25:07 UTC 2022 - Ben Greiner <[email protected]>
+
+- Update to v0.2.1
+ * Import astropy so astropy can use this package by @pllim in #43
+
+-------------------------------------------------------------------
Old:
----
pytest-astropy-header-0.2.0.tar.gz
New:
----
pytest-astropy-header-0.2.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-astropy-header.spec ++++++
--- /var/tmp/diff_new_pack.R5mXba/_old 2022-03-13 20:25:42.039692999 +0100
+++ /var/tmp/diff_new_pack.R5mXba/_new 2022-03-13 20:25:42.039692999 +0100
@@ -1,7 +1,7 @@
#
# spec file
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -27,9 +27,8 @@
%define modname pytest-astropy-header
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
-%define skip_python36 1
Name: python-%{modname}%{psuffix}
-Version: 0.2.0
+Version: 0.2.1
Release: 0
Summary: Pytest plugin to add diagnostic information to the header of
the test output
License: BSD-3-Clause
++++++ pytest-astropy-header-0.2.0.tar.gz -> pytest-astropy-header-0.2.1.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pytest-astropy-header-0.2.0/CHANGES.rst
new/pytest-astropy-header-0.2.1/CHANGES.rst
--- old/pytest-astropy-header-0.2.0/CHANGES.rst 2021-12-27 18:22:00.000000000
+0100
+++ new/pytest-astropy-header-0.2.1/CHANGES.rst 2022-03-10 02:36:38.000000000
+0100
@@ -1,3 +1,8 @@
+0.2.1 (2022-03-09)
+==================
+
+- Fixed compatibility with ``astropy``. [#43]
+
0.2.0 (2021-12-27)
==================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pytest-astropy-header-0.2.0/PKG-INFO
new/pytest-astropy-header-0.2.1/PKG-INFO
--- old/pytest-astropy-header-0.2.0/PKG-INFO 2021-12-27 18:22:16.337073300
+0100
+++ new/pytest-astropy-header-0.2.1/PKG-INFO 2022-03-10 02:36:59.877133000
+0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: pytest-astropy-header
-Version: 0.2.0
+Version: 0.2.1
Summary: pytest plugin to add diagnostic information to the header of the test
output
Home-page: https://github.com/astropy/pytest-astropy-header
Author: The Astropy Developers
@@ -25,8 +25,13 @@
pytest-astropy-header
=====================
+.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.5806492.svg
+ :target: https://doi.org/10.5281/zenodo.5806492
+ :alt: 10.5281/zenodo.5806492
+
.. image:: https://img.shields.io/pypi/v/pytest-astropy-header.svg
:target: https://pypi.python.org/pypi/pytest-astropy-header
+ :alt: PyPI
.. image::
https://github.com/astropy/pytest-astropy-header/workflows/CI/badge.svg
:target: https://github.com/astropy/pytest-astropy-header/actions
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pytest-astropy-header-0.2.0/README.rst
new/pytest-astropy-header-0.2.1/README.rst
--- old/pytest-astropy-header-0.2.0/README.rst 2021-12-27 18:22:00.000000000
+0100
+++ new/pytest-astropy-header-0.2.1/README.rst 2022-03-10 02:36:38.000000000
+0100
@@ -2,8 +2,13 @@
pytest-astropy-header
=====================
+.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.5806492.svg
+ :target: https://doi.org/10.5281/zenodo.5806492
+ :alt: 10.5281/zenodo.5806492
+
.. image:: https://img.shields.io/pypi/v/pytest-astropy-header.svg
:target: https://pypi.python.org/pypi/pytest-astropy-header
+ :alt: PyPI
.. image::
https://github.com/astropy/pytest-astropy-header/workflows/CI/badge.svg
:target: https://github.com/astropy/pytest-astropy-header/actions
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/pytest-astropy-header-0.2.0/pytest_astropy_header/display.py
new/pytest-astropy-header-0.2.1/pytest_astropy_header/display.py
--- old/pytest-astropy-header-0.2.0/pytest_astropy_header/display.py
2021-12-27 18:22:00.000000000 +0100
+++ new/pytest-astropy-header-0.2.1/pytest_astropy_header/display.py
2022-03-10 02:36:38.000000000 +0100
@@ -20,6 +20,13 @@
('h5py', 'h5py'),
('Pandas', 'pandas')])
+# This import is needed so astropy can use pytest-astropy-header.
+# See https://github.com/astropy/pytest-astropy-header/issues/41
+try:
+ import astropy # noqa: F401
+except ImportError:
+ pass
+
def pytest_addoption(parser):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/pytest-astropy-header-0.2.0/pytest_astropy_header/version.py
new/pytest-astropy-header-0.2.1/pytest_astropy_header/version.py
--- old/pytest-astropy-header-0.2.0/pytest_astropy_header/version.py
2021-12-27 18:22:16.000000000 +0100
+++ new/pytest-astropy-header-0.2.1/pytest_astropy_header/version.py
2022-03-10 02:36:59.000000000 +0100
@@ -1,5 +1,5 @@
# coding: utf-8
# file generated by setuptools_scm
# don't change, don't track in version control
-version = '0.2.0'
-version_tuple = (0, 2, 0)
+version = '0.2.1'
+version_tuple = (0, 2, 1)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/pytest-astropy-header-0.2.0/pytest_astropy_header.egg-info/PKG-INFO
new/pytest-astropy-header-0.2.1/pytest_astropy_header.egg-info/PKG-INFO
--- old/pytest-astropy-header-0.2.0/pytest_astropy_header.egg-info/PKG-INFO
2021-12-27 18:22:16.000000000 +0100
+++ new/pytest-astropy-header-0.2.1/pytest_astropy_header.egg-info/PKG-INFO
2022-03-10 02:36:59.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: pytest-astropy-header
-Version: 0.2.0
+Version: 0.2.1
Summary: pytest plugin to add diagnostic information to the header of the test
output
Home-page: https://github.com/astropy/pytest-astropy-header
Author: The Astropy Developers
@@ -25,8 +25,13 @@
pytest-astropy-header
=====================
+.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.5806492.svg
+ :target: https://doi.org/10.5281/zenodo.5806492
+ :alt: 10.5281/zenodo.5806492
+
.. image:: https://img.shields.io/pypi/v/pytest-astropy-header.svg
:target: https://pypi.python.org/pypi/pytest-astropy-header
+ :alt: PyPI
.. image::
https://github.com/astropy/pytest-astropy-header/workflows/CI/badge.svg
:target: https://github.com/astropy/pytest-astropy-header/actions
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/pytest-astropy-header-0.2.0/pytest_astropy_header.egg-info/entry_points.txt
new/pytest-astropy-header-0.2.1/pytest_astropy_header.egg-info/entry_points.txt
---
old/pytest-astropy-header-0.2.0/pytest_astropy_header.egg-info/entry_points.txt
2021-12-27 18:22:16.000000000 +0100
+++
new/pytest-astropy-header-0.2.1/pytest_astropy_header.egg-info/entry_points.txt
2022-03-10 02:36:59.000000000 +0100
@@ -1,3 +1,2 @@
[pytest11]
pytest_astropy_header = pytest_astropy_header.display
-