Hello community,
here is the log from the commit of package python-python-crontab for
openSUSE:Factory checked in at 2020-08-06 10:42:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-crontab (Old)
and /work/SRC/openSUSE:Factory/.python-python-crontab.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-crontab"
Thu Aug 6 10:42:24 2020 rev:3 rq:824583 version:2.5.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-python-crontab/python-python-crontab.changes
2020-03-24 22:33:51.933133826 +0100
+++
/work/SRC/openSUSE:Factory/.python-python-crontab.new.3399/python-python-crontab.changes
2020-08-06 10:42:30.230131567 +0200
@@ -1,0 +2,8 @@
+Wed Aug 5 14:02:32 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- update to 2.5.1
+ * Update crontab class to allow with context manager
+ * Convert file to unix format
+ * add support for percent sign stdin and escaping
+
+-------------------------------------------------------------------
Old:
----
python-crontab-v2.4.0.tar.gz
New:
----
python-crontab-2.5.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-crontab.spec ++++++
--- /var/tmp/diff_new_pack.cS6Y1f/_old 2020-08-06 10:42:31.070131989 +0200
+++ /var/tmp/diff_new_pack.cS6Y1f/_new 2020-08-06 10:42:31.074131990 +0200
@@ -18,14 +18,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-python-crontab
-Version: 2.4.0
+Version: 2.5.1
Release: 0
Summary: Python Crontab API
License: LGPL-3.0-only
Group: Development/Languages/Python
URL: https://gitlab.com/doctormo/python-crontab/
-# https://gitlab.com/doctormo/python-crontab/-/issues/69
-Source:
https://gitlab.com/doctormo/python-crontab/-/archive/v%{version}/python-crontab-v%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/p/python-crontab/python-crontab-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -50,7 +49,7 @@
accessing the system cron automatically using an API.
%prep
-%setup -q -n python-crontab-v%{version}
+%setup -q -n python-crontab-%{version}
%build
%python_build
@@ -60,8 +59,9 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
+# test_07_non_posix_shell - only for Windows
export LANG=en_US.UTF-8
-%pytest
+%pytest -k "not test_07_non_posix_shell"
%files %{python_files}
%doc README.rst
++++++ python-crontab-v2.4.0.tar.gz -> python-crontab-2.5.1.tar.gz ++++++
++++ 2383 lines of diff (skipped)