Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-aioftp for openSUSE:Factory checked in at 2021-01-27 18:57:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-aioftp (Old) and /work/SRC/openSUSE:Factory/.python-aioftp.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-aioftp" Wed Jan 27 18:57:25 2021 rev:4 rq:866033 version:0.18.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-aioftp/python-aioftp.changes 2020-01-17 16:08:39.248532776 +0100 +++ /work/SRC/openSUSE:Factory/.python-aioftp.new.28504/python-aioftp.changes 2021-01-27 18:57:26.856360302 +0100 @@ -1,0 +2,31 @@ +Fri Jan 22 13:48:55 UTC 2021 - andy great <andythe_gr...@pm.me> + +- Add minimum python-siosocks version. + +------------------------------------------------------------------- +Thu Jan 21 14:09:30 UTC 2021 - andy great <andythe_gr...@pm.me> + +- Update to 0.18.1. + * sync tests with new `siosocks` + * some docs fixes +- Updates for 0.18.0 + * server: fix `MLSX` time format + * server: resolve server address from connection +- Updates for 0.17.2 + * server: fix broken `python -m aioftp` after 3.7 migration +- Updates for 0.17.1 + * common/stream: add `readexactly` proxy method +- Updates for 0.17.0 + * tests: fix test_unlink_on_dir on POSIX compatible systems + * docs: fix extra parentheses + * client: replace `ClientSession` with `Client.context` +- Updates for 0.16.1 + * client: strip date before parsing + * client: logger no longer prints out plaintext password + * client: add custom passive commands to client +- Updates for 0.16.0 + * server: remove obsolete `pass` to `pass_` command renaming + * client: fix leap year bug at `parse_ls_date` method + * all: add base exception class + +------------------------------------------------------------------- Old: ---- aioftp-0.15.0.tar.gz New: ---- aioftp-0.18.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-aioftp.spec ++++++ --- /var/tmp/diff_new_pack.Gzq75P/_old 2021-01-27 18:57:27.412361162 +0100 +++ /var/tmp/diff_new_pack.Gzq75P/_new 2021-01-27 18:57:27.416361169 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-aioftp # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,8 +18,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 +%define skip_python36 1 Name: python-aioftp -Version: 0.15.0 +Version: 0.18.1 Release: 0 Summary: FTP client/server for asyncio License: Apache-2.0 @@ -28,14 +29,14 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-siosocks +Requires: python-siosocks >= 0.2.0 BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module async_timeout} BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module siosocks} +BuildRequires: %{python_module siosocks >= 0.2.0} BuildRequires: %{python_module trustme} # /SECTION %python_subpackages @@ -59,6 +60,7 @@ %files %{python_files} %doc README.rst %license license.txt -%{python_sitelib}/* +%{python_sitelib}/aioftp*.egg-info +%{python_sitelib}/aioftp %changelog ++++++ aioftp-0.15.0.tar.gz -> aioftp-0.18.1.tar.gz ++++++ ++++ 1718 lines of diff (skipped)