commit python-rethinkdb for openSUSE:Factory

2020-05-19 Thread root
Hello community,

here is the log from the commit of package python-rethinkdb for 
openSUSE:Factory checked in at 2020-05-19 14:57:45

Comparing /work/SRC/openSUSE:Factory/python-rethinkdb (Old)
 and  /work/SRC/openSUSE:Factory/.python-rethinkdb.new.2738 (New)


Package is "python-rethinkdb"

Tue May 19 14:57:45 2020 rev:3 rq:807278 version:2.4.5

Changes:

--- /work/SRC/openSUSE:Factory/python-rethinkdb/python-rethinkdb.changes
2020-03-19 19:53:56.876276937 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-rethinkdb.new.2738/python-rethinkdb.changes  
2020-05-19 14:57:49.12591 +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.IjxmiZ/_old  2020-05-19 14:57:50.833315918 +0200
+++ /var/tmp/diff_new_pack.IjxmiZ/_new  2020-05-19 14:57:50.837315926 +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:Factory

2020-03-19 Thread root
Hello community,

here is the log from the commit of package python-rethinkdb for 
openSUSE:Factory checked in at 2020-03-19 19:50:05

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


Package is "python-rethinkdb"

Thu Mar 19 19:50:05 2020 rev:2 rq:786290 version:2.4.5

Changes:

--- /work/SRC/openSUSE:Factory/python-rethinkdb/python-rethinkdb.changes
2019-09-27 14:46:14.333109497 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-rethinkdb.new.3160/python-rethinkdb.changes  
2020-03-19 19:53:56.876276937 +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.KTIpcg/_old  2020-03-19 19:53:57.280276951 +0100
+++ /var/tmp/diff_new_pack.KTIpcg/_new  2020-03-19 19:53:57.284276951 +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 integration test