Hello community,

here is the log from the commit of package python-yacron for openSUSE:Factory 
checked in at 2020-03-10 10:39:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-yacron (Old)
 and      /work/SRC/openSUSE:Factory/.python-yacron.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-yacron"

Tue Mar 10 10:39:06 2020 rev:2 rq:783226 version:0.10.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-yacron/python-yacron.changes      
2019-09-27 14:49:22.428620386 +0200
+++ /work/SRC/openSUSE:Factory/.python-yacron.new.26092/python-yacron.changes   
2020-03-10 10:39:07.661554643 +0100
@@ -1,0 +2,11 @@
+Tue Mar 10 08:49:39 UTC 2020 - [email protected]
+
+- version update to 0.10.0
+  * HTTP remote interface, allowing to get job status and start jobs on demand
+  * Simple Linux binary including all dependencies (built using PyOxidizer)
+  * Build Linux binary inside Docker Ubuntu 16.04, so that it is compatible 
with
+    older glibc systems
+  * Build a standalone Linux binary, using PyOxidizer
+  * Switch from raven to sentry-sdk
+
+-------------------------------------------------------------------

Old:
----
  yacron-0.9.0.tar.gz

New:
----
  yacron-0.10.0.tar.gz

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

Other differences:
------------------
++++++ python-yacron.spec ++++++
--- /var/tmp/diff_new_pack.r8enkI/_old  2020-03-10 10:39:09.689555734 +0100
+++ /var/tmp/diff_new_pack.r8enkI/_new  2020-03-10 10:39:09.689555734 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-yacron
 #
-# 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
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:           python-yacron
-Version:        0.9.0
+Version:        0.10.0
 Release:        0
 Summary:        Docker-friendly Cron replacement
 License:        MIT
@@ -34,8 +34,8 @@
 Requires:       python-aiohttp
 Requires:       python-aiosmtplib
 Requires:       python-crontab
-Requires:       python-raven
-Requires:       python-raven-aiohttp
+Requires:       python-sentry-sdk
+Requires:       python-setuptools
 Requires:       python-strictyaml >= 0.7.2
 BuildArch:      noarch
 # SECTION test requirements
@@ -44,8 +44,7 @@
 BuildRequires:  %{python_module aiosmtplib}
 BuildRequires:  %{python_module crontab}
 BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module raven-aiohttp}
-BuildRequires:  %{python_module raven}
+BuildRequires:  %{python_module sentry-sdk}
 BuildRequires:  %{python_module strictyaml >= 0.7.2}
 # /SECTION
 %python_subpackages
@@ -55,7 +54,7 @@
 
 %prep
 %setup -q -n yacron-%{version}
-sed -i '/pytest-runner/d;/pytest-cov/d' setup.py
+sed -i 's/pytest-runner//;/pytest-cov/d' setup.py
 
 %build
 export LANG=en_US.UTF-8

++++++ yacron-0.9.0.tar.gz -> yacron-0.10.0.tar.gz ++++++
++++ 6619 lines of diff (skipped)


Reply via email to