commit python-rethinkdb for openSUSE:Leap:15.2

2020-05-28 Thread root
Hello community,

here is the log from the commit of package python-rethinkdb for 
openSUSE:Leap:15.2 checked in at 2020-05-28 20:08:22

Comparing /work/SRC/openSUSE:Leap:15.2/python-rethinkdb (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-rethinkdb.new.3606 (New)


Package is "python-rethinkdb"

Thu May 28 20:08:22 2020 rev:3 rq:807327 version:2.4.5

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-rethinkdb/python-rethinkdb.changes  
2020-03-21 16:48:07.149688363 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-rethinkdb.new.3606/python-rethinkdb.changes
2020-05-28 20:08:27.298695178 +0200
@@ -1,0 +2,5 @@
+Tue May 19 09:27:45 UTC 2020 - Petr Gajdos 
+
+- %python3_only -> %python_alternative
+
+---



Other differences:
--
++ python-rethinkdb.spec ++
--- /var/tmp/diff_new_pack.Os8wGF/_old  2020-05-28 20:08:28.234697964 +0200
+++ /var/tmp/diff_new_pack.Os8wGF/_new  2020-05-28 20:08:28.238697976 +0200
@@ -30,6 +30,8 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-six
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module mock}
@@ -60,20 +62,42 @@
 %install
 export LANG=en_US.UTF-8
 %python_install
+%python_clone -a %{buildroot}%{_bindir}/rethinkdb-repl
+%python_clone -a %{buildroot}%{_bindir}/rethinkdb-index-rebuild
+%python_clone -a %{buildroot}%{_bindir}/rethinkdb-restore
+%python_clone -a %{buildroot}%{_bindir}/rethinkdb-export
+%python_clone -a %{buildroot}%{_bindir}/rethinkdb-dump
+%python_clone -a %{buildroot}%{_bindir}/rethinkdb-import
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
 %pytest
 
+%post
+%python_install_alternative rethinkdb-repl
+%python_install_alternative rethinkdb-index-rebuild
+%python_install_alternative rethinkdb-restore
+%python_install_alternative rethinkdb-export
+%python_install_alternative rethinkdb-dump
+%python_install_alternative rethinkdb-import
+
+%postun
+%python_uninstall_alternative rethinkdb-repl
+%python_uninstall_alternative rethinkdb-index-rebuild
+%python_uninstall_alternative rethinkdb-restore
+%python_uninstall_alternative rethinkdb-export
+%python_uninstall_alternative rethinkdb-dump
+%python_uninstall_alternative rethinkdb-import
+
 %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_alternative %{_bindir}/rethinkdb-import
