Hello community, here is the log from the commit of package python-rethinkdb for openSUSE:Leap:15.2 checked in at 2020-02-11 23:25:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/python-rethinkdb (Old) and /work/SRC/openSUSE:Leap:15.2/.python-rethinkdb.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-rethinkdb" Tue Feb 11 23:25:08 2020 rev:1 rq:771120 version:2.4.3.post1 Changes: -------- New Changes file: --- /dev/null 2019-12-19 10:12:34.003146842 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.python-rethinkdb.new.26092/python-rethinkdb.changes 2020-02-11 23:25:09.201261774 +0100 @@ -0,0 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 12 11:15:03 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Format with spec-cleaner + +------------------------------------------------------------------- +Tue Sep 10 08:04:37 AM UTC 2019 - John Vandenberg <[email protected]> + +- Initial spec for v2.4.3.post1 New: ---- python-rethinkdb.changes python-rethinkdb.spec ql2.proto rethinkdb-2.4.3.post1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-rethinkdb.spec ++++++ # # spec file for package python-rethinkdb # # 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-rethinkdb Version: 2.4.3.post1 Release: 0 Summary: Python driver library for the RethinkDB database server License: Apache-2.0 Group: Development/Languages/Python URL: https://github.com/RethinkDB/rethinkdb-python Source: https://github.com/rethinkdb/rethinkdb-python/archive/v%{version}.tar.gz#/rethinkdb-%{version}.tar.gz Source1: https://raw.githubusercontent.com/rethinkdb/rethinkdb/next/src/rdb_protocol/ql2.proto BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-six BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest} BuildRequires: %{python_module six} # /SECTION %python_subpackages %description Python driver library for the RethinkDB database server. %prep %setup -q -n rethinkdb-python-%{version} # Excerpt from Makefile, needed because this is using the GitHub archive instead of PyPI sdist cp %{SOURCE1} rethinkdb/ql2.proto python3 scripts/convert_protofile.py -l python -i rethinkdb/ql2.proto -o rethinkdb/ql2_pb2.py # These require a rethinkdb instance running rm -r tests/integration sed -i '1{/^#!/d}' rethinkdb/*.py %build export LANG=en_US.UTF-8 %python_build %install export LANG=en_US.UTF-8 %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check %pytest %files %{python_files} %doc README.md %license LICENSE %python3_only %{_bindir}/rethinkdb-import %python3_only %{_bindir}/rethinkdb-dump %python3_only %{_bindir}/rethinkdb-export %python3_only %{_bindir}/rethinkdb-restore %python3_only %{_bindir}/rethinkdb-index-rebuild %python3_only %{_bindir}/rethinkdb-repl %{python_sitelib}/* %changelog ++++++ ql2.proto ++++++ ++++ 862 lines (skipped)
