Hello community,

here is the log from the commit of package python-pytest-reqs for 
openSUSE:Factory checked in at 2018-05-29 10:48:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-reqs (Old)
 and      /work/SRC/openSUSE:Factory/.python-pytest-reqs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytest-reqs"

Tue May 29 10:48:49 2018 rev:2 rq:612614 version:0.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pytest-reqs/python-pytest-reqs.changes    
2018-05-15 10:32:45.133620036 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-reqs.new/python-pytest-reqs.changes   
    2018-05-29 10:49:03.135343900 +0200
@@ -1,0 +2,5 @@
+Fri May 18 17:36:13 UTC 2018 - [email protected]
+
+- Avoid description assuming any specific user.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pytest-reqs.spec ++++++
--- /var/tmp/diff_new_pack.6r7UJe/_old  2018-05-29 10:49:03.731321912 +0200
+++ /var/tmp/diff_new_pack.6r7UJe/_new  2018-05-29 10:49:03.735321765 +0200
@@ -13,6 +13,7 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
@@ -20,36 +21,35 @@
 Name:           python-pytest-reqs
 Version:        0.1.0
 Release:        0
-License:        MIT
 Summary:        Pytest plugin to check pinned requirements
-Url:            https://github.com/di/pytest-reqs
+License:        MIT
 Group:          Development/Languages/Python
+URL:            https://github.com/di/pytest-reqs
 Source:         
https://files.pythonhosted.org/packages/source/p/pytest-reqs/pytest-reqs-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:       python-pytest >= 2.4.2
+BuildArch:      noarch
 %if %{with test}
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pretend}
 BuildRequires:  %{python_module pytest >= 2.4.2}
 %endif
-Requires:       python-pytest >= 2.4.2
-BuildArch:      noarch
-
 %python_subpackages
 
 %description
-This plugin checks your requirements files for specific versions, and compares
-those versions with the installed libraries in your environment, failing your
-test suite if any are invalid or out of date.
-
-This is useful for keeping virtual environments up-to-date, and ensuring that
-your test suite is always being passed with the requirements you have
-specified.
+This plugin checks the requirements files for specific versions, and
+compares those versions with the installed libraries in the
+environment, failing the test suite if any are invalid or out of
+date.
+
+This can be used to keep virtual environments up to date, and
+ensuring that the test suite is always being passed with the
+requirements that have been specified.
 
-It also has the added bonus of verifying that your requirements files are
-syntatically valid.
+It also verifies that the requirements files are syntatically valid.
 
 %prep
 %setup -q -n pytest-reqs-%{version}
@@ -68,7 +68,6 @@
 %endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGELOG README.rst
 %license LICENSE
 %{python_sitelib}/*


Reply via email to