Hello community,

here is the log from the commit of package python-vdirsyncer for 
openSUSE:Factory checked in at 2019-06-07 12:19:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-vdirsyncer (Old)
 and      /work/SRC/openSUSE:Factory/.python-vdirsyncer.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-vdirsyncer"

Fri Jun  7 12:19:02 2019 rev:7 rq:707748 version:0.16.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-vdirsyncer/python-vdirsyncer.changes      
2019-05-17 23:43:56.857886964 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-vdirsyncer.new.4811/python-vdirsyncer.changes
    2019-06-07 12:19:03.964777110 +0200
@@ -1,0 +2,7 @@
+Wed Jun  5 07:15:52 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Make the deadline for tests even larger, on slow obs bots
+  it takes 1300:
+  * python-vdirsyncer-shift-deadline.patch
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-vdirsyncer.spec ++++++
--- /var/tmp/diff_new_pack.tkrIMp/_old  2019-06-07 12:19:04.548776925 +0200
+++ /var/tmp/diff_new_pack.tkrIMp/_new  2019-06-07 12:19:04.552776923 +0200
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -24,7 +24,7 @@
 Summary:        CalDAV and CardDAV synchronization module
 License:        BSD-3-Clause
 Group:          Productivity/Networking/News/Utilities
-Url:            https://github.com/pimutils/vdirsyncer
+URL:            https://github.com/pimutils/vdirsyncer
 Source0:        
https://files.pythonhosted.org/packages/source/v/vdirsyncer/vdirsyncer-%{version}.tar.gz
 Source1:        vdirsyncer.service
 Source2:        vdirsyncer.timer
@@ -38,17 +38,6 @@
 BuildRequires:  python-rpm-macros
 BuildRequires:  systemd
 BuildRequires:  systemd-rpm-macros
-# SECTION test requirements
-BuildRequires:  %{python_module click-log >= 0.3}
-BuildRequires:  %{python_module click-threading >= 0.2}
-BuildRequires:  %{python_module hypothesis >= 3.1}
-BuildRequires:  %{python_module pytest-localserver}
-BuildRequires:  %{python_module pytest-subtesthack}
-BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module requests >= 2.4.1}
-BuildRequires:  %{python_module requests-toolbelt >= 0.4.40}
-BuildRequires:  %{python_module urllib3}
-# /SECTION
 Requires:       python-atomicwrites >= 0.1.7
 Requires:       python-click >= 5.0
 Requires:       python-click-log >= 0.3
@@ -61,6 +50,17 @@
 Requires:       python-requests-toolbelt >= 0.4.0
 Recommends:     python-requests-oauthlib
 BuildArch:      noarch
+# SECTION test requirements
+BuildRequires:  %{python_module click-log >= 0.3}
+BuildRequires:  %{python_module click-threading >= 0.2}
+BuildRequires:  %{python_module hypothesis >= 3.1}
+BuildRequires:  %{python_module pytest-localserver}
+BuildRequires:  %{python_module pytest-subtesthack}
+BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module requests >= 2.4.1}
+BuildRequires:  %{python_module requests-toolbelt >= 0.4.40}
+BuildRequires:  %{python_module urllib3}
+# /SECTION
 %ifpython3
 Provides:       vdirsyncer = %{version}
 Obsoletes:      vdirsyncer < %{version}
@@ -84,7 +84,7 @@
 
 %install
 %python_install
-%python_expand %fdupes -s %{buildroot}/%{$python_sitelib}
+%python_expand %fdupes %{buildroot}/%{$python_sitelib}
 
 mkdir -p %{buildroot}%{_userunitdir}
 install -Dpm 0644 %{SOURCE0} %{buildroot}%{_userunitdir}/vdirsyncer.service

++++++ python-vdirsyncer-shift-deadline.patch ++++++
--- /var/tmp/diff_new_pack.tkrIMp/_old  2019-06-07 12:19:04.568776919 +0200
+++ /var/tmp/diff_new_pack.tkrIMp/_new  2019-06-07 12:19:04.568776919 +0200
@@ -19,7 +19,7 @@
  # XXX: https://github.com/pimutils/vdirsyncer/issues/617
  @pytest.mark.skipif(sys.platform == 'darwin',
                      reason='This test inexplicably fails')
-+@settings(deadline=1000.0)
++@settings(deadline=2000.0)
  @given(collections=st.sets(
      st.text(
          st.characters(


Reply via email to