Hello community, here is the log from the commit of package python-pyowm for openSUSE:Factory checked in at 2019-01-03 18:07:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyowm (Old) and /work/SRC/openSUSE:Factory/.python-pyowm.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyowm" Thu Jan 3 18:07:27 2019 rev:3 rq:662355 version:2.10.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyowm/python-pyowm.changes 2018-07-31 16:00:23.991648311 +0200 +++ /work/SRC/openSUSE:Factory/.python-pyowm.new.28833/python-pyowm.changes 2019-01-03 18:07:36.964087689 +0100 @@ -1,0 +2,34 @@ +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 + +------------------------------------------------------------------- Old: ---- pyowm-2.9.0.tar.gz New: ---- pyowm-2.10.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyowm.spec ++++++ --- /var/tmp/diff_new_pack.2AOMgZ/_old 2019-01-03 18:07:37.680087053 +0100 +++ /var/tmp/diff_new_pack.2AOMgZ/_new 2019-01-03 18:07:37.684087050 +0100 @@ -12,13 +12,15 @@ # 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.9.0 +Version: 2.10.0 Release: 0 Summary: A Python wrapper around the OpenWeatherMap web API License: MIT @@ -47,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 ++++++ LICENSE ++++++ --- /var/tmp/diff_new_pack.2AOMgZ/_old 2019-01-03 18:07:37.704087032 +0100 +++ /var/tmp/diff_new_pack.2AOMgZ/_new 2019-01-03 18:07:37.708087028 +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.9.0.tar.gz -> pyowm-2.10.0.tar.gz ++++++ ++++ 12453 lines of diff (skipped)
