Hello community,

here is the log from the commit of package python-pydle for openSUSE:Factory 
checked in at 2018-12-27 00:30:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pydle (Old)
 and      /work/SRC/openSUSE:Factory/.python-pydle.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pydle"

Thu Dec 27 00:30:05 2018 rev:4 rq:661240 version:0.8.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pydle/python-pydle.changes        
2018-12-24 11:41:47.301431039 +0100
+++ /work/SRC/openSUSE:Factory/.python-pydle.new.28833/python-pydle.changes     
2018-12-27 00:30:06.467627863 +0100
@@ -1,0 +2,9 @@
+Mon Dec 24 11:36:44 UTC 2018 - Martin Herkt <[email protected]>
+
+- Update to version 0.8.5
+  * Python 3.7 support
+  * Removal of pydle.async entirely
+    - pydle.coroutine and pydle.Future are now just
+      forward-references to asyncio.coroutine and asyncio.Future
+
+-------------------------------------------------------------------

Old:
----
  pydle-0.8.4.tar.gz

New:
----
  pydle-0.8.5.tar.gz

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

Other differences:
------------------
++++++ python-pydle.spec ++++++
--- /var/tmp/diff_new_pack.HjiAwq/_old  2018-12-27 00:30:07.147627306 +0100
+++ /var/tmp/diff_new_pack.HjiAwq/_new  2018-12-27 00:30:07.147627306 +0100
@@ -20,7 +20,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without test
 Name:           python-pydle
-Version:        0.8.4
+Version:        0.8.5
 Release:        0
 Summary:        Modular, callback-based IRCv3 library for Python 3
 License:        BSD-3-Clause
@@ -29,10 +29,10 @@
 Source:         
https://files.pythonhosted.org/packages/source/p/pydle/pydle-%{version}.tar.gz
 Source1:        LICENSE.md
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  dos2unix
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-pure-sasl
-Requires:       python-tornado == 4.5.3
 BuildArch:      noarch
 %python_subpackages
 
@@ -49,7 +49,8 @@
 
 %prep
 %setup -q -n pydle-%{version}
-sed -i 's,^#!%{_bindir}/env ,#!%{_bindir}/,' pydle/utils/{console,irccat}.py
+dos2unix pydle/utils/irccat.py
+sed -i 's,^#!%{_bindir}/env ,#!%{_bindir}/,' pydle/utils/irccat.py
 cp %{SOURCE1} .
 
 %build
@@ -58,13 +59,11 @@
 %install
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
-%python_expand chmod +x %{buildroot}%{$python_sitelib}/pydle/utils/console.py
 %python_expand chmod +x %{buildroot}%{$python_sitelib}/pydle/utils/irccat.py
 
 %files %{python_files}
 %license LICENSE.md
 %{python_sitelib}/*
-%{_bindir}/ipydle
 %{_bindir}/pydle
 %{_bindir}/pydle-irccat
 

++++++ pydle-0.8.4.tar.gz -> pydle-0.8.5.tar.gz ++++++
++++ 8533 lines of diff (skipped)


Reply via email to