Hello community,
here is the log from the commit of package python-thriftpy2 for
openSUSE:Factory checked in at 2019-09-27 14:50:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-thriftpy2 (Old)
and /work/SRC/openSUSE:Factory/.python-thriftpy2.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-thriftpy2"
Fri Sep 27 14:50:34 2019 rev:1 rq:731954 version:0.4.5
Changes:
--------
New Changes file:
--- /dev/null 2019-09-25 09:10:10.894331610 +0200
+++
/work/SRC/openSUSE:Factory/.python-thriftpy2.new.2352/python-thriftpy2.changes
2019-09-27 14:50:38.872421607 +0200
@@ -0,0 +1,25 @@
+-------------------------------------------------------------------
+Thu Sep 19 13:06:34 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Skip two tests that timeout in OBS build
+
+-------------------------------------------------------------------
+Thu Sep 19 08:05:31 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Pull in toro as a dep and build also with tornado 4.x
+
+-------------------------------------------------------------------
+Thu Sep 12 09:06:42 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Rename to python-thriftpy2 as thriftpy was deprecated
+- Drop patch tornado_5.patch
+
+-------------------------------------------------------------------
+Tue Jul 17 14:12:57 UTC 2018 - [email protected]
+
+- add tornado_5.patch to build with tornado-5.x
+
+-------------------------------------------------------------------
+Mon May 22 19:14:34 UTC 2017 - [email protected]
+
+- Initial version
New:
----
python-thriftpy2.changes
python-thriftpy2.spec
v0.4.5.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-thriftpy2.spec ++++++
#
# spec file for package python-thriftpy2
#
# 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 https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-thriftpy2
Version: 0.4.5
Release: 0
Summary: Pure python implementation of Apache Thrift
License: MIT
Group: Development/Languages/Python
URL: https://github.com/Thriftpy/thriftpy2
Source: https://github.com/Thriftpy/thriftpy2/archive/v%{version}.tar.gz
BuildRequires: %{python_module Cython >= 0.28.4}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module ply >= 3.4}
BuildRequires: %{python_module pytest >= 2.8}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module tornado >= 4.0}
BuildRequires: %{python_module toro >= 0.6}
BuildRequires: fdupes
BuildRequires: python-gdbm
BuildRequires: python-rpm-macros
BuildRequires: python3-dbm
BuildRequires: python3-pytest-asyncio
Requires: python-ply >= 3.4
Recommends: python-tornado >= 4.0
Recommends: python-toro >= 0.6
%python_subpackages
%description
ThriftPy is a pure python implementation of Apache Thrift in a
pythonic way.
%prep
%setup -q -n thriftpy2-%{version}
%build
export CFLAGS="%{optflags}"
%python_build
%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%check
cd tests
# the two tests fail in OBS on timeout
%pytest_arch -k 'not (test_able_to_communicate or test_zero_length_string)'
%files %{python_files}
%license LICENSE
%doc CHANGES.rst README.rst
%{python_sitearch}/*
%changelog