Hello community,

here is the log from the commit of package python-bcrypt for openSUSE:Factory 
checked in at 2019-08-07 13:53:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-bcrypt (Old)
 and      /work/SRC/openSUSE:Factory/.python-bcrypt.new.9556 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-bcrypt"

Wed Aug  7 13:53:26 2019 rev:6 rq:720013 version:3.1.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-bcrypt/python-bcrypt.changes      
2019-03-04 09:11:00.600701546 +0100
+++ /work/SRC/openSUSE:Factory/.python-bcrypt.new.9556/python-bcrypt.changes    
2019-08-07 13:53:28.240858114 +0200
@@ -1,0 +2,15 @@
+Sun Jul 28 16:11:38 UTC 2019 - Arun Persaud <[email protected]>
+
+- specfile:
+  * update copyright year
+  * changed setuptools min version
+
+- update to version 3.1.7:
+  * Set a setuptools lower bound for PEP517 wheel building.
+  * We no longer distribute 32-bit manylinux1 wheels. Continuing to
+    produce them was a maintenance burden.
+
+- changes from version 3.1.6:
+  * Added support for compilation on Haiku.
+
+-------------------------------------------------------------------

Old:
----
  bcrypt-3.1.6.tar.gz

New:
----
  bcrypt-3.1.7.tar.gz

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

Other differences:
------------------
++++++ python-bcrypt.spec ++++++
--- /var/tmp/diff_new_pack.4gsxou/_old  2019-08-07 13:53:29.136858104 +0200
+++ /var/tmp/diff_new_pack.4gsxou/_new  2019-08-07 13:53:29.136858104 +0200
@@ -20,7 +20,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:           python-bcrypt
-Version:        3.1.6
+Version:        3.1.7
 Release:        0
 Summary:        BSD type 2a and 2b password hashing
 License:        Apache-2.0
@@ -30,7 +30,7 @@
 BuildRequires:  %{python_module cffi >= 1.1}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module pytest >= 3.2.1}
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module setuptools >= 40.8.0}
 BuildRequires:  %{python_module six >= 1.4.1}
 BuildRequires:  fdupes
 BuildRequires:  pkgconfig

++++++ bcrypt-3.1.6.tar.gz -> bcrypt-3.1.7.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bcrypt-3.1.6/MANIFEST.in new/bcrypt-3.1.7/MANIFEST.in
--- old/bcrypt-3.1.6/MANIFEST.in        2019-01-16 16:34:17.000000000 +0100
+++ new/bcrypt-3.1.7/MANIFEST.in        2019-06-20 02:05:07.000000000 +0200
@@ -8,11 +8,9 @@
 recursive-include src/_csrc *
 recursive-include tests *.py
 
-exclude requirements.txt tasks.py .travis.yml wheel-scripts Jenkinsfile
+exclude requirements.txt release.py .travis.yml azure-pipelines.yml
 
-exclude .jenkins
-recursive-exclude .jenkins *
-
-recursive-exclude wheel-scripts *
+exclude .azure-pipelines
+recursive-exclude .azure-pipelines *
 
 prune .travis
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bcrypt-3.1.6/PKG-INFO new/bcrypt-3.1.7/PKG-INFO
--- old/bcrypt-3.1.6/PKG-INFO   2019-01-16 16:46:42.000000000 +0100
+++ new/bcrypt-3.1.7/PKG-INFO   2019-06-20 02:06:47.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: bcrypt
-Version: 3.1.6
+Version: 3.1.7
 Summary: Modern password hashing for your software and your servers
 Home-page: https://github.com/pyca/bcrypt/
 Author: The Python Cryptographic Authority developers
@@ -16,6 +16,9 @@
         .. image:: https://travis-ci.org/pyca/bcrypt.svg?branch=master
             :target: https://travis-ci.org/pyca/bcrypt
         
+        .. image:: 
https://dev.azure.com/pyca/bcrypt/_apis/build/status/bcrypt-CI?branchName=master
+            :target: 
https://dev.azure.com/pyca/bcrypt/_build/latest?definitionId=8&branchName=master
+        
         Good password hashing for your software and your servers
         
         
@@ -50,6 +53,13 @@
         Changelog
         =========
         
+        3.1.7
+        -----
+        
+        * Set a ``setuptools`` lower bound for PEP517 wheel building.
+        * We no longer distribute 32-bit ``manylinux1`` wheels. Continuing to 
produce
+          them was a maintenance burden.
+        
         3.1.6
         -----
         
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bcrypt-3.1.6/README.rst new/bcrypt-3.1.7/README.rst
--- old/bcrypt-3.1.6/README.rst 2019-01-16 16:44:06.000000000 +0100
+++ new/bcrypt-3.1.7/README.rst 2019-06-20 02:05:14.000000000 +0200
@@ -8,6 +8,9 @@
 .. image:: https://travis-ci.org/pyca/bcrypt.svg?branch=master
     :target: https://travis-ci.org/pyca/bcrypt
 
