Hello community,

here is the log from the commit of package python-pyowm for openSUSE:Leap:15.2 
checked in at 2020-02-19 18:49:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-pyowm (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-pyowm.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyowm"

Wed Feb 19 18:49:00 2020 rev:11 rq:776998 version:2.10.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-pyowm/python-pyowm.changes      
2020-01-15 15:52:06.339551899 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-pyowm.new.26092/python-pyowm.changes   
2020-02-19 18:49:00.827050526 +0100
@@ -1,0 +2,64 @@
+Wed Dec 26 17:52:43 UTC 2018 - Bruno Friedmann <[email protected]>
+
+- Upgrade to version 2.10.0
+  * New features:
+    * Support for editing polygons (Agro API)
+    * Support for current soil data (Agro API)
+    * Support for satellite imagery search, download and statistics
+      (Agro API)
+    * Support for searching current weather on cities inside a 
+      bounding box via the new owm25.weather_at_stations_in_bbox 
+      function
+    * possible to download Map Tiles provided by OpenWeatherMap
+      using the new dedicated pyowm.tiles.tile_manager.TileManager
+      client
+  * Enhancements:
+    * Refactored Weather API code to a dedicated package
+    * Implemented an automated integration and release pipeline
+  * Bugfixes:
+    * fixed wrong object to JSON dumping when calling 
+      send_measurements() on Stations API
+    * relaxing hard upper limit on dependency geojson: 
+      from geojson>=2.3.0,<2.4 to geojson>=2.3.0,<3
+  * Security:
+    * upgraded version for dependencies requests and urllib3 
+      as known security issues were raised on them
+  * Python Versions Support:
+    * dropped Python 3.3 support as it has reached end of life
+  * Python 2 support is removed from mainline
+    a 2.9-lts branch exist and will be kept until 1st Januray 2020.
+- Packaging : 
+  * Refresh spec with spec-cleaner
+  * Remove python2 support
+
+-------------------------------------------------------------------
+Mon Jul 30 07:19:15 UTC 2018 - [email protected]
+
+- Version restrict requirements
+- Drop devel dependency
+
+-------------------------------------------------------------------
+Sat Jul 28 12:15:08 UTC 2018 - [email protected]
+
+- 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.10.0.tar.gz

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

Other differences:
------------------
++++++ python-pyowm.spec ++++++
--- /var/tmp/diff_new_pack.wpNugM/_old  2020-02-19 18:49:01.603051352 +0100
+++ /var/tmp/diff_new_pack.wpNugM/_new  2020-02-19 18:49:01.607051357 +0100
@@ -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
@@ -12,26 +12,29 @@
 # 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/
+#
+
 
+%define skip_python2 1
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-pyowm
-Version:        2.8.0
+Version:        2.10.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
@@ -46,6 +49,9 @@
 # Remove shebang line:
 sed -i '1d' pyowm/__init__.py
 
+# pyowm/weatherapi25/cityids/__init__.py not null
+cp -a pyowm/weatherapi25/__init__.py pyowm/weatherapi25/cityids/
+
 %build
 %python_build
 
@@ -54,7 +60,6 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc README.md
 %license LICENSE
 %{python_sitelib}/*

++++++ LICENSE ++++++
--- /var/tmp/diff_new_pack.wpNugM/_old  2020-02-19 18:49:01.635051386 +0100
+++ /var/tmp/diff_new_pack.wpNugM/_new  2020-02-19 18:49:01.635051386 +0100
@@ -1,6 +1,6 @@
 The MIT License (MIT)
 
-Copyright (c) 2013 Claudio Sparpaglione
+Copyright (c) 2018 Claudio Sparpaglione
 
 Permission is hereby granted, free of charge, to any person obtaining a copy of
 this software and associated documentation files (the "Software"), to deal in

++++++ pyowm-2.8.0.tar.gz -> pyowm-2.10.0.tar.gz ++++++
++++ 17654 lines of diff (skipped)


Reply via email to