Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-scrypt for openSUSE:Factory checked in at 2021-06-19 23:03:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-scrypt (Old) and /work/SRC/openSUSE:Factory/.python-scrypt.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-scrypt" Sat Jun 19 23:03:08 2021 rev:7 rq:900663 version:0.8.18 Changes: -------- --- /work/SRC/openSUSE:Factory/python-scrypt/python-scrypt.changes 2021-01-18 11:33:46.484981647 +0100 +++ /work/SRC/openSUSE:Factory/.python-scrypt.new.2625/python-scrypt.changes 2021-06-19 23:03:39.479728461 +0200 @@ -1,0 +2,6 @@ +Thu Jun 17 21:19:29 UTC 2021 - Dirk M??ller <dmuel...@suse.com> + +- update to 0.8.18: + * add wheel for python 3.9 + +------------------------------------------------------------------- Old: ---- scrypt-0.8.17.tar.gz New: ---- scrypt-0.8.18.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-scrypt.spec ++++++ --- /var/tmp/diff_new_pack.PkAGGe/_old 2021-06-19 23:03:39.867729060 +0200 +++ /var/tmp/diff_new_pack.PkAGGe/_new 2021-06-19 23:03:39.867729060 +0200 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-scrypt -Version: 0.8.17 +Version: 0.8.18 Release: 0 Summary: Bindings for scrypt License: BSD-2-Clause ++++++ scrypt-0.8.17.tar.gz -> scrypt-0.8.18.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/scrypt-0.8.17/PKG-INFO new/scrypt-0.8.18/PKG-INFO --- old/scrypt-0.8.17/PKG-INFO 2020-09-14 08:02:34.525633000 +0200 +++ new/scrypt-0.8.18/PKG-INFO 2021-04-16 08:00:59.544997000 +0200 @@ -1,12 +1,12 @@ Metadata-Version: 1.2 Name: scrypt -Version: 0.8.17 +Version: 0.8.18 Summary: Bindings for the scrypt key derivation function library Home-page: https://github.com/holgern/py-scrypt Author: Magnus Hallin Author-email: mhal...@gmail.com Maintainer: Holger Nahrstaedt -Maintainer-email: holgernahrsta...@gmx.de +Maintainer-email: nahrsta...@gmail.com License: 2-clause BSD Description: ========================= Python scrypt_ bindings @@ -29,8 +29,8 @@ .. image:: https://ci.appveyor.com/api/projects/status/h644bjbdawke9vf2?svg=true :target: https://ci.appveyor.com/project/holger80/py-scrypt - .. image:: https://travis-ci.org/holgern/py-scrypt.svg?branch=master - :target: https://travis-ci.org/holgern/py-scrypt + .. image:: https://www.travis-ci.com/holgern/py-scrypt.svg?branch=master + :target: https://www.travis-ci.com/holgern/py-scrypt Scrypt is useful when encrypting password as it is possible to specify a *minimum* amount of time to use when encrypting and decrypting. If, @@ -106,12 +106,19 @@ Changelog ========= + + 0.8.18 + ------ + * add wheel for python 3.9 and + 0.8.17 ------ + * add_dll_directory for python 3.8 on windows, as importlib.util.find_spec does not search all paths anymore 0.8.16 ------ + * Add additional test vector from RFC (thanks to @ChrisMacNaughton) 0.8.15 @@ -272,9 +279,9 @@ Classifier: License :: OSI Approved :: BSD License Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 -Classifier: Programming Language :: Python :: 3.5 Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 Classifier: Topic :: Security :: Cryptography Classifier: Topic :: Software Development :: Libraries diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/scrypt-0.8.17/README.rst new/scrypt-0.8.18/README.rst --- old/scrypt-0.8.17/README.rst 2020-09-12 09:54:52.000000000 +0200 +++ new/scrypt-0.8.18/README.rst 2021-04-15 23:29:29.000000000 +0200 @@ -19,8 +19,8 @@ .. image:: https://ci.appveyor.com/api/projects/status/h644bjbdawke9vf2?svg=true :target: https://ci.appveyor.com/project/holger80/py-scrypt -.. image:: https://travis-ci.org/holgern/py-scrypt.svg?branch=master - :target: https://travis-ci.org/holgern/py-scrypt +.. image:: https://www.travis-ci.com/holgern/py-scrypt.svg?branch=master + :target: https://www.travis-ci.com/holgern/py-scrypt Scrypt is useful when encrypting password as it is possible to specify a *minimum* amount of time to use when encrypting and decrypting. If, @@ -96,12 +96,19 @@ Changelog ========= + +0.8.18 +------ +* add wheel for python 3.9 and + 0.8.17 ------ + * add_dll_directory for python 3.8 on windows, as importlib.util.find_spec does not search all paths anymore 0.8.16 ------ + * Add additional test vector from RFC (thanks to @ChrisMacNaughton) 0.8.15 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/scrypt-0.8.17/scrypt/scrypt.py new/scrypt-0.8.18/scrypt/scrypt.py --- old/scrypt-0.8.17/scrypt/scrypt.py 2020-09-12 21:21:56.000000000 +0200 +++ new/scrypt-0.8.18/scrypt/scrypt.py 2021-04-15 22:20:59.000000000 +0200 @@ -23,7 +23,7 @@ import importlib.util _scrypt = cdll.LoadLibrary(importlib.util.find_spec('_scrypt').origin) -__version__ = '0.8.17' +__version__ = '0.8.18' _scryptenc_buf = _scrypt.exp_scryptenc_buf _scryptenc_buf.argtypes = [c_char_p, # const uint_t *inbuf diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/scrypt-0.8.17/scrypt.egg-info/PKG-INFO new/scrypt-0.8.18/scrypt.egg-info/PKG-INFO --- old/scrypt-0.8.17/scrypt.egg-info/PKG-INFO 2020-09-14 08:02:33.000000000 +0200 +++ new/scrypt-0.8.18/scrypt.egg-info/PKG-INFO 2021-04-16 08:00:57.000000000 +0200 @@ -1,12 +1,12 @@ Metadata-Version: 1.2 Name: scrypt -Version: 0.8.17 +Version: 0.8.18 Summary: Bindings for the scrypt key derivation function library Home-page: https://github.com/holgern/py-scrypt Author: Magnus Hallin Author-email: mhal...@gmail.com Maintainer: Holger Nahrstaedt -Maintainer-email: holgernahrsta...@gmx.de +Maintainer-email: nahrsta...@gmail.com License: 2-clause BSD Description: ========================= Python scrypt_ bindings @@ -29,8 +29,8 @@ .. image:: https://ci.appveyor.com/api/projects/status/h644bjbdawke9vf2?svg=true :target: https://ci.appveyor.com/project/holger80/py-scrypt - .. image:: https://travis-ci.org/holgern/py-scrypt.svg?branch=master - :target: https://travis-ci.org/holgern/py-scrypt + .. image:: https://www.travis-ci.com/holgern/py-scrypt.svg?branch=master + :target: https://www.travis-ci.com/holgern/py-scrypt Scrypt is useful when encrypting password as it is possible to specify a *minimum* amount of time to use when encrypting and decrypting. If, @@ -106,12 +106,19 @@ Changelog ========= + + 0.8.18 + ------ + * add wheel for python 3.9 and + 0.8.17 ------ + * add_dll_directory for python 3.8 on windows, as importlib.util.find_spec does not search all paths anymore 0.8.16 ------ + * Add additional test vector from RFC (thanks to @ChrisMacNaughton) 0.8.15 @@ -272,9 +279,9 @@ Classifier: License :: OSI Approved :: BSD License Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 -Classifier: Programming Language :: Python :: 3.5 Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 Classifier: Topic :: Security :: Cryptography Classifier: Topic :: Software Development :: Libraries diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/scrypt-0.8.17/setup.py new/scrypt-0.8.18/setup.py --- old/scrypt-0.8.17/setup.py 2020-09-09 18:39:47.000000000 +0200 +++ new/scrypt-0.8.18/setup.py 2021-04-15 23:17:21.000000000 +0200 @@ -102,12 +102,12 @@ libraries=libraries) setup(name='scrypt', - version='0.8.17', + version='0.8.18', description='Bindings for the scrypt key derivation function library', author='Magnus Hallin', author_email='mhal...@gmail.com', maintainer="Holger Nahrstaedt", - maintainer_email="holgernahrsta...@gmx.de", + maintainer_email="nahrsta...@gmail.com", url='https://github.com/holgern/py-scrypt', packages=['scrypt', 'scrypt.tests'], package_data={'scrypt': ['tests/*.csv']}, @@ -117,10 +117,10 @@ 'License :: OSI Approved :: BSD License', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', 'Topic :: Security :: Cryptography', 'Topic :: Software Development :: Libraries'], license='2-clause BSD',