+.. image:: 
https://dev.azure.com/pyca/bcrypt/_apis/build/status/bcrypt-CI?branchName=master
+    :target: 
https://dev.azure.com/pyca/bcrypt/_build/latest?definitionId=8&branchName=master
+
 Good password hashing for your software and your servers
 
 
@@ -42,6 +45,13 @@
 Changelog
 =========
 
+3.1.7
+-----
+
+* Set a ``setuptools`` lower bound for PEP517 wheel building.
+* We no longer distribute 32-bit ``manylinux1`` wheels. Continuing to produce
+  them was a maintenance burden.
+
 3.1.6
 -----
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bcrypt-3.1.6/pyproject.toml 
new/bcrypt-3.1.7/pyproject.toml
--- old/bcrypt-3.1.6/pyproject.toml     2019-01-16 16:34:17.000000000 +0100
+++ new/bcrypt-3.1.7/pyproject.toml     2019-06-20 02:05:07.000000000 +0200
@@ -1,7 +1,10 @@
 [build-system]
 # Must be kept in sync with `setup_requirements` in `setup.py`
 requires = [
-    "setuptools",
+    "setuptools>=40.8.0",
     "wheel",
     "cffi>=1.1; python_implementation != 'PyPy'",
 ]
+# Point to the setuptools' PEP517 build backend explicitly to
+# disable Pip's fallback guessing
+build-backend = "setuptools.build_meta"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bcrypt-3.1.6/src/_csrc/blf.c 
new/bcrypt-3.1.7/src/_csrc/blf.c
--- old/bcrypt-3.1.6/src/_csrc/blf.c    2019-01-16 16:34:17.000000000 +0100
+++ new/bcrypt-3.1.7/src/_csrc/blf.c    2019-06-20 02:05:07.000000000 +0200
@@ -15,10 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *      This product includes software developed by Niels Provos.
- * 4. The name of the author may not be used to endorse or promote products
+ * 3. The name of the author may not be used to endorse or promote products
  *    derived from this software without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bcrypt-3.1.6/src/_csrc/blf.h 
new/bcrypt-3.1.7/src/_csrc/blf.h
--- old/bcrypt-3.1.6/src/_csrc/blf.h    2019-01-16 16:34:17.000000000 +0100
+++ new/bcrypt-3.1.7/src/_csrc/blf.h    2019-06-20 02:05:07.000000000 +0200
@@ -14,10 +14,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *      This product includes software developed by Niels Provos.
- * 4. The name of the author may not be used to endorse or promote products
+ * 3. The name of the author may not be used to endorse or promote products
  *    derived from this software without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bcrypt-3.1.6/src/bcrypt/__about__.py 
new/bcrypt-3.1.7/src/bcrypt/__about__.py
--- old/bcrypt-3.1.6/src/bcrypt/__about__.py    2019-01-16 16:44:06.000000000 
+0100
+++ new/bcrypt-3.1.7/src/bcrypt/__about__.py    2019-06-20 02:05:14.000000000 
+0200
@@ -26,10 +26,10 @@
 __summary__ = "Modern password hashing for your software and your servers"
 __uri__ = "https://github.com/pyca/bcrypt/";
 
-__version__ = "3.1.6"
+__version__ = "3.1.7"
 
 __author__ = "The Python Cryptographic Authority developers"
 __email__ = "[email protected]"
 
 __license__ = "Apache License, Version 2.0"
-__copyright__ = "Copyright 2013-2016 {0}".format(__author__)
+__copyright__ = "Copyright 2013-2019 {0}".format(__author__)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bcrypt-3.1.6/src/bcrypt.egg-info/PKG-INFO 
new/bcrypt-3.1.7/src/bcrypt.egg-info/PKG-INFO
--- old/bcrypt-3.1.6/src/bcrypt.egg-info/PKG-INFO       2019-01-16 
16:46:42.000000000 +0100
+++ new/bcrypt-3.1.7/src/bcrypt.egg-info/PKG-INFO       2019-06-20 
02:06:47.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: bcrypt
-Version: 3.1.6
+Version: 3.1.7
 Summary: Modern password hashing for your software and your servers
 Home-page: https://github.com/pyca/bcrypt/
 Author: The Python Cryptographic Authority developers
@@ -16,6 +16,9 @@
         .. image:: https://travis-ci.org/pyca/bcrypt.svg?branch=master
             :target: https://travis-ci.org/pyca/bcrypt
         
+        .. image:: 
https://dev.azure.com/pyca/bcrypt/_apis/build/status/bcrypt-CI?branchName=master
+            :target: 
https://dev.azure.com/pyca/bcrypt/_build/latest?definitionId=8&branchName=master
+        
         Good password hashing for your software and your servers
         
         
@@ -50,6 +53,13 @@
         Changelog
         =========
         
+        3.1.7
+        -----
+        
+        * Set a ``setuptools`` lower bound for PEP517 wheel building.
+        * We no longer distribute 32-bit ``manylinux1`` wheels. Continuing to 
produce
+          them was a maintenance burden.
+        
         3.1.6
         -----
         


Reply via email to