Hello community,

here is the log from the commit of package python-pyowm for openSUSE:Factory 
checked in at 2018-07-31 16:00:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyowm (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyowm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyowm"

Tue Jul 31 16:00:22 2018 rev:2 rq:626218 version:2.9.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyowm/python-pyowm.changes        
2018-03-16 10:39:56.147847509 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyowm.new/python-pyowm.changes   
2018-07-31 16:00:23.991648311 +0200
@@ -1,0 +2,30 @@
+Mon Jul 30 07:19:15 UTC 2018 - tchva...@suse.com
+
+- Version restrict requirements
+- Drop devel dependency
+
+-------------------------------------------------------------------
+Sat Jul 28 12:15:08 UTC 2018 - alarr...@suse.com
+
+- Update to version 2.9.0
+  * New features:
+    * Support for Weather Alerts
+    * Support for UV Index Forecast and History
+    * Logos for the project have been introduced!
+    * Support for Python 3.7
+    * Support for Pipfile
+  * Enhancements:
+    * Heavily improved readthedocs documentation
+    * Now PyOWM talks to OWM APIs over SSL
+    * Refactored out one single consistent HTTP base client, based on requests
+    * Refactored UV API and Air Pollution API code to dedicated packages
+  * Bugfixes:
+    * issue on requests==2.19.1 incompatibility
+    * now printing on console the detailed weather status (language-sensitive)
+      instead of generic english-based weather status
+    * fixed broken links in a few Markdown docs
+  * Deprecations introduced:
+    * will be removed on 3.0.0: OWM25.weather_at_stations_in_bbox, 
OWM25.weather_at_station
+  * Note: parsers were moved to a "parsers" submodule
+
+-------------------------------------------------------------------

Old:
----
  pyowm-2.8.0.tar.gz

New:
----
  pyowm-2.9.0.tar.gz

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

Other differences:
------------------
++++++ python-pyowm.spec ++++++
--- /var/tmp/diff_new_pack.d9xzlF/_old  2018-07-31 16:00:24.619649377 +0200
+++ /var/tmp/diff_new_pack.d9xzlF/_new  2018-07-31 16:00:24.623649384 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyowm
 #
-# 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
@@ -13,25 +13,26 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-pyowm
-Version:        2.8.0
+Version:        2.9.0
 Release:        0
-License:        MIT
 Summary:        A Python wrapper around the OpenWeatherMap web API
-Url:            http://github.com/csparpa/pyowm
+License:        MIT
 Group:          Development/Languages/Python
+URL:            http://github.com/csparpa/pyowm
 Source:         
https://files.pythonhosted.org/packages/source/p/pyowm/pyowm-%{version}.tar.gz
 Source99:       https://raw.githubusercontent.com/csparpa/pyowm/master/LICENSE
-BuildRequires:  python-rpm-macros
-BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module requests >= 2.18.2}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+Requires:       python-geojson >= 2.3.0
+Requires:       python-requests >= 2.18.2
 BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -54,7 +55,6 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc README.md
 %license LICENSE
 %{python_sitelib}/*

++++++ pyowm-2.8.0.tar.gz -> pyowm-2.9.0.tar.gz ++++++
++++ 8843 lines of diff (skipped)


Reply via email to