Hello community,

here is the log from the commit of package python-pyRXP for openSUSE:Factory 
checked in at 2020-05-06 11:03:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyRXP (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyRXP.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyRXP"

Wed May  6 11:03:27 2020 rev:1 rq:797154 version:2.2.0

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

--- /dev/null   2020-04-14 14:47:33.391806949 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyRXP.new.2738/python-pyRXP.changes      
2020-05-06 11:03:34.103172675 +0200
@@ -0,0 +1,19 @@
+-------------------------------------------------------------------
+Fri Apr 24 08:16:07 UTC 2020 - Atri Bhattacharya <[email protected]>
+
+- Drop %check section, tests use tox which tries to download
+  packages from the network and does not work due to the missing
+  LICENSE file in any case.
+
+-------------------------------------------------------------------
+Thu Apr 23 16:45:35 UTC 2020 - Atri Bhattacharya <[email protected]>
+
+- Update to version 2.1.2
+  - No changelog found upstream.
+- Include as additional source the LICENSE.txt file missing from
+  source tarball.
+
+-------------------------------------------------------------------
+Mon Jun 18 12:17:47 UTC 2018 - [email protected]
+
+- Initial package.

New:
----
  LICENSE.txt
  pyRXP-2.2.0.tar.gz
  python-pyRXP.changes
  python-pyRXP.spec

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

Other differences:
------------------
++++++ python-pyRXP.spec ++++++
#
# spec file for package python-pyRXP
#
# 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
# 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 https://bugs.opensuse.org/
#


Name:           python-pyRXP
Version:        2.2.0
Release:        0
Summary:        Python RXP interface - fast validating XML parser
License:        BSD-3-Clause
URL:            https://www.reportlab.com
Source0:        
https://files.pythonhosted.org/packages/source/p/pyRXP/pyRXP-%{version}.tar.gz
# LICENSE MISSING IN SOURCE TARBALL
Source1:        
https://hg.reportlab.com/hg-public/pyRXP/raw-file/9ee8c8d7cc04/LICENSE.txt
BuildRequires:  %{python_module devel}
BuildRequires:  %{python_module setuptools}
BuildRequires:  fdupes
BuildRequires:  python-rpm-macros
%python_subpackages

%description
PyRXP is a Python language wrapper around the excellent RXP parser, a
validating, namespace-aware XML parser written in C.

%prep
%setup -q -n pyRXP-%{version}
cp %{SOURCE1} .

%build
export CFLAGS="%{optflags}"
%python_build

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

%check
# No way to execute the tests and they are mostly just py2 syntax based.

%files %{python_files}
%license LICENSE.txt
%doc README.rst
%{python_sitearch}/*

%changelog
++++++ LICENSE.txt ++++++
#####################################################################################
#
#       Copyright (c) 2000-2018, ReportLab Inc.
#       All rights reserved.
#
#       Redistribution and use in source and binary forms, with or without 
modification,
#       are permitted provided that the following conditions are met:
#
#               *       Redistributions of source code must retain the above 
copyright notice,
#                       this list of conditions and the following disclaimer. 
#               *       Redistributions in binary form must reproduce the above 
copyright notice,
#                       this list of conditions and the following disclaimer in 
the documentation
#                       and/or other materials provided with the distribution. 
#               *       Neither the name of the company nor the names of its 
contributors may be
#                       used to endorse or promote products derived from this 
software without
#                       specific prior written permission. 
#
#       THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS 
IS" AND
#       ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
IMPLIED
#       WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
DISCLAIMED.
#       IN NO EVENT SHALL THE OFFICERS OR CONTRIBUTORS BE LIABLE FOR ANY 
DIRECT, INDIRECT,
#       INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 
BUT NOT LIMITED
#       TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 
PROFITS;
#       OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 
LIABILITY, WHETHER
#       IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 
OTHERWISE) ARISING
#       IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 
POSSIBILITY OF
#       SUCH DAMAGE.
#
#####################################################################################

Reply via email to