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-11-02 16:58:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pydle (Old)
 and      /work/SRC/openSUSE:Factory/.python-pydle.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pydle"

Wed Nov  2 16:58:26 2022 rev:11 rq:1032914 version:1.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pydle/python-pydle.changes        
2022-09-30 17:58:22.965324067 +0200
+++ /work/SRC/openSUSE:Factory/.python-pydle.new.2275/python-pydle.changes      
2022-11-02 16:58:27.813698971 +0100
@@ -1,0 +2,10 @@
+Wed Nov  2 12:11:45 UTC 2022 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Add python-pydle-poetry-syntax.patch: Fix version limiation in
+  pyprojects.toml. NOTE: I changed to < 3.11 even though upstream
+  declares < 3.10; but since this limiation was simply ignored by
+  poetry < 1.2 and we provide already packages for python 3.10
+  (which seem to work?) this seemed most suitable workaround for
+  now (https://github.com/Shizmob/pydle/issues/181).
+
+-------------------------------------------------------------------

New:
----
  python-pydle-poetry-syntax.patch

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

Other differences:
------------------
++++++ python-pydle.spec ++++++
--- /var/tmp/diff_new_pack.rntOZ0/_old  2022-11-02 16:58:28.497702520 +0100
+++ /var/tmp/diff_new_pack.rntOZ0/_new  2022-11-02 16:58:28.501702541 +0100
@@ -17,7 +17,6 @@
 
 
 %define skip_python2 1
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without test
 Name:           python-pydle
 Version:        1.0.0
@@ -28,6 +27,7 @@
 URL:            https://github.com/Shizmob/pydle
 Source:         
https://github.com/Shizmob/pydle/archive/v%{version}.tar.gz#/pydle-%{version}.tar.gz
 Source1:        LICENSE.md
+Patch0:         python-pydle-poetry-syntax.patch
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module poetry}
 BuildRequires:  %{python_module pytest}
@@ -52,7 +52,7 @@
 * IRCv3.2 (base only, work in progress)
 
 %prep
-%setup -q -n pydle-%{version}
+%autosetup -p1 -n pydle-%{version}
 dos2unix pydle/utils/irccat.py
 sed -i 's,^#!%{_bindir}/env ,#!%{_bindir}/,' pydle/utils/irccat.py
 cp %{SOURCE1} .
@@ -80,7 +80,8 @@
 
 %files %{python_files}
 %license LICENSE.md
-%{python_sitelib}/*
+%{python_sitelib}/pydle
+%{python_sitelib}/pydle-%{version}*-info
 %python_alternative %{_bindir}/pydle
 %python_alternative %{_bindir}/pydle-irccat
 

++++++ python-pydle-poetry-syntax.patch ++++++
Index: pydle-1.0.0/pyproject.toml
===================================================================
--- pydle-1.0.0.orig/pyproject.toml
+++ pydle-1.0.0/pyproject.toml
@@ -8,7 +8,7 @@ keywords = ["irc", "library","python3","
 license = "BSD"
 
 [tool.poetry.dependencies]
-python = ">=3.6;<3.10"
+python = ">=3.6,<3.11"
 
 [tool.poetry.dependencies.pure-sasl]
 version = "^0.6.2"

Reply via email to