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 2023-02-24 18:08:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pydle (Old)
 and      /work/SRC/openSUSE:Factory/.python-pydle.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pydle"

Fri Feb 24 18:08:21 2023 rev:12 rq:1067570 version:1.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pydle/python-pydle.changes        
2022-11-02 16:58:27.813698971 +0100
+++ /work/SRC/openSUSE:Factory/.python-pydle.new.31432/python-pydle.changes     
2023-02-24 18:08:29.317541577 +0100
@@ -1,0 +2,12 @@
+Fri Feb 24 09:58:23 UTC 2023 - Daniel Garcia <daniel.gar...@suse.com>
+
+- Delete python-pydle-poetry-syntax.patch
+- Skip python 310 and python 311, pydle doesn't python 3.10
+  gh#Shizmob/pydle#162, There's a WIP PR but looks like it's not good
+  enough yet to be applied gh#Shizmob/pydle#180
+- Update to version 1.0.1
+  * [Docs] Document Dropping of 3.5 by @Rixxan in #179
+  * Adjust python version inequality string for Poetry by @txtsd in #182
+  * bump version to 1.0.1 by @theunkn0wn1 in #183
+
+-------------------------------------------------------------------

Old:
----
  LICENSE.md
  pydle-1.0.0.tar.gz
  python-pydle-poetry-syntax.patch

New:
----
  pydle-1.0.1.tar.gz

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

Other differences:
------------------
++++++ python-pydle.spec ++++++
--- /var/tmp/diff_new_pack.VG6JEz/_old  2023-02-24 18:08:29.797544437 +0100
+++ /var/tmp/diff_new_pack.VG6JEz/_new  2023-02-24 18:08:29.801544461 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pydle
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,17 +17,21 @@
 
 
 %define skip_python2 1
+# pydle doesn't python 3.10 gh#Shizmob/pydle#162
+# There's a WIP PR but looks like it's not good enough yet to be
+# applied gh#Shizmob/pydle#180
+%define skip_python310 1
+%define skip_python311 1
+
 %bcond_without test
 Name:           python-pydle
-Version:        1.0.0
+Version:        1.0.1
 Release:        0
 Summary:        Modular, callback-based IRCv3 library for Python 3
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
 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}
@@ -55,7 +59,6 @@
 %autosetup -p1 -n pydle-%{version}
 dos2unix pydle/utils/irccat.py
 sed -i 's,^#!%{_bindir}/env ,#!%{_bindir}/,' pydle/utils/irccat.py
-cp %{SOURCE1} .
 
 %build
 %pyproject_wheel

++++++ pydle-1.0.0.tar.gz -> pydle-1.0.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pydle-1.0.0/.gitignore new/pydle-1.0.1/.gitignore
--- old/pydle-1.0.0/.gitignore  2022-07-04 20:38:02.000000000 +0200
+++ new/pydle-1.0.1/.gitignore  2022-11-05 04:15:39.000000000 +0100
@@ -10,3 +10,5 @@
 /.tox
 /*.egg-info
 
+.idea
+*venv*
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pydle-1.0.0/README.md new/pydle-1.0.1/README.md
--- old/pydle-1.0.0/README.md   2022-07-04 20:38:02.000000000 +0200
+++ new/pydle-1.0.1/README.md   2022-11-05 04:15:39.000000000 +0100
@@ -3,7 +3,7 @@
 Python IRC library.
 -------------------
 
-pydle is a compact, flexible and standards-abiding IRC library for Python 3.5 
through 3.9.
+pydle is a compact, flexible and standards-abiding IRC library for Python 3.6 
through 3.9.
 
 Features
 --------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pydle-1.0.0/docs/intro.rst 
new/pydle-1.0.1/docs/intro.rst
--- old/pydle-1.0.0/docs/intro.rst      2022-07-04 20:38:02.000000000 +0200
+++ new/pydle-1.0.1/docs/intro.rst      2022-11-05 04:15:39.000000000 +0100
@@ -4,7 +4,7 @@
 
 What is pydle?
 --------------
-pydle is an IRC library for Python 3.5 through 3.9.
+pydle is an IRC library for Python 3.6 through 3.9.
 
 Although old and dated on some fronts, IRC is still used by a variety of 
communities as the real-time communication method of choice,
 and the most popular IRC networks can still count on tens of thousands of 
users at any point during the day.
@@ -35,8 +35,8 @@
 
 Compatibility
 -------------
-pydle works in any interpreter that implements Python 3.5-3.9. Although mainly 
tested in CPython_, the standard Python implementation,
-there is no reason why pydle itself should not work in alternative 
implementations like PyPy_, as long as they support the Python 3.5 language 
requirements.
+pydle works in any interpreter that implements Python 3.6-3.9. Although mainly 
tested in CPython_, the standard Python implementation,
+there is no reason why pydle itself should not work in alternative 
implementations like PyPy_, as long as they support the Python 3.6 language 
requirements.
 
 .. _CPython: https://python.org
 .. _PyPy: http://pypy.org
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pydle-1.0.0/pyproject.toml 
new/pydle-1.0.1/pyproject.toml
--- old/pydle-1.0.0/pyproject.toml      2022-07-04 20:38:02.000000000 +0200
+++ new/pydle-1.0.1/pyproject.toml      2022-11-05 04:15:39.000000000 +0100
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "pydle"
-version = "1.0.0"
+version = "1.0.1"
 description = "A compact, flexible, and standards-abiding IRC library for 
python3."
 authors = ["Shiz <h...@shiz.me>"]
 repository = "https://github.com/Shizmob/pydle";
@@ -8,7 +8,7 @@
 license = "BSD"
 
 [tool.poetry.dependencies]
-python = ">=3.6;<3.10"
+python = ">=3.6,<3.10"
 
 [tool.poetry.dependencies.pure-sasl]
 version = "^0.6.2"

Reply via email to