+%python_alternative %{_bindir}/rethinkdb-dump
+%python_alternative %{_bindir}/rethinkdb-export
+%python_alternative %{_bindir}/rethinkdb-restore
+%python_alternative %{_bindir}/rethinkdb-index-rebuild
+%python_alternative %{_bindir}/rethinkdb-repl
 %{python_sitelib}/*
 
 %changelog




commit python-rethinkdb for openSUSE:Leap:15.2

2020-03-21 Thread root
Hello community,

here is the log from the commit of package python-rethinkdb for 
openSUSE:Leap:15.2 checked in at 2020-03-21 16:46:47

Comparing /work/SRC/openSUSE:Leap:15.2/python-rethinkdb (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-rethinkdb.new.3160 (New)


Package is "python-rethinkdb"

Sat Mar 21 16:46:47 2020 rev:2 rq:786976 version:2.4.5

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-rethinkdb/python-rethinkdb.changes  
2020-02-11 23:25:09.201261774 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-rethinkdb.new.3160/python-rethinkdb.changes
2020-03-21 16:48:07.149688363 +0100
@@ -1,0 +2,6 @@
+Thu Mar 19 04:32:11 UTC 2020 - Steve Kowalik 
+
+- Update to 2.4.5:
+  * No upstream changelog.
+
+---

Old:

  rethinkdb-2.4.3.post1.tar.gz

New:

  rethinkdb-2.4.5.tar.gz



Other differences:
--
++ python-rethinkdb.spec ++
--- /var/tmp/diff_new_pack.PadA0c/_old  2020-03-21 16:48:07.553688619 +0100
+++ /var/tmp/diff_new_pack.PadA0c/_new  2020-03-21 16:48:07.557688622 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-rethinkdb
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-rethinkdb
-Version:2.4.3.post1
+Version:2.4.5
 Release:0
 Summary:Python driver library for the RethinkDB database server
 License:Apache-2.0

++ rethinkdb-2.4.3.post1.tar.gz -> rethinkdb-2.4.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rethinkdb-python-2.4.3.post1/.github/FUNDING.yml 
new/rethinkdb-python-2.4.5/.github/FUNDING.yml
--- old/rethinkdb-python-2.4.3.post1/.github/FUNDING.yml1970-01-01 
01:00:00.0 +0100
+++ new/rethinkdb-python-2.4.5/.github/FUNDING.yml  2020-03-02 
07:22:47.0 +0100
@@ -0,0 +1,12 @@
+# These are supported funding model platforms
+
+github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, 
user2]
+patreon: # Replace with a single Patreon username
+open_collective: # Replace with a single Open Collective username
+ko_fi: # Replace with a single Ko-fi username
+tidelift: # Replace with a single Tidelift platform-name/package-name e.g., 
npm/babel
+community_bridge: rethinkdb
+liberapay: # Replace with a single Liberapay username
+issuehunt: # Replace with a single IssueHunt username
+otechie: # Replace with a single Otechie username
+custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rethinkdb-python-2.4.3.post1/.travis.yml 
new/rethinkdb-python-2.4.5/.travis.yml
--- old/rethinkdb-python-2.4.3.post1/.travis.yml2019-09-04 
07:28:13.0 +0200
+++ new/rethinkdb-python-2.4.5/.travis.yml  2020-03-02 07:22:47.0 
+0100
@@ -8,14 +8,14 @@
 - "3.5"
 - "3.6"
 - "3.7"
-- "3.7-dev"
-- "3.8-dev"
+- "3.8"
 
 allow_failure:
-- python: "3.8-dev"
+- python: "3.8"
 
 install:
 - pip install -r requirements.txt
+- pip freeze
 
 before_script:
 - make prepare
@@ -31,7 +31,7 @@
 provider: script
 script: make upload-pypi
 on:
-python: 3.7
+python: 3.8
 tags: true
 
 notifications:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rethinkdb-python-2.4.3.post1/MANIFEST.in 
new/rethinkdb-python-2.4.5/MANIFEST.in
--- old/rethinkdb-python-2.4.3.post1/MANIFEST.in1970-01-01 
01:00:00.0 +0100
+++ new/rethinkdb-python-2.4.5/MANIFEST.in  2020-03-02 07:22:47.0 
+0100
@@ -0,0 +1,8 @@
+include LICENSE
+include *.txt
+include Makefile
+include pytest.ini
+include .coveragerc
+recursive-include scripts *.py
+recursive-include scripts *.sh
+recursive-include tests *.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rethinkdb-python-2.4.3.post1/Makefile 
new/rethinkdb-python-2.4.5/Makefile
--- old/rethinkdb-python-2.4.3.post1/Makefile   2019-09-04 07:28:13.0 
+0200
+++ new/rethinkdb-python-2.4.5/Makefile 2020-03-02 07:22:47.0 +0100
@@ -32,27 +32,28 @@
 help:
@echo "Usage:"
@echo
-   @echo " make help   Print this help message"
-   @echo " make test-unit  Run unit tests"
-   @echo " make test-integration   Run integratio

commit python-rethinkdb for openSUSE:Leap:15.2

2020-02-11 Thread root
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 
+
+- Format with spec-cleaner
+
+---
+Tue Sep 10 08:04:37 AM UTC 2019 - John Vandenberg 
+
+- 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)