Hello community,

here is the log from the commit of package python-bcrypt for openSUSE:Factory 
checked in at 2018-08-31 09:51:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-bcrypt (Old)
 and      /work/SRC/openSUSE:Factory/.python-bcrypt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-bcrypt"

Fri Aug 31 09:51:51 2018 rev:4 rq:632121 version:3.1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-bcrypt/python-bcrypt.changes      
2017-11-09 14:01:08.627800547 +0100
+++ /work/SRC/openSUSE:Factory/.python-bcrypt.new/python-bcrypt.changes 
2018-08-31 09:51:52.669597728 +0200
@@ -1,0 +2,5 @@
+Wed Aug 29 10:30:02 UTC 2018 - [email protected]
+
+- Raise pytest requirement based on setup.py
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-bcrypt.spec ++++++
--- /var/tmp/diff_new_pack.asqZSi/_old  2018-08-31 09:51:53.033598644 +0200
+++ /var/tmp/diff_new_pack.asqZSi/_new  2018-08-31 09:51:53.033598644 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-bcrypt
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2016, Martin Hauke <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,8 +17,6 @@
 #
 
 
-%bcond_without tests
-
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:           python-bcrypt
@@ -27,30 +25,26 @@
 Summary:        BSD type 2a and 2b password hashing
 License:        Apache-2.0
 Group:          Development/Languages/Python
-Url:            https://github.com/pyca/bcrypt/
+URL:            https://github.com/pyca/bcrypt/
 Source:         
https://files.pythonhosted.org/packages/source/b/bcrypt/bcrypt-%{version}.tar.gz
 BuildRequires:  %{python_module cffi}
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module pytest >= 3.2.1}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six}
 BuildRequires:  fdupes
+BuildRequires:  pkgconfig
 BuildRequires:  python-rpm-macros
 BuildRequires:  pkgconfig(libffi)
-%if %{with tests}
-BuildRequires:  %{python_module pytest}
-%endif
 Requires:       python-six
 %requires_eq    python-cffi
+Provides:       python-py-bcrypt = %{version}
+Obsoletes:      python-py-bcrypt < %{version}
 # This is intended as a drop-in replacement for py-bcrypt
 %ifpython2
 Provides:       %{oldpython}-py-bcrypt = %{version}
 Obsoletes:      %{oldpython}-py-bcrypt < %{version}
 %endif
-%ifpython3
-Provides:       python3-py-bcrypt = %{version}
-Obsoletes:      python3-py-bcrypt < %{version}
-%endif
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %python_subpackages
 
 %description
@@ -68,14 +62,12 @@
 %python_install
 %python_expand %fdupes %{buildroot}/%{$python_sitearch}
 
-%if %{with tests}
 %check
 %python_exec setup.py test
-%endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE README.rst
+%license LICENSE
+%doc README.rst
 %{python_sitearch}/bcrypt
 %{python_sitearch}/bcrypt-%{version}-py*.egg-info
 


Reply via email to