Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pyowm for openSUSE:Factory 
checked in at 2026-03-31 16:29:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyowm (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyowm.new.1999 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyowm"

Tue Mar 31 16:29:10 2026 rev:5 rq:1343912 version:3.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyowm/python-pyowm.changes        
2025-07-10 22:10:39.411992918 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyowm.new.1999/python-pyowm.changes      
2026-03-31 16:29:12.512234059 +0200
@@ -1,0 +2,13 @@
+Tue Mar 31 12:19:14 UTC 2026 - Dirk Stoecker <[email protected]>
+
+- Update to 3.5.0
+  See changes for the releases
+  https://github.com/csparpa/pyowm/releases/tag/3.5.0
+  https://github.com/csparpa/pyowm/releases/tag/3.4.0
+  https://github.com/csparpa/pyowm/releases/tag/3.3.0
+  https://github.com/csparpa/pyowm/releases/tag/3.2.0
+  https://github.com/csparpa/pyowm/releases/tag/3.1.1bis
+  https://github.com/csparpa/pyowm/releases/tag/3.1.0
+  https://github.com/csparpa/pyowm/releases/tag/3.0.0
+
+-------------------------------------------------------------------

Old:
----
  pyowm-2.10.0.tar.gz

New:
----
  pyowm-3.5.0.tar.gz

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

Other differences:
------------------
++++++ python-pyowm.spec ++++++
--- /var/tmp/diff_new_pack.hIdDBx/_old  2026-03-31 16:29:13.540277113 +0200
+++ /var/tmp/diff_new_pack.hIdDBx/_new  2026-03-31 16:29:13.540277113 +0200
@@ -19,7 +19,7 @@
 %define skip_python2 1
 
 Name:           python-pyowm
-Version:        2.10.0
+Version:        3.5.0
 Release:        0
 Summary:        A Python wrapper around the OpenWeatherMap web API
 License:        MIT
@@ -33,8 +33,9 @@
 BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-geojson >= 2.3.0
-Requires:       python-requests >= 2.18.2
+Requires:       %{python_module geojson >= 2.3.0}
+Requires:       %{python_module requests >= 2.18.2}
+Requires:       %{python_module PySocks}
 BuildArch:      noarch
 %python_subpackages
 
@@ -47,11 +48,8 @@
 %setup -q -n pyowm-%{version}
 cp %{SOURCE99} .
 
-# 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/
+# Disable shebang line:
+sed -i 's_^#!_#_' pyowm/*.py pyowm/*/*.py
 
 %build
 %pyproject_wheel
@@ -60,6 +58,8 @@
 %pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%check
+
 %files %{python_files}
 %doc README.md
 %license LICENSE

++++++ LICENSE ++++++
--- /var/tmp/diff_new_pack.hIdDBx/_old  2026-03-31 16:29:13.580278789 +0200
+++ /var/tmp/diff_new_pack.hIdDBx/_new  2026-03-31 16:29:13.596279459 +0200
@@ -1,6 +1,6 @@
 The MIT License (MIT)
 
-Copyright (c) 2019 Claudio Sparpaglione
+Copyright (c) 2013 - present 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.10.0.tar.gz -> pyowm-3.5.0.tar.gz ++++++
++++ 17750 lines of diff (skipped)

Reply via email to