commit python-astropy-helpers for openSUSE:Factory

2020-02-03 Thread root
Hello community,

here is the log from the commit of package python-astropy-helpers for 
openSUSE:Factory checked in at 2020-02-03 11:12:38

Comparing /work/SRC/openSUSE:Factory/python-astropy-helpers (Old)
 and  /work/SRC/openSUSE:Factory/.python-astropy-helpers.new.26092 (New)


Package is "python-astropy-helpers"

Mon Feb  3 11:12:38 2020 rev:7 rq:768775 version:4.0.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-astropy-helpers/python-astropy-helpers.changes
2019-11-21 12:59:22.542514782 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-astropy-helpers.new.26092/python-astropy-helpers.changes
 2020-02-03 11:12:51.705831087 +0100
@@ -1,0 +2,11 @@
+Thu Jan 30 14:38:16 UTC 2020 - Todd R 
+
+- Update to 4.0.1
+  * Fix pip installation.
+- Update to 4.0
+  * Changed minimum required Python version to 3.6.
+  * Changed minimum required Sphinx version to 1.7.
+  * Added a --parallel option for build_docs.
+  * Fix compatibility with setuptools 42.x.
+
+---

Old:

  astropy-helpers-3.2.2.tar.gz

New:

  astropy-helpers-4.0.1.tar.gz



Other differences:
--
++ python-astropy-helpers.spec ++
--- /var/tmp/diff_new_pack.p3Mddn/_old  2020-02-03 11:12:53.257831871 +0100
+++ /var/tmp/diff_new_pack.p3Mddn/_new  2020-02-03 11:12:53.261831873 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-astropy-helpers
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-astropy-helpers
-Version:3.2.2
+Version:4.0.1
 Release:0
 Summary:Utilities for building and installing Astropy
 License:BSD-3-Clause
@@ -27,13 +27,13 @@
 Source: 
https://files.pythonhosted.org/packages/source/a/astropy-helpers/astropy-helpers-%{version}.tar.gz
 Source100:  python-astropy-helpers-rpmlintrc
 BuildRequires:  %{python_module Cython}
-BuildRequires:  %{python_module Sphinx}
+BuildRequires:  %{python_module Sphinx >= 1.7}
 BuildRequires:  %{python_module numpydoc}
 BuildRequires:  %{python_module numpy}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:   python-Sphinx
+Requires:   python-Sphinx >= 1.7
 Requires:   python-numpy
 Requires:   python-numpydoc
 BuildArch:  noarch

++ astropy-helpers-3.2.2.tar.gz -> astropy-helpers-4.0.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/astropy-helpers-3.2.2/CHANGES.rst 
new/astropy-helpers-4.0.1/CHANGES.rst
--- old/astropy-helpers-3.2.2/CHANGES.rst   2019-10-27 01:50:58.0 
+0200
+++ new/astropy-helpers-4.0.1/CHANGES.rst   2019-12-16 21:25:43.0 
+0100
@@ -1,6 +1,23 @@
 astropy-helpers Changelog
 *
 
