commit python-pytest-random-order for openSUSE:Factory

2019-02-25 Thread root
Hello community,

here is the log from the commit of package python-pytest-random-order for 
openSUSE:Factory checked in at 2019-02-25 17:51:16

Comparing /work/SRC/openSUSE:Factory/python-pytest-random-order (Old)
 and  /work/SRC/openSUSE:Factory/.python-pytest-random-order.new.28833 (New)


Package is "python-pytest-random-order"

Mon Feb 25 17:51:16 2019 rev:3 rq:676168 version:1.0.4

Changes:

--- 
/work/SRC/openSUSE:Factory/python-pytest-random-order/python-pytest-random-order.changes
2018-08-10 09:49:20.730228131 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-random-order.new.28833/python-pytest-random-order.changes
 2019-02-25 17:51:20.666753545 +0100
@@ -1,0 +2,14 @@
+Thu Feb 14 15:25:31 UTC 2019 - Tomáš Chvátal 
+
+- Update to 1.0.4:
+  * Rename the Python package (not the PyPI package) to `random_order` so that 
pytest's `-p` flag usage is consistent.
+  * Add diagrams for design illustration (#34)
+  * Fixes compatibility issues with pytest 4.0.0
+  * Tests included in the source distribution as requested in #35
+  * Fixes issues with doctests reported in #36 - ``class``, ``package`` and 
``module`` didn't work because ``DoctestItem`` doesn't have ``cls`` or 
``module`` attributes. Thanks @tobywf.
+  * Deprecates ``none`` bucket type.
+  * With tox, run tests of pytest-random-order with both pytest 3 and 4.
+- Enable tests
+- Upstream declares as python3 only now
+
+---

Old:

  pytest-random-order-0.8.0.tar.gz

New:

  pytest-random-order-1.0.4.tar.gz



Other differences:
--
++ python-pytest-random-order.spec ++
--- /var/tmp/diff_new_pack.3rT29n/_old  2019-02-25 17:51:21.278753211 +0100
+++ /var/tmp/diff_new_pack.3rT29n/_new  2019-02-25 17:51:21.282753209 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pytest-random-order
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -12,29 +12,28 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
+%define skip_python2 1
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pytest-random-order
-Version:0.8.0
+Version:1.0.4
 Release:0
 Summary:Pytest plugin to randomize the order of pytests
 License:MIT
 Group:  Development/Languages/Python
-Url:https://github.com/jbasko/pytest-random-order
+URL:https://github.com/jbasko/pytest-random-order
 Source: 
https://files.pythonhosted.org/packages/source/p/pytest-random-order/pytest-random-order-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:   python-pytest >= 3.0.0
+BuildArch:  noarch
 # SECTION test requirements
-BuildRequires:  %{python_module pytest >= 2.9.2}
+BuildRequires:  %{python_module pytest >= 3.0.0}
 # /SECTION
-BuildRequires:  fdupes
-Requires:   python-pytest >= 2.9.2
-BuildArch:  noarch
-
 %python_subpackages
 
 %description
@@ -52,8 +51,9 @@
 %install
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
+
 %check
-%python_exec setup.py test
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_bin_suffix} -v
 
 %files %{python_files}
 %license LICENSE 

++ pytest-random-order-0.8.0.tar.gz -> pytest-random-order-1.0.4.tar.gz 
++
 2229 lines of diff (skipped)




commit python-pytest-random-order for openSUSE:Factory

2018-08-10 Thread root
Hello community,

here is the log from the commit of package python-pytest-random-order for 
openSUSE:Factory checked in at 2018-08-10 09:49:19

Comparing /work/SRC/openSUSE:Factory/python-pytest-random-order (Old)
 and  /work/SRC/openSUSE:Factory/.python-pytest-random-order.new (New)


Package is "python-pytest-random-order"

Fri Aug 10 09:49:19 2018 rev:2 rq:628119 version:0.8.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-pytest-random-order/python-pytest-random-order.changes
2018-08-03 12:38:04.367638291 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-random-order.new/python-pytest-random-order.changes
   2018-08-10 09:49:20.730228131 +0200
@@ -1,0 +2,5 @@
+Wed Aug  8 13:30:51 UTC 2018 - jeng...@inai.de
+
+- Use noun phrase in summary.
+
+---



Other differences:
--
++ python-pytest-random-order.spec ++
--- /var/tmp/diff_new_pack.eoxQKC/_old  2018-08-10 09:49:21.366229156 +0200
+++ /var/tmp/diff_new_pack.eoxQKC/_new  2018-08-10 09:49:21.370229163 +0200
@@ -13,20 +13,21 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pytest-random-order
 Version:0.8.0
 Release:0
+Summary:Pytest plugin to randomize the order of pytests
 License:MIT
-Summary:Randomise the order in which pytest tests are run with some 
control over the randomness
-Url:https://github.com/jbasko/pytest-random-order
 Group:  Development/Languages/Python
+Url:https://github.com/jbasko/pytest-random-order
 Source: 
https://files.pythonhosted.org/packages/source/p/pytest-random-order/pytest-random-order-%{version}.tar.gz
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  python-rpm-macros
 # SECTION test requirements
 BuildRequires:  %{python_module pytest >= 2.9.2}
 # /SECTION