Hello community,

here is the log from the commit of package python-sunpy for openSUSE:Leap:15.2 
checked in at 2020-05-31 13:45:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-sunpy (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-sunpy.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-sunpy"

Sun May 31 13:45:44 2020 rev:12 rq:810253 version:0.9.5

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-sunpy/python-sunpy.changes      
2020-01-15 15:53:40.323605769 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-sunpy.new.3606/python-sunpy.changes    
2020-05-31 13:46:13.233766678 +0200
@@ -1,0 +2,50 @@
+Fri Jan  4 17:31:38 UTC 2019 - Todd R <toddrme2...@gmail.com>
+
+- Update to version 0.9.5
+  + New Features
+    * Added TimeUTime class to support utime. [#2409]
+    * Example for fine-grained use of ticks and grids [#2435]
+    * Maintiners Workflow Guide [#2411]
+    * Decorator to append and/or prepend doc strings [#2386]
+    * Adding `python setup.py test --figure-only` [#2557]
+    * Fido.fetch now accepts pathlib.Path objects for path attribute.[#2559]
+    * The `~sunpy.coordinates.HeliographicStonyhurst` coordinate system can 
now be specified
+      using a cartesian system, which is sometimes known as the
+      "Heliocentric Earth equatorial" (HEEQ) coordinate system. [#2437]
+  + API Changes
+    * `sunpy.coordinates.representation` has been removed. Longitude wrapping 
is now done in the constructor of the frames. [#2431]
+    * Propagation of ``obstime`` in the coordinate frame transformation has 
changed, this means in general when transforming directly between frames (not 
`~astropy.coordinates.SkyCoord`) you will have to specify ``obstime`` in more 
places. [#2461]
+    * Transforming between Heliographic Stonyhurst and Carrington now requires 
that ``obstime`` be defined and the same on both the input and output frames. 
[#2461]
+    * Removed the figure return from .peek() [#2487]
+  + Bug Fixes
+    * Improve TimeSeriesBase docstring [#2399]
+    * Validate that pytest-doctestplus is installed [#2388]
+    * Fix use of self.wcs in plot in mapbase [#2398]
+    * Updated docstring with pointer to access EVE data for other levels 
[#2402]
+    * Fix broken links and redirections in documentation [#2403]
+    * Fixes Documentation changes due to NumPy 1.14 [#2404]
+    * Added docstrings to functions in dowload.py [#2415]
+    * Clean up database doc [#2414]
+    * rhessi.py now uses sunpy.io instead of astropy.io [#2416]
+    * Remove Gamma usage in Map [#2424]
+    * Changed requirements to python-dateutil [#2426]
+    * Clarify coordinate system definitions [#2429]
+    * Improve Map Peek when using draw_grid [#2442]
+    * Add HCC --> HGS test [#2443]
+    * Testing the transformation linking SunPy and Astropy against published 
values [#2454]
+    * Fixed title bug in sunpy.timeseries.rhessi [#2477]
+    * Allow LineAnimator to accept a varying x-axis [#2491]
+    * Indexing Bug Fix to LineAnimator [#2560]
+    * Output sphinx warnings to stdout [#2553]
+    * Docstring improvement for LineAnimator [#2514]
+    * move the egg_info builds to circleci [#2512]
+    * Added tests for TraceMap [#2504]
+    * Fix HGS frame constructor and HPC ``calculate_distance`` with SkyCoord 
constructor. [#2463]
+    * removed `wavelnth` keyword in meta desc of Maps to avoid using non 
standard FITS keyword like `nan` [#2456]
+    * The documentation build now uses the Sphinx configuration from 
sphinx-astropy rather than from astropy-helpers.[#2494]
+    * Migrate to hypothesis.strategies.datetimes [#2368]
+    * Prevent a deprecation warning due to truth values of Quantity [#2358]
+    * Print a warning when heliographic longitude is set to it's default value 
of 0 [#2480]
+    * parse_time now parses numpy.datetime64 correctly. [#2572]
+
+-------------------------------------------------------------------

Old:
----
  sunpy-0.8.4.tar.gz

New:
----
  python-sunpy-rpmlintrc
  sunpy-0.9.5.tar.gz

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

Other differences:
------------------
++++++ python-sunpy.spec ++++++
--- /var/tmp/diff_new_pack.v5JLZ0/_old  2020-05-31 13:46:13.889768708 +0200
+++ /var/tmp/diff_new_pack.v5JLZ0/_new  2020-05-31 13:46:13.893768720 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sunpy
 #
-# 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,23 @@
 # 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/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define         skip_python2 1
 # docs directory needed for tests not in source archive
 %bcond_with     test
 Name:           python-sunpy
-Version:        0.8.4
+Version:        0.9.5
 Release:        0
 Summary:        SunPy: Python for Solar Physics
-License:        BSD-2-Clause and BSD-3-Clause and Apache-2.0 and MIT
+License:        BSD-2-Clause AND BSD-3-Clause AND Apache-2.0 AND MIT
 Group:          Development/Languages/Python
 Url:            https://github.com/sunpy/sunpy
-Source:         
https://files.pythonhosted.org/packages/source/s/sunpy/sunpy-%{version}.tar.gz
+Source0:        
https://files.pythonhosted.org/packages/source/s/sunpy/sunpy-%{version}.tar.gz
+Source100:      python-sunpy-rpmlintrc
 BuildRequires:  %{python_module SQLAlchemy}
 BuildRequires:  %{python_module astropy >= 1.0.0}
 BuildRequires:  %{python_module astropy-helpers >= 1.0.0}
@@ -51,9 +53,6 @@
 Requires:       python-numpy > 1.7.1
 Requires:       python-pandas >= 0.12.0
 Requires:       python-scipy
-%ifpython2
-BuildRequires:  python-backports.functools_lru_cache
-%endif
 Recommends:     python-SQLAlchemy
 Recommends:     python-beautifulsoup4
 Recommends:     python-glymur
@@ -85,9 +84,8 @@
 %endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc README.md CHANGELOG.rst RELEASE.md 
-%doc licenses/
+%doc README.rst CHANGELOG.rst RELEASE.rst 
+%license licenses/*
 %{python_sitearch}/sunpy
 %{python_sitearch}/sunpy-%{version}-py*.egg-info
 

++++++ python-sunpy-rpmlintrc ++++++
addFilter("devel-file-in-non-devel-package .*\.c")
++++++ sunpy-0.8.4.tar.gz -> sunpy-0.9.5.tar.gz ++++++
++++ 19003 lines of diff (skipped)


Reply via email to