Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pydle for openSUSE:Factory 
checked in at 2022-09-30 17:58:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pydle (Old)
 and      /work/SRC/openSUSE:Factory/.python-pydle.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pydle"

Fri Sep 30 17:58:04 2022 rev:10 rq:1007087 version:1.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pydle/python-pydle.changes        
2021-01-26 14:49:58.487696011 +0100
+++ /work/SRC/openSUSE:Factory/.python-pydle.new.2275/python-pydle.changes      
2022-09-30 17:58:22.965324067 +0200
@@ -1,0 +2,32 @@
+Thu Sep 29 18:44:37 UTC 2022 - Mia Herkt <m...@0x0.st>
+
+- Update to version 1.0.0
+  Major changes:
+  * API change, monitor and unmonitor are now async def functions
+    gh#Shizmob/pydle#144
+  * Drop support for Python < 3.5
+    gh#Shizmob/pydle#165
+
+  Bug fixes:
+  * Fix parsing IRCv3 tags with missing/empty values
+    gh#Shizmob/pydle#149
+  * Fixup irccat.py example
+    gh#Shizmob/pydle#152
+  * WHOIS uses deprecated @asyncio.coroutine
+    Backward compatable as the interface did not effectively change
+    gh#Shizmob/pydle#161
+  * Fix Missing Awaits in various files
+    Some internal methods were made async. As these methods are
+    internal, they are not covered by SEMVER.
+    gh#Shizmob/pydle#164
+  * Add Missing awaits in coroutine calls
+    gh#Shizmob/pydle#170
+
+  Features:
+  * Enable RplWhoisHostSupport implementation
+    gh#Shizmob/pydle#156
+  * Implement decorator-based event handler registration
+    gh#Shizmob/pydle#165
+
+
+-------------------------------------------------------------------

Old:
----
  pydle-0.9.4.tar.gz

New:
----
  pydle-1.0.0.tar.gz

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

Other differences:
------------------
++++++ python-pydle.spec ++++++
--- /var/tmp/diff_new_pack.DtMWHR/_old  2022-09-30 17:58:23.453325111 +0200
+++ /var/tmp/diff_new_pack.DtMWHR/_new  2022-09-30 17:58:23.457325119 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pydle
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without test
 Name:           python-pydle
-Version:        0.9.4
+Version:        1.0.0
 Release:        0
 Summary:        Modular, callback-based IRCv3 library for Python 3
 License:        BSD-3-Clause
@@ -28,14 +28,15 @@
 URL:            https://github.com/Shizmob/pydle
 Source:         
https://github.com/Shizmob/pydle/archive/v%{version}.tar.gz#/pydle-%{version}.tar.gz
 Source1:        LICENSE.md
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module poetry}
 BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module setuptools}
 BuildRequires:  dos2unix
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-pure-sasl
 Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
 BuildArch:      noarch
 %python_subpackages
 
@@ -57,10 +58,10 @@
 cp %{SOURCE1} .
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %python_expand chmod +x %{buildroot}%{$python_sitelib}/pydle/utils/irccat.py
 %python_clone -a %{buildroot}%{_bindir}/pydle

++++++ pydle-0.9.4.tar.gz -> pydle-1.0.0.tar.gz ++++++
++++ 2952 lines of diff (skipped)

Reply via email to