commit python-python-crontab for openSUSE:Factory

2020-08-06 Thread root
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 
+
+- 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)




commit python-python-crontab for openSUSE:Factory

2020-03-24 Thread root
Hello community,

here is the log from the commit of package python-python-crontab for 
openSUSE:Factory checked in at 2020-03-24 22:33:49

Comparing /work/SRC/openSUSE:Factory/python-python-crontab (Old)
 and  /work/SRC/openSUSE:Factory/.python-python-crontab.new.3160 (New)


Package is "python-python-crontab"

Tue Mar 24 22:33:49 2020 rev:2 rq:787448 version:2.4.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-python-crontab/python-python-crontab.changes  
2019-09-27 14:50:08.260501208 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-python-crontab.new.3160/python-python-crontab.changes
2020-03-24 22:33:51.933133826 +0100
@@ -1,0 +2,6 @@
+Mon Mar 23 11:22:46 UTC 2020 - pgaj...@suse.com
+
+- version update to 2.4.0
+  * no upstream changelog found
+
+---

Old:

  python-crontab-2.3.8.tar.gz

New:

  python-crontab-v2.4.0.tar.gz



Other differences:
--
++ python-python-crontab.spec ++
--- /var/tmp/diff_new_pack.EaxmBt/_old  2020-03-24 22:33:52.857134275 +0100
+++ /var/tmp/diff_new_pack.EaxmBt/_new  2020-03-24 22:33:52.861134277 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-python-crontab
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,14 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-python-crontab
-Version:2.3.8
+Version:2.4.0
 Release:0
 Summary:Python Crontab API
 License:LGPL-3.0-only
 Group:  Development/Languages/Python
 URL:https://gitlab.com/doctormo/python-crontab/
-Source: 
https://gitlab.com/doctormo/python-crontab/-/archive/v2.3.8/python-crontab-v%{version}.tar.gz#/python-crontab-%{version}.tar.gz
+# https://gitlab.com/doctormo/python-crontab/-/issues/69
+Source: 
https://gitlab.com/doctormo/python-crontab/-/archive/v%{version}/python-crontab-v%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -60,8 +61,7 @@
 
 %check
 export LANG=en_US.UTF-8
-# Bug in tests https://gitlab.com/doctormo/python-crontab/issues/55
-%pytest -k 'not test_06_backwards and not test_04_schedule_ten'
+%pytest
 
 %files %{python_files}
 %doc README.rst