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 <[email protected]>
+
+- 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)