+4.0.1 (2019-12-16)
+--
+
+- Fix pip installation. [#506]
+
+
+4.0 (2019-12-13)
+
+
+- Changed minimum required Python version to 3.6. [#498]
+
+- Changed minimum required Sphinx version to 1.7. [#498]
+
+- Added a --parallel option for build_docs. [#498]
+
+- Fix compatibility with setuptools 42.x. [#504]
+
 
 3.2.2 (2019-10-25)
 --
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/astropy-helpers-3.2.2/MANIFEST.in 
new/astropy-helpers-4.0.1/MANIFEST.in
--- old/astropy-helpers-3.2.2/MANIFEST.in   2018-05-17 01:45:56.0 
+0200
+++ new/astropy-helpers-4.0.1/MANIFEST.in   2019-12-13 22:21:53.0 
+0100
@@ -1,6 +1,7 @@
 include README.rst
 include CHANGES.rst
 include LICENSE.rst
+include pyproject.toml
 recursive-include licenses *
 
 include ah_bootstrap.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/astropy-helpers-3.2.2/PKG-INFO 
new/astropy-helpers-4.0.1/PKG-INFO
--- old/astropy-helpers-3.2.2/PKG-INFO  2019-10-27 02:43:39.0 +0200
+++ new/astropy-helpers-4.0.1/PKG-INFO  2019-12-16 21:26:10.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: astropy-helpers
-Version: 3.2.2
+Version: 4.0.1
 Summary: Utilities for building and installing packages in the Astropy 
ecosystem
 Home-page: https://github.com/astropy/astropy-helpers
 Author: The Astropy Developers
@@ -26,9 +26,10 @@
 
 Astropy-helpers is not a traditional package in the sense that it is 
not
 intended to be installed directly by users or developers. 

commit python-astropy-helpers for openSUSE:Factory

2019-11-21 Thread root
Hello community,

here is the log from the commit of package python-astropy-helpers for 
openSUSE:Factory checked in at 2019-11-21 12:59:20

Comparing /work/SRC/openSUSE:Factory/python-astropy-helpers (Old)
 and  /work/SRC/openSUSE:Factory/.python-astropy-helpers.new.26869 (New)


Package is "python-astropy-helpers"

Thu Nov 21 12:59:20 2019 rev:6 rq:750001 version:3.2.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-astropy-helpers/python-astropy-helpers.changes
2019-07-26 17:33:36.796104120 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-astropy-helpers.new.26869/python-astropy-helpers.changes
 2019-11-21 12:59:22.542514782 +0100
@@ -1,0 +2,6 @@
+Wed Nov 20 20:13:33 UTC 2019 - Todd R 
+
+- Update to 3.2.2
+  * Correctly handle main package directory inside namespace package.
+
+---

Old:

  astropy-helpers-3.2.1.tar.gz

New:

  astropy-helpers-3.2.2.tar.gz



Other differences:
--
++ python-astropy-helpers.spec ++
--- /var/tmp/diff_new_pack.u9kMFA/_old  2019-11-21 12:59:23.022514633 +0100
+++ /var/tmp/diff_new_pack.u9kMFA/_new  2019-11-21 12:59:23.030514631 +0100
@@ -19,17 +19,15 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-astropy-helpers
-Version:3.2.1
+Version:3.2.2
 Release:0
 Summary:Utilities for building and installing Astropy
 License:BSD-3-Clause
-Group:  Development/Languages/Python
 URL:https://github.com/astropy/astropy-helpers
 Source: 
https://files.pythonhosted.org/packages/source/a/astropy-helpers/astropy-helpers-%{version}.tar.gz
 Source100:  python-astropy-helpers-rpmlintrc
 BuildRequires:  %{python_module Cython}
 BuildRequires:  %{python_module Sphinx}
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module numpydoc}
 BuildRequires:  %{python_module numpy}
 BuildRequires:  %{python_module setuptools}

++ astropy-helpers-3.2.1.tar.gz -> astropy-helpers-3.2.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/astropy-helpers-3.2.1/CHANGES.rst 
new/astropy-helpers-3.2.2/CHANGES.rst
--- old/astropy-helpers-3.2.1/CHANGES.rst   2019-06-13 18:42:52.0 
+0200
+++ new/astropy-helpers-3.2.2/CHANGES.rst   2019-10-27 01:50:58.0 
+0200
@@ -2,6 +2,12 @@
 *
 
 
+3.2.2 (2019-10-25)
+--
+
+- Correctly handle main package directory inside namespace package. [#486]
+
+
 3.2.1 (2019-06-13)
 --
 
@@ -110,6 +116,15 @@
   with twine and get registered automatically. [#332]
 
 
+2.0.11 (2019-10-25)
+---
+
+- Fixed deprecation warning in sphinx theme. [#493]
+
+- Fixed an issue that caused pytest to crash if it tried to collect
+  tests. [#488]
+
+
 2.0.10 (2019-05-29)
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/astropy-helpers-3.2.1/PKG-INFO 
new/astropy-helpers-3.2.2/PKG-INFO
--- old/astropy-helpers-3.2.1/PKG-INFO  2019-06-13 18:48:57.0 +0200
+++ new/astropy-helpers-3.2.2/PKG-INFO  2019-10-27 02:43:39.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: astropy-helpers
-Version: 3.2.1
+Version: 3.2.2
 Summary: Utilities for building and installing packages in the Astropy 
ecosystem
 Home-page: https://github.com/astropy/astropy-helpers
 Author: The Astropy Developers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/astropy-helpers-3.2.1/ah_bootstrap.py 
new/astropy-helpers-3.2.2/ah_bootstrap.py
--- old/astropy-helpers-3.2.1/ah_bootstrap.py   2019-06-11 04:55:39.0 
+0200
+++ new/astropy-helpers-3.2.2/ah_bootstrap.py   2019-10-27 01:50:58.0 
+0200
@@ -79,6 +79,13 @@
 
 # Start off by parsing the setup.cfg file
 
+_err_help_msg = """
+If the problem persists consider installing astropy_helpers manually using pip
+(`pip install astropy_helpers`) or by manually downloading the source archive,
+extracting it, and installing by running `python setup.py install` from the
+root of the extracted source code.
+"""
+
 SETUP_CFG = ConfigParser()
 
 if os.path.exists('setup.cfg'):
@@ -921,14 +928,6 @@
 sys.stderr = old_stderr
 
 
-_err_help_msg = """
-If the problem persists consider installing astropy_helpers manually using pip
-(`pip install astropy_helpers`) or by manually downloading the source archive,
-extracting it, and installing by running `python setup.py install` from the
-root of the extracted source code.
-"""
-
-
 class _AHBootstrapSystemExit(SystemExit):
 def __init__(self, *args):
 if not 

commit python-astropy-helpers for openSUSE:Factory

2019-07-26 Thread root
Hello community,

here is the log from the commit of package python-astropy-helpers for 
openSUSE:Factory checked in at 2019-07-26 17:33:33

Comparing /work/SRC/openSUSE:Factory/python-astropy-helpers (Old)
 and  /work/SRC/openSUSE:Factory/.python-astropy-helpers.new.4126 (New)


Package is "python-astropy-helpers"

Fri Jul 26 17:33:33 2019 rev:5 rq:717715 version:3.2.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-astropy-helpers/python-astropy-helpers.changes
2019-04-02 09:20:44.960624117 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-astropy-helpers.new.4126/python-astropy-helpers.changes
  2019-07-26 17:33:36.796104120 +0200
@@ -1,0 +2,34 @@
+Tue Jul 23 01:25:57 UTC 2019 - Todd R 
+
+- Update to 3.2.1
+  * Reverting issuing deprecation warning for the ``build_sphinx`` command.
+  * Make sure that all data files get included in tar file releases.
+- Update to 3.2
+  * Make sure that ``[options.package_data]`` in setup.cfg is taken into 
account
+when collecting package data.
+  * Simplified the code for the custom build_ext command.
+  * Avoid importing the astropy package when trying to get the test command
+when testing astropy itself.
+  * Avoid importing whole package when trying to get version information. Note
+that this has also introduced a small API change - ``cython_version`` and
+``compiler`` can no longer be imported from the ``package.version`` module
+generated by astropy-helpers. Instead, you can import these from
+``package.cython_version`` and ``package.compiler_version`` respectively.
+  * Make it possible to call ``generate_version_py`` and ``register_commands``
+without any arguments, which causes information to be read in from the
+``setup.cfg`` file.
+  * Simplified setup.py and moved most of the configuration to setup.cfg.
+  * Add a new ``astropy_helpers.setup_helpers.setup`` function that does all
+the default boilerplate in typical ``setup.py`` files that use
+astropy-helpers.
+  * Remove ``deprecated``, ``deprecated_attribute``, and ``minversion`` from
+``astropy_helpers.utils``.
+  * Updated minimum required version of setuptools to 30.3.0.
+  * Remove functionality to adjust compilers if a broken compiler is detected.
+This is not useful anymore as only a single compiler was previously patched
+(now unlikely to be used) and this was only to fix a compilation issue in 
the
+core astropy package.
+  * ``sphinx-astropy`` is now a required dependency to build the docs, the
+machinery to install it as eggs have been removed. 
+
+---

Old:

  astropy-helpers-3.1.1.tar.gz

New:

  astropy-helpers-3.2.1.tar.gz



Other differences:
--
++ python-astropy-helpers.spec ++
--- /var/tmp/diff_new_pack.UDkL4S/_old  2019-07-26 17:33:37.656103781 +0200
+++ /var/tmp/diff_new_pack.UDkL4S/_new  2019-07-26 17:33:37.660103779 +0200
@@ -18,9 +18,8 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
-%bcond_without tests
 Name:   python-astropy-helpers
-Version:3.1.1
+Version:3.2.1
 Release:0
 Summary:Utilities for building and installing Astropy
 License:BSD-3-Clause

++ astropy-helpers-3.1.1.tar.gz -> astropy-helpers-3.2.1.tar.gz ++
 2254 lines of diff (skipped)




commit python-astropy-helpers for openSUSE:Factory

2019-04-02 Thread root
Hello community,

here is the log from the commit of package python-astropy-helpers for 
openSUSE:Factory checked in at 2019-04-02 09:20:43

Comparing /work/SRC/openSUSE:Factory/python-astropy-helpers (Old)
 and  /work/SRC/openSUSE:Factory/.python-astropy-helpers.new.25356 (New)


Package is "python-astropy-helpers"

Tue Apr  2 09:20:43 2019 rev:4 rq:687597 version:3.1.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-astropy-helpers/python-astropy-helpers.changes
2018-12-24 11:47:52.893108038 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-astropy-helpers.new.25356/python-astropy-helpers.changes
 2019-04-02 09:20:44.960624117 +0200
@@ -1,0 +2,8 @@
+Wed Mar 20 17:22:37 CET 2019 - Matej Cepl 
+
+- Update to 3.1.1:
+  - Moved documentation from README to Sphinx.
+  - Fixed broken OpenMP detection when building with
+``-coverage``.
+
+---

Old:

  astropy-helpers-3.1.tar.gz

New:

  astropy-helpers-3.1.1.tar.gz



Other differences:
--
++ python-astropy-helpers.spec ++
--- /var/tmp/diff_new_pack.n6RxH6/_old  2019-04-02 09:20:45.716624826 +0200
+++ /var/tmp/diff_new_pack.n6RxH6/_new  2019-04-02 09:20:45.716624826 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-astropy-helpers
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,21 +12,20 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%bcond_without tests
-
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
+%bcond_without tests
 Name:   python-astropy-helpers
-Version:3.1
+Version:3.1.1
 Release:0
 Summary:Utilities for building and installing Astropy
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Url:https://github.com/astropy/astropy-helpers
+URL:https://github.com/astropy/astropy-helpers
 Source: 
https://files.pythonhosted.org/packages/source/a/astropy-helpers/astropy-helpers-%{version}.tar.gz
 Source100:  python-astropy-helpers-rpmlintrc
 BuildRequires:  %{python_module Cython}
@@ -72,8 +71,8 @@
 }
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc README.rst LICENSE.rst CHANGES.rst
+%license LICENSE.rst
+%doc README.rst CHANGES.rst
 %{python_sitelib}/*
 
 %changelog

++ astropy-helpers-3.1.tar.gz -> astropy-helpers-3.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/astropy-helpers-3.1/CHANGES.rst 
new/astropy-helpers-3.1.1/CHANGES.rst
--- old/astropy-helpers-3.1/CHANGES.rst 2018-12-05 03:17:31.0 +0100
+++ new/astropy-helpers-3.1.1/CHANGES.rst   2019-02-23 07:39:10.0 
+0100
@@ -1,6 +1,15 @@
 astropy-helpers Changelog
 *
 
+
+3.1.1 (2019-02-22)
+--
+
+- Moved documentation from README to Sphinx. [#444]
+
+- Fixed broken OpenMP detection when building with ``-coverage``. [#434]
+
+
 3.1 (2018-12-04)
 
 
@@ -52,6 +61,17 @@
   with twine and get registered automatically. [#332]
 
 
+2.0.9 (2019-02-22)
+--
+
+- Updated bundled version of sphinx-automodapi to v0.10. [#439]
+
+- Updated bundled sphinx extensions version to sphinx-astropy v1.1.1. [#454]
+
+- Include package name in error message for Python version in
+  ``ah_bootstrap.py``. [#441]
+
+
 2.0.8 (2018-12-04)
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/astropy-helpers-3.1/PKG-INFO 
new/astropy-helpers-3.1.1/PKG-INFO
--- old/astropy-helpers-3.1/PKG-INFO2018-12-05 03:20:31.0 +0100
+++ new/astropy-helpers-3.1.1/PKG-INFO  2019-02-23 07:39:23.0 +0100
@@ -1,6 +1,6 @@
-Metadata-Version: 1.2
+Metadata-Version: 2.1
 Name: astropy-helpers
-Version: 3.1
+Version: 3.1.1
 Summary: Utilities for building and installing Astropy, Astropy affiliated 
packages, and their respective documentation.
 Home-page:  https://github.com/astropy/astropy-helpers
 Author: The Astropy Developers
@@ -18,342 +18,20 @@
 .. image:: 
https://codecov.io/gh/astropy/astropy-helpers/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/astropy/astropy-helpers
 
-**Warning:** Please note that version ``v3.0`` and later of 

commit python-astropy-helpers for openSUSE:Factory

2018-12-24 Thread root
Hello community,

here is the log from the commit of package python-astropy-helpers for 
openSUSE:Factory checked in at 2018-12-24 11:47:51

Comparing /work/SRC/openSUSE:Factory/python-astropy-helpers (Old)
 and  /work/SRC/openSUSE:Factory/.python-astropy-helpers.new.28833 (New)


Package is "python-astropy-helpers"

Mon Dec 24 11:47:51 2018 rev:3 rq:660743 version:3.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-astropy-helpers/python-astropy-helpers.changes
2018-01-13 21:47:01.779802967 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-astropy-helpers.new.28833/python-astropy-helpers.changes
 2018-12-24 11:47:52.893108038 +0100
@@ -1,0 +2,56 @@
+Sat Dec 22 05:51:52 UTC 2018 - Todd R 
+
+- Update to 3.1
+  * Added extensive documentation about astropy-helpers to the README.rst 
file. [#416]
+  * Fixed the compatibility of the build_docs command with Sphinx 1.8 and 
above. [#413]
+  * Removing deprecated test_helpers.py file. [#369]
+  * Removing ez_setup.py file and requiring setuptools 1.0 or later. [#384]
+  * Remove all sphinx components from ``astropy-helpers``. These are now 
replaced
+by the ``sphinx-astropy`` package in conjunction with the 
``astropy-theme-sphinx``,
+``sphinx-automodapi``, and ``numpydoc`` packages. [#368]
+  * openmp_helpers.py: Make add_openmp_flags_if_available() work for clang.
+The necessary include, library, and runtime paths now get added to the C 
test code
+used to determine if openmp works.
+Autogenerator utility added ``openmp_enabled.is_openmp_enabled()``
+which can be called post build to determine state of OpenMP support.
+[#382]
+  * Add version_info tuple to autogenerated version.py. Allows for simple
+version checking, i.e. version_info > (2,0,1). [#385]
+- Update to 3.0.2
+  * Nothing changed.
+- Update to 3.0.1
+  * Nothing changed.
+- Update to 3.0
+  * Removing Python 2 support, including 2to3. Packages wishing to keep Python
+2 support should NOT update to this version. [#340]
+  * Removing deprecated _test_compat making astropy a hard dependency for
+packages wishing to use the astropy tests machinery. [#314]
+  * Removing unused 'register' command since packages should be uploaded
+with twine and get registered automatically. [#332]
+- Update to 2.0.8
+  * Fixed compatibility with Sphinx 1.8+. [#428]
+  * Fixed error that occurs when installing a package in an environment where
+``numpy`` is not already installed. [#404]
+  * Updated bundled version of sphinx-automodapi to v0.9. [#422]
+  * Updated bundled version of numpydoc to v0.8.0. [#423]
+- Update to 2.0.7
+  * Removing ez_setup.py file and requiring setuptools 1.0 or later. [#384]
+- Update to 2.0.6
+  * Avoid deprecation warning due to ``exclude=`` keyword in ``setup.py``. 
[#379]
+- Update to 2.0.5
+  * Fix segmentation faults that occurred when the astropy-helpers submodule
+was first initialized in packages that also contained Cython code. [#375]
+- Update to 2.0.4
+  * Support dotted package names as namespace packages in generate_version_py.
+[#370]
+  * Fix compatibility with setuptools 36.x and above. [#372]
+  * Fix false negative in add_openmp_flags_if_available when measuring code
+coverage with gcc. [#374]
+- Update to 2.0.3
+  * Make sure that astropy-helpers 3.x.x is not downloaded on Python 2. [#362, 
#363]
+  * The bundled version of sphinx-automodapi has been updated to v0.7. [#365]
+  * Add --auto-use and --no-auto-use command-line flags to match the
+``auto_use`` configuration option, and add an alias
+``--use-system-astropy-helpers`` for ``--no-auto-use``. [#366]
+
+---

Old:

  astropy-helpers-2.0.2.tar.gz

New:

  astropy-helpers-3.1.tar.gz



Other differences:
--
++ python-astropy-helpers.spec ++
--- /var/tmp/diff_new_pack.Ij1tyU/_old  2018-12-24 11:47:53.289107690 +0100
+++ /var/tmp/diff_new_pack.Ij1tyU/_new  2018-12-24 11:47:53.289107690 +0100
@@ -19,13 +19,14 @@
 %bcond_without tests
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:   python-astropy-helpers
-Version:2.0.2
+Version:3.1
 Release:0
 Summary:Utilities for building and installing Astropy
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Url:http://astropy.org
+Url:https://github.com/astropy/astropy-helpers
 Source: 
https://files.pythonhosted.org/packages/source/a/astropy-helpers/astropy-helpers-%{version}.tar.gz
 Source100:  python-astropy-helpers-rpmlintrc
 BuildRequires:  %{python_module Cython}

++ astropy-helpers-2.0.2.tar.gz -> 

commit python-astropy-helpers for openSUSE:Factory

2018-01-13 Thread root
Hello community,

here is the log from the commit of package python-astropy-helpers for 
openSUSE:Factory checked in at 2018-01-13 21:46:59

Comparing /work/SRC/openSUSE:Factory/python-astropy-helpers (Old)
 and  /work/SRC/openSUSE:Factory/.python-astropy-helpers.new (New)


Package is "python-astropy-helpers"

Sat Jan 13 21:46:59 2018 rev:2 rq:563439 version:2.0.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-astropy-helpers/python-astropy-helpers.changes
2017-08-24 18:30:06.661778928 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-astropy-helpers.new/python-astropy-helpers.changes
   2018-01-13 21:47:01.779802967 +0100
@@ -1,0 +2,38 @@
+Wed Jan 10 21:00:36 UTC 2018 - toddrme2...@gmail.com
+
+- Update to version 2.0.2
+  * Added new helper function add_openmp_flags_if_available that can add
+OpenMP compilation flags to a C/Cython extension if needed. [#346]
+  * Update numpydoc to v0.7. [#343]
+  * The function ``get_git_devstr`` now returns ``'0'`` instead of ``None`` 
when
+no git repository is present. This allows generation of development version
+strings that are in a format that ``setuptools`` expects (e.g. "1.1.3.dev0"
+instead of "1.1.3.dev"). [#330]
+  * It is now possible to override generated timestamps to make builds
+reproducible by setting the ``SOURCE_DATE_EPOCH`` environment variable 
[#341]
+  * Mark Sphinx extensions as parallel-safe. [#344]
+  * Switch to using mathjax instead of imgmath for local builds. [#342]
+  * Deprecate ``exclude`` parameter of various functions in setup_helpers since
+it could not work as intended. Add new function ``add_exclude_packages`` to
+provide intended behavior. [#331]
+  * Allow custom Sphinx doctest extension to recognize and process standard
+doctest directives ``testsetup`` and ``doctest``. [#335]
+- Update to version 2.0.1
+  * Fix compatibility with Sphinx <1.5. [#326]
+- Update to version 2.0
+  * Add support for package that lies in a subdirectory. [#249]
+  * Removing ``compat.subprocess``. [#298]
+  * Python 3.3 is no longer supported. [#300]
+  * The 'automodapi' Sphinx extension (and associated dependencies) has now
+been moved to a standalone package which can be found at
+https://github.com/astropy/sphinx-automodapi - this is now bundled in
+astropy-helpers under astropy_helpers.extern.automodapi for
+convenience. Version shipped with astropy-helpers is v0.6.
+[#278, #303, #309, #323]
+  * The ``numpydoc`` Sphinx extension has now been moved to
+``astropy_helpers.extern``. [#278]
+  * Fix ``build_docs`` error catching, so it doesn't hide Sphinx errors. [#292]
+  * Fix compatibility with Sphinx 1.6. [#318]
+  * Updating ez_setup.py to the last version before it's removal. [#321]
+
+---

Old:

  astropy-helpers-1.3.1.tar.gz

New:

  astropy-helpers-2.0.2.tar.gz



Other differences:
--
++ python-astropy-helpers.spec ++
--- /var/tmp/diff_new_pack.ZMPSrl/_old  2018-01-13 21:47:02.331777236 +0100
+++ /var/tmp/diff_new_pack.ZMPSrl/_new  2018-01-13 21:47:02.335777050 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-astropy-helpers
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-astropy-helpers
-Version:1.3.1
+Version:2.0.2
 Release:0
 Summary:Utilities for building and installing Astropy
 License:BSD-3-Clause
@@ -28,18 +28,17 @@
 Url:http://astropy.org
 Source: 
https://files.pythonhosted.org/packages/source/a/astropy-helpers/astropy-helpers-%{version}.tar.gz
 Source100:  python-astropy-helpers-rpmlintrc
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
-BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module Cython}
 BuildRequires:  %{python_module Sphinx}
-BuildRequires:  %{python_module numpy}
+BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module numpydoc}
+BuildRequires:  %{python_module numpy}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 Requires:   python-Sphinx
 Requires:   python-numpy
 Requires:   python-numpydoc
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 %python_subpackages
 
@@ -65,8 +64,11 @@
 
 %install
 %python_install
-python setup.py install