Hello community,

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

Package is "python-bcrypt"

Tue May  9 18:02:51 2017 rev:1 rq:492678 version:3.1.3

Changes:
--------
New Changes file:

--- /dev/null   2017-03-01 00:40:19.279048016 +0100
+++ /work/SRC/openSUSE:Factory/.python-bcrypt.new/python-bcrypt.changes 
2017-05-09 18:02:51.707335871 +0200
@@ -0,0 +1,56 @@
+-------------------------------------------------------------------
+Sun Apr 30 09:33:56 UTC 2017 - [email protected]
+
+- Say which crypt methods this module actually supports.
+
+-------------------------------------------------------------------
+Sun Apr 30 03:02:13 UTC 2017 - [email protected]
+
+- Update to version 3.1.3
+  * Fixed a compilation issue on Solaris.
+  * Added a warning when using too few rounds with kdf.
+- Update to version 3.1.2
+  * Fixed a compile issue affecting big endian platforms.
+  * Fixed invalid escape sequence warnings on Python 3.6.
+  * Fixed building in non-UTF8 environments on Python 2.
+- Provides/Obsoletes "python-py-bcrypt" exactly.
+- Change Summary/Description. Apparently "bcrypt is not "modern",
+  not anymore."
+
+-------------------------------------------------------------------
+Thu Apr 27 18:20:04 UTC 2017 - [email protected]
+
+- Fix license.
+
+-------------------------------------------------------------------
+Tue Apr 25 21:59:02 UTC 2017 - [email protected]
+
+- Add Provides/Obsoletes py-bcrypt.
+  This package is intended as a drop-in replacement for py-bcrypt
+
+-------------------------------------------------------------------
+Mon Apr 17 08:41:04 UTC 2017 - [email protected]
+
+- changes for singlespec
+
+-------------------------------------------------------------------
+Wed Oct  5 11:57:45 UTC 2016 - [email protected]
+
+- require the cffi version it was built against
+
+-------------------------------------------------------------------
+Thu Sep 29 20:53:41 UTC 2016 - [email protected]
+
+- Update to version 3.1.1
+  * Resolved a UserWarning when used with cffi 1.8.3.
+
+-------------------------------------------------------------------
+Thu Sep 15 15:18:25 UTC 2016 - [email protected]
+
+- build with "-fno-strict-aliasing"
+
+-------------------------------------------------------------------
+Sun Sep 11 13:34:58 UTC 2016 - [email protected]
+
+- initial package, version 3.1.0
+

New:
----
  bcrypt-3.1.3.tar.gz
  python-bcrypt.changes
  python-bcrypt.spec

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

Other differences:
------------------
++++++ python-bcrypt.spec ++++++
#
# spec file for package python-bcrypt
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016, Martin Hauke <[email protected]>
#
# 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 http://bugs.opensuse.org/
#


%bcond_without tests

%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name:           python-bcrypt
Version:        3.1.3
Release:        0
Summary:        BSD type 2a and 2b password hashing
License:        Apache-2.0
Group:          Development/Languages/Python
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 setuptools}
BuildRequires:  %{python_module six}
BuildRequires:  fdupes
BuildRequires:  python-rpm-macros
BuildRequires:  pkgconfig(libffi)
%if %{with tests}
BuildRequires:  %{python_module pytest}
%endif
Requires:       python-six
%requires_eq    python-cffi
# This is intended as a drop-in replacement for py-bcrypt
Provides:       python-py-bcrypt = %{version}
Obsoletes:      python-py-bcrypt < %{version}
%ifpython2
Provides:       %{oldpython}-py-bcrypt = %{version}
Obsoletes:      %{oldpython}-py-bcrypt < %{version}
%endif
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%python_subpackages

%description
This Python module supports creating (and verifying) password hashes
using the BSD-originating hashing methods known as "2a" and "2b".

%prep
%setup -q -n bcrypt-%{version}

%build
export CFLAGS="%{optflags} -fno-strict-aliasing"
%python_build 

%install
%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
%{python_sitearch}/bcrypt
%{python_sitearch}/bcrypt-%{version}-py*.egg-info

%changelog

Reply via email to