Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-vsts.16008 for 
openSUSE:Leap:15.2:Update checked in at 2021-04-04 20:08:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2:Update/python-vsts.16008 (Old)
 and      /work/SRC/openSUSE:Leap:15.2:Update/.python-vsts.16008.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-vsts.16008"

Sun Apr  4 20:08:08 2021 rev:1 rq:882615 version:0.1.25

Changes:
--------
New Changes file:

--- /dev/null   2021-03-11 01:47:46.020784395 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2:Update/.python-vsts.16008.new.2401/python-vsts.changes
 2021-04-04 20:08:10.569871217 +0200
@@ -0,0 +1,10 @@
+-------------------------------------------------------------------
+Tue Dec 15 18:46:53 UTC 2020 - John Paul Adrian Glaubitz 
<[email protected]>
+
+- Include in SLE-15 (bsc#1176785, jsc#ECO-3105, jsc#PM-2352)
+
+-------------------------------------------------------------------
+Fri Oct 18 11:56:00 UTC 2019 - John Paul Adrian Glaubitz 
<[email protected]>
+
+- Initial build
+  + Version 0.1.25

New:
----
  python-vsts.changes
  python-vsts.spec
  vsts-0.1.25.tar.gz

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

Other differences:
------------------
++++++ python-vsts.spec ++++++
#
# spec file for package python-vsts
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name:           python-vsts
Version:        0.1.25
Release:        0
License:        MIT
Summary:        Python wrapper around the VSTS APIs
Url:            https://github.com/Microsoft/vsts-python-api
Group:          Development/Languages/Python
Source:         
https://files.pythonhosted.org/packages/source/v/vsts/vsts-%{version}.tar.gz
BuildRequires:  python-rpm-macros
BuildRequires:  %{python_module devel}
BuildRequires:  %{python_module setuptools}
# SECTION test requirements
BuildRequires:  %{python_module msrest >= 0.6.0}
# /SECTION
BuildRequires:  fdupes
Requires:       python-msrest >= 0.6.0
BuildArch:      noarch

%python_subpackages

%description
Python wrapper around the VSTS APIs

%prep
%setup -q -n vsts-%{version}

%build
%python_build

%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}

# Testsuite currently fails, so disable it
# see: https://github.com/microsoft/azure-devops-python-api/issues/281
#%%check
#%%python_exec setup.py test

%files %{python_files}
%license LICENSE.txt
%{python_sitelib}/*

%changelog

Reply